/*
CSS Credit: http://www.templatemo.com/
*/

html {
	background: #485088 url(images/bg.jpg) repeat-x;

}

body {

	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	width: 100%;
	display: table;

}

a:link, a:visited {
	color: #4D56A1;
	text-decoration: none;
}

a:active, a:hover {
	color: #D4947B;
	text-decoration: none;
}

.container {

	width: 900px;
	margin: auto;

}

#bottom_bg {
	width: 900px;
	background: url(images/footer.png) no-repeat;
	border-bottom: 0px solid #ffffff;
	margin: auto;
	height: 216px;
	
}

#top_bg {
	width: 900px;
	background: #F2F2F2 url(images/mid_bg.png) repeat-x;
	margin: auto;
	
}

#header {

	width: 100%;
	height: 280px;
	
}

#logo {
	float: left;
	width: 600px;
	height: 30px;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #4D56A1;
	margin: 15px 0 0 15px;
	padding: 5px;
}
#logo span {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#logo_right {
	float: right;
	width: 200px;
	height: 30px;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #074496;
	margin: 15px 15px 0 0;
	padding: 5px;
	text-align: right;

}

#logo_right span {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#header_bottom {
	float: left;
	width: 873px;
	height: 216px;
	background: url(images/header.png) no-repeat;
	margin: 10px 0 0 15px;
	
}

#flash_h {
	width: 580px;
	height: 160px;
	float: right;
	margin: 6px 20px 0 0px;
	padding: 0;
	
}
/* Menu */
#menu {
	width: 600px;
	height: 29px;
	margin: 170px 0 0 20px;
	padding: 0;
	
}


#menu ul {

	list-style: none;
	display: inline;

}
#menu li {

	float:left;
	
}

#menu li a {
	float: left;
	display: block;
	color: #333333;
	background: url(images/menu_left.jpg) no-repeat;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 4px 0 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	text-align: center;
	cursor: pointer;
	
}

#menu li a b {

	float: left;
	display: block;
	margin: 0 0 0 6px;
	padding: 0 15px 0 10px;
	background: url(images/menu_right.jpg) right top no-repeat;
	color: #000;

}

* html #menu li a b {
	margin: 0 0 0 3px;
}

#menu li.current a, #menu li a:hover, #menu li.current a b, #menu li a:hover b {
	color: #875541;

}
/*End OF menu*/

#content {

	margin: 15px;
	padding: 0;

}

* html #content {
	
	margin: 20px 0 20px 20px;
	
}

#content_left {
	
	float: left;
	width: 600px;
	
}

#content_left .post {
	margin: 15px;
	padding: 0;
	
}


.post h1 {
	font-family: Tahoma;
	font-size: 18px;
	color: #333333;
	margin: 0 0 15px 0;
	padding: 0;
	
}

.post p {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin: 0 0 15px 0;
	padding: 0;
	
}

.post img {
	margin: 0;
	padding: 0;
	border: 0px solid #333;
	
}

#content_right {
	
	float: right;
	width: 250px;
	margin: 0 12px 0 0 ;
	padding: 0;
	
}

* html #content_right {

	margin: 0 -15px 0 0 ;

}
.section {

	margin: 0 0 15px 0;
	padding: 0;
	
}


/* Secion 1 Log In Form*/
.section_1_top {
	width: 176px;
	height: 35px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	background: url(images/section_1_top_bg.png) no-repeat;
	margin: 0px;
	padding: 15px 10px 0 60px;
	
}

.section_1_mid {
	width: 194px;
	background: url(images/section_1_mid_bg.png) repeat-y;
	margin: 0;
	padding:  5px 26px;
	height: 120px;
	color: #666666;
    font-size: 12px;
	
}

.section_1_mid li {
	margin: 0;
	font-size: 11px;
	color: #FF9900;
	text-align: left;
	width: 250px;
	
}

.section_1_mid span {
	margin: 0;
	font-size: 11px;
	color: #0099FF;
	text-align: left;
	
}

.section_1_mid .form {
	margin: 0;
	padding: 5px;
	
}

.section_1_mid .label {
	float:left;
	width: 70px;
	height: 50px;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	
}

.label label {

	display: block;
	margin: 0 0 5px 0;
	padding: 0;

}

.section_1_mid .textboxes {

	float: right;
	width: 120px;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	
}
.textboxes .textfield {
	width: 106px;
	height: 12px;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	background: url(images/textbox.png) no-repeat;
	border: none;
	margin: 0 0 5px 0;
	padding: 3px;
	
}

.login_bottom {
	
	float: left;
	height: 30px;
	margin: 0  15px;
	padding:0;
	
}

.login_bottom .remember {
	color: #000000;
	margin: 0;
	padding: 0;

}

.login_bottom .checkbox {
		margin: 0;
		padding: 0;
}

.login_bottom .button {
	background: url(images/button.png) no-repeat;
	border: none;
	cursor: pointer;
	height: 24px;
	text-align: right;
	vertical-align: bottom;
	white-space: pre;
	width: 55px;
	color: #fff;
	margin: 10px 0 0 90px;
	padding: 2px;
}

.section_1_bottom {
	width: 246px;
	height: 22px;
	background: url(images/section_1_bottom_bg.png) no-repeat;
	
}

/* End Of Secion 1 */

/* Section 2*/
.section_2_top {
	width: 176px;
	height: 34px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: url(images/section_2_top_bg.png) no-repeat;
	margin: 0;
	padding: 15px 0 0 90px;
	
}

.section_2_mid {
	width: 246px;
	background: url(images/section_2_mid_bg.png) repeat-y;
	margin: 0;
	padding: 5px 0;
	
}

.section_2_bottom {
	width: 246px;
	height: 22px;
	background: url(images/section_2_bottom_bg.png) no-repeat;
	
}

.section_2_mid ul {
	
	list-style: none;
	margin: 0 20px;
	padding: 0;
	
}

.section_2_mid li {
	
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 5px;

	
}

.section_2_mid li a {
	color: #fff;
	text-decoration: none;
}

.section_2_mid li a:hover {
	color: #000;	
	text-decoration: none;
}
/* End Of Secion 2 */

#bottom_panel {

	width: 100%;
	margin: 0;
	padding: 15px 0 0 0;

}
.section_3 {
	float: left;
	width: 240px;
	margin: 0 0 5px 25px;
	padding: 0;
	
}

.section_3_top {
	height: 45px;
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 25px 0 0 50px;
	background: url(images/section_3_top_bg.png) no-repeat;
	
}

.section_3_bottom {
	width: 224px;
	margin: 0px 0 0 0;
	padding: 0;

}

.section_3_bottom ul {

	list-style: none;
	margin:0;
	padding: 0;
	
}

.section_3_bottom li {
	width: 188px;
	height: 20px;
	margin: 0;
	padding: 0px 0 0 36px;
	font-size: 12px;

}

.section_3_bottom li a {
	color: #074497;
	text-decoration: none;
	
}

.section_3_bottom li a:hover {
	color: #722909;
	text-decoration: underline;
	
}

.section_4 {
	float: right;
	width: 600px;
	margin: 0 15px 0 0;
	padding: 0;

}

* html .section_4 {

	margin: 0;
	
}

.section_4_top {
	width: 500px;
	height: 32px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 10px 0 0 60px;
	background: url(images/section_4_top_bg.png) no-repeat;
}

.section_4_bottom {
	width: 560px;
	margin: 0;
	padding: 0 15px 15px 10px;

}

.section_4_bottom h1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: 100;
	color: #666666;
	margin: 10px 0 2px 0;
	padding: 0;

}

.section_4_bottom p {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;

}

.section_4_bottom .bottom_line {
	clear: both;
	height: 0px;
	border-bottom: 1px solid #333333;

}

#footer {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background: #485088;
	margin: auto;
	padding: 5px 0;
	text-align: center;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#footer a:hover {
	color: #D4947B;
	text-decoration: none;
	
}

.cleaner_with_height {
	
	clear: both;
	height: 1px;
	
}
