@charset "UTF-8";
/* CSS Document */
/*THIS IS THE MAIN WRAPPER DIV*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 897px;
}

/* THIS SETS THE BACKGROUND FOR THE BODY */
body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-color: #132b3c;
	margin-right: auto;
	margin-left: auto;
}

/*THIS MAKE SURE NO ANCHORED IMAGES HAVE A DEFAULT BORDER*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*THIS SETS THE STYLE FOR THE NAVIGATION BARS IN THE MAIN PHOTO HEADER AREA*/
#navBars {
	text-align: right;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.8;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: .85em;
	font-weight: bold;
	width: 165px;
	vertical-align: top;
	float: left;
	position: absolute;
	top: 185px;
}


#navBars a {
	text-decoration: none;
	display: block;
	background-color: #1B2E3C;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-bottom: 2px;
}

#navBars a:hover {
	background-color: #000000;	
}

/* THIS SETS THE FOOTER */
#wrapper #footer {
	text-align: justify;
}

#wrapper #footer .trademarkInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #FFFFFF;
	padding-left: 18px;
	padding-top: 10px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #E0A538;
	text-decoration: none;
}



#header {
	background-image: url(../images/contact_images/contact_header_photo.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 897px;
}


/* THIS SETS THE STYLE FOR THE FORMS */
#contact {
	background-image: url(images/sidebar_body_bkrnd.gif);
	background-repeat: repeat-y;
}
#contact p.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 14px;
	font-weight: bold;
	padding-top: 14px;
}
#contact .title p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#forms {
	margin-left: 14px;
}
.formField {
	width: 500px;
}
.inputField {
	width: 400px;
}
.rule {
	margin-bottom: -10px;
	margin-top: 7px;
}
#checkBoxes {
	margin-left: 14px;
}
.checkBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	text-align: right;
}
