/* color.css */

html { 
background-color : #3399ff; }


div#content { 
background-color : #ffffcc; }

div#site_info { 
background : transparent url(site_info.png) no-repeat 0 0; }

body { 
padding-top : 50px;
background-color:#3399ff; }

div#branding {
height : 240px;
background-color : #33ff66;  }

h1 { 
position : absolute;
top : -10px; 
left : -80px; }

div#branding { 
position : relative;
z-index : 10; }

h1 {
	position : absolute;
	top : 20px;
	left : 20px;
	width : 588px;
	height : 170px;
	background : transparent url(../images/ancmbcboth_000.gif) no-repeat;
	text-indent : -9999px;
}

div#branding blockquote { 
position : absolute;
top : -9999px; }

div#nav_main { 
position : relative;
z-index : 1;
height : 90px;
/*background : #edc025 url(nav_main.png) no-repeat 0 0;*/
background: #edc025 url(../images/nav_banner.png) repeat-x; }

ul#nav_features {
position : absolute;
top : 35px;
left : 325px;
margin : 0;
width : 440px;
height : 50px; }

ul#nav_features li {
display : inline;  }

li#nav_signup, li#nav_sponsor, li#nav_contact {
position : absolute; 
display : block;
height : 70px; 
width : 160px; }

li#nav_signup {
left : 0; 
background:url(../images/sign_up.png);
}

li#nav_sponsor {
left : 170px;
background:url(../images/sponsor.png); }

li#nav_contact {
left : 340px;
background:url(../images/contact.png); }

li#nav_signup a, li#nav_sponsor a, li#nav_contact a {
display : block;
height : 70px; 
width : 160px; 
text-indent : -9999px; }




ul#nav_tools {
position : absolute;
top : 3px;
left : 280px;
margin : 0;
width : 560px; }

ul#nav_tools li {
display : inline; }

ul#nav_tools li a {
margin-right : 10px;
padding-right : 10px;
 }

li#nav_logout a, li#nav_rss a {
margin-right : 0;
padding-right : 0; }

li#nav_rss {

position : absolute;
right : 0;
width : 120px;
height : 25px; }

li#nav_rss a { 
display : block;
width : 120px; 
height : 25px; }

div#nav_main p { 
position : absolute;
top : 45px;
left : 35px;
margin : 0; }

div#nav_main h2 { 
position : absolute;
top : -9999px; }


div#site_info {
position : relative;
width : 100%;
height : 120px;
background-color : #33ff66; }

div#site_info h5 { 
position : absolute;
right : 10px; 
bottom : 10px;
width : 150px; 
height : 70px; 

background : transparent url(../images/up_top.png) no-repeat; 
}

div#site_info h5 a { 
display : block;
width : 150px; 
height : 70px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 10px;
margin : 0; }

div#site_info h5 + p { 
text-indent : -9999px; } 
