@charset "UTF-8";

html, body {
	margin:0px;
	padding:0px;
}

body {
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-image:url(images/copyright_bg.png); /* use copyright bg as body bg to fill up footer space on large displays */
}

/* Containers */
#header {
	background-image:url(images/header_bg.png);
	height:200px;
	width:100%;
	min-width:1040px;
	text-align:center;
	position:relative;
	overflow:hidden;
}
#header_images {
}

#navigation {
	width:850px;
	position:absolute;
	top:176px;
	z-index:1;	
	bottom:0px;
	left:50%;
	margin-left:-440px;
}

#content_container {
	background-image:url(images/content_bg.png);
	background-repeat:repeat-x;
	background-color:#e46715;
	width:100%;
	min-height:450px;
	padding-bottom:20px;
}

#content {
	width:800px;
	font-size:14px;
	line-height:1.7;
	letter-spacing:-.2px;	
	margin:0px auto 0px auto;
	text-align:left;
}

#content_footer {
	background-image:url(images/content_footer.png);
	background-repeat:repeat-x;
	width:100%;
	height:18px;
}

#footer {
	background-image:url(images/footer_bg.png);
	width:100%;
	min-height:100px;

}

#copyright {
	background-image:url(images/copyright_bg.png);
	width:100%;
	padding-top:20px;
	text-align:center;
	height:100px;
	font-size:12px;
}

/* Fonts & Headers */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#4b0300;
}

h2 {
	letter-spacing:-.2px;
	color:#fff;
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:22px;
}
#content p {
	padding-bottom:12px;
	margin-bottom:10px;
}

/* Footer Styles */
#footer_container {
	width:800px;
	margin: 0px auto 0px auto;
}
.footer_column {
	float:left;
	clear:none;
	width:235px;
	margin:0px 10px 0px 0px;
	text-align:left;
	font-size:13px;
	line-height:1.8;
}
.footer_separate {
	float:left;
	width:10px;
	height:147px;
	margin-right:20px;
	background-image:url(images/footer_separate.png);
	background-repeat:no-repeat;
}
#footer h2 {
	margin:0px;
	padding:0px;
	color:#fff;
	font-size:20px;
}

/* Links */
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#ccc;
	text-decoration:none;
}

#content a {
	color:#620a07;
	border-bottom:0px dotted;
	padding-bottom:50px;
}
#content a img{
	border-bottom:0px;
	margin-bottom:50px;
	margin-top:20px;
}

#content a:hover {
	color:#620a07;
	border-bottom:0px dashed;
}

#copyright a {
	color:#e46715;
}
#copyright a:hover {
	color:#95430d;
}

#footer a {
	color:#FFCC66;
	border-bottom:1px dotted;
}
#footer a:hover {
	color:#FFCC66;
	border-bottom:1px dashed;
}

/* Misc */
img {
	border:none;
}

.clear {
	clear:both;
}

ul {
	margin:25px 0px;
	padding:0px;
}
li {
	margin:0px 0px 0px 45px;
	padding:0px;
}

/* Contact Form */
fieldset {
	text-align:center;
	padding:20px;
	border:none;
}
#contact_form label {
	clear:both;
	display:block;
	float:left;
	width:120px;
	text-align:right;
	clear:both;
	margin:5px;
	font-size:15px;
}
#contact_form input, #contact_form textarea {
	display:block;
	float:right;
	font-size:15px;
	font-family:Lucida Sans, Lucida Grande, Arial, Helvetica, sans-serif;
	margin:5px 140px 5px 5px;
	width:200px;
}
