body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	color: #333333;
}
#page {
	width: 962px;
	margin: 0 auto 0 auto;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
#pageinner {
	width: 960px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
/*
*  HEADER
*/
#header {
	position: relative;
	width: 960px;
	height: 225px;
	background: url(images/header.jpg) left top no-repeat;
}
#header p {
	position: absolute;
	top: 24px;
	right: 0px;
	margin: 0;
	width: 310px;
	font-size: 90%;
	line-height: 1.5;
	color: #024D99;
	text-align: left;
}
#header p span {
	font-size: 120%;
	font-weight: bold;
}
#header p a:link, #header p a:visited {
	color: #024D99;
	text-decoration: none;
}
#header p a:hover {
	color: #FF7F00;
}
/*
*  MENU
*/
#menu {
	width: 960px;
	background: #FF9933 url(images/menuB.gif) left bottom repeat-x;
}
#menu a {
	display: block;
	height: 100%;
	border-left: solid 1px #FF551A;
	border-right: solid 1px #FFC285;
	padding: 6px 15px 6px 15px;
	font-size: 110%;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FF4200;
	background: #FFB871 url(images/menuBH.gif) left bottom repeat-x;;
}
.popmenu {
	display: none;
	position:   absolute;
	z-index:1;
	text-align: left;
}
.popmenu a {
	display: block;
	padding: 2px 3px 2px 6px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: solid 1px #FF551A;
	border-left: solid 1px #FF551A;
	width: 150px;
}
.popmenu a:link, .popmenu a:visited {
	background: #FF7F00;
	color: #FFFFFF;
	text-decoration: none;
}
.popmenu a:hover {
	background: #FFCC99;
	color: #FF4200;
}
#main {
	position: relative;
	width: 960px;
	text-align: left;
	background: #FFFFFF;
}
/*
*  CONTENT
*/
#content {
	padding: 20px 200px 10px 260px;
}
#content h1 {
	font-size: 130%;
	color: #FF4200;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h2 {
	font-size: 125%;
	color: #0678EA;
	font-style: italic;
	margin: 0px 0px 5px 0px;
}
#content h3 {
	font-size: 105%;
	color: #66AA21;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h4 {
	font-size: 102%;
	color: #FF4200;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h5 {
	font-size: 105%;
	color: #66AA21;
	margin-top: 10px;
	margin-bottom: 0;
}
#content h6 {
	font-size: 102%;
	color: #0678EA;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	font-size: 1.1em;	
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	margin-top: 0;
	margin-bottom: 10px;
}
#content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
#content li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #0678EA;
	margin: 3px;
	padding: 5px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #0678EA;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color: #FF4200;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgborder, #content .border {
	border: solid 1px #000000;
}
#content .seohead {
	font-size: 90%;
	font-weight: bold;
	color: #BAAF9E;
}
#content .pagehead {
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	color: #FF4200;
	margin-top: 0;
	margin-bottom: 10px;
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  LEFTBAR
*/
#leftbar {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 237px;
	padding-top: 10px;
}
#leftbar #boarder {
	position: absolute;
	top: 4px;
	right: 0px;
	display: none; /* png wont work in ie6 */
}
body>#page #leftbar #boarder {
	display: block; /* display png in recent browsers */
}
#submenu {
	width: 180px;
	xmin-height: 98px;
	height: 98px;
	background: #FFCC99;
	padding: 10px;
}
body>#page #submenu {
	height: auto;
}
#submenu h2 {
	background: #FF7F00;
	margin: 0;
	padding: 6px 10px 6px 10px;
	font-size: 100%;
}
#submenu p {
	margin: 8px 0 0 10px;
	font-size: 100%;
	font-weight: bold;
}
#submenu p a:link, #submenu p a:visited {
	color: #FF7F00;
}
#submenu p a:hover {
	color: #FF4200;
}
#submenu h2 a:link, #submenu h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu h2 a:hover {
	color: #FF4200;
}
.feature {
	width: 180px;
	margin-top: 10px;
	padding: 70px 10px 10px 10px;
	background-color: #C1EA8B;
	background-position: top left;
	background-repeat: no-repeat;
}
.feature h2 {
	margin: 0;
	font-size: 100%;
	color: #3d7001;
}
.feature h2 a:link, .feature h2 a:visited {
	color: #549904;
	text-decoration: none;
}
.feature h2 a:hover {
	color: #0678EA;
}
.feature p {
	margin: 10px 0 0 0;
	font-size: 100%;
	color: #3d7001;
}
.feature p.more {
	margin: 0;
	text-align: right;
}
.feature p a {
	padding-right: 8px;
}
.feature p a:link, .feature p a:visited {
	color: #3d7001;
	text-decoration: none;
	background: url(images/arrow-feature.gif) right 65% no-repeat;
}
.feature p a:hover {
	color: #0678EA;
	background: url(images/arrow-featureH.gif) right 65% no-repeat;
}
/*
*  RIGHT BAR
*/
#rightbar {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 180px;
	padding-top: 10px;
}
.weather {
	width: 180px;
	background: #CCE8FF;
	padding-top: 5px;
}
.weather h2 {
	margin: 0;
	background: url(images/weather.gif) left top no-repeat;
	padding: 10px 20px 10px 20px;
	font-size: 95%;
	font-weight: normal;
	color: #FFFFFF;
}
.weather p {
	margin: 0;
	padding: 0 10px 5px 10px;
	color: #024D99;
	font-size: 90%;
	line-height: 1.5;
}
.weather p span {
	color: #FF7F00;
}
.weather p.more {
	margin: 0;
	text-align: right;
}
.weather p a {
	padding-right: 8px;
}
.weather p a:link, .weather p a:visited {
	color: #024D99;
	text-decoration: none;
	background: url(images/arrow-weather.gif) right 60% no-repeat;
}
.weather p a:hover {
	color: #FF4200;
	background: url(images/arrow-weatherH.gif) right 60% no-repeat;
}
/*
*  FOOTER
*/
#footer {
	background: #FFFFFF;
	color: #999999;
	font-size: 80%;
	padding: 5px;
	visibility: hidden;
}
#footer a {
	padding: 0 5px 0 5px;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FF7F00;
	text-decoration: none;
}
/*
*  RESPONSE FORM
*/
#response {
	padding: 0.5em;
	width: 90%px;
	background: #F8FCFF;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 19em;
	text-align: right;
	font-size: .9em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 10em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
/*
*  GOOGLE MAP
*/
#themap {
	margin: 20px auto 0 auto;
	width: 440px;
	height: 360px;
	border-top: solid 1px #A0A0A0;
	border-left: solid 1px #A0A0A0;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
}
/*
*  CONTACT FORMS
*/
.error {
	color: #ff0000;
	font-weight: bold;
}
.info {
	color: #008000;
	font-weight: bold;
}
.imsform {
	margin: 0;
	font-size: 80%;
	font-family: Arial;
}
#content .imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
}
.imsform .row {
	clear: left;
	padding: 8px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 24%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 75%;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	xfloat: right;
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #DBE0FF;
}
#content .imsform .req, .imsform .req {
	font-weight: bold;
	color: purple;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 130%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}
/*
*  EBOOK
*/
#leftbar #submenu #reqebook {
	width: 135px;
}
#reqebook {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 10px 0 0 0;
	xopacity: 0;
}
#reqebook h2 {
	margin: 0;
	color: #FF0000;
	background: none;
}
#reqebook p {
	margin: 0;
	font-weight: bold;
	color: #000000;
font-size: 80%;
}
#reqebook .error {
	color: #ff0000;
	font-weight: bold;
}
