body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #312005;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #CC9900;
	background-image: url(images/bg_gold.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#topNav {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
} 
#topNav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #DDDDDD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	background-color: #660000;
	height: 225px;
	width: 1000px;
	background-image: url(images/header_bg_1000.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
} 
#header h2 {
	font-size: 20px;
	color: #ca992c;
	padding-top: 140px;
	padding-right: 185px;
	text-align: right;
	font-family: Palatino, "Times New Roman", Times, serif;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header h4 {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #EEEEEE;
	text-align: right;
	padding-top: 5px;
	padding-right: 187px;
	font-size: 17px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#navigation {
	background-color: #660000;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-bottom: 0px;
} 
#navigation a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	font-weight: bold;
	color: #CC9966;
}

#navigation h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #EEEEEE;
	font-size: 12px;
	font-weight: bold;
}


/* Secondary Navigation -- Coordinate with Genesis CMS
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
	height: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #fff;
}
#subnav li a:hover {
	color: #ccc;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}	

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


#columnRight {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #660000;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CC9933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC9933;
	color: #DDDDDD;
	background-image: url(images/bg_sidebar.jpg);
}
#columnRight h3 {
	font-size: 16px;
	color: #FFFF99;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* ------ NEWS BOXES ------*/
#columnRight table {
	border: 1px solid #d8ccae;
}
#columnRight td h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #d8ccae;
	margin: 0px;
	color: #000000;
}
#columnRight li {
	margin-top: 8px;
}
#columnRight td h4 {
	font-size: 11px;
	font-weight: bold;
	color: #EEEEEE;
	text-align: center;
	text-indent: 2px;
	margin-bottom: 0px;
}
#columnRight  td p {
	padding: 2px;
	margin: 2px;
	font-size: 11px;
}
#columnRight a:link {
	color: #FFFFFF;
	font-weight: bold;
}
#columnRight a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#columnRight a:hover {
	font-weight: bold;
	color: #FFFFCC;
}

#mainContent {
	margin: 0 280px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
} 
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #CC9900;
}
#mainContent p {
	line-height: 115%;
}
#mainContent h1 {
	color: #660000;
	font-size: 22px;
}
#mainContent h2 {
	font-size: 16px;
	color: #CC9900;
}
#mainContent h3 {
	font-size: 100%;
	font-weight: bold;
	color: #CC9900;
}
#mainContent li {
	margin-top: 5px;
}
#mainContent h4 {
	clear: none;
	float: right;
}
#mainContent h5 {
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 85%;
}
#container #footer table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #600;
}
.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;
}
#webmaster {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 90%;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
} 
#webmaster a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#webmaster a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#webmaster a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent img {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.HeaderToClearImg {
	clear: left;
}

