
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
	
#header{ 
	/*position:relative;*/ 
	position:absolute;
	top:0; 
	left:0; 
	width:747px; /*not 748 because of 1px border*/
	height:112px; /*one px taller because of internal div*/
	/*height:132px;*/
	z-index:500;/*so nav appears above left side nav*/
	/*border-top: #007Ac3 9px solid;*/
	border-bottom: #B2D78E 4px solid;
	margin-right: -15px;  /*use to get rid of hor scroll IE Mac */
	background-color:#FFF;
	/*overflow:hidden;
	margin-bottom: -15px; */
	} 
#clearfooter{clear:both;height:205px;width:748px; }/*needed to make room for footer*/ 

/* commented backslash hack v2 \*/ 
* html #clearfooter {
	height:45px;
}
/* end hack */

#minHeight{float:left;width:0px;height:100%;margin-bottom:-157px;} 
* html #minHeight{margin-bottom:-157px;}

div,p {margin-top:0}/*clear top margin for mozilla*/

html>body #outer{height:auto; } /*for mozilla as IE treats height as min-height anyway*/ 
	
form{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#MenuControl1_MenuPlaceHolder{
	/*remove space cause by aspx control span*/
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	}
/*////////////////////////
drop down nav
//////////////////*/
#mainMenu 
{
	display: block;
	position:absolute;
	top:0px;
	left:600px;
	margin:0px;
	padding:0px;
	background:url(../images/header_nav_bg_white.gif) repeat-y bottom right;
	width:145px;
	height:88px;
	background-color:#4DAC48;
	/*text-align:right;*/
	}
	
#menuList {
	margin: 0px;
	padding: 0px;
	/*background:url(../images/root_nav_bg_right.gif) no-repeat right top;*/
	}

#menuList ul {
	margin: 0px;
	padding: 0px;
	clear: left;
	}

#mainMenu ul li{
	display: block;
	display:inline;
	list-style: none;
	}

#menuList li {
	list-style: none;
	}

a.starter {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #4DAC48; 
	text-decoration: none;
	margin:0px;
	padding:60px 0px 20px 0px;
	border-left:7px solid #FFF;
	border-right:7px solid #FFF;
	position:relative;
	/*line-height:109px;
	top:-9px;*/
	display: block;
	height:120px;
	display:inline;
	top:56px;
	background-color:#FFF;
	}
	
a.starter:hover, a.starter:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #4DAC48; 
	text-decoration: none;
	margin:0px;
	padding:60px 0px 20px 0px;
	border-left:7px solid #FFF;
	border-right:7px solid #FFF;
	background:url(../images/header_nav_bg_dot_line.gif) center top no-repeat #FFF;
	/*padding:5px 9px 11px 9px;*/
	}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	display: block;
	color: #000000;
	position: absolute;
	visibility: hidden;
	}

.menu li a:hover, .menu li a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	padding: 2px 2px 0px 8px;
	text-decoration: none;
	font-weight: normal; 
}

.menu li a { /*does this permenately , .menu li a:visited*/
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	display:block;
	display:inline;
	font-size: 10px;
	padding: 2px 2px 0px 8px;
	text-decoration: none;
	font-weight: normal; 
	/*letter-spacing: 1px;*/
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6, #menu7 { 
	display: block;
	width: 733px;
	z-index:50;
	margin:2px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	line-height: 18px;
	left:15px;
	top:107px;
	/*background-image: url(images/sub_nav_bg.gif)
	background-image: url(images/spacer.gif)
	background-color: #FF3485*/
}

/*#orff_education:hover{
	padding-right:7px;
	padding-left:7px;
}*/

#top_nav_home{
	/*background:url(../images/root_nav_bot.gif) repeat-x center bottom #FFF;*/
	left:0px;
	/*border-right:1px solid #4DAC48;*/
}
#top_nav_newsletter{
	/*background:url(../images/root_nav_bot.gif) repeat-x center bottom #FFF;*/
	left:-3px;
}
#top_nav_contact{
	/*background:url(../images/root_nav_bot.gif) repeat-x center bottom #FFF;*/
	left:-3px;
	/*border-left:1px solid #4DAC48;*/
}

/*///////////////////////////////
footer____________footer____//////
//////////////////////////////////*/
#footer 
{
	width:747px; 
	clear:both;
	height:155px; /* footer to bottom */
	padding-top:15px;
	border-bottom:2px solid #CCC; 
	/*border-top:1px solid #000;
	border-top:10px solid #6E20A0;*/
	border-right:1px solid #FFF;
	background-color: #C7B795;
	position:absolute; 
	position:relative; /* footer to bottom */
	font-family: Arial, Helvetica, sans-serif; 
	line-height:12px;
	font-size: 11px; 
	text-align:center;
	color:#666666; 
	/*margin: 0 auto;centering trick*/
	\height:140px; 
	h\eight:140px; 
	}
 
* html #footer {/*only ie gets this style*/ 
	\height:142px; /* footer to bottom */ 
	he\ight:140px; /* footer to bottom */  
	} 
	
/*#shift_over{
	padding-left:209px;
	font-size:9px;
	border-top:3px solid #D32939;
	border-bottom:1px solid #999;
	}*/
/*///////////////////////////////
atach image to footer trick
//////////////////////////////////*/
.ap-test {
	position: absolute;
	top: -45px;
	width: 747px;
	height: 45px;
}

/* \*/
* html .ap-test {
	top: -44px;
	t\op: -45px;
}
/* */

.ap-left {left: 0;}
