html{
	
	y-overflow:scroll;

}

body{
	
	margin:0;
	padding:0;
	
	background:url(../images/seia-bg.gif) top left repeat-x #e68f1a;
	color:#646464;
	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height:18px;
	

}

p{
	padding:0;
	margin:0;
	padding-bottom:18px;
	
}

.highlight_text{

	font-weight:bold;

}

#wrapper{
	
	
	width:1263px;
	margin:0 auto;

}

#left_column_bg{

	background:url(../images/left-column-bg.jpg) top right no-repeat;
}

#right_column_bg{

	background:url(../images/right-column-bg.jpg) top left no-repeat;
}

#center_column{
	background:#FFFFFF;
	width:961px;
}

#top{
	
	height:381px;
	background:url(../images/header_bg.png) top left no-repeat #ffffff;
	
}	

#header{
	
	height:130px;

}

#logo{
	
	position:absolute;
	float:left;
	width:431px;

}

#top_menu{

	position:absolute;
	float:right;
	width:397px;
	height:31px;
	margin-top:91px;
	margin-left:564px;

}

a#home img{ background:url(../images/top_menu.png) no-repeat 0px 0px;}
a#home img:hover{	background:url(../images/top_menu.png) no-repeat 0px -31px;}

a#about_us img{ background:url(../images/top_menu.png) no-repeat -86px 0px;}
a#about_us img:hover{	background:url(../images/top_menu.png) no-repeat -86px -31px;}

a#contact_us img{ background:url(../images/top_menu.png) no-repeat -197px 0px;}
a#contact_us img:hover{	background:url(../images/top_menu.png) no-repeat -197px -31px;}

a#login img{ background:url(../images/top_menu.png) no-repeat -312px 0px;}
a#login img:hover{	background:url(../images/top_menu.png) no-repeat -312px -31px;}




#content{
	
	width:961px;
	padding-top:17px;
	padding-bottom:17px;
	background:#FFFFFF;
	
	min-height:550px;
	height:auto !important;
	height:550px;	

}

.img_text{
	
	margin-left:20px;

}

#info{

	
	float:right;
	width:761px;

}

#info_text{

	padding-left:30px;
	padding-right:30px;


}

#left_menu{
	
	
	float:left;
	width:198px;
	border:0;
	border-style:solid;
	border-right-width:2px;
	border-color:#ebebeb;
	
}

.horizontal_menu{
	
	
	margin:0;
	padding:0;
	margin-left:40px;
	line-height:30px;
	list-style: disc  ;
	color:#e68f1a;
	font-weight:bold;
}

.horizontal_menu a{
	
	color:#8e8e8e;
	font-weight:normal;
	text-decoration:none;
}

.horizontal_menu a:hover{
	
	color:#000000;

}




li{
	padding:0;
	margin:0;
	padding-left:5px;

}



#footer{
	
	height:83px;
	background:url(../images/footer-bg.jpg) top left no-repeat;
	color:#8e8e8e;

}

#footer_content{
	
	width:931px;
	margin:0 auto;
	padding:15px;

}

#footer_content a{
	
	color:#646464;
	text-decoration:none;

}

#footer_content a:hover{
	
	color:#8e8e8e;
	text-decoration:none;

}

#drop ul{
height:18px;
display:none
}
#drop:hover ul{
height:185px;
display:block;
}