@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
	background-image: url(/images/bluelineBackground.gif);
	background-repeat: repeat-x;
	background-position: left 4px;
}
img { border: 0; }

ul, table { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; }
table#contact strong { color: #339; }
table#paymentForm { font-size: 10px; }
#mainContainer {
	width: 800px;
	height: 100%;
}
#mastheadContainer {
	width: 760px;
	float: left;
	position: relative;
	height: 101px;
}
#header { float: left; width: 578px; height: 101px; overflow: hidden; }
#mastheadContainer p { margin: 0; }
#homeMenuPanel {
	height: 66px;
	width: 85px;
	float: left;
	background-image: url(/images/Masthead_Stars.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	padding-top: 35px;
	padding-left: 15px;
	line-height: 20px;
}
#homeMenuPanel p {
	margin: 0;
	width: 120px;
	margin-left: -20px;}
#homeMenuPanel a {
	text-decoration: underline;
	color: #333333;
}
#homeMenuPanel a:hover {
	text-decoration: underline;
	color: #666666;
}
#contentContainer { float: left; overflow: hidden; width: 760px; position: relative; }
#homeContentArea { width: 323px; float: left; margin-top: 15px; }
h1 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 21px;
	font-weight: normal;
	color: #087648;
}
#subContentArea {
	width: 425px;
	float: left;
	padding-top: 15px;
	padding-left: 40px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.subHeading { /*color: #CA5852;*/
	color: #087648; font-weight: bold; font-family: Verdana, Helvetica, Arial; font-size: 16px; position: absolute; }
#rightColumnHome {
	width: 275px;
	float: right;
}
#leftSideBlue {
	width: 20px;
	margin-top: 101px;
}
#rightSideBlue {
	width: 20px;
	margin-top: 101px;
}
#subNavMenu { position: absolute; right: 32px; top: 176px; z-index: 60; }
#subNavMenu p { margin: 0; }
#homeLeftColumn { width: 113px; float: left; padding: 15px 30px 0px; }
#bannerCont { float: left; width: 586px; height: 211px; position: relative; overflow: hidden; }
#bannerOverlay { position: absolute; z-index: 50; bottom: 0px; left: 0px; height: 27px; }
#imageRight { position: relative; width: 275px; height: 211px; }
#rightOverlay { position: absolute; z-index: 50; bottom: 0px; left: 0px; height: 30px; }
#topNav {
	background-image: url(/images/menuBackground.gif);
	float: left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	width: 740px;
	height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #212d89;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 1px;
}
.menuItems {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	float: left;
	list-style-type: none;
	padding: 7px 15px 0;
	display: block;
	height: 21px;
	background-image: url(/images/menuDivider.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.menuItems a {
	color: #FFFFFF;
	text-decoration: none;
}
.menuItems a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}
.floatLeft {
	float: left;
	vertical-align: middle;
}


/*Table Results styles*/
	.tableheading th { background: url(/images/tableheader.png) bottom repeat-x; padding-left:3px;}
	.verticalheading { background: url(/images/vtableheader.png) right repeat-y; }
	.verticalcontent { padding: 2px; }
	.tableresults {border: #878285 solid 1px; width:100%; position: relative; margin:0px 5px;}
	tr.altRow { background: #EEF8FF;}
	
	/*
 * =FORM ELEMENTS
 */
label {
  font-weight: 300;
	float: left;
	margin-right: 1em;
	margin-top: 2px;
	display: block;
	/*font-size:1.2em;*/
	width: 5.5em;
	font-size:12px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
 }
 .required label {
 	font-weight: bold;
 }
.form {
  margin-bottom: 10px;
  padding: 0;
  }
.form div {
  /*padding: 5px;*/
 }
.form input, .form textarea, .form select {
	letter-spacing: 0.02em;
	word-spacing: 0.05em;
	border:1px solid #A3A3A3;
	height:18px;
	font-size:15px;
	width:255px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	float:left;
	font-size:16px;
	margin-bottom:5px;
	padding:2px;
	color: #333333;
}
.form select {
	float:left;
	font-size:1em;
	width: auto;
	height:auto;
}
.form input[type='submit'] {
	height: 28px;
	float:none;
	margin-top:1em;
	margin-left: 6em;
}
.form input.submitbutton {
	height: auto;
	width:auto;
	border:none;
	float:none;
	margin-top:1em;
	margin-left:7em;
}
.form input[type='checkbox'] {
	width:inherit;
	height:inherit;
	float:none;
}
.form textarea {
   width: 255px;
   line-height: 1.1em;
	 height: 120px;
}
.form div a {
	float:left;
}
.form div span a {
	float:none;
}
div.spacer {
  clear: both;
	height:4px;
 }
 
.label {
	width: 50px;
	text-align: right;
	margin-right: 1em;
	margin-top: 2px;
	text-decoration:underline;
}
.value {
	letter-spacing: 0.02em;
	word-spacing: 0.05em;
}
.error {
	width: 100%;
	border: 1px solid #BF3030;
	background-color: #FFCFCF;
}
div.errormessage {
	border: 1px solid #BF3030;
	padding: 5px;
	width: 415px;
	margin-bottom: 15px;
}
div.errorheading {
	background-color: #BF3030;
	border: 1px solid #BF3030;
	color: #fff;
	font-weight: bold;
	width: 425px;
}
#phoneNumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding-left: 30px;
	width: 453px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	left: 308px;
	top: 141px;
	padding-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #EEEEEE;
	float: left;
}
.style1 {
	color: #057645;
	font-style: italic;
}
.divider {
	background-image: url(/images/menuDivider.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 2px;
	display: block;
	position: relative;
}
#flashlocation {
	float: right;
}

#form { width: 400px; padding-top: 3px; padding-bottom: 10px; float: left; }
.formFirstname { display: none; }
.formRow { clear: both; padding-top: 3px; padding-bottom: 3px; }
.title { text-align: right; width: 80px; float: left; clear: left; margin-right: 15px; margin-left: 3px; overflow: hidden; padding: 5px 0; color: #333; }
.input { width: 250px; /* Needed for consistency in all browsers */ margin-left: 3px; clear: right; border: solid 1px #AAA; padding: 5px; }
.message { height: auto; }
.select { width: 254px; margin-left: 3px; clear: right; }
.required  { font-size: 18px; color: #F00; position: absolute; margin-left: 5px; }

.newsstory h3 a { color: #333; text-decoration: none; }
.newsstory h3 a:hover { color: #333; text-decoration: underline; }

input.error, textarea.error { border: solid 3px #F00; }
label.error { clear: both; float: left; margin-left: 102px; color: #F00; }
