*html {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #223345;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Overflow */
.overflow {
	overflow: hidden;
	width: 100%;
}

/* Outter Container */
#outter_container {
/*	background-image: url(../images/body_bg_top.jpg);
	background-repeat: repeat-x; */
	height: 550px;
}

/* Site Container */
#site_container {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

/* Header Container */
#header_container {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 107px;
	margin: 0px;
	padding: 0px;
}
#header_col_01 {
	float: left;
}
#header_col_02 {
	padding: 40px 0px 0px 0px;
	float: right;
}

/* Header Info */
#header_info_container {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	color: #ffffff;
	text-align: right;
}
#header_info a {
	color: #ffffff;
	padding: 0px 5px;
}
#header_info a:hover, #header_info a.current {
	color: #9ddcfd;
	text-decoration: none;
}
#header_info img {
	margin:0 5px 0 25px;
	vertical-align:middle;
}

/* Email & Search Container */
#email_search_container {
	padding: 0px;
}
#email_signup {
	padding: 0px;
	font-weight: bold;
	color: #fff;
	float: right;
}
#search {
	padding: 0px 0px 0px 0px;
	color: #fff;
	float: right;
}

/* Field */
.selectfield {
	width: 180px;
	height: 21px;
	color: #999;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 5px;
}
.ifield {
	border:1px solid #CCC;
	width:175px;
	height:16px;
	font-size:12px;
	color:#999;
}
.field_btn {
	background-image: url(../images/field_btn_bg.jpg);
	background-repeat: repeat-x;
	border:1px solid #CCC;
	width: 60px;
	height:20px;
	font-size:11px;
	color:#19173f;
	text-transform:uppercase;
}
/*
.field_btn:hover {
	background-image: none;
	background-color: #eee;
}
*/

/* Body Container */
#body_container {
	margin: 0px;
	padding: 0px;
}

/* Home Container */
#home_container {
	border-left: 1px solid #5189ac;
	border-right: 1px solid #5189ac;
	border-bottom: 1px solid #5189ac;
	background-color: #0662a3;
	padding: 0px 0px 0px 2px;
	clear: both;
}

/* Main Container */
#main_container {
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px solid #5189ac;
	border-right: 1px solid #5189ac;
	border-bottom: 1px solid #5189ac;
	background-color: #fff;
	padding: 15px 20px 20px 10px;
	line-height: 1.6em;
}
#main_content_container {
	padding: 0px;
}
#main_col_01 {
	float: left;
}
#main_col_02 {
	font-size: 12px;
	width: 700px;
	padding: 0px 0px 0px 10px;
	float: right;
}

/* Full Width */
#full_width {
	width: 920px;
}

/* Footer Container */
#footer_container {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	color: #ffffff;
}
#footer_col_01 {
	float: left;
}
#footer_col_02 {
	float: right;
}
#footer_container a {
	color: #ffffff;
	text-decoration: none;
}
#footer_container a:hover {
	color: #9ddcfd;
	text-decoration:none;
}

/* Qwik Link */
.qwik {
	font-family: 'Bookman Old Style';
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.qwik a {
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
.qwik a:hover {
	color: #9ddcfd;
	text-decoration:none;
}

/* Facebook & Twitter */
.facebook, .twitter {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
.facebook:hover, .twitter:hover {
	color: #3c94bc;
}
