@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	
	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: #000000;
	background-color: #6b1a12;
	background-image: url(../images/page-elements/bkgrd-gradient-repeater.jpg);
	background-repeat: repeat-x;
	margin-top: 51px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}

img{
	border: 0px;
	}

.oneColFixCtrHdr #footer {
	width: 909px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 10px;
	color: #F9F9FB;
	padding-left: 10px;
			}
			
			.oneColFixCtrHdr #footer a:link {
	 			color: #FFFFFF;
				text-decoration: underline;
			}
			
			.oneColFixCtrHdr #footer a:visited {
	 			color: #FFFFFF;
				text-decoration: underline;
			}
			
			.oneColFixCtrHdr #footer a:hover {
	 			color: #FFFFFF;
				text-decoration: none;
			}

/*custom styles*/

.DIV-logo {
	padding-top: 15px;
	padding-left: 15px;
}
.DIV-consultation-button {
	float: right;
	padding-top: 40px;
	padding-right: 20px;
}

.DIV-navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 500px;
	font-variant: small-caps;
	color: #8D221A;
	padding-top: 19px;
	padding-left: 95px;
	vertical-align: top;
}

.DIV-navigation a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.DIV-navigation a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.DIV-navigation a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffde6b;
	text-decoration: none;
}

/*form stuff*/

.CELL-form-title {
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	width: 250px;
}

.formtext{
	display:none;
	}

.CELL-form-field {

	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.P-source-text {
	font-size: 9px;
}
