.clearfix:after {/*this will help the menu to push its container down and not overlapping it in firefox*/
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body {
	
	height:100%;
	margin:0 ;
	padding: 0 ;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #106237;
	background:#fff url('../parts/header_bg.jpg') repeat-x top center;
}
/* Page */

#header {
	display:block;
	position:relative;
	height:197px;
	width: 950px;
	margin: 0 auto;
	/*float:left;*/
	}
#header h1{
display:block;
height:182px;
width:640px;
/*float:left;*/
margin:0 ;
padding:0 ;
background: url('../parts/logo.jpg') no-repeat ;
background-position: 0 11px;
}
#header a.logo{
display:block;
height:122px;
width:640px;
float:left;
margin:0 30px 0 0;
text-decoration:none;
}
#header a span{
display:none;
}

#main {
	display:block;
	width: 100%;
	min-height:300px;
	margin: 0 auto;
	padding:0;
	float:left;
	background:#FAFBFA url('../parts/pattern.jpg') repeat-x top center;
	}
#two_col_cont{
width:950px;
margin:10px auto;
}

.floats{
float:left;
}
#content{
display:block;
width:700px;
padding:0 15px 10px 25px;
margin:0;
}
#content a{
color:#046DA1;
 text-decoration:underline;
 font-weight:bold;
 padding:0;
 margin:0;
 }
 #content a img{
 border:none;
 }
 #content ul li{
 margin:3px 0;
 }
#banners{
display:block;
width:150px;
text-align:center;
margin:0;

}
#banners img{
border:none;
margin:0 0 10px 0;
}
#banners1{
display:block;
width:175px;
text-align:center;
margin:0 40px 0 0;
float:left;
}
#banners1 img{
border:none;
margin:0 0 15px 0;

}
#footer {
	display:block;
	width: 100%;
	height:86px;
	margin: 0 auto;
	padding:0;
	float:left;
	text-align:center;
	font-size:12px;
	background: url('../parts/footer_bg.jpg') repeat-x top center;
	color:#CDDC97;
	}
#footer ul {
margin:30px 0 10px 0;
	}
#credits a{
	color:#CDDC97;
}
#footer ul li{
	display:inline;
	margin:0 1px;
	line-height:18px;
	color:#A7A7A7;
}
#footer ul li a{
	color:#CDDC97;
	margin:0 4px 0 4px;
	font-size:15px;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#FAFBFA;
	}
/****************************************************************************
								menu
*****************************************************************************/
#Nav{
display:block;
width:600px;
position:absolute;
top:117px;
left:210px;
float:left;

}
#MainMenu {
    margin: 0 ;
	padding:4px 0 0 0;
	list-style-type: none;
    width:650px;
	height:30px;
	line-height:30px;
	text-align:left;
	font-size:12px;
	float:left;
		
}
#MainMenu li {
	display: inline;
	margin:0 1px 0 0 ;
	padding:0;
	line-height:32px;
	height:32px;
	}
#MainMenu li a {
	background:url('../parts/menu_bg.jpg') no-repeat 0 0;
	float:left;
	margin:0 1px 0 1px ;
	padding:0 0 0 10px;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
	color:#CDDC97;
}
#MainMenu li a span{
	background: transparent url('../parts/menu_bg.jpg') no-repeat right top;
	padding:0 15px 0 6px;
	color;
	display: block;
	float: left;
	cursor: pointer;
}
#MainMenu li a:hover, #MainMenu li a.here {
	background:url('../parts/menu_bg.jpg') no-repeat 0 -32px;
	color:#CDDC97;
}
#MainMenu li a:hover span, #MainMenu li a.here span{
	background-position:100% -32px;
	padding:0 15px 0 6px;
	color;
	display: block;
	float: left;
	cursor: pointer;
}
/*************************************************************************************
                                   forms
*************************************************************************************/
.form_cont{
display:block;
padding:10px;
font-size:0.9em;
color:#245EA8;
}
.form_cont form{
padding:0;
margin:0;
color:#245EA8;
}

 form br{
clear:both;
}
label{
width: 120px;
float: left;
margin:  2px 0;
display: inline-block;
vertical-align: top;
}
label.long_lab{
width: 280px;
margin:  2px 0;
display: block;
vertical-align: top;
}
input.text{
    width: 160px;
	margin: 2px 0;
}
input.button1{
    width: 80px;
	margin: 5px 0;
}
textarea{
    width: 280px;
	height:80px;
	margin: 5px 0;
	overflow:auto;
}

select{
width: 165px;
	margin: 2px 0;
}
p.error{
color:#CC0033;
display:block;
width:285px;
background:#eee;
padding:3px 0;
}
p.error span{
color:#009933;
}
/****************************************************************************
								styles
*****************************************************************************/
h1{ color:#046DA1; font-size:22px; margin:0; padding:0;}
h5{ font-size:14px; margin:0 0 20px 0;padding:0;}
img.presentor{ float:left; margin: 0 5px 5px 0; width:100px;}
a.register{ font-size:1.1em;}

