@charset "UTF-8";
/* CSS Document */
body {
	background:#1686a6;
	margin:0px;
	
}
#wrapper {
	width:995px;
	margin-right:auto;
	margin-left:auto;
	background:url(cuts/top_back.jpg) no-repeat;
}
#header {
	width:995px;
	height:120px;
	background:url(cuts/header.jpg);
	position:relative;
}
#main_buttons {
	position:absolute;
	top:97px;
	left:605px;
	font: 14px bold Arial, Helvetica, sans-serif;
	color:#fff;
	height:16px;
	width:222px;
}
#main_buttons a {
	color:#fff;
	text-decoration:none;
}
#main_buttons a:hover {
	color:#000033;
	text-decoration:none;
}
#logon {
	position:absolute;
	top:5px;
	left:650px;
	font: 10px/12px bold Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	z-index:100;
}
#logon a {
	color:#fff;
	text-decoration:none;
}
#logon a:hover {
	color:#000033;
	text-decoration:none
}
#menu {
	background:url(cuts/menuback.jpg);
	width:667px;
	height:13px;
	padding:8px 164px;
}
#menu li {
	
	list-style-image:url(cuts/divider_icon.png);
	margin:0px;
	padding:0px;
	float:left;
	font-size:12px;
	line-height:13px;
	margin:0px 18px;
	white-space:nowrap;
	}
#menu li a {
	display:block;
	font-family:arial, sans-serif;
	font-weight:bold;
	color:#008cc6;
	padding:0px 1px;
	letter-spacing:1px;
	text-decoration:none;
	margin:0px;
	}
	
#menu li a:hover {
	
	color:#000033;
	line-height:13px;
	text-decoration:none;
	}

#menu ul {
	margin:0;
	padding:0;
	
	}
#home_content {
	background:url(cuts/home_content2.jpg);
	width:995px;
	height:229px;
	position:relative;
}
#left {
	position:absolute;
	top:0px;
	left:190px;
	width:248px;
	height:209px;
	padding:10px;
}
#left p.welcome {
	
	display:block;
	background: url(cuts/welcome_back.jpg);
	
	
	font: 12px/12px Arial, Helvetica, sans-serif;
	color:#000033;
	margin:0px;
}
#right {
	position:absolute;
	top:0px;
	left:512px;
}
#right p.welcome_image {
	width:290px;
	height:229px;
	background: #9ed5ef;
	
	margin:0px;
}
#roll_over {
	width:995px;
	height:84px;
	background:url(cuts/home_content3.jpg);
	padding-top: 28px;
}
#roll_over_sub {
	width:995px;
	height:85px;
	background: url(cuts/home_content3_sub.jpg);
	padding-top: 28px;
}
#holder {
	width:995px;
	background:url(cuts/sub_content.jpg) repeat-y;
}
#sub_content{
	width:995px;
	background:url(cuts/sub_content.jpg) 0 0 repeat-y;
	font: 12px/12px Arial, Helvetica, sans-serif;
	color:#000033;
	padding:0px 70px;
	position:relative;
	margin:0px;
}
#left2 {
	width:224px;
	float:left;
	margin-left:71px;
}
#right2 {
	width:600px;
	float:right;
	margin-right:71px;
}
#header_content {
	width:224px;
	position:absolute;
	
}
#header_input {
	width:184px;
	height:35px;
	background:url(cuts/header_back.png);
	padding:25px 0px 0px 20px;
	font: 20px bold Arial, Helvetica, sans-serif;
	color:#fff;
}
#under_header {
	width:204px;
	height:296px;
	padding:10px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(cuts/under_header.png);
}
#sub_text {
	width:600px;
	font: 11px Arial, Helvetica, sans-serif;
	color:#000;
}
#footer {
	width:995px;
	height:117px;
	background:url(cuts/footer_back.gif);
	clear:both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
