﻿
/** HTML Tags **/
body 
{
	margin: 0px;
	background-image: url(../images/Background-BluePattern.png);
	background-repeat: repeat;
	font-family: Arial;
	font-size: 90%;
	color: #383420;
}

img 
{
	border: 0px;
}

a 
{
	color: #034F70;
	font-weight: bold;
}

h1
{
	color: #003366;
	font-size: 150%;	
}

h2 
{
	color: #034F70;
	font-size: 115%;
	margin-bottom: 0;
}

p
{
	
}

/** Unique IDs **/

#wrap 
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;	
	background-color: white;
}

#pageBody  
{
	margin-left: 1px;
	margin-right: 1px;
}

#header  
{
	border-top: solid 4px #BCB99A;	
}

#header img
{
	border-top: 1px solid #D4D3CF;
	border-bottom: 1px solid #D4D3CF;
	border-left: none;
	border-right: none;
}

#content
{
	clear: both;
	padding: 10px;
}

#contentLeft 
{
	float: left;
}

#contentRight 
{
	float: right;
}

#contentClear
{
	clear: both
}

#footer
{
	background-color: #dcdacd;
	padding: 10px;
	text-align: center;
}

/** Navigation **/
#navigation  
{
	background-color: #DCDACD;	
	line-height: 34px;
	height: 44px;
	padding-left: 5px;
	padding-right: 10px;
}

#leftNav
{
	float: left;
}

#rightNav
{
	float: right;
}

#nav, #nav ul
{
	padding: 0;     
	margin: 0;     
	list-style: none; 
}

#nav ul
{
	line-height: 24px;
}

#nav a, #rightNav a
{
	width: 8em;
	display: block;     
	margin: 4px 0px 4px 0px;	
	text-align: center;
	color: #504a15;	
	border: solid 1px #DCDACD;
	font-weight: bold;
}

#rightNav a
{
	width: auto;
	padding: 0px 10px 0px 10px
}

#nav a:hover, #rightNav a:hover
{
	background-color: #f3f3ee;
	border: solid 1px #c1beb0;
}

#nav li     
{
	float: left;  
}

#nav li ul      
{
	
	position: absolute;     
	margin: -4px 0px 0px 0px;    
	left: -999em; 
	width: 12em;
} 

#nav li ul a
{
	margin: -1px 0px 0px 0px ;
	background-color: #ffffff;
	width: 12em;
	text-align: left;
	padding-left: 10px;	
}


#nav li ul li
{
	font-size: 80%;
	margin: 0px;
}

#nav li:hover ul, #nav li.sfhover ul 
{
	left: auto; 
}

/** Custom classes **/
.visitedNav
{
	color: #999999;
}

