@charset "utf-8";

* {margin: 0; padding: 0;}

a {text-decoration: none;}

img {border: none;}

html {background: #FFF; 
margin: 0;
padding: 0;
background-image: url(images/global/sunburst2.jpg);
background-repeat: repeat;
background-attachment: fixed;
}

body {
margin: 0;
padding: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#container {
position: relative;
width: 960px;
margin: 10px auto;
background-color: #FFF;
background-image: url(images/global/cornersmoke.png);
background-repeat: no-repeat;
background-position: top right;
}
	
#headerlogo {
width: 195px;
height: 44px;
/*background-image: url(images/global/brinninc.png);*/
background-image: url(images/global/newBranding.png);
background-repeat:no-repeat;
padding: 0 765px 4px 0;
border-bottom: 1px solid #000;
text-indent:-9999px;
overflow: hidden;
}

#content #title {
font: 24px Arial, Helvetica, sans-serif;
border-bottom: 1px solid #000;
text-align: left;
font-weight: bold;
padding-left: 10px;
}
	
#navlinks {
position: absolute;
top: 28px; left: 200px;
width: 760px;
margin: 0;
z-index: 1;
}
		
#navlinks li.home {margin-left:0px;}

#navlinks li {
display: inline;
text-transform:uppercase;
margin-right: 4px;
padding-right: 10px;
border-right: 1px solid #D70000;
/*font-weight: bold;*/
}
		
#navlinks li.contact {border-right: 0; }
		
#navlinks a {color: #000;}

#navlinks a:hover {background-color: #D70000; color:#FFF; border-bottom: 6px solid #D70000;}
#navlinks a:active {background-color:#D70000; color:#000;}

#footer{clear: both; width: 960px; height: 72px; background: url(images/global/redsmoke.png);}
#footer ul {margin-left: auto; margin-right: auto;  padding: 55px 0 0 0; text-align:center;}
#footer li {display: inline; color: #FFF; padding: 0 8px 0 5px; border-right: 1px solid #FFF;}
#footer li.copyright {margin-right: 0px; padding-right: 0px; border-right: none;}
#footer li.terms {padding-left: 0px;}
#footer li a {text-decoration: none; color:#FFF;}
#footer li a:hover {background-color: #000;}


