html body {
	font-family: Arial, Helvetica, sans-serif;
	background: #CCC3AA;
	margin: 0px;
	margin-bottom: 50px;
	color: #3A1F13;
	font-size: 10px;
	line-height: 14px;
}


a { text-decoration: none; color: #0356A3; }
a:hover { text-decoration: underline; }


#main {
	align: center;
	text-align: left;
	width: 900px;
}

hr {
	border: 0px;
	height: 1px;
	background: #DEE0E2;
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}


#header {
	width: 900px;
}

#nav {
	background: #824C31;
	width: 851px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 11px;
	height: 36px;
	line-height: 12px;
	letter-spacing: .5px;
	padding-left: 49px;
}

#nav p { margin: 0px; }

#nav a { color: #FFFFFF; }
#nav a:hover { text-decoration: none; }


#content {
	clear: both;
	background: #FFFFFF;
	width: 900px;
}

#content:after {
	clear:both;
	content: ".";
	display:block;
	height:0;
	visibility:hidden;
	font-size:0.1em;
} /* Fixes the collapsing div problem */
#content { display:inline-block; } /* IE fix for above*/


#footer {
	background: #00328E;
	width: 860px;
	padding: 20px;
	color: #FFFFFF;
}

#footer a { color: #FFFFFF; }


#sidebar {
	width: 305px;
	height: 550px;
	background: url(images/sidebar_bkgd.jpg) top center repeat-x #301A0F;
}


#sidebar .text {
	font-family: Times New Roman, Times, serif;
	padding: 18px;
	padding-top: 26px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}



#sidebar_inner {
	width: 305px;
	height: 502px;
	background: url(images/sidebar_inner_bkgd.gif) top repeat-x #FFFFFF;
	padding: 22px;
}

#sidebar_inner h1, #sidebar_inner h2 {
	margin: 0px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	color: #1E70C2;
	text-transform: uppercase;
}

#sidebar_inner .text {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
}



/* Drop-down nav */

/* BR tag at bottom that clears menus */
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display: none;
}

/* Clears all formatting of ordered and unordered list elements */
#menu, #menu ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
	display: inline;
}

/* Parent link appearance */
#menu li p {
	margin: 0px;
	position: relative;
	display: block;
}

/* Controls whether Parent links display horizontally or not */
#menu li {
	float: left;
	list-style: none;
}

/* Position of Submenu box and the LI's inside */
#menu li ul, #menu ul li  {
	position: relative;
	list-style: none;
	display: inline;
	vertical-align: middle;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* Submenu area appearance */
#menu ul.submenu {
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(images/bkgd-subnav.gif) top center repeat-x #3A1F13;
	text-align: center;
}

#menu ul.submenu li {
	border-bottom: 0px solid #6B6955;
	border-right: 0px solid #6B6955;
	padding: 12px;
	clear: both;
}

/* Submenu Links appearance */
#menu ul li a li.p7hvr {
	display: block;
	margin: 0px;
}

/* Submenu Hover Backgrounds */
#menu li ul.submenu li:hover,#menu li ul.submenu li.p7hvr {
	background: #ADBE03;
	cursor: pointer;
}

/* Submenu Grouping */
#menu li ul {
	position: absolute;
	display: none;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* The Hover state of Parent links */
#menu li:hover p, #menu p:focus, #menu p:active, #menu li.p7hvr p {
	background: #3A1F13;
	color: #FFFFFF;
}

/* The switch that displays the submenus on Parent link hover */
#menu li:hover ul, #menu li.p7hvr ul {
	display: inline;
}

/* How submenus look when Parent link is hovered */
#menu li:hover ul a, #menu li.p7hvr ul a {
	color: #FFFFFF;
	background-color: transparent;
	display: inline;
	border: 0px;
	border-top: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: 10px;
}

/* Hover state for Submenu links */
#menu ul a:hover  {
	width: 100%;
	background-color: none!important;
	color: #FFFFFF!important;
}

#menu li:hover li.p7hvr {
	color: #BB2C4D!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menu li {width: auto;}
#menu img { margin-bottom: 0px; vertical-align: middle; }

/*     End drop-down nav CSS     */



