/* CSS Document */

body {
	background-color: #d3c68a;
	background-image:url(../images/bg-top.gif);
	background-repeat:repeat-x;
	margin: 0px;
	}
	
#blue_container {
	background-color:#531900;
	background-image:url(../images/bg-side.gif);
	width:1190px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	z-index:1;
	}

#white_container {
	background-color:#ffffff;
	width:1180px;
	background-image:url(../images/bg-palm.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	z-index:100;
	margin-top:auto;
	}

.centertext {
	font-family:Arial, Helvetica, sans-serif;
	color:#323232;
	line-height:18px;
	font-size:12px;
	padding-bottom:10px;
	padding-right:10px;
	text-align:left;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#531900;
	line-height:18px;
	font-weight:bold;
	font-size:14px;
	padding-bottom:10px;
	padding-right:10px;
	}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#460E74;
	line-height:18px;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	text-align:left;
	}

a.navigation:link, a.navigation:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#531900;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:none;
	text-align:left;
	}

a.navigation:hover {
	color:#6F7236;
	text-decoration:underline;	
	}

a.navigation_active:link, a.navigation_active:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#6F7236;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-decoration:underline;
	text-align:left;
	}

a.footer:link, a.footer:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	line-height:12px;
	text-decoration:none;
	}

a.footer:hover {
	text-decoration:underline;	
	}

.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-stretch:condensed;
	font-stretch:narrower;
	color:#FFFFFF;
	padding-bottom: 4px;
	padding-bottom: 8px;
	line-height:10px;
	}
	
#footer {
	background-color:#531900;
	width: 980px;
	margin-top:-12px;
	padding-bottom:10px;
	padding-top:4px;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	}


/********* FORM ELEMENTS ***********/

.submit { 
	background-color: #460E74;
	color:#fff;
	border:1px solid #000;
	font:12px arial, sans-serif;
}

.submit:hover {
	background-color:#FFFFFF;
	color:#000;
}

.input {
	border:1px solid #000;
	background-color:#fff;
	width:120px;
	font:12px arial, sans-serif;
}

#emailForm {
	text-align:left;
	width:210px;
	max-width:180px;
	}

