@charset "UTF-8";
/* CSS Document */

/* defaults and globals
==============================================================================*/
* { /* Clear ALL elements defaults */
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #666252;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	background-image: url(images/bgd-tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

body a:link {
	color: #E9D666;
	text-decoration: none;
	text-transform: uppercase;
}

body a:visited {
	color: #E9D666;
	text-decoration: none;
	text-transform: uppercase;
}

body a:hover {
	color: #DED69C;
	text-decoration: underline;
}


/* Containers
==============================================================================*/
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	height: 100%;
	width: 900px;
	padding-left: 40px;
}

#header {
	background-image: url(images/header.jpg);
	height: 117px;
	width: 900px;
}

#nav {
	height: 33px;
	width: 900px;
}

#homeSplash {
	height: 300px;
	width: 900px;
	background-image: url(images/home-splash-bgd.jpg);
}

#subFooter {
	background-image: url(images/bgd-tile.jpg);
	width: 980px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}


/* body styles
==============================================================================*/
#body {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#body ul {
	font-size: 12px;
	line-height: 16px;
	list-style-position: outside;
	padding-left: 15px;
	list-style-image: url(images/bullet.gif);
}

td {
	vertical-align: top;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #F7941D;
	font-weight: normal;
}

.p2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
}

.required {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #D1801D;
	font-weight: bold;
}

#contactForm {
}

#contactForm td {
	line-height: 26px;
	vertical-align: middle;
}

.tableHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 3px;
	text-align: right;
	padding-right: 5px;
}



/* optin
==============================================================================*/
#optin {
}

#optin h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 12px;
}


/* Footer
==============================================================================*/
#footer {
	background-image: url(images/footer-bgd.jpg);
	height: 200px;
	width: 900px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 14px;
}

#footer a:link {
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: underline;
	text-transform: none;
}

#footer a:hover {
	color: #25261A;
}
