/* CSS Document */

.head {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-style: normal;
	font-weight: bold;
	color: #365059;
	}
	
.subheadTeal {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-style: normal;
	font-weight: bold;
	color: #365059;
	}
	
.subheadGrey {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #777777;
	}

.bodytext {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #777777;
	}
	
.tabletext {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #777777;
	}
	
.white {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	}
		
.leftnav {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #365059;
	}
	
.leftnav2 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #365059;
	}
	
.leftnavOn {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #73b2b0;
	}
	
.smallTeal {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #365059;
	}
	
.smallWhite {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #ffffff;
	}
	
.breadcrumb {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #777777;
	}
	
a {
	color: #e37443;
	text-decoration: none;}
	
a:hover {
	color: #b44e21;
	text-decoration: none;}
	
ul {
	list-style-image:  url("images/arrowNav.gif");
	}
	
/* dropdown stuff */
.dropdown {float:left; padding:0; margin:0; height:37px; position: relative;}
.dropdown dt {padding:0; margin:0;}
.dropdown dt:hover {display:block;}
.dropdown dd {position: absolute; overflow:hidden; width:100%;  display:none; z-index:200; opacity:0; top:37px; padding:0; margin:0;}
.dropdown ul { list-style:none; border-top:none; padding:0; margin:0 0; z-index:210;}
.dropdown li {display:inline}
.dropdown li a, .dropdown li a:active, .dropdown li :visited {
display:block; 
padding:5px; 
margin:0;
color:#365059; 
text-decoration:none; 
background:#efefef; }
.dropdown a:hover {color:#e37443}
.dropdown .underline {font-family: Trebuchet MS, Verdana, sans-serif; font-size: 12px}