@charset "utf-8";
/* CSS Document */

body {
	background: #669acc url(../images/body-bg.jpg) top left repeat-x;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif
}
div#top {
	height: 38px;
	overflow: hidden;
}
div#logo {
	height: 96px;
	text-align: left;
}
div#cta {
	color: #fff;
	font-size: 18px;
	height: 38px;
	line-height: 1.1em;
	padding-top: 15px;
	text-align: right;
}

div#banner {
	background: url(../images/banner.jpg) top center no-repeat;
	height: 323px;
	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-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: 12px;
}
ul#mainnav li {
	float: left;
	list-style: none;
	margin-right: 0;
}
ul#mainnav li a {
	color: #333;
	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: #a84446 url(../images/menu-selected.gif) top center repeat-x;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #333;
	padding: 0 19px;
	line-height: 29px;
}
/*---------------------- Page Styles -------------------------*/
div#main-content {
	margin-left: 20px;
}
h1, h2, h3 {
	color: #006699;
	margin-bottom: 10px;
}
strong {
	
}
div#main-content a, div#right-column a {
	color: #006699;
	text-decoration: underline;
}
div#main-content a:hover, div#right-column a:hover {
	text-decoration: none;
}
div#main-content h2 {
	color: #3a7b9e;
	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;
}
div#sidebox-content p {
	text-align: center;
}
/*------------------ Footer ------------------*/
div#footer {
	color: #006699;
	font-size: 11px;
	padding: 3px 0 50px 0;
}
div#footer a {
	color: #006699;
	text-decoration: none;
}
div#footer a:hover, div#footer li.selected a {
	color: #006699;
	text-decoration: underline;
}
ul#footernav li{
	border-left: 1px solid #006699;
	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;
}



/*---------------- Overlay styles ------------------------*/
/* the overlayed element */
.apple_overlay {
	display:none;
	background-image:url(../images/overlay/white.png);
	width:640px;		
	padding:35px;
	font-size:11px;
}

.apple_overlay .close {
	background-image:url(../images/overlay/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

