@charset "utf-8";
/*
** {File}  Styles.Css
** {Desc}  Global information, things that will remain the same through the site, header, footer, forms and such!
** {Notes} By Josh Lee of Humandef.com
*/
* {
	margin:0;
	padding:0;
}
	
body {
	font-size:1em;
	font-style:normal;
    font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	background:#1c180b url(images/remnant_bg.gif) top center repeat-y;
}

ul {
	list-style-type:none;
}
	
a {
	color:#1477aa;
	text-decoration:none;
}

a:hover {
	color:#1477aa;
	text-decoration:underline;
}
	
img {
	border:none;
}

#container {
	margin:0px auto;
	width:800px;
}

#header {
	margin:0px auto;
	width:800px;
	height:130px;
	background:url(images/head_back.gif) top center no-repeat;
}

#logo {
    float:left;
	margin:0px 0 0 5px;
	padding:0;
	width:323px;
	height:85px;
	background: transparent url(images/remnant_logo.gif) top left no-repeat;	
}
#logo a{
position:absolute;
width:307px;
height:85px;
}

#logo h2 {
	font-size:1em;
}
.hide{display:none;}

#ads_top_section {
	float:right;
	margin:12px 10px 0 0;
	padding:0;
	width:460px;
	height:60px;
	background-color:#e3e3e3;
}
#ads_top_section img{
width:460px;
}

#ads_top_section a {
	width:460px;
	height:60px;
	display:block;
	border:1px solid #f3f3f3;
}

#ads_top_section a:hover {
	border:1px solid #333;
}

#insideContent{
margin:10px 0 0 0;
}

#footer_ads{
margin:65px 0 0 50px;
width:728px;
height:90px;
}
#footer_ads a{
position:absolute;
width:728px;
height:90px;
border:2px solid #f3f3f3;
}

#footer_ads a:hover{
text-decoration:none;
width:728px;
height:90px;
background-color:transparent;
border:2px solid #e3e3e3;
}

#nav {
	float:left;
	margin:0px 0px 0px 13px;
	padding:0;
	line-height:33px;
	font-size:.8em;
	font-weight:bold;
}

#nav ul li {
	padding:0px 10px 0px 0px;
	float:left;
}
	
#nav a {
	color:#6B6B6B;
	padding:0px 5px;
	display:block;
	text-transform:uppercase;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #e3e3e3;
	text-decoration:none;
}

#nav a:hover {
	color:#4D7480;
	border-bottom:1px solid #aaa;
	background-color:#f3f3f3;
}

#nav a.red, #footer a.red{color:#b42424;}

#search {
	float:right;
	margin:2px 0 0 0;
	width:250px;
}

#search li{
	display:inline;
}

#search .form_text{
	margin:0px 0px 0px 0px;
	width:150px;
	border:1px solid #e3e3e3;
	padding:5px;
}

#search .formBtn{
	margin:0px;
	padding:4px;
	color:#555;
	text-transform:uppercase;
	border:1px solid #e3e3e3;
	background-color:#f3f3f3;
}
#search .formBtn:hover{
background-color:#fff;
}


#login{
margin:5px 0 0 0;
padding:5px;
color:#878260;
background-color:#faf9de;
border:3px solid #a8c5d4;
}

#login a{
display:inline;
}

#login input{
padding:2px;
color:#878260;
background-color:#fff;
border:1px solid #a8c5d4;
}

#login .loginSubmit{
margin:3px 0 0 0;
}

.single-imagecol{
float:left;
margin:0 10px 5px 0;
padding:0;
}
.single-imagecol img{
width:100px;
height:100px;
}

.clear{
	clear:both;
	width:1px;
	height:1px;
}

#footer {
	margin:0 auto;
	width:803px;
	height:60px;
	font-size:.8em;
	background: transparent url(images/footer_back.gif) bottom center no-repeat;
}

#footer p{
margin:10px 0px 0 15px;
color:#6B6B6B;
}

#footer ul {
	margin:0px 20px 0 15px;
	padding:0px 0 0 0;
}

#footer li {
	float:left;
    margin:10px 0 0 0;
	padding:0 10px 0 0;
}

#footer a {
	color:#333;
	text-transform:uppercase;
}

#footer a:hover {
	color:#4D7480;
	background-color:#ffffff;
	text-decoration:none;
	color:#4D7480;
	border-bottom:1px solid #aaa;
}
