/********/
/* html */
/********/
body {
	background:#cae1ca;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1 {
	font-size:18px;
	margin:21px 0 20px 0;
	padding:0;
	color:#727273;
	line-height:18px;
	font-weight:normal;
}

#sidebar_left h1,
#sidebar_left h1 a{
	font-size:22px;
	padding:0;
	color:#db1414;
	font-weight:bold;
}

#sidebar_left a:hover {
	text-decoration:none;
}

h2 {
	color:#1a171b;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
}

h3 {
	font-size:16px;
	padding:0;
	color:#db1414;
	font-weight:normal;
}

h4 {
	color:#707276;
	font-size:14px;
	padding:0;
	color:#db1414;
	font-weight:normal;
}

h5 {
	color:#707276;
	font-size:10px;
	padding:0;
	color:#db1414;
	font-weight:normal;
	margin:5px 0 10px 0;
}

h6 {
	color:#fff;
	font-size:10px;
	padding:0;
	color:#db1414;
	font-weight:normal;
	margin:5px 0 10px 0;
	
}

p {
	margin:0 0 17px 0;
	padding:0;
}

#content_text a,
a {
	text-decoration:underline;
	color:#369929;
	font-size:11px;
}

a.active,
a:focus {
	outline: 0
}

#menu a {
	font-size:12px;
}

#content_text a:hover,
a:hover {
	text-decoration:underline
}

hr {
	display:none;
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #DBDFE6;
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#7F7F7F;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:580px;
	width:900px;
	background:#fff;
	position:absolute;
	margin:-290px 0 0 -450px;
	left:50%;
	top:50%;
}

#content_container{
	width:900px;
	height:394px;
	position:relative;
}

/* header */
#header {
	height:186px;
	width:900px;
	position:relative;
}

#header #header_intro{
	height:76px;
}

#header #logo {
	float:left;
	width:196px;
	height:76px;
	position:relative;
}

#header #logo img {
	position:absolute;
	left:0;
	top:0;
	width:196px;
	height:76px;
}

#header #intro_banner{
	float:left;
	width:689px;
	height:76px;
	margin:0 0 0 15px;
}

#header #intro_banner img{
}

#header #header_banner{
	height:110px;
	width:900px;
	position:relative;
}

#header #header_banner p,
#header #header_banner img{
	height:110px;
	width:900px;
	position:absolute;
	left:0;
	top:0;
}

/* content */
#content {
	width:689px;
	height:364px;
	position:absolute;
	left:211px;
	bottom:0;
}

#main_textbox{
	width:434px;
	height:347px;
	position:absolute;
	left:0;
	top:0;
	overflow:auto;
	font-size:11px;
	color:#1a171b;
	padding:0 17px 17px 0;
}

/* menu */
#menu {
	background:#369929;
	height:25px;
	width:689px;
	position:absolute;
	right:0;
	top:5px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	float:left;
	display:inline;
	position:relative;
	height:25px;
}

#menu li,
#menu li a{
	line-height:24px;
	font-weight:bold;
	color:#fff;
}

#menu li a{
	height:25px;
	float:left;
	padding:0 10px 0 10px;
	text-decoration:none
}

#menu li a:hover,
#menu li a.active {
	background:#86c27f;
	text-decoration:none;
}

/* dropdown*/
#menu ul li ul {
	margin:0;
	padding:0;
	position:absolute;
	top:16px;
	width:150px;
	padding:10px 0 10px 0;
	left:0;
	display:none
}

#menu ul li.cs_hover ul,
#menu ul li:hover ul {
	display:block;
	text-decoration:none;
}

#menu ul ul li {
	background:#7fc8e7;
	border:1px solid #fff;
	border-top:none;
	margin:0;
	padding:0 0 0 10px;
	width:140px;
	color:#fff;
}

#menu ul ul li a {
	font-weight:normal;
	text-decoration:none;
	background:none;
}

#menu ul ul li a:hover,
#menu ul ul li a.active {
	font-weight:bold;
	background:none;
}

/* submenu */

#submenu{
	position:absolute;
	left:20px;
	top:49px;
	line-height:22px;
}

#submenu ul{
	margin:0;
	padding:0;
}

#submenu li{
	list-style:none;
}

#submenu li a{
	text-decoration:none;
	font-weight:normal;
}

#submenu li a.active,
#submenu li a:hover{
	text-decoration:none;
	font-weight:bold;
}

/* sidebar */
#sidebar_left{
	width:211px;
	height:394px;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/bg/sidebar_left_bg.gif) no-repeat 0 0;
}

#sidebar_left #info_button{
	width:160px;
	height:22px;
	position:absolute;
	bottom:18px;
	left:17px;
	background:white;
	border:1px solid #7f9db9;
}

#sidebar_left #info_button a{
	float:left;
	width: 160px;
	height: 22px;
	color:#db1414;
	font-weight:bold;
	padding:0;
	margin:0;
	cursor:pointer;
	font-size:12px;
	position:relative;
	text-decoration:none
}

#sidebar_left #info_button span{
	color:#db1414;
	width: 158px;
	height: 20px;
	float:left;
	padding:2px 0 0 2px;
	color:#757577;
}

#sidebar_left #info_button a:hover{
	background:#eaeaea;
}

#sidebar_right{
	width:238px;
	height:348px;
	position:absolute;
	bottom:0;
	left:451px;
	overflow:hidden;
}

#sidebar_right p,
#sidebar_right img{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}	

#sidebar_right_image img{
	max-width:238px;
	max-height:348px;
	overflow:hidden;
}	

#introtext{
	width:195px;
	position:absolute;
	left:0;
	top:56px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	color:#6b6b6d;
}
	
/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

#biglink,
#biglink a {
	font-size:16px;
	margin:0 0 10px 0;
	padding:0;
}

/* forms */
.cs_form_wrapper{
	margin:0 0 0 0;
}

.cs_form_wrapper .cs_form_label label {
	
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	
}

.cs_form_wrapper .cs_form_button {
	
}

.cs_form_wrapper .cs_form_button input {
	background:#369929;
	color:#fff;
	cursor:pointer;	
	width:79px;
	margin:0 74px 0 0; 
	padding:0 0 2px 0;
	}

.cs_form_wrapper .cs_form_button input:hover {
	background:#86c27f;
}
