@charset "utf-8";
/* CSS Document */

img, div, input { behavior: url(include/iepngfix.htc) }

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12pt; 
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 769px;
	height: auto;
	margin:0px auto;
	background: #FFFFFF;
	padding: 0px;
	text-align: left;
}

#header {
	height: 85px;
}

#phonenum {
	text-align: center;
	color: #4c6580;
	margin-left: 295px;
	font-size: 14px;
	padding-top: 5px;
}

#headerimage {
	background: url('images/headerimage.jpg') no-repeat;
	width: 770px;
	height: 170px;
	border-top: 1px solid #b4b2b5;
	border-bottom: 1px solid #b4b2b5;
	margin-bottom: 10px;
}

#headercontent {
	height: 170px;
	margin-left: 32px;
	margin-top: 35px;
	width: 282px;
}

#sidebar {
	width: 327px;
	float: left;
	padding:0px 0px 10px 0px;
}

#content {
	background: url('images/vertical-border.gif') repeat-y;
	padding:0px 0px 0px 12px;
	margin:0px 0px 15px 340px;
	font-size: 13px;
}

#lowercontent {
	border-top:dotted #BFBFBF 2px;
	margin:10px 0px;
	padding:10px 0px 0px 0px;
}

#formbox {
	background: url('images/formBg.jpg') repeat-x #bbcddf;
	width: 100%;
	padding: 4px;
	text-align: center;
}

#formheader {
	border-bottom:dotted #BFBFBF 2px;
	margin:0px 5px 5px 5px;
	padding:0px 0px 5px 0px;
	text-align:left;
}

#formBorder {
	width: 298px;
	height: 4px;
	border: 0px;
	margin:0px;
	padding:0px;
	line-height:0;
	font-size:0;
}

html>/**/body #formBorder {
	margin-top: 0px;
}

#form {
	font-weight: bold; 
	margin-top: 0px;
	padding: 0px;
	width:326px;
}

html>/**/body #form {
	margin-top: 0px;
}

.fieldTitle {
	color: #555555;
	font-size: 12px;
	text-align: right;
	width:100px;
}

.input {
	margin:3px 0px;
	width:204px;
}

.inputsmall {
	margin:3px 0px;
	width:90px;
}

#thankyou {
	width:729px;
	margin:0px auto;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#thankyou a, #thankyou a:visted, #thankyou a:active {
	text-decoration:none;
}

#thankyou a:hover {
	text-decoration:underline;
}

h1 {
	color: #4c6580;
	font-size: 15px;
	margin:0px 0px 6px 0px;
	padding:2px 0px 0px 0px;
	font-weight:bold;
	line-height:18px;
}

h2 {
	color: #4c6580;
	font-size: 17px;
	margin:0px 0px 3px 0px;
	padding:2px 0px 0px 0px;
}

#content ul li {
	list-style-image: url('images/bullet.gif');
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer {
	clear: both;
	margin:0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-top:solid #CCCCCC 8px;
}

#footer a {
	color: #999999;
	padding:0px 5px;
}