@charset "utf-8";
/* CSS Document */

body {
	background: #bec6f3 url(../images/body-bg.jpg) top left repeat-x;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
div#top {
	height: 96px;
	overflow: hidden;
}
div#logo {
	height: 96px;
	text-align: left;
}
div#cta {
	background: url(../images/cta.jpg) top center no-repeat;
	color: #333;
	font-size: 24px;
	height: 96px;
	line-height: 1.1em;
	padding-top: 25px;
	text-align: center;
}

div#banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 285px;
	overflow: hidden;
}

div#menu {
	background:url(../images/menu.jpg) top center no-repeat;
	height: 55px;
}
div#page {
	padding-top: 10px;
	padding-bottom: 10px;
}
div#page-top {
	background: url(../images/page-top.jpg) top center no-repeat;
	height: 25px;
}
div#page-content {
	background: url(../images/page-bg.png) top center repeat-y;
}
div#page-bottom {
	background: url(../images/page-bottom.jpg) top center;
	height: 25px;
}
div#sidebox-top {
	background: url(../images/sidebox-top.jpg) top center no-repeat;
	height: 28px;
}
div#sidebox-flag{
	background: url(../images/sidebox-middle.png) top center no-repeat;
	width: 100%;
	padding-top: 20px;
}
div#sidebox-content {
	background: url(../images/sidebox-bg.jpg) top center repeat-y;
	width: 100%;
}
div#sidebox-bottom {
	background: url(../images/sidebox-bottom.jpg) top center no-repeat;
	height: 21px;
}

/*---------------------- Main Menu ----------------------------*/
ul#mainnav {
	float: left;
	margin-top: 10px;
}
ul#mainnav li {
	float: left;
	list-style: none;
	margin-right: 0px;
}
ul#mainnav li a {
	color: #f0f0f0;
	display: block;
	height: 29px;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	padding: 0 20px;
	text-decoration: none;
}
ul#mainnav li a:hover, ul#mainnav li.selected a{
	background: url(../images/menu-selected.gif) top center repeat-x;
	color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b1c2c5;
	padding: 0 19px;
	line-height: 29px;
}
/*---------------------- Page Styles -------------------------*/
div#main-content {
	margin-left: 20px;
}
h1, h2, h3 {
	color: #3366cc;
	margin-bottom: 10px;
}
div#main-content h2 {
	color: #333;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
div#main-content h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0px;
}

/*---------------------- Side Box ----------------------------*/

div#sidebox-content h3 {
	text-align: center;
	margin-bottom: 0px;
	color: red;
}
div#sidebox-content p {
	text-align: center;
}
/*------------------ Footer ------------------*/
div#footer {
	color: #2c6297;
	font-size: 11px;
	padding: 0 0 50px 0;
}
div#footer a {
	color: #2c6297;
	text-decoration: none;
}
div#footer a:hover, div#footer li.selected a {
	color: #2c6297;
	text-decoration: underline;
}
ul#footernav li{
	border-left: 1px solid #2c6297;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
ul#footernav li:first-child {
	border: none;
}
div#copyright {
	text-align: right;
}

/*----------------- Contact Form -----------------*/
form#contactform {
	text-align: left;
	width: 100%;
}
form#contactform label {
	display: block;
	float: left;
	padding-right: 20px;
	text-align: right;
	width: 85px;
}
form#contactform input[type=text], form#contactform textarea {
	-moz-border-radius: 4px;
	-moz-box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border:1px solid #aaa;
	padding: 2px 3px;
	width: 400px;
	
}
form#contactform textarea {
	font: 13px/18px Helvetica, Arial, sans-serif;
}
form#contactform p {
	padding: 0;
	margin-bottom: 20px;
}



/*---------------- Common Classes ----------------------*/
.description {
	text-indent: -9999em;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}




