@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body {
	background: #5090d8 url(../images/bg.jpg) repeat-x;
    font-family: 'Trebuchet MS', Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	}	

#treebranch {
	background:url(../images/treebranch-bg.png) no-repeat top right;
	width: auto;
	height: auto;
	align: right;
	}
	
#mainnav {
	background: #ff6701 url(../images/nav-bg.jpg) no-repeat; 
	width:1000px; 
	height: 39px;
	}
	
	#mainnav ul li {
		font-family: 'Trebuchet MS';
		font-size: 16px;
		}
		
	#mainnav a {
		color: #fff;
		}
		
	#mainnav a:hover {
		color: #fff94e;
		}


#subnav {
	background-color: #da410b; 
	width: 1000px; 
	height: 28px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	}

	#subnav a {
		color: #FFF;
		}
	#subnav a:hover {
		color: #FFF94e;
		}

#signup-front {
	background: #0b2747 url(../images/signup-bg.jpg) repeat-x top; 
	width:400px; 
	height:109px;
	}

p {
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 16px;
	}

h3 {
	font-size: 14px;
	}

a {
	color: #1d497b;
	text-decoration: none;
	}

a: hover {
	color: #5090d8;
	}

#spotlight img {
	padding-left: 15px;
	padding-bottom: 5px;
	}
	
.caption p {
	font-size: 10px;
	line-height: 14px;
	padding-left: 15px;
	padding-bottom: 15px;
	}

<!-- menu styles -->

.chromestyle{
width: 936px;
position: relative;
z-index: 15;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "|"; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 936px;
padding: 0px 0px 0px 20px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-indent: 15px;
padding: 0;
margin: 0;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px 0px 0px;
margin: 0;
text-decoration: none;
}

.nopad {
padding: 0px 0px 0px 0px;
	}

.chromestyle ul li a:visited {
text-decoration: none;
color: #FFFFFF;
}

.chromestyle ul li a:hover{
text-decoration: none;
color: #fff94e;
}


.chromestyle ul li a:active {
text-decoration: none;
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 14px "Trebuchet MS";
font-weight: 600;
line-height:24px;
width: 900px;
z-index:999;
visibility: hidden;
text-align: left;
color: #FFFFFF;
}


.dropmenudiv a {
width: auto;
text-indent: 15px;
padding: 15px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #fff94e;
}

.dropmenudiv a:link{
color: #FFF94e;
}

.dropmenudiv a:visited{
color: #FFFFFF;
}


.footer {
	color: #FFF;
	font-size: 11px;
	}
	
	.footer a{
	color: #FFF;
	text-decoration: underline;
	}
	
.footer2 {
	color: #FFF;
	font-size: 11px;
	}
	
	.footer2 a{
	color: #FFF;
	text-decoration: underline;
	}
