/*
CSS Credit: http://www.templatemo.com/
*/

object { 
    outline:none; 
}

html {
	background: #27387B url(images/bg.jpg) repeat-x;

}

body {
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	width: 100%;
	display: table;

}

a:link, a:visited {
	color: #DD7F25;
	text-decoration: none;
		
}

a:active, a:hover {
	color: #3399FF;
	text-decoration: none;
	
}

.container {

	width: 900px;
	margin: auto;

}

#logo_bg {
	width: 900px;
	margin: auto;
	height: 100px;
	
}

#logo {
	width: 500px;
	height: 85px;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 10px 0 0 10px;
	text-align: left;
	float: left;

}

#logo_right {
	float: right;
	width: 275px;
	height: 40px;
	margin: 10px 10px 0 0;
	padding: 0px;
	text-align: right;
	font-size: 13px;
	font-weight: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#logo_right_bottom {
	float: right;
	width: 225px;
	height: 30px;
	margin: 20px 10px 0 0;
	padding: 0px;
	text-align: right;
	background: url(images/logo_right_bot.png) repeat-x;
	
}

#logo_right_bottom_share {
	float: right;
	width: 170px;
	height: 20px;
	margin: 12px 20px 0 20px;
	padding: 3px;
	text-align: right;
	font-size: 12px;
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#bottom_bg {
	width: 900px;
	background: url(images/footer.jpg) no-repeat;
	border-bottom: 0px solid #ffffff;
	margin: auto;
	height: 216px;
	
}

#top_bg {
	width: 900px;
	background: #655B68 url(images/mid_bg.jpg) repeat-x;
	margin: auto;
	margin-top: 0px;
	
}

#header {
	width: 100%;
	height: 190px;
	
}



#logo span {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}

#header_bottom {
	float: left;
	width: 873px;
	height: 163px;
	background: url(images/header.jpg) no-repeat;
	margin: 25px 0 0 15px;
	
}

#flash_h {
	width: 840px;
	height: 130px;
	margin: 15px 0 0 15px;
	padding: 0px;
	text-align: right;
	
}

#flash_h_add{
	float: right;
	width: 300px;
	height: 110px;
	margin: 0px 0 0 0px;
	padding: 10px;
	text-align: right;
	font-size: 14px;
	
}

#flash_h span {
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
}

#flash_h h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin: 5px;
	text-align: right;
}

.picture {
	float: left;
	width: 500px;
	margin: 8px 0 0 10px;
	height: 120px;
	
}
.picture img {
	margin: 0 0 0 0px;
	padding: 0;
	border: 0px solid #333;

}
/* Menu */
#menu {
	width: 470px;
	height: 29px;
	float: left;
	margin: 4px 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: #074496;

}
/*End OF menu*/

#content {
	margin: 0px;
	padding: 0;

}

* html #content {
	
	margin: 20px 0 20px 20px;
	
}

#content_left {
	float: left;
	width: 900px;
	
}

#content_bg_top {
	width: 873px;
	height: 20px;
	background: url(images/content_top.jpg) no-repeat;
	margin: 0 0 0 15px;
	
}

#content_bg_mid {
	width: 873px;
	height: 820px;
	background: url(images/content_mid.jpg) repeat-y;
	margin: 0 0 0 15px;
	
}

#content_bg_bottom {
	width: 873px;
	height: 25px;
	background: url(images/content_bottom.jpg) no-repeat;
	margin: 0 0 0 15px;
	
}

.post {
	float: left;
	width: 835px;
	margin: 5px 0 0 20px;
	padding: 0px;
	height: auto;
	
}


.post h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 0 0 15px 0;
	padding: 0;
	
}

.post p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 0;
	
}

.post img {
	margin: 0 0 0 25px;
	padding: 0;
	border: 1px 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: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: url(images/section_1_top_bg.png) no-repeat;
	margin: 0px;
	padding: 15px 0 0 70px;
	
}

.section_1_mid {
	width: 216px;
	background: url(images/section_1_mid_bg.png) repeat-y;
	margin: 0;
	padding:  5px 15px;
	
}

.section_1_mid .form {
	
	margin: 0;
	padding: 0;
	
}

.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: 22px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	width: 55px;
	color: #fff;
	margin: 0 0 0 20px;
	padding: 0;
}

.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: 0px;
	padding: 15px 0 0 0;

}
.section_3 {
	
	float: left;
	width: 224px;
	margin: 0 0 0 15px;
	padding: 0;
	
}

.section_3_top {
	width: 154px;
	height: 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000440;
	font-weight: 100;
	margin: 0;
	padding: 20px 0 0 20px;
	
}

.section_3_bottom {

	width: 224px;
	margin: 10px 0 0 0;
	padding: 0;

}

.section_3_bottom ul {

	list-style: none;
	margin:0;
	padding: 0;
	
}

.section_3_bottom li {
	width: 188px;
	height: 26px;
	margin: 0;
	padding: 8px 0 0 36px;

}

.section_3_bottom li a {
	color: #27387b;
	text-decoration: none;
	
}

.section_3_bottom li a:hover {
	color: #DD7F25;
	text-decoration: underline;
	
}

.section_4 {
	float: right;
	width: 620px;
	margin: 0 15px 0 0;
	padding: 0;

}

* html .section_4 {

	margin: 0;
	
}

.section_4_top {
	width: 520px;
	height: 32px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 20px 0 0 15px;
}

.section_4_bottom {
	
	width: 590px;
	margin: 0;
	padding: 0 15px 15px 15px;

}

.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background: #27387B;
	margin: auto;
	padding: 5px 0;
	text-align: center;
	
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	
}

#footer a:hover {
	color: #DD7F25;
	text-decoration: none;
	
}

.cleaner_with_height {
	
	clear: both;
	height: 1px;
	
}

