body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(/images/bg.jpg) repeat-x top #72604E;
	color:#FFFFFF;
}
.blocker {display:block;}
img {margin:0px; border:none;}
form {margin:0px;}
h1 {
	color:#FFFFFF;
	margin:0px;
	font-size:22px;
}

h2 {
	color:#FFFFFF;
	margin:0px;
	font-size:18px;
	font-weight:normal;
}
h3 {
	color:#FFFFFF;
	margin:0px;
	font-size:18px;
	font-weight:normal;
}

a {
	color:#7A97AB;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:847px; 
	display:block;
	clear:both;
	padding:25px 0px 25px 0px;
}

.navigation {
	width:577px;
	margin-left:291px;

}
.content-container	{
	width:842px; 
	display:block;
	clear:both;
	padding:0px 0px 0px 5px;
	
}
.glow	{
	position:absolute;
	margin:17px 0px 0px -5px;
}
.content-box	{
	display:table;
	width:842px;
	clear:both;
	background:url(/images/content-bg.jpg) top repeat-x #72604E;
	margin:-5px 0px 10px 0px;;
	
}
.content-int	{
	display:block;
	width:794px;
	margin:41px 0px 0px 10px;
	padding:30px 15px 15px 15px;
	
}
.fade {
	display:block;
	background:url(/images/fade-title.jpg) right no-repeat #4D3F31;
	height:33px;
	position:absolute;
	margin-left:-3px;
	margin-top:-45px;
	padding:4px 159px 0px 10px;
}
.cont-img	{
	padding:0px 10px 5px 0px;
}
.form-img	{
	float:right;
	padding:0px 0px 8px 10px;
}
.footer	{
	display:table;
	clear:both;
	width:100%;
	background-color:#A19282;
}
.center	{
	display:block;
	width:847px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
#disclosures {
	display:block;
	clear:left;
	float:left;
	color:#FFFFFF;
	padding-left:20px;
	font-size:11px;
}
#disclosures ul {
	margin:0px;
	padding:0px;
}
#disclosures ul li {
	display:block;
	margin-right:15px;
	list-style:none;
}
#disclosures ul li a {	
	color:#FFFFFF;
	font-weight:normal;
}
#disclosures a {
	text-decoration:none;
}
#disclosures a:hover {
	text-decoration:underline;
}
#bottom-nav	{
	display:block;
	width:550px;
	float:right;
	clear:right;
	text-align:right;
	color:#FFFFFF;
	margin-left:20px;
}
#bottom-nav a {
	color:#FFFFFF;
	margin:0px 5px 0px 5px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#bottom-nav a:hover {
	text-decoration:underline;
}
/* this activates the bottom thingy --------------------------- */
html, body {height: 100%;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {height:64px;}
/* end bottom thingy ------------------------------------------ */