/**
* CSS
* 
* @version 1.0 | Created by
* @author Vaska 
* @author Gregory Cadar
***************************
* olletsoc template modified by:
* Anthony Costello
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, sans-serif;
	background: #F0EDE8;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color:#666666; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }


a img { border: none; }

.nothumb img {
display:block;
margin:0;
padding-bottom:30px;
}

#menu {
    width: 250px;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #F0EDE8;
	background-image: url(/images/whitelines.gif) ;
	}

#menu ul {
	font-family: monospace;
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu li { padding-bottom:5px; }

#menu ul li.section-title { font-size:16px; padding-bottom:5px; border-bottom:dotted 1px #999; margin-bottom:5px; font-weight:normal; }

#content {
    height: 100%;
    margin: 0 0 0 250px;
    top: 0;
}

.other-links{
	text-align:center;}

.container {
    padding: 25px;
}

#content p { color:#999999; width:600px; }

#copyright p { font-family: monospace; color:#999999; }

p {
    margin: 0 0 20px 0;
}

#content p.subhead {
	font-weight:bold;
	font-size:12px;
}

#content ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#content li {
	padding:0px 10px;
}

h1 { font-size: 32px; padding-left:10px; }
h2 { color:#636466; font-size:3.5em; font-family: monospace; margin-top:75px; width:600px; }
h3 { color:#636466; font-size:2em; font-family: monospace; padding:10px 0 20px; }
h4 { color:#636466; font-family: monospace; font-size: 1.1em; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.indexcredit{
	font-size:0.7em;
	color:#eeeeee;
}

table embed, table object {
	height:100%; top: 0pt; left: 0pt; position: fixed;
	}
	
iframe html body {
	background:none;
}

#img-container img {
	-moz-box-shadow: 0 0 15px #666666;
	-webkit-box-shadow: 0 0 15px #666666;
	box-shadow: 0 0 15px #666666;
}