@charset "iso-8859-1";
#topbar {
	background-color: #423120;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 940px;
	background-attachment: fixed;
}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#fce2b4;
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-repeat:repeat;
	background-position: left top;
}

div.hr {
	margin: 10px 0;
	height: 1px;
	background: #e0c79d;
}

div.hr hr {
	display: none;
}

#container {
	margin:0 auto; /* center, not in IE5 */
	width:940px;
	background:#fce2b4;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border-color:#e0c79d;
	border-left-style:solid;
	border-left-width:thin;
	border-right-color:#e0c79d;
	border-right-style:solid;
	border-right-width:thin;
	font-family: Arial, Helvetica, sans-serif;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: auto;
	padding-right:20px;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position: relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #423120;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-left:7px;
	padding-top:7px;
	margin-left: -7px;
	margin-right: 7px;
}

#nav li li {
	float: left;
	clear: both;
	padding-bottom: 7px;
	font-size: 0.80em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#mainmenu {
	float:left;
	clear:right;
	padding: 7px;
	font-size: 0.75em;
	color: #FFF;
	width:auto;
}
/*
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

li{
	float: left;
	position: relative;
	width: auto;
	padding-right:20px;
}

li ul{
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

li li{
	padding-bottom:5px;
	font-size: 0.85em;
	width:auto;
}

li > ul{
	width:auto;
	top: auto;
	left: auto;
	background-color:#423120;
	padding-left:7px;
	padding-top:7px;
	margin-left: -7px;
	margin-right: 7px;
}

li:hover ul, li.sfhover ul {
display: block;
}
*/
#mainmenu a:link {
	color: #FFF;
	text-decoration: none;
}

#mainmenu a:visited {
	color: #FFF;
	text-decoration: none;
}

#mainmenu a:active {
	color: #fce2b4;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #fce2b4;
	text-decoration: none;
}

#title {
	padding: 7px;
	font-size: 0.75em;
	color: #fce2b4;
	width:auto;
	text-align: right;
}

#banner {
	width: 940px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
	
#content {
	line-height: 1.125em;
	padding-bottom: 20px;
	margin-bottom:-30px;
}

#content p {
	margin:0px;
	font-size: 0.75em;
	color: #444444;
	text-align:justify;
}

#content h1 {
	margin:0px;
	margin-bottom: 10px;
	font-size: 1.125em;
	color: #423120;
}

#content h2 {
	margin:0px;
	font-size: 0.875em;
	color: #333;
}

#content h3 {
	margin:0px;
	font-size: 0.75em;
	color: #333;
}

#content a:link {
	color: #b15c46;
	text-decoration: none;
	font-weight:bold;
}

#content a:visited {
	color: #b15c46;
	text-decoration: none;
	font-weight:bold;
}

#content a:active {
	color: #d49585;
	text-decoration: none;
	font-weight:bold;
}

#content a:hover {
	color: #d49585;
	text-decoration: none;
	font-weight:bold;
}

#content ul {
	font-size: 0.75em;
	color: #444444;
}

#leftcol {
	float:left;
	width:210px;
	margin-left:10px;
	margin-top:10px;
}

#midcol {
	float:left;
	width:460px;
	margin-left:20px;
	margin-top:10px;
}

#rightcol {
	float:left;
	width:210px;
	margin-left:20px;
	margin-top:10px;
}

.moduleText {
	padding-top:10px;
	padding-bottom: 20px;
	border-top-color: #423120;
	border-top-style: solid;
	border-top-width: 2px;
	width:inherit;
}

.moduleImg {
	margin-bottom: 20px;
	border: none;
	width:inherit;
}

#footer {
	clear:left;
	margin:0px;
	padding:0px;
	height: 30px;
	width:inherit;
	background-color: #423120;
}

#footer p{
	padding: 9px;
	font-size:0.6em;
	color:#FFF;
}

#promo_image_1 {
	width:225px;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
	border:none;
	float:left;
}

#promo_image_2 {
	width:225px;
	padding:0px;
	margin-bottom:10px;
	border:none;
	float:left;
}

#content_image {
	width:200px;
	float:right;
	margin-top:30px;
	margin-left:10px;
	margin-bottom:10px;
	border-color:#423120;
	border-width:1px;
	border-style:solid;
}

img {
	border: none;
}

form {
	font-size:0.75em;
	margin:20px;
	padding:10px 20px;
	width:430px;	
	}
	
	form ol {
		list-style:none;
		margin:0;
		padding:0;
		}
		
		form li {
			padding:6px;
			margin-bottom:1px;
			}
		
		form label {
			float:left;
			width:70px;
			text-align:right;	
			margin-right:7px;
			color:#555;
			line-height:23px; /* This will make the labels vertically centered with the inputs */
			}
			
		form input,
		form textarea {
			padding:4px;
			border:1px solid #423120;
			background:#F0DEBF;
			width:200px;
			}
			
		form textarea {
			height:100px;
			}
			
			form input:focus,
			form textarea:focus {
				border:1px solid #e0c79d;
				background:#F0DEBF;
				}
				
			form li#send button {
				margin-left:77px; /* Total width of the labels + their right margin */
			}