html {

	background: #232524;

}

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: #006699; text-decoration: underline; }

a:active, a:hover { color: #990000; text-decoration: none; }


.container {

	width: 1000px;
	margin: auto;

}

#bottom_bg {

	width: 100%;
	background: #567867;
	border-bottom: 1px solid #7bdaae;
	
}

#top_bg {

	width: 100%;
	background: #7bdaae url(images/bg.jpg) repeat-x;
	
}

#header {

	width: 100%;
	height: 280px;
	
}

#logo
{
    float: left;
    width: 150px;
    height: 130px;
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    color: #678275;
    margin: 2px 0 0 25px;
    padding: 0;
}
#logo1 {
	
	float: left;
	width: 730px;
	height: 130px;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #678275;
	margin: 2px 0 0 3px;
	padding: 0;
	text-align:center;

}
#logo2 {
	
	float: left;
	width: 50px;
	height: 130px;
	color: #678275;
	margin: 2px 0 0 3px;
	padding: 0;
	text-align:center;

}
#logo span {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#header_bottom {

	float: left;
	width: 973px;
	height: 516px;
	background: url(images/header.png) no-repeat;
	margin: 5px 0 0 15px;
	
}
#header_inner {

	float: left;
	width: 940px;
	height: 450px;
	margin: 15px 0 0 15px;
	
}

/* Menu */
#menu {

	width: 700px;
	height: 29px;
	float: left;	
	margin: 2px 0 0 23px;
	padding: 0;
	
}


#menu ul {

	list-style: none;
	display: inline;

}
#menu li
{
    float: left;
}

#menu li a {

	float: left;
	display: block;
	color: #000;
	background: url(images/menu_left.jpg) no-repeat;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
	margin: 4px 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: #05acff;

}
/*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: 19px;
    color: #395949;
    margin: 0 0 15px 0;
    background: url(images/h1_bg.png) no-repeat bottom left;
    line-height: 60px;
    text-align: left;
    vertical-align: middle;
    padding: 0px 0 0 10px;
}

.post p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #46574d;
    text-align: justify;
    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: 36px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #276b45;
	background: url(images/section_1_top_bg.jpg) no-repeat;
	margin: 0px;
	padding: 15px 0 0 80px;
	
}
.section_1_top1
{
    width: 238px;
    height: 136px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: large;
    color: #276b45;
    margin: 0px;
    padding: 5px 0 0 8px;
    background-color: #CDF2D1;
    text-align: center;
    line-height: 150%;
}
.section_1_mid {
	
	width: 216px;
	background: url(images/section_1_mid_bg.jpg) repeat-y;
	margin: 0;
	padding:  5px 15px;
	
}

.section_1_mid .form
{
    margin: 0;
    padding: 0;
    text-align: center;
}

.section_1_mid .label {

	float:left;
	width: 70px;
	height: 50px;
	color: #fff;
	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: 9px;
	font-family: Tahoma;
	font-size: 9px;
	color: #333;
	background: url(images/textbox.jpg) no-repeat;
	border: none;
	margin: 0 0 5px 0;
	padding: 5px;
	
}

.login_bottom {
	
	float: left;
	height: 30px;
	margin: 0  15px;
	padding:0;
	
}

.login_bottom .remember {

	color: #fff;
	margin: 0;
	padding: 0;

}

.login_bottom .checkbox {
		margin: 0;
		padding: 0;
}

.login_bottom .button {
	
	
	background: url(images/button.jpg) 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: 17px;
	background: url(images/section_1_bottom_bg.jpg) no-repeat;
	
}

/* End Of Secion 1 */

/* Section 2*/
.section_2_top {
	
	width: 176px;
	height: 42px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #276b45;
	background: url(images/section_2_top_bg.jpg) no-repeat;
	margin: 0;
	padding: 15px 0 0 70px;
	
}

.section_2_mid
{
    width: 246px;
    background: url(images/section_2_mid_bg.jpg) repeat-y;
}

.section_2_bottom {
	
	width: 246px;
	height: 18px;
	background: url(images/section_2_bottom_bg.jpg) 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;
}

.section_r3_top {
	
	width: 176px;
	height: 42px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #276b45;
	background: url(images/section_3r_top_bg.jpg) no-repeat;
	margin: 0;
	padding: 1px 0 0 70px;
	
}
/* End Of Secion 2 */

#bottom_panel {

	width: 100%;
	margin: 0;
	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;
	background: url(images/section_3_top_bg.jpg) no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 70px ;
	
}

.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;
	background: url(images/bottom_list.jpg) no-repeat;
	margin: 0;
	padding: 8px 0 0 36px;

}

.section_3_bottom li a {
	
	color: #fff;
	text-decoration: none;
	
}

.section_3_bottom li a:hover {
	
	color: #AAFFFF;
	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: 570px;
	height: 32px;
	background:url(images/section_4_top_bg.jpg) left no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 10px 0 0 50px;
}

.section_4_bottom {
	
	width: 590px;
	margin: 0;
	padding: 0 15px 15px 15px;

}

.section_4_bottom h1 {
	
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #AAFFFF;
	margin: 10px 0 2px 0;
	padding: 0;

}

.section_4_bottom p {
	
	font-family: Tahoma;
	font-size: 11px;
	color: #fff;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;

}

.section_4_bottom .bottom_line {

	clear: both;
	height: 0px;
	border-bottom: 1px solid #64967d;

}

#footer {

	font-family: Arial;
	font-size: 12px;
	color: #7bdaae;
	background: #232524;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	
}

#footer a {

	color: #7bdaae;
	text-decoration: underline;
	
}

#footer a:hover {

	color: #7bdaae;
	text-decoration: none;
	
}

.cleaner_with_height {
	
	clear: both;
	height: 1px;
	
}

.more_button a
{
	clear: both;
	display: block;
	width: 57px;
	height: 19px;
	margin-left: 100px;
	padding: 0px 0px 0px 10px;
    background: url(images/readmore.gif) no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

.more_button a:hover
{
    color: #FF99FF;
    text-decoration: underline;
}
.addr {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #030;
}

.image_fl
{
    float: left;
    margin-right: 15px;
    margin-left: 0px;
}
.image_fr
{
    float: right;
    margin: 3px 0 0 15px;
}
#left
{
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #4D290C;
    font-size: 14px;
    text-align: center;
}
#right
{
    float: right;
    width: 300px;
    margin: 0;
    padding: 0 20 0 0;
    font-size: 14px;
    text-align: center;
}
.message
{
    padding: 10px;
    float: none; /*height: auto;*/
    height: 400PX;
    width: 250px;
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #FFFFFF;
    moz-box-shadow: 0 0 10px #888;
    webkit-box-shadow: 0 0 10px#888;
    box-shadow: 0 0 10px #888;
    margin-left: 15px;
    text-align: center;
}