body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #B09C64;
}


#backgroundTop {
	position: static;
	width: 100%;
	height: 199px;
	background: url(../images/pattern.gif) top left repeat;
	border-bottom: 1px solid #969494;
}


#headerPrint {
	display: none;
}


#header {
	position: absolute;
	top: 11px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}
#headerFirm {
	margin: 0 10px 3px 0;
	font-weight: bold;
	color: #474747;
	text-align: right;
}
#headerBanner {
	width: 750px;
	height: 168px;
	background: url(../images/header.jpg) top left no-repeat;
	border-top: 1px solid #B09C64;
	border-bottom: 1px solid #B09C64;
}
#headerTitle {
	position: absolute;
	top: 165px;
	margin-left: 8px;
	font-size: 24px;
	font-weight: bold;
	color: #B09C64;
}
#headerPhone {
	position: absolute;
	top: 165px;
	margin-left: 613px;
	font-size: 13px;
	color: #0D2C8B;
}


#content {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 750px;
	margin-left: -375px;
}
#contentBorder {
	padding: 0 9px 9px 9px;
	background-color: #E9E9E9;
}
#contentContainer {
	background-color: #F9F9F9;
	border-left: 1px solid #CAC8C8;
	border-right: 1px solid #CAC8C8;
	border-bottom: 1px solid #CAC8C8;
}
#contentText {
	position: relative;
	left: 190px;
	width: 480px;
	padding: 0 30px 30px 30px;
	background-color: #FFFFFF;
}
#contentText h1 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 16px;
	color: #0D2C8B;
}
#contentText h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 13px;
	color: #B09C64;
}
#contentText h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #B09C64;
}
#contentText h4 {
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 13px;
	color: #B09C64;
	border-bottom: 1px solid #CAC8C8;
}
#contentText p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 16px;
}
#contentText ul, #contentText ol {
	margin-bottom: 25px;
}
#contentText li {
	margin-bottom: 10px;
}
#contentText a:link, #contentText a:visited {
	color: #0D2C8B;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #B09C64;
	text-decoration: underline;
}
#contentPhone {
	margin-left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #0D2C8B;
}
#contentPhone a:link, #contentPhone a:visited {
	color: #B09C64;
	text-decoration: underline;
}
#contentPhone a:hover, #contentPhone a:active {
	color: #0D2C8B;
	text-decoration: underline;
}
#contentFooter {
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #474747;
	text-align: center;
}
#contentFooter p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 16px;
}
#contentFooter a {
	padding: 0 3px 0 3px;
}
#contentFooter a:link, #contentFooter a:visited {
	color: #2D2D2D;
	text-decoration: underline;
}
#contentFooter a:hover, #contentFooter a:active {
	color: #0D2C8B;
	text-decoration: underline;
}


#nav {
	position: absolute;
	top: 200px;
	left: 50%;
	width: 190px;
	margin-left: -365px;
	font-size: 13px;
	font-weight: bold;
}
#nav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#nav li {
	list-style-type: none;
	border-bottom: 1px solid #CAC8C8;
}
#nav a {
	display: block;
	padding: 20px 0 0 20px;
}
#nav a:link, #nav a:visited {
	color: #767675;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #0D2C8B;
	text-decoration: none;
	background: url(../images/gradient_bg.jpg) top left repeat-x;
}
#navAction {
	padding: 20px 0 0 20px;
	border-bottom: 1px solid #CAC8C8;
}
#navAction p {
	margin: 10px 0 0 0;
	padding: 0;
}
#navAction a {
	margin: 0;
	padding: 0;
}
#navAction a:link, #navAction a:visited {
	color: #0D2C8B;
	text-decoration: none;
}
#navAction a:hover, #navAction a:active {
	color: #B09C64;
	text-decoration: none;
	background: none;
}


#contactForm {
	color: #0D2C8B;
}
#contactForm input, #contactForm select {
	width: 150px;
	border: 1px solid #CAC8C8;
}
#contactForm textarea {
	width: 300px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CAC8C8;
}

#contactButtons {
	text-align: center;
}
#contactButtons input {
	width: 60px;
	font-weight: bold;
	color: #0D2C8B;
	background-color: #E9E9E9;
	border: 1px solid #B09C64;
}

.normal {
	background-color: #F9F9F9;
}
.focus {
	background-color: #FFFFFF;
}
