/* zero out elements */
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img 
{
	margin: 0;
    padding: 0;
	border: 0;
}

/**************************************
    Basic Elements
**************************************/

a, a:Visited, a:Link
{
	color: #0066cc;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

p
{
    padding-top: 3px;
    padding-bottom: 2px;
}

h1
{
	font-family: times new roman;
	font-size: 16pt;
	color: #180e5e;
	padding-top: 10px;
	padding-bottom: 10px;
}

h2
{
	font-family: times new roman;
	font-size: 14pt;
	color: #180e5e;
	padding-top: 8px;
	padding-bottom: 8px;
}

h3
{
	font-family: times new roman;
	font-size: 12pt;
	color: #180e5e;
	padding-top: 6px;
	padding-bottom: 6px;
}

h4
{
	font-family: times new roman;
	font-size: 10pt;
	color: #180e5e;
	padding-top: 4px;
	padding-bottom: 4px;
}

h5
{
	font-family: times new roman;
	font-size: 10pt;
	color: #180e5e;
	padding-top: 2px;
	padding-bottom: 2px;
}

hr
{
    height: 1px;
    color: #000000;
}

ul
{
    padding: 4px 4px 4px 18px;
    list-style-image: url(../images/menu_sub.png);
}

ol
{
    padding: 4px 4px 4px 18px;
}

li
{
	padding-bottom: 2px;
}

.clearer
{
	clear: both;
}

.menutext
{
	display: inline;
}

.topLevel .menutext 
{
  text-transform: uppercase;
}

a:hover .menutext 
{
	text-decoration: underline;
}

/************************************** 
    Page Sections
**************************************/

body 
{
	width: 800px;
	background: #FFFFFF;
	margin: 0;
	text-align: left;
	font-family: "arial", "lucida grande", "lucida sans unicode", "lucida sans", "trebuchet ms", trebuchet, sans-serif;
	font-size: 12px;
	color: #595341;
}

#Header
{
	padding-bottom: 10px;
	background-color: #B8AF9C;
}

#Middle
{
	padding-left: 36px;
	background: #FFFDEE url(../images/bars-full.gif) repeat-y top left;
	padding-right: 32px;
	padding-bottom: 15px;
	padding-top: 0;
}

#Main
{
	float: left;
	padding-left: 0px;
	width: 535px;
}

#MainTop
{
	font-family: times new roman;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 8px;
	font-size: 16px;
	color: #180e5e;
	background-color: #FFFFFF;
	font-weight: bold;
	border-left: 1px solid #b8af9c;
	border-right: 1px solid #b8af9c;
	width: 510px;
	clear: both;
}

#MainTopLeft
{
	float: left;
	padding-right: 10px;
}

#MainTopRight
{
	/*float: left;*/
}

#MainTopBottom
{
	clear: both;
	background: url(../images/maintop_bottom.gif);
	padding-left: 5px;
	height: 17px;
}

#MainContent
{
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
}

#Footer
{
	clear: both;
	/*text-align: center;*/
}

#BottomMenu
{
	padding: 0;
	background-color: #b8af9c;
	font-size: 10px;
	/*vertical-align: middle;
	text-align: center;*/
}

.BottomCopy
{
    display:block;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	background: #FFFDEE url(../images/bars-full.gif) repeat-y top left;	
	text-align:center;
}

.PrimaryBottomCopy
{
    display: block;
	font-size: 9px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 36px;
	padding-right: 36px;
	height: 74px;
	background: #FFFDEE url(../images/primary_footer.jpg) no-repeat top left;	
	text-align:center;
}

.BottomCopy a:Link,.BottomCopy a:Visited, .PrimaryBottomCopy a:Link, .PrimaryBottomCopy a:Visited
{
	color: #595341;
	text-decoration: none;
}

.BottomCopy a:Hover, .PrimaryBottomCopy a:Hover
{
	color: #595341;
	text-decoration: underline;
}


/************************************** 
    Menus
**************************************/

#LeftNavContainer 
{
	clear:both;
	float:left;
	background-color: tranparent;
	width:180px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 15px;
}

#LeftNavBottom
{
	background: url(../images/menu_bottom.gif) no-repeat;
	height: 17px;
	width: 180px;
	padding: 0px;
}

#SecondaryLeftCallout
{
	background: #FFEEDC;
}

#LeftNavContainer li
{
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#LeftNavContainer ul 
{
	z-index:5;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 176px; /* Width of Menu Items */
	border-left: 1px solid #b8af9c;
	border-right: 1px solid #b8af9c;
	background-color: #FFFFFF;
	list-style-type: none;
	list-style-image: none;
}

#LeftNavContainer ul li 
{
	position: relative;
	margin: 0;
	padding: 0;
}

#LeftNavContainer li ul 
{
	position: relative;
	left: 10px; 
	top: 0;
	display: none;
	border: none;
	background-color: transparent;
	padding: 0;
}

#LeftNavContainer .openMenu
{
	display: block;
}

/* Styles for Menu Items */

#LeftNavContainer ul li a 
{
	display: block;
	color: #000066;
	background-color:; /* IE6 Bug */
	padding: 5px; 
	padding-left: 10px;
	width:170px;
	font-weight:bold;
	text-decoration: none;
}

/* IE7

*:first-child+html #LeftNavContainer ul li a
{
	margin-left: -16px;
}*/


/* Fix IE. Hide from IE Mac \*/

* html #LeftNavContainer ul li 
{
	float: left; height: 1%; 
}

* html #LeftNavContainer ul li a 
{
	height: 1%;
}

/* End */

/* Hover Styles */
#LeftNavContainer ul li a:hover 
{ 
	/*text-decoration: underline;*/
} 

#LeftNavContainer ul li .topLevel_Last a
{
	padding-bottom: 0px;
}

/* Sub Menu Styles */
#LeftNavContainer li ul 
{ 

}		

/* Sub Menu Item Styles */
#LeftNavContainer li ul li a 
{ 
	padding: 2px 8px 2px 5px; 
	border:none;
	color: #000066;
	font-style:italic;
	font-size: 9pt;
} 

/* Sub Menu Item Hover Styles */
#LeftNavContainer li ul li a:hover 
{ 
	padding: 2px 8px 2px 5px; 
	border:none;
	color:#000066;
	font-style:italic;	
	font-size: 9pt;
} 

#LeftNavContainer li:hover ul, #LeftNavContainer li.over ul 
{
	display: block;  /* The magic */
} 

/**********************************************************************/
#BottomNav
{
    width: 550px;
}

ul#BottomNav
{
	margin: 0 auto;
	padding: 10px 0 10px 0;
    list-style-image: none;
    list-style-type: none;
}

#BottomNav li
{
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	list-style-image: none;
	list-style-type: none;
}

#BottomNav a:Link, #BottomNav a:Visited
{
	text-decoration: none;
	display: inline;
	font-size: 8pt;
	color: #595341;
}

#BottomNav a:Hover
{
	text-decoration: underline;
	font-size: 8pt;
	color: #595341;
}
