@charset "utf-8";

/* Undo some of the default styling of common (X)HTML browsers */
/* Based on code from Yahoo! Inc.'s reset.css (BSD) and Tantek Celik's undohtml.css (Creative Commons Attribution 2.0) */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}

body {
	background-image:url(../images/roofBg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:10px;
	margin-bottom:10px;
}
h1 {
	font-size: 21px;
	color: #1b609b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 5px;
}
h1 .smalltext {
	font-size: 11px;
}
h2 {
	font-size: 16px;
	color: #cc0000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
h3 {
	color: #737373;
	margin-left: 200px;
}

#Header {
	background-image: url(../images/Header.gif);
	background-repeat: no-repeat;
	height: 167px;
}
#Header #FlashWrapper {
	height: 163px;
	width: 574px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 4px;
}
#MainWrapper {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
}
#TopNav {
	height: 50px;
}
#ContentWrapper {
	background-image: url(../images/ContentBg.gif);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 8px;
}
#ContentWrapper #TextArea {
	background-color: #eaece9;
	color: #6e6e6e;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#ContentWrapper #TextArea #Container {
	color:#333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#ContentWrapper #TextAreaEmployment {
	background-color: #eaece9;
	color: #6e6e6e;
	width: 775px;
	font-size: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
}
#ContentWrapper #TextAreaEmployment #Container {
	color:#333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#QuickCheckList {
	width: 224px;
}
#QuickCheckList .Content ul {
	margin-left: 35px;
	margin-right: 30px;
	list-style-image: url(../images/QuickCheckListBulletImage.gif);
	margin-top: 10px;
}
#QuickCheckList .Content ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
}
#QuickCheckList .Content {
	color: #FFF;
	font-size: 11px;
	background-image: url(../images/QuickCheckListBg.gif);
	background-repeat: repeat-y;
}

.smalltext_form {
	font-size: 11px;
}

#Footer {
}
#TextLinks {
	color: #FFF;
	padding:10px;
	text-align:center;
}
#TextLinks a{
	color: #FFF;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}
a img:hover{
	border-color:#AA0000;}
#TextLinks a:hover{
	text-decoration:underline;
}
#TextLinks p{
	margin-bottom:10px;
}
.ClearBoth {
	clear: both;
}
#Container p{
	margin-bottom:20px;
}

#Container a, a{
	text-decoration:none;
	color:#AA0000;
}
#Container a:hover, a:hover{
	color:#0C5295;
}
.list, .list li{
	margin-left:10px;
	list-style:square;
}

.pic{
	padding: 2px;
	border:1px solid #0C5295;
	margin:2px;
}

.clear{
	clear:both;
}
#ContactFormTable {
}
#ContactFormTable td,tr{
	padding:2px;
}
#EmploymentFormTable {
}
#EmploymentFormTable td,tr{
	padding:2px;
}

.type_blue{color: #1b609b;}
.type_red{color: #AA0000;}#MainWrapper #ContentWrapper #TextArea #Container h1 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-left: 0px;
	padding-bottom: 7px;
	font-family: arial;
}

