@charset "utf-8";
/* CSS Document */

body {
	font-family: helvetica, arial, sans serif;
	font-size: 85%;
	background: url(../images/content_bg_interior.jpg) bottom right no-repeat;
}

body#home {
	background-image: none;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-weight: normal;
}

h1 {
	color: #0066A4;
	font-size: 200%;
	text-align: left;
}

a {
	color: #0066A4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #777;
}

p, ul {
	margin-top: 15px;	
}

p {
	line-height: 150%;
}

li {
	margin-top: 8px;
}

#header {
	width: 100%;
	height: 115px;
	background: url(../images/header_centered_bg.png) top center no-repeat #ECECEC;
}

.wrapper {
	width: 1010px;
	margin: 0 auto;
}

#header img{
	margin: 15px 0 0 20px;
	float: left;
	
}

#contact {
	float: right;
	margin-top: 50px;
}

#contact a {
	color: #455560;
	text-decoration: none;
}

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

#prime {
	top: 70px;
	position: absolute;
}

.sub {
	clear: both;
	display: none;
	margin-left: 20px;
}

#prime li, .sub li {
	display: block;
	float: left;
}

#prime li a, .sub li a {
	text-decoration: none;
	display: block;
}

#prime li a {
	padding: 13px 30px;
	background: #57AF4B;
	color: #fff;
	text-transform: uppercase;
}

#prime li a:hover, #prime li a.current {
	background: #455560;
}

.sub li a {
	padding:  5px 8px;
	margin: 5px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #888;
	font-size: 85%;
}

.sub li a:hover, .sub li a.current {
	background: #7AB4C2;
}

#content {
	clear: both;
	padding: 20px 30px 30px 30px;
	padding-right: 0;
}

#home #content {
	padding: 0;
}

#content ul {
	list-style-image: url(../images/bullet_main.png);
	margin-left: 20px;
}

#intro {
	padding: 30px;
	height: 265px;
	background: url(../images/intro_bg.jpg) right top no-repeat;
}

#intro img {
	position: absolute;
	margin-left: 420px;
	margin-top: 65px;
}

#intro h1 {
	width: 700px;
}

#intro h2 {
	margin-top: 7px;
}

#intro p {
	width: 500px;
	color: #455560;
	font-size: 90%;
}

a.more {
	background: #fff url(../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #0066A4;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 13px;
}

#main {
	width: 500px;
	float: left;
	color: #455560;
	font-size: 100%;
	text-align: left;
	margin-bottom: 60px;
	min-height: 650px;
	min-height: 650px;
  	height:auto !important;
  	height: 650px;

}

#main table {
	width: 100%;
	border: 1px solid #aaa;
	font-size: 80%;
	margin-top: 20px;
}

#main table tr td {
	padding: 3px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}

#main table tr.header td {
	background: #7AB4C2;
	color: #fff;
	border-right:  1px solid #fff;
	border-bottom: none;
}

#main table tr.bottom td {
	border-bottom: none;
}

#main h2, #main h3 {
	font-size: 120%;
	margin: 25px 0 -10px 0;
	color:#57AF4B;
}

#side {
	width: 405px;
	float: right;
}

.box {
	color:  #fff;
	padding: 20px;
}

.box h2 {
	color:  #fff;
	font-size: 150%;
}

#content .box ul {
	list-style-image: url(../images/bullet_box.png);
}

#home .box {
	height: 200px;
	float: left;
	margin: 10px 0 0 10px;
}

#home .box ul {
	height: 120px;
}

#home .first {
	width: 540px;
	background: url(../images/mark.png) no-repeat bottom right #7AB4C2;
}

#home .first h2 {
	width: 450px;
}

#home .second {
	width: 345px;
	background: #57AF4B;
}

#side .first {
	background: #57AF4B;
	margin-top: 20px;
	height: 200px;	
}

#side .second {
	background: url(../images/mark.png) no-repeat bottom right #7AB4C2;
	margin-top: 10px;
	height: 200px;		
}

#side .second a {
	color: #fff;
}

.half {
	width: 45%;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	clear: both;
	padding: 30px;
	font-size: 80%;
	color: #777;
}






