* {
	margin: 0;
	padding: 0;
}

html {
	min-height:101%;
	height:101%;	
}

body {
	font-size: 75%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

html>body {
	font-size: 12px;
}

h1.logo a {
	display: block;
	width: 294px;
	height: 119px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
	outline: none;
}

h1.logo_home {
	width: 294px;
	height: 119px;
	background: url(../images/logo_placeholder.png) no-repeat;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
}

h2 {
	font-weight: normal;
	color: #1D73BD;
	font-size: 20px;
	line-height: 34px;	
}

h2.pull {
	margin: -11px 0 0 -200px;
	width: 200px;
	text-align: right;
	float: left;
	display: inline; /*fixes IE double margin bug */
}

#content h3 {
	padding: 0 20px;
	margin-bottom: 6px;
	font-weight: normal;
	color: #1D73BD;
	font-size: 16px;
}

h4 {
	font-weight: bold;
	color: #1D73BD;
	font-size: 14px;	
}

p {
	line-height: 1.5em;
}

a:link, a:visited {
	color: #1D73BD;
	text-decoration: underline;
}

a:hover {
	color: #17537F;
}

#top_paint {
	background: url(../images/painttop2.jpg) top center no-repeat;
	height: 162px;
}

#bottom_paint {
	background: url(../images/paintbottom2.jpg) top center no-repeat;
	height: 207px;
}

#wrapper {
	background: url(../images/paintbottomfade.jpg) top center no-repeat;
}

#main_stripe {
	background: url(../images/blackbg.jpg) top left repeat-x;
	height: 119px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main_stripe a:link {
	color: #00A0C6;
	text-decoration: none;
}

#main_stripe a:visited {
	color: #028EA5;
	text-decoration: none;
}

#main_stripe a:hover {
	color: #00A0C6;
	text-decoration: underline;
}

#contact_page {
	margin-top: -28px;
	padding: 0;
}

#main_nav {
	background: url(../images/navbg.png) top left repeat-x;
	height: 30px;
}

#navcontainer {
	margin: 0 auto;
	padding: 1px 0 0 0;
	width: 600px;
}

#nav ul {
	list-style-type: none;
	padding: 0;
}

#nav li {
	list-style-type: none;
	display: block;
	float: left;
	padding-right: 35px;
}

#nav li.last {
	padding: 0;	
}

#nav li a:link, #nav li a:visited {
	font-size: 19px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

#nav li a:hover, #nav li.active a {
	color: #1D73BD;	
}

#container_content {
	text-align: left;
	margin: 0px auto;
	padding: 30px 0 0 0;
	border:0;
	width: 970px;
	min-height: 210px;
}

#content {
	text-align: left;
	margin: 0 200px 0 200px;
	border:0;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 18px;
}

#left { 
	width: 260px;
	float: left;
}

#right {
	width: 260px;
	float: left;
}
#foot {
	text-align:center;
	font-size: 10px;
	margin-top: 20px;
	color: #666;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/*form styles*/
label {
	display: inline-block;
	line-height: 18px;
}
input {
	display: block;
}
select { display: block; margin-bottom: 8px; }
textarea { display: block; }
.nowrap { display:inline; }
#email { width: 160px; }

fieldset {
	border: none;
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
}

.form_container{ float:left; width:100% }
.form_left{ float:left; margin: 0 15px 0 0; }
.form_bottom{ clear:both; display:block; }

#comment { display: none; }

.input {
	margin-bottom: 6px;
	height: 21px;
	width: 230px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}

textarea {
	width: 270px;
	height: 126px;
	margin-bottom: 18px;
}

.email {
	width: 250px;
}

.highlight {
	background-color: #FF9;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: -5px;
	margin-left: -20px;
}

label .small {
	display:block;
	padding-left:20px;
	text-transform:uppercase;
}

.required {
	color: #F00;
}

div.special p {
	font-size:16px;	
}

div.special p.star {
	font-size:9px;	
}

.error{
	color:#F00;
	text-transform:uppercase;
}
.hidden{ display:none; }
.shown{ display:block; }

#total{ font-weight:bold; }

.star { font-size: 9px; }
