@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}
img {
border:none;
}
body {
font-family:Arial, Helvetica, sans-serif;
background:#fff url(../images/bg_body.jpg) left top repeat-x;
text-align:center;
}
p {
line-height:18px;
margin-bottom:10px;
font-size:12px;
}
#outer {
width:936px;
overflow:hidden;
text-align:center;
margin:0 auto;
background:url(../images/bg_outer.jpg) center top no-repeat;
}
#wrapper {
margin:0 auto;
text-align:left;
width:900px;
}
#header {
width:900px;
height:305px;
position:relative;
background:url(../images/bg_header.jpg) left top no-repeat;
}
#header #logo {
width:337px;
height:105px;
position:absolute;
left:0;
top:0;
overflow:hidden;
}
#header #logo a {
width:337px;
height:0;
padding-top:105px;
display:block;
background:url(../images/bg_logo.jpg) left top no-repeat;
}
#mainnav {
height:40px;
padding-left:10px;
background:url(../images/bg_mainnav.jpg) left top repeat-x;
overflow:hidden;
}
	#mainnav ul {
	list-style:none;
	}
	#mainnav ul li {
	float:left;
	}
	#mainnav ul li a {
	float:left;
	height:22px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#00c6ff;
	padding:18px 19px 0 19px;
	}
	#mainnav ul li.active {
	background:url(../images/mainnav_r.jpg) right 8px no-repeat;
	}
	#mainnav ul li.active a {
	color:#2b3335;
	background:url(../images/mainnav_l.jpg) left 8px no-repeat;
	}
	#mainnav ul li.active a:hover {
	color:#2b3335;
	}
#subnav {
width:900px;
height:40px;
overflow:hidden;
}
#subnav ul {
list-style:none;
}
#subnav ul li {
float:left;
}
#subnav ul li a {
float:left;
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#666;
height:20px;
display:block;
padding:7px 20px 0 20px;
background:url(../images/subnav_right_dashed.png) right top repeat-y;
}
#subnav ul li.subactive a {
color:#00c6ff;
}
#subnav ul li a:hover {
color:#00c6ff;
}
	
#section {
width:900px;
overflow:hidden;
background:url(../images/bg_section_top.png) left top repeat-x;
}
#left_section {
/*width:223px;*/
width:213px;
overflow:hidden;
float:left;
padding:14px 0 0 10px;
}
	#left_section #left_menu {
	padding:5px;
	background:#e1e1e1;
	}
	#left_section #left_menu ul {
	list-style:none;
	}
	#left_section #left_menu ul li {
	}
	#left_section #left_menu ul li a {
	height:20px;
	display:block;
	padding-top:5px;
	font-size:12px;
	text-decoration:none;
	color:#141c1f;
	font:bold 12px Arial, Helvetica, sans-serif;
	background:url(../images/bg_leftmenu.png) left bottom no-repeat;
	margin-bottom:1px;
	padding-left:30px;
	}
	#left_section #left_menu ul li a:hover, #left_section #left_menu ul li.leftactive a {
	background:url(../images/bg_leftmenu.png) left top no-repeat;
	color:#fff;
	}
	
#middle_section {
width:637px;
float:right;
overflow:hidden;
padding:10px 20px 20px 20px;
}
#middle_section.full {
width:860px;
padding:10px 20px 20px;
}

#content h1 {
color:#00C6FF;
font-size:20px;
}
#content ul {
list-style:none;
}
#content ul li {
background:url(../images/bg_dotted.jpg) left 4px no-repeat;
}
#content ul li a {
text-decoration:none;
font-size:12px;
line-height:18px;
padding-left:15px;
color:#0097c2;
}
#content ul li a:hover {
}
#footer {
padding:20px;
border-top:1px solid #cdcdcd;
height:30px;
}
#footer a {
color:#00c6ff;
text-decoration:none;
}
#footer a:hover {
text-decoration:underline;
}




#mailform fieldset {
border:none;
}
#mailform fieldset label {
font-size:12px;
width:150px;
float:left;
display:block;
}
#mailform fieldset .csc-mailform-field {
margin-bottom:3px;
}
#mailform fieldset .csc-mailform-field input, #mailform fieldset .csc-mailform-field textarea {
border:1px solid #cdcdcd;
}
#mailform fieldset input.csc-mailform-submit {
background:#00C6FF;
color:#fff;
padding:3px 10px 3px 10px;
border:none;
margin-left:150px;
}

#content ul.csc-menu {
width:637px;
overflow:hidden;
padding-bottom:10px;
}
#content ul.csc-menu li {
float:left;
width:159px;
}
