/* CSS Document */

* {
	margin:0px;
	padding:0;
}

.cms_image_left{
	padding-right:10px;	
}

.cms_image_right{
	padding-left:10px;	
}

img {
	border:none;
}

body {
	background:#fff;
	font-family:Arial, Verdana, sans-serif;
}

h1 {
	color:#070b7e;
	font-size:17px;
}

h2 {
	color:#070b7e;
	font-size:12px;
	line-height:16px;
}

h3 {
	color:#070b7e;
	font-size:12px;
	line-height:16px;
}

.expand-title {
	color:#070b7e;
	font-size:12px;
}

.clear {
	clear:both;
	height:0px;
	font-size:0;
}

#container {
	margin:0 auto;
	width:980px;
	background:url(/images/content-bg.jpg) repeat-y;
}

#top {
	background:url(/images/top.jpg) no-repeat;
	height:10px;
}

#header {
	background:url(/images/header.jpg) no-repeat right;
	height:186px;
	margin:0 10px;
}

#content-wrapper {
	width:100%;
	float:left;
}

#content {
	margin:0 302px 0 230px;
	padding:10px 0;
	font-size:11px;
}

#content a {
	color:#070b7e;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

#content p {
	line-height:16px;
	margin-bottom:16px;
}

#content h1 {
	margin-bottom:10px;
}

#menu {
	float:left;
	width:190px;
	padding:10px 0;
	padding-left:20px;
	margin-left:-100%;
}

#menu ul {
	list-style:none;
	font-size:12px;
}

#menu li {
	margin-bottom:4px;
}

.menu-item a {
	background:url(/images/menu-item.jpg) no-repeat;
	width:180px;
	padding-left:10px;
	height:19px;
	padding-top:4px;
	color:#070b7e;
	text-decoration:none;
	display:block;
}

.menu-item a:hover {
	color:#1cbef2;
}

.menu-item-sel a {
	background:url(/images/menu-item-sel.jpg) no-repeat;
	width:180px;
	padding-left:10px;
	height:19px;
	padding-top:4px;
	color:#070b7e;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#sub-content {
	float:left;
	width:277px;
	margin-left:-292px;
	padding:10px 0;
	padding-right:15px;
}

.sub-item {
	background:url(/images/sub-content-item.jpg);
	height:66px;
	padding:7px 10px;
	width:257px;
	color:#111;
	font-size:11px;
	margin-bottom:8px;
}

.sub-item p {
	margin-top:6px;
}

.sub-item a {
	text-decoration:underline;
	color:#111;
}

.sub-item a:hover {
	color:#070b7e;
}

#base {
	background:url(/images/base.jpg) no-repeat;
	height:30px;
	padding:0 30px;
	padding-top:6px;
	clear:both;
	font-size:11px;
	color:#111;
}

#base a {
	color:#111;
	text-decoration:none;
}

#base a:hover {
	text-decoration:underline;
}

#base-links {
	float:left;
	width:200px;
}

#base-copy {
	float:right;
	text-align:right;
	width:200px;
}

.contact-form td {
	padding-bottom:10px;
}

.contact-form input, .contact-form textarea, .contact-form select {
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.large_blue_text {
	font-size:12px;
	color:#070b7e;
}

#content .large_black_text, .large_black_text {
	color:#111;
	font-size:12px;
	line-height:18px;
}

.blue_text {
	color:#070b7e;
}
