@charset "utf-8";
/* CSS Document */


/*--------------global----------------*/


* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background:url(../images/main_gfx/bg.png) top left repeat;
	background-color: #204c9f;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:78%;
	color:#FFFFFF;
	}
	
#clear {
	clear:both;
	}
	
.img_3pad {
	padding:3px;
	}
	
.img_5pad {
	padding:5px;
	}
	
.img_10pad {
	padding:10px;
	}
	
.img_9pad {
	padding:9px;
	}
	
		
.img_10pad_white {
	padding:10px;
	background-color:#FFFFFF;
	}

a {
	
	color: #ffc505;
	}

.fright {
float:right;
padding-right:5px;
}

.fleft {
float:left;
}

hr {
color: #fff;
background-color: #fff;
height: 1px;

}

.green_text {
	color: #7aac15;
	}
	
/*-----------------------main containers----------------------*/

#wrapper {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: #FFFFFF url(../images/main_gfx/main_bg4.png) top left repeat;
}

#bg1 {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: url(../images/main_gfx/bg1.png) top right no-repeat;
}

#bg2 {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: url(../images/main_gfx/bg2.png) top right no-repeat;
}

#bg3 {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: url(../images/main_gfx/bg3.png) top right no-repeat;
}

#bg4 {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: url(../images/main_gfx/bg4.png) top right no-repeat;
}

#bg5 {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: url(../images/main_gfx/bg5.png) top right no-repeat;
}

#wrapper2 {
	width:775px;
	height:auto;
	margin: 0 auto;
	background: #FFFFFF url(../images/main_gfx/all_bg.png) top left no-repeat;
	border: 1px solid;
	border-color: #c70c00;
}

#header {
	width:775px;
	height:100px;
	position:relative;
	}

#logo {
	}

#footer {
	background: #204c9f;
	width:100%;
	height:180px;
	color: #FFFFFF;
}

#foot_links {
	float:right;
	width:400px;
	height:20px;
	padding-right: 20px;
}

#foot_links a {
	color: #ffc505;
	text-decoration: none;
}

#copyright {
	font-size:10px;
	color:#666666;
	padding: 20px;

	}
	
#copyright a {
	font-size:10px;
	color:#7aac15;
	}

#welcome_text_box {
	width:358px;
	height:146px;
	position:absolute;
	left: 366px;
	top: 131px;
}

#welcome_text_box hr {
	color:#FFFFFF;
	background-color:#FFFFFF;
	height:1px;
	border:none;
}

#welcome_text_box p {
padding: 5px;
}

#welcome_text_box h1 {
	font-size:16px;
	padding:5px;
}

#splash_box {
	width:302px;
	height:238px;
	position:absolute;
	left: 22px;
	top: 22px;
}

#contact_info {
	width:200px;
	height:208px;
	padding: 20px;
	float: left;
}

#contact_info p{
	margin: 20px;
}


#sneak {
	width:100%;
	height:auto;
	float:left;
	background:url(../images/main_gfx/sneak_bg_1.png) left top repeat-x;
	}
#sneak h1{
	margin-top:30px;
	margin-left:20px;
	color:#FFC700;
	font-size:16px;
}

#sneak h2{
margin-left:20px;
	margin-top:10px;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:5px;
}
	
#sneak p {
	margin:20px;
	}
	
#sneak_container {
	width:100%;
	height:150px;
	}	
	
	
#sneak_box {
	background:url(../images/main_gfx/sneak_bg.png) top left no-repeat;
	width:97px;
	height:97px;
	margin:15px;
	float:left;
	}
	
	
#showlink {
padding-top:10px;
padding-bottom:10px;
padding-left:20px;
}

#showlink a {
color:#003399;
font-weight:bold;
}
/*-----------------------------form-----------------------------*/

#quick_form {
	width:600px;
	height:180px;
	float: right;
	}
	
	#quick_form_1 {
	width:600px;
	height:180px;
	margin-left:20px;
	}

/*--------------------------- navagation---------------------*/

#nav {
	width:775px;
	height:50px;
	}

#main_nav {
	width:756px;
	height:30px;
	margin-left: 114px;
	}
	
#main_nav ul {
	width:740px;
	height:30px;
	}

#main_nav li{
	background: url(../images/main_gfx/nav_bg.png) top left repeat-x;
	width:130px;
	height:30px;
	display:block;
	float:left;
	list-style-type:none;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 12px;
	font-weight:bold;
	}
	
#main_nav a {
	color: #ffc505;
	text-decoration:none;
	font:Tahoma;
	}
	
#main_nav a:hover {
	color: #FFFFFF;
	}


#sub_nav {
	width:600px;
	height:60px;
	margin-left: 134px;
	background: url(../images/main_gfx/sub_nav_bg.png) top left repeat-x;
		}

#sub_nav ul {
	width:740px;
	height:60px;
	}

#sub_nav li{
	background: url(../images/main_gfx/nav_bg.png) top left repeat-x;
	width:150px;
	height:30px;
	display:block;
	float:left;
	list-style-type:none;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	padding-top: 20px;
	font-weight:bold;
	}
	
#sub_nav a {
	color: #ffc505;
	text-decoration:none;
	font:Tahoma;
	font-size:14px;
	}
	
#sub_nav a:hover {
	color: #FFFFFF;
	}

/*--------------------------main_content----------------------*/	
	

#main_content_1 {
	width:100%;
	height:auto;
}

#main_content_2 {
	width:200px;
	height:auto;
	background: url(../images/main_gfx/trans_bg_1.png) top left repeat;
	margin: 5px;
	float:left;
	border-right: 1px solid #CCCCCC;
}

#main_content_3 {
	width:620px;
	height:auto;
	background: url(../images/main_gfx/trans_bg_1.png) top left repeat;
	margin: 5px;
	float:left;
	
}

#main_content_4 {
	width:248px;
	height:auto;
	background: url(../images/main_gfx/trans_bg_1.png) top left repeat;
	margin: 5px;
	float:left;
	border-right: 1px solid  #CCCCCC;
}

#main_content_6 {
	width:800px;
	height:auto;
}

#main_content_1 h1, #main_content_2 h1, #main_content_3 h1, #main_content_4 h1 {
	margin-top:30px;
	margin-left:20px;
	color:#FFC700;
	font-size:16px;
}

#main_content_1 h2, #main_content_2 h2, #main_content_3 h2, #main_content_4 h2 {
	margin-left:20px;
	margin-top:10px;
	color:#FFC700;
	font-size:12px;
	margin-bottom:5px;
}

#main_content_1 h3, #main_content_2 h3, #main_content_3 h3, #main_content_4 h3 {
	margin-left:20px;
	margin-top:10px;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:10px;
}


#main_content_1 ul li, #main_content_2 ul li, #main_content_3 ul li, #main_content_4 ul li {
	margin-left:40px;
	color: #fff;
}

#main_content_4 ol li {
	margin-left:30px;
	color: #7aac15;
}

#main_content_1 p, #main_content_2 p, #main_content_3 p, #main_content_4 p {
	margin-top:10px;
	margin-left: 20px;
	margin-right:20px;
	margin-bottom:10px;
	width:500px;
	color: #fff;
}


#login_form {
	width:322px;
	height:auto;
	margin-left:20px;
	}

