/* Site specific color and images that 'skin' the selected layout. */

/*
.formButton {
	BORDER: 1px solid #67914c;
	background-color: #edf3e9;
	text-align: center;
}
*/

#mainSite {
	position: relative;
	width: 785px;
	background: white;
	border: 4px solid #4E7777;
	}
#header {
	width: 785px;
	margin-top: 6;
	}	
#mainBody {
	margin-left: 12px;
	width: 735;
	text-align: left;
	min-height: 400px;
	/*border-top: 1px solid #B4CECD;*/
	}
#footer {
	width: 763px;
	height: 30px;
	padding: 5px 0 5px 0;
	margin-bottom: 7px;
	color: #4e7777;
	font: 1.0em;
	font-weight: 400;
	background: url(../images/footer.gif) no-repeat;
	}	
		
#siteName {
	display: none;
	}	
#branding {
	display: none;
	}	
#siteTagline {
	position: absolute;
	right: 50px;
	top: 38px;
	font-size: 15px;
	font-weight: 700;
	font-style: italic;
	color: #254949;
	background: white;
	padding: 5px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);	
	text-align: right; 
	max-width: 475px;
	}	
#menu {
	position: absolute;
	top: 145px;
	left: 20px;
	background: white;
	height:41px;
	}
	
#navMenu {
	display: block;
	float:left;
	}

#navMenu li	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height:41px;
	width: 120px;
	float: left;
	text-align: center;
	background: url(../images/menuOff.gif);	
	background-repeat: no-repeat;
	}
ul#navMenu {
	white-space: normal;
	}
	
#navMenu a {
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-left: 19px;
	text-align: left;
	line-height: 14px;
	}

.topNav a {	
	max-width: 100px;
	font: 1.0em;
	font-weight: bold;
	color: #666666;
	}
.topNav a:hover {	
	max-width: 100px;
	font: 1.0em;
	font-weight: bold;
	color: #254949;
	}	
		
#navMenu li#active, #navMenu a:hover, #navMenu a.selected { 
	background: url(../images/menuOn.gif); 
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 45px;
	width: 120px;
	}
	
	
#navFooter {
	margin: 0;
	}	
#navFooter a {
	font-weight: 400;
	font-size: .9em;	
	padding: 0 5px 0 5px;
	}
