@charset "UTF-8";
/* CSS Document */

a img {border:none;}

body, html
{
	height:100%;
	width:100%;
}

body
{
	background:url('background.jpg') repeat-x #79a2c2;
	font-size:12px;
	font-family:'Arial';
	letter-spacing:0px;
	line-height:19px;
	margin:0px;
	padding:0px;
	
}

a:link{color:#094c72;}
a:visited{color:#568ebf;}
a:hover{color:#223366;}

h1{font-weight:bold; color:#666666; }
h2{color:#666666; }
h3{color:#000000; }
h4{color:#000000;}

#main
{
	height:auto;
	margin:auto;
	min-height:100%;
	margin-bottom:-50px;
	width:960px;
}

#head
{
	height:93px;
	width:inherit;
}

#logo
{
	position:absolute;
}

#title
{
	color:#7b7b7b;
	font-size:36px;
	text-align:right;
	width:950px;
	height:30px;
	position:absolute;
	margin-top:40px;
	text-transform:uppercase;
	letter-spacing:-2px;
}

#menu_main
{
	background:url('menu_main_back.jpg') repeat-x;
	
	width:inherit;
	height:33px;
	margin-top:5px;
}

#menu_main .left
{
	float:left;
	background:url('menu_main_left.jpg') no-repeat;
	width:10px;
	height:inherit;
}

#menu_main .right
{
	float:right;
	background:url('menu_main_right.jpg') no-repeat;
	width:10px;
	height:inherit;
}

#search_main
{
	font-size:13px;
	margin-top:5px;
	float:right;
	height:25px;
}

#search_main input.search_main_string
{
	margin-left:10px;
	width:100px;
}

#search_main input.submit
{
	width:20px;
	background:url('submit.jpg') no-repeat center center;
	border:none;
}

#search_main input.submit:hover
{
	cursor:pointer;
}

#menu_main ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu_main li
{
	display:block;
	float:left;
}

#menu_main a
{
	color:#454545;
	font-size:13px;
	float:left;
	height:25px;
	padding-top:8px;
	padding-right:9px;
	padding-left:9px;
	
	
	text-decoration:none;
}

#menu_main li.active a
{
	background:#eff6fa;
}


#menu_sub
{
	background:#eff6fa;
	width:inherit;
	zheight:29px;
	height:29px;
}

#menu_sub .left
{
	float:left;
	background:url('menu_sub_left.jpg') no-repeat;
	width:17px;
	height:29px;
}

#menu_sub .right
{
	float:right;
	background:url('menu_sub_right.jpg') no-repeat;
	width:17px;
	height:29px;
}

#menu_sub a
{
	color:#454545;
	font-size:11px;
	float:left;
	padding-top:10px;
	padding-right:11px;
	padding-left:11px;
	height:19px;
	text-decoration:none;
}

#banner
{
	background:url('banner.jpg') no-repeat;
	margin-top:10px;
	width:inherit;
	height:228px;
}



#content
{
	background:url('content_top.jpg') no-repeat #eff6fa;
	padding:20px;
	min-height:120px;
	margin-top:10px;
}

#content h1:first-child {
    padding-top: 0;
    margin-top: 0;
}

#content_bottom
{
	background:url('content_bottom.gif') no-repeat;
	height:5px;
	width:inherit;
	padding-bottom:60px;
}


#footer_container
{
	color:#58a1d4;
	font-weight:bold;
	font-size:12px;
	width:100%;
	height:48px;
	background:#FFFFFF;
	border-top:solid 1px #415869;
	xmargin-top:50px;
	xmargin-top:-50px;
	text-align:center;
	text-decoration:none;
}

#footer_container a
{
	color:#58a1d4;
	text-decoration:none;
}

#footer_links a
{
	padding-left:4px; 
	padding-right:4px;
	text-transform:uppercase;
}

#footer_container a:hover
{
	color:#78c1f4;
}

#footer
{
	padding-top:17px;
	width:960px; 
	margin:auto;
}

#footer_links
{
	position:absolute;
	width:480px;
	margin-left:480px;
	text-align:right;
}

#footer_copyright
{
	position:absolute;
	width:480px;
	text-align:left;
}

#footer_webdesign
{
	position:absolute;
	width:320px;
	margin-left:640px;
	text-align:right;
}



#login_form_table
{
	
}

#login_form_table input
{
	width:140px;
}

.em
{
	margin-bottom:-3px;
}

.white-fade
{
	background-image:url('/media/white-fade.jpg');
	background-repeat:repeat-x;
}