/* 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;
}#mainContainer {
	width: 800px;
	height: 100%;
}
#mastheadContainer {
	width: 760px;
	float: left;
	position: relative;
	height: 101px;
}
#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 a {
	text-decoration: underline;
	color: #333333;
}
#homeMenuPanel a:hover {
	text-decoration: underline;
	color: #666666;
}
#contentContainer {
	float: left;
	overflow: hidden;
	width: 760px;
}
#homeContentArea {
	width: 283px;
	margin-left: 40px;
	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;
}
#rightColumnHome {
	width: 275px;
	float: right;
}
#leftSideBlue {
	width: 20px;
	margin-top: 101px;
}
#rightSideBlue {
	width: 20px;
	margin-top: 101px;
}
#homeLeftColumn {
	width: 113px;
	float: left;
	padding-top: 15px;
	padding-left: 29px;
}
#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-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	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;
}
