/* Global styles */
body {
	margin:0px;
	padding:0px;
	
	background-color: #FFFFFF;
	
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color:#3E4562;
}
* {
	padding:0px;
	margin:0px;
}
table {
	border:0px none;
	border-collapse: collapse;
}
table td {
	padding:0px;
	vertical-align:top;
	text-align:left;
}
p {
	padding:0px;
	margin:0px 0px 10px 0px;
}
img {
	border:none;
}
a {
	text-decoration: underline;
	color:#3E4562;
}
a:hover {
	text-decoration: none;
}
a img {
	border:none;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}

h1 {
	font-size:18px;
	font-family:Tahoma;
	font-weight:normal;
	margin-bottom:10px;
}
input {
	font-family:Tahoma;
	font-size:11px;
}
/* *** *** *** *** *** */

.main_box {
	width:900px;
	text-align:left;
	margin:15px auto;
	
	overflow:hidden;
	
	background:url(images/c_s_bg.gif) top center repeat-y;
}
.header {
	height:112px;
	background:url(images/head_bg.png) top center no-repeat;
}
.logo_s {
	width:318px;
	height:57px;
	float:left;
	
	padding:24px 0px 0px 22px;
}
.mlogin_s {
	width:543px;
	height:67px;
	float:left;
	color:#000000;
	
	padding:14px 0px 0px 17px;
}
.mlogin_s .txt_fiel {
	width:98px;
	font-size:12px;
	color:#000000;
}
.mlogin_s .login_btn {
	border:0px none;
	width:83px;
	height:17px;
	background:url(images/login_btn.gif) top center no-repeat;
	cursor:pointer;
}
.mlogin_s #forgot {
	font-size:10px;
	text-align:right;
	padding:10px 20px 0px 0px;
}
.mlogin_s #forgot a {
	color:#000000;
}

.menu_s {
	height:31px;
	margin:0px 2px;
	float:left;
}
.menu {
	width:670px;
	height:25px;
	border-bottom:6px solid #8fc844;
	
	text-align:left;
}
.menu a {
	display:block;
	width:83px;
	float:left;
	margin:0px 1px 0px 0px;
	
	background:#72a330 url(images/m_bg_l.gif) top left no-repeat;
	text-decoration:none;
	cursor: pointer;
}
.menu a:hover span {
	color:#ffff00;
}
.menu a:hover#selected span {
	color:#ffffff;
}
.menu a span {
	width:100%;
	height:18px;
	display:block;
	padding:6px 0px 0px 0px;
	background:url(images/m_bg_r.gif) top right no-repeat;
	
	font-size:10px;
	font-family: Tahoma;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.menu a#selected {
	background-color:#8fc844;
}
.menu a#selected span {
	height:19px;
}

.content_box {
	margin:1px 2px 10px 2px;
	background:url(images/cb_box_bg.jpg) top left no-repeat;
}
.cb_h {
	background:url(images/collage_h.jpg) top left no-repeat;
}
.col_box {
	width:868px;
	height:200px;
	margin:0px 9px 10px 9px;

	padding:5px 5px 6px 5px;
	background-color:#FFFFFF;
}
.col_box #left {
	width:282px;
	height:200px;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
}
.col_box #right {
	width:586px;
	height:200px;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
}

.navigation {
	margin:0px 9px 0px 9px;
	padding:4px 0px 4px 19px;
	background-color:#8fc844;
	
	font-weight:bold;
	color:#ffff99;
	word-spacing:5px;
}
.navigation a {
	color:#FFFFFF;
}

.content_box #left_col {
	width:222px;/*214*/
	float:left;
	
	padding:0px 0px 0px 15px;
	margin:0px;
}
.content_box #right_col {
	width:650px;
	float:left;

	padding:0px;
	margin:0px;
}

.ctf_box {
	padding:25px 0px 20px 10px;
}
.c_box {
	width:620px;
	height:208px;
	background:url(images/hbb_bg.jpg) top left no-repeat;
	padding:22px 14px 0px 12px;
}
.i_box {
	width:191px;
	height:529px;
	margin:10px 0px;
	float:left;
	
	padding:41px 7px 0px 8px;
}
.i_box_2 {
	width:193px;
	height:529px;
	margin:10px 0px;
	float:left;
	
	padding:41px 7px 0px 8px;
}

.frame {
	width:643px;
	background:url(images/frm_bg.gif) top center repeat-y;
	margin:0px 0px 15px 0px;
}
.frame #top {
	background:url(images/frm_top.gif) top center no-repeat;
}
.frame #bottom {
	background:url(images/frm_bottom.gif) bottom center no-repeat;
	padding:15px 10px;
}

.form_table {
	width:620px;
}
.form_table th, .form_table td {
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#4A4A4A;
	background:url(images/line_bg.gif) bottom left repeat-x;
}
.form_table th {
	padding:5px;
	text-align:left;
}
.form_table td {
	padding:5px;
	text-align:right;
}
.form_table #last th, .form_table #last td  {
	background:none;
}
.form_table input, .form_table select, .form_table option, .form_table textarea {
	font-family:Tahoma;
	font-size:11px;
}
.form_table input {
	width:160px;
}
.form_table select {
	width:164px;
}

.formTextarea {
	width:308px;
	height:94px;
}

.submitBtn {
	width:140px;
	height:27px;
	border:0px none;
	background:url(images/submit_btn.gif) center no-repeat;
	cursor:pointer;
}
.submit_btn_2 {
	width:90px;
	height:20px;
	border:0px none;
	background:url(images/submit_btn_2.gif) center no-repeat;
	cursor:pointer;
}

.mb5px {
	margin-bottom:5px;
}
.mb25px {
	margin-bottom:25px;
}
.pt25px {
	padding-top:25px;
}

.red {
	color:#ED1C24;
}

.underlined {
	line-height:120%;
	background:url(images/line_bg.gif) bottom left repeat-x;
	padding:0px 0px 10px 0px;
	font-size:12px;
}

.list_item_asq {
	background:url(images/arrow_sq.gif) top left no-repeat;
	padding:3px 0px 0px 15px;
	margin:5px 0px;
	line-height:100%;
	color:#183c73;
	font-size:12px;
}

.clear {
	height:1px;
	float:none;
	clear:both;

	font-size:1px;
}

.required {
	margin:6px 0px;
	font-size:11px;
}
.errors {
	border:1px solid #ba2424;
	background-color:#fed3d3;
	margin:10px 0px;
}
.errors ul {
	margin:0px;
	padding:5px 5px 5px 20px;
	font-size:11px;
	color:#990000;
}

/* *** End Content styles *** */

/* *** Footer styles *** */
.footer {
	text-align:center;
	background:url(images/footer_bg.png) bottom center no-repeat;
	padding-bottom:10px;
}
.footer .f_menu_s {
	height:47px;
	background-color:#80b636;
	text-align:center;
	color:#FFFFFF;
	padding-top:17px;
	line-height:150%;
}
.footer .f_menu_s a {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}
.footer .f_menu_s a:hover {
	text-decoration:underline;
}

.footer p {
	padding:10px 0px 0px 0px;
	font-size:11px;
	color:#7681A9;
}
/* *** End Footer styles *** */
