/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	background-color: #ffffff;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;

}


div#container {
	overflow: hidden;
	background-color:#fff;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#content {
	background-color:#fff;	
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;


}

div#left {
	
	margin-top:2px;
	height:175px;
	width:auto;
	_width:auto;
	float: left;
	background-color:#fff;
	_padding-bottom: 32767px;
	_margin-bottom: -32767px;
	border-right: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;
	
}

div#lefttop {
	width: 290px;
	height: 175px;
	float: left;
	
	background-color:#cbdb80;
}


div#homeleft {
	width: 285px;
	height: 380px;
	float: left;
	background-color:#fff;
	background-image:url(images/new_home.jpg);
	background-repeat:no-repeat;
	margin:2px 2px 0 0;	
}

div#image1 {
	width:227px;
	float:left;
	margin:1px;
/*	background-image:url(images/test1.jpg); */
	background-repeat:no-repeat;
	height:100%;
}
div#image2 {
	float:left;
	width:225px;
	height:100%;
	margin:1px;
/*	background-image:url(images/test1.jpg); */
	background-repeat:no-repeat;
}

div#right {
height:auto;
	width: auto;
	*width: auto;
	_width: autox;
	float: left;
	background-color:#fff;
	margin:1px;
	margin-top:2px;
	_padding-bottom: 32767px;
	_margin-bottom: -32767px;
	
}

div#right2 {
	width: 708px;
	*width: 707px;
	_width: 703px;
	float: left;
	background-color:#fff;
	margin:1px;
	margin-top:2px;
	_padding-bottom: 32767px;
	_margin-bottom: -32767px;
}


div#righttop {
	width: 473px;
	*width: 472px;
	_width: 471px;
	height: 175px;
	float: left;
/*	background-color:#66C2E0; */
	background-color: #BBD05B;
	background-image:url(images/green.gif);
	background-repeat:no-repeat;
	margin-left:2px;
	_margin-left:-2px;

}

div#rightborder {
	float:right;
	width:28px;
	margin:1px;
	margin-top:2px;
	height: 175px;
	_height: 175px;
	*height:379px;
/*	background-color:#B2E0F0; */
	background:#CBDB80; 
}

div#stdrightborder {
	float:right;
	width:30px;
	
	height:175px;
/*	background-color:#B2E0F0;  */
	background:#CBDB80; 
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#header {
	float:left;
	width:800px;
	background-color:#fff;
	height:130px;
	*height:130px;
	_height:60px;
	text-align:right;
	}
	
#logo {
	float:left;
	margin:10px 0 0 10px;
	width:286px;
	height:130px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	}
	
#logo2 {
	float:left;
	margin:10px 0 0 -30px;
	width:286px;
	height:130px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	}
	
#headertext {
	float:right;
	margin: 100px 30px 0 0;
	width:200px;
	height:10px;
	}
	
#header h1.hidden {
	text-indent: -999em;
	}
	
#nav {
	float:left;
	height:25px;
	*height:28px;
	_height:20px;
	width:800px;
	background-color: #f1f1f1;
	border-bottom: 2px solid #FFFFFF;	
	margin-left:1px;
	
	}	
	


#footercontainer {
	width:800px;
	
	}
	
#stdfootercontainer {
	background-color:#FFFFFF;
	Margin_top:-2px;
	margin-left:2px;
	_margin-left:4px;
	width:796px;
	*width:793px;	
	}	

#footer {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:9px;
	line-height:14px;
	color:#555;
	text-align:center;
	width:100%;
	padding:5px;

}

#stdfooter1 {
	padding-top:2px;
	width:100%;
	height:20px;
	background-color:#0099CC;
	text-align:center;
	margin-top:1px;
	margin-bottom:2px;
	}
	
#footer1 {
	padding-top:18px;
	Width:100%;
	height:50px;
	background-color:#0099CC;
	text-align:center;
	margin-top:1px;
	margin-bottom:2px;
	}

#footerborder1 {
	Width:100%;
	height:10px;
	background-color:#CBDB80;
	margin-bottom:2px;
}	

#footerborder2 {
	Width:100%;
	height:4px;
	*max-height:4px;
	_max-height:3px;
	background-color:#BBD05B;
	margin-bottom:2px;
}	
	
#bodymain3 {
	position:relative;
	left: 0;
	margin: -10px 0 0 0;
	width:554px;
	height: 100%;
	z-index: 0;
	float:left;
	background-color:#ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	line-height: 18px;
	}



/* Link Styles */

a:link, a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px soild #000;
	_border-bottom: 1px soild #000;
	}

a:hover, a:active {
	color: #D02304;
	border-bottom: 1px soild #D02304;
	_border-bottom: 1px solid #D02304;	
	}

a.images:link, a.images:visited, a.images:hover, a.images:active {
	border-bottom: none !important;
	}
	
#homeright h1 {
	font-weight:normal;
	font-size:20px;
	line-height: 24px;
	color:#877257;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#homeright,body {
	font-weight:normal;
	font-size:11px;
	line-height: 16px;
	color:#fff;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#mainbody h1 {
	font-weight:normal;
	font-size:20px;
	line-height: 20px;
	color:#877257;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#mainbody h2 {
	font-weight:normal;
	font-size:13px;
	line-height: 17px;
	color:#877257;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#mainbody,body {
	font-weight:normal;
	font-size:11px;
	line-height: 16px;
	color:#999999;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}


#right h1 {
	font-weight:normal;
	font-size:20px;
	line-height: 24px;
	color:#877257;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#right h2 {
	font-weight:normal;
	font-size:13px;
	line-height: 17px;
	color:#877257;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#right,body {
	font-weight:normal;
	font-size:11px;
	line-height: 16px;
	color:#999999;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#left h1 {
	font-weight:bold;
	font-size:13px;
	line-height: 16px;
	color:#877257;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#left,body {
	font-weight:normal;
	font-size:11px;
	line-height: 16px;
	color:#666666;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}
#headertext,body {
	font-weight:normal;
	font-size:11px;
	line-height: 16px;
	color:#333333;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}

#footer1,body {
	font-weight:normal;
	font-size:11px;
	line-height: 16px;
	color:#fff;
	font: Verdana, Arial, Helvetica, Tahoma,  sans-serif;
}


/*#nav a:link, #nav a:visited {
	width:114px;
	height:30px;
	color: #fff;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #0099CC;
	border:1px solid #fff;
	}*/

/*#navmenu a:hover, #navmenu a:active {
	color: #5C2E01;
	border-bottom: 1px solid #5C2E01;
	}*/




/*
Dropdown menu    =DROP
---------------------------------------------------------------------------------------------
*/



.menus_container {
/*	width: 170px;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

.default_menu {
	vertical-align: top;

}

/* Nav Menu Classes */
	

div.menu a:hover, div.menu  a:active, div.menuBar a:hover,  div.menuBar a:active {
 	color: #fff;
	font-weight:300;
	font-size:11px;
	line-height:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
div.menuBar, div.menuBar a.menuButton, div.menuButton, div.menuButton_over, div.menu, div.menu a.menuItem {
	Background-color:#FFF;
	color: #fff;
	font-weight:300;
	font-size:11px;
	line-height:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div.menuBar {
	padding: 0px;
	text-align: right;
	/*	place banner background here	*/
	background-color: #fff;
	/*	place nav hight here	*/  
	height:28px;
}

div.emenuBar {
	text-align: left;
}


div.menuBar a.menuButton, div.menuButton, div.menuButton_over {
	cursor: pointer;
/*	position: relative;*/
	z-index: 100;
	
	/*	Place button state here	*/
	float:left; 
	width:100px; 
	height:15px;
	padding:6px; 
	margin-right:2px; 
	Margin-left:0px; 
	background-color:#0099CC; 
	text-align:center;
	vertical-align:baseline;
	border-bottom: none;
	_border-bottom: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height:14px;
	color:#fff;
}

div.menuBar a.menuButton:hover, div.menuButton:hover, div.menuButton_over {
/*	padding: 0px 15px 10px 0px;*/
	
	
	/*	Place button active state here	*/
	float:left; 
	width:100px; 
	height:15px;
	padding:6px; 
	margin-right:2px; 
	Margin-left:0px; 
	background-color:#3481C9; 
	text-align:center;
	vertical-align:baseline;
	border-bottom: none;
	_border-bottom: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height:14px;
	color:#fff;
	
}

div.menuBar a.menuButtonActive, div.menuButtonActive, div.menuButtonActive:hover, div.menuBar a.menuButtonActive:hover {
	left: 0px;
	top: 0px;

}

div.menu {
	background-color: #fff;  
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	left: 0px;
	position: absolute;
	top: 0px;
	line-height:20px;
	visibility: hidden;
	z-index: 101;
	margin:-1px 4px 0px 1px;
	_margin:-2px 4px 0px 1px;
	padding:0;
	_padding:3px 0 3px 0;
	text-align: left;
	
}

div.menu a.menuItem {
	cursor: pointer;
	display: block;
	text-decoration: none;
	line-height:20px;
	margin: 0;
	_margin:0;
	padding: 0;
	_padding:0;		
	white-space: nowrap; 
	
	/* 	place drop down menu text here	*/
	color: #194129;	
	border-bottom: none;
	_border-bottom: none;
	
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight { 
	background-color:#cccccc;
	line-height:20px;
	
		/* 	place drop down menu active text here	*/
	color: #1E4E31;	
	

}

div.menu a.menuItem span.menuItemBuffer, div.menu a.menuItem:hover span.menuItemBuffer {
	line-height:20px;
	
}

div.menu a.menuItem span.menuItemText {
	margin: -2px 10px -2px 5px;
	_margin: 0;
	padding: 0px 10px 0px 5px;
	_padding: 0px 10px 0px 5px;	
	font-size:9px;
	line-height:7px;
	_line-height:15px;
}

div.menu a.menuItem span.menuItemArrow {
	margin: -2px 10px -2px 5px;
	_margin: 0;
	padding: 0px 10px 0px 5px;
	_padding: 0px 10px 0px 5px;	
	margin-right: -.75em;
	font-size:9px;	
}

div.menu div.menuItemSep {
	margin: -2px 10px -2px 5px;
	_margin: 0;
	padding: 0px 10px 0px 5px;
	_padding: 0px 10px 0px 5px;	
	font-size:9px;
}

a.menuItem.header {
	border-color:#fff !important;
}
/*--safari hack--*/

div#homeright {
	width: 680px;
	height: 329px;
	float: right;
	background-color:#BBD05B;
	margin:1px;
	margin-top:2px;
	padding:25px;
}

div#homeright2 {
	width: 481px;
	_width: 430px;
	*width: 430px;
	height: 380px;
	_height: 330px;
	*height:330px;
	float: right;
	background-color:#BBD05B;
	margin:1px;
	margin-top:2px;
	padding:25px;
}

div#righttext {
	float: left;
	width: auto;
	
	padding-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
	border-right: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;
}

div#mainbody{
	float: left;
	width: 794px;
	_width: 740px;
	*width: 740px;	
	padding:25px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	margin-left:2px;
	color:#666666;
}
	

div#homeright {
	width: 310px;
	_width: 260px;
	*width: 200px;
	height: 380px;
	*height:329px;
	float: left;
	background-color:#BBD05B;
	margin:1px;
	margin-top:2px;
	padding:25px;#
}



