@charset "UTF-8";
/* CSS Document */

body {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	background-image: url(../images/bg_gradient.png);
	background-repeat: repeat-x;
	background-color: #512A1F;
}
a, a:hover, a:visited{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
h1 {
	font-size:14pt;
	font-weight:normal;
}
#contactContent {
	width:600px;
	padding:16px;
	margin-left:180px;
	font-size:10pt;
	position:static;
}
#contactContent ul {
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#home_nav {
	float:none;
	text-align:center;
}

#home_nav ul {
	list-style-type: none;
	padding:4px;
	margin:0px;
	width:auto;
	position:relative;
	display:block;
	height:20px;
}

#home_nav li {
	display:block;
	float:left;
	margin:0;
	font-size:10pt;
	padding: 0 0 0 28px;
}

.module {
	color:#CCC;
	padding:0px;
	margin:0 0 2px 0;
	text-align:left;
	font-size:9pt;
	border-bottom:1px solid #1D0E0A;
	padding-left:0px;
}
.module a a:hover a:visited {
	color:#FFF;
	text-decoration:none
}
.module h2 {
	color:#FF3600;
	font-weight:normal;
	font-size:9pt;
	margin:0;
	padding:4px 0 4px 0px;
	width:155px;
}
.module p {
	font-size:9pt;
	padding:0 0 10px 0px;
	margin:0px;
}
#sidebar1 .module ul {
	list-style-type: none;
	padding:4px;
	margin:0px;
}
#sidebar1 .module li {
	padding:2px;
}
#sidebar2 .module ul {
	padding-left:14px;
	margin:0px;
}
#sidebar2 .module li {
	padding:0px;
	margin-left:3px;
}
.module img {
	width:216px;
	padding-bottom:6px;
}
.current {
	color:#C30 !important;	
}
#footer {
	color:#250700;
	font-size:10pt;
	height:26px;
}
img {
	border:0;
}

#footer a, #footer a:hover, #footer a:visited{
	color:#A22200;
	text-decoration:none
}

.thrColFixHdr #container { 
	width: 1054px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 60px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-image:url(../images/logo_horiz.png);
	background-repeat:no-repeat;
	background-position:inherit;
	width:585px;
	height:49px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 2px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 2px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.thrColFixHdr #footer { 
	padding: 2px 8px 2px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 208px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent #contactContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]-->
