@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222;
}
p {
	font-size: 12px;
	padding: 0px 4px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b7393c;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px 0px 4px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	font-stretch: expanded;
	font-weight: regular;
	padding: 2.25pt;
	margin-bottom: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #b7393c;
	font-size: 13px;
	font-weight: bold;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: thin;
}	
a:link {
	color: #b7393c; text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #440000; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;	text-decoration: none;
	font-weight: bold;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	border: 3px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: #fff;
	height: inherit; 
	margin: 0px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logo_outer {
	width: 278px;
  	margin-bottom: 3px;
	margin-right: 3px;
	float: left;
	height: auto;
}
#logo {
	float: left;
	padding-left: 7px;
	width: 270px;
	height: 152px;
	background:  no-repeat;
}
#search_outer {
	float: left;
	width: 278px;
	height: auto;
}
#bodyheader_outer {
	text-align: left;
	float: right;
	margin: 0px;
}
#bodyheader {
	float: left;
	padding: 0px;
	margin-right: 0px;
	width: 610px;
	height: 178px;
	border: 1px solid #cccccc;
}
#buttons {
	background-image: url(../images/topmenu_bg.png);
	background-repeat: repeat-x;
	float: left;
	width: 900px;
	margin-bottom: 3px;
	margin-top: 3px;
	height: 32px;
}
#main {
	width: 900px;
	height: inherit;
}
#left_outer {
  float: left;
	width: 250px;
	height: 100%;
	min-height: 422px;
	background-color:#fff;
	padding-bottom: 10px;
}
#left_inner {
	background-color:#999;
	width:250px;
	height:99%;
	min-height:422px;
	border: 0px solid #cccccc;
	padding: 2px;
	float: none !important;
	float: left;
}
#image {
	margin: 12px;
}
#subnavTitle {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 5px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	
}
#subnavLinks {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg2.png) no-repeat;
	vertical-align: middle;
	font-size: 9.5px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	height: 20px !important;
	height: 25px;
	width: 235px;
	text-decoration: none;
}
a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #333333;
}
#content_outer {
	margin-right:4px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 3px;
	padding-bottom: 10px;
	/** border: 1px solid #cccccc; **/
	float: right;
	width: 637px;
}
#content_inner{
  float: none !important;
  float: right;
  padding: 0;
  padding-top: 0px;
  margin: 0;
}
.componentheading {
	background: #fff;
	color: #b7393c;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	font-stretch:extra-expanded;
	text-transform: uppercase;
	text-decoration: underline;
}
.contentheading {
	height: 30px;
	background: url(../images/contenthead.png) top left repeat-x;
	color: #333333;
	text-indent: 15px;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	padding-top: 5px;
	width: 99%;
}
.credits {
	text-align:auto;
	margin: 0 auto;
	background-color: #bbb;
	width: 900px;
	height: 32px;
	border: 3px solid #bbb;
	height: 58px;
}
.credits p {
	color: #000000;
	text-align: auto;
	padding-right: 15px;
	padding-top: 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 885px;
}
a.credits:link, a.credits:visited, a.credits:active {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 9px;
}
a.credits:hover {
	color:#fff;
	text-decoration: underline;
}
#active_menu {
	color:#b7393c;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}

/* form start */
form { 
	width: 100%; 
}
form br { 
	clear:left; 
}
.checkbox{ 
	background: none; 
	float: left; 
	display: block; 
	width: auto; 
}
input { 
	line-height: 14px; 
	height: 14px;
}
input, textarea { 
	width: 200px; 
	margin: 1px 0 0 10px; 
	font-size: 12px; 
	color: #222; 
	padding: 2px; 
	background: #ffffff; 
}
.google input { 
	line-height: normal; 
	height: 23px;
}
.google input, .google textarea { 
	width: 50px; 
	margin: 0px 4px; 
	font-size: 12px; 
	color: #222; 
	padding: 1px; 
	background: #ffffff; 
}
input.file { 
	height: 22px; 
	width: 0; 
}
input.inputButton {
	margin-left: 70px; 
	height: 28px; 
	width: 151px; 
}
label { 
	color: #222; 
	display: block; 
	float: left;  
	width: 230px; 
	padding: 0px 0px 0px 8px; 
	line-height: 20px; 
	font-size: 12px; 
	margin: 2px 0 0; 
	text-align: right; 
}
label.specify { 
	width:77px; 
	padding-left:8px; 
	font-size: 11px; 
}
.normal .checkbox{ 
	margin-left: 70px; 
}
.normal label{ 
	text-align: left; 
	padding-left:8px; 
	width: auto; 
}
select { 
	margin: 5px 0 5px 10px; 
	color: #333333; 
	font-size: 11px; 
	background: #ffffff url(img/bg-input.gif) repeat-x; 
}
textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width: 75%; 
	overflow: auto; 
}
/* form end */
.city2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B7393C;
	font-weight: bold;
	line-height: 23px;
	padding-left: 5px;
}
.state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	font-variant: inherit;
}
.state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	line-height: 24pt;
}
.phoneemail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #333;
}

