/* CSS Document */

body { 
background-color: #999966;
} 

#container {
	width: 750px;
	\width: 770px;
	w\idth: 750px;
	border: 0px solid #999;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
}

#header {
	height: 99px;
	margin-bottom: 0;
}

#headerimage {
	background-image: url('images/header-bg.gif'); 
 	height: 15px;		
 }

#contentholder {
	margin-bottom: 0;
} 

#bodycontent {
	float: right;
	padding: 10px;
	margin: 0;
	height: 100%;	
	width: 75%;
	w\idth: 75%;
	\width: 75%;
	text-align: left;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
}

#leftnav {
	float: left;
	width: 150px;
	margin-right: -5px;
	padding-right: 10px;
	text-align: left; /* DK: Makes up for centering of desing for old IEs in Body */
}

#localnav {
	list-style-type: none;
	position: relative;
	width: 98%;
	\width: 98%;
	w\idth: 98%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border-left: 3px solid #CCCC99;
}

#localnav ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}

#localnav a {
	display: block;
	color: #660000;
	background-color: #999966;
	width: 100%;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	border-bottom: 0px solid rgb(153,153,153);
	font-family: verdana, arial, sans-serif;
	font-size: .6em;
	font-weight: bold;
	line-height: 20px;
}

#localnav a:hover {
	background-color: #660000;
	color: #CCCC99;
}

#localnav li {
	margin: 0;
}

#localnav li {
	display: inline;
}

#localnavredline {
	background-color: #660000;
	height: 5px;
	width: 150px;
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
	#margin-top: -10px;
}

#localnavaddress {
	color: rgb(43,95,151);
	font-family: verdana, arial, sans-serif;
	font-size: .6em;
	font-weight: bold;
}

#localnavaddress a {
	color: rgb(43,95,151);
}

#localnavaddress a:hover {
	text-decoration: none;
}

#rightpromo {float: right;
					padding: 5px 7px 5px 7px;
					width: 150px;
					border: 1px solid rgb(151,160,175);
					background-color: rgb(211,214,221);
					margin-left: 10px;
					margin-right: 10px;
}

body a:link{   
	color: rgb(36,74,159); 
	text-decoration: underline;
} 
	
body a:visited{   
	color: rgb(128,0,128); 
	text-decoration: underline;
} 
	
body a:hover{   
	color: rgb(36,74,159); 
	text-decoration: none;
} 
	
body a:active{   
	color: rgb(36,74,159); 
	text-decoration: underline;
} 

h1 {
	color: rgb(43,95,151);
	font-family: verdana, arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

#clearer {	
		clear: both;
		line-height: 0;
		height: 0;
}

#imageright {
			float: right;
			margin: 10px 10px 10px 5px;
}

#photo a:link {   
	color: rgb(255,255,255); 
	text-decoration: underline;
} 
	
#photo a:visited {   
	color: rgb(255,255,255); 
	text-decoration: underline;
} 
	
#photo a:hover {   
	color: rgb(255,255,255); 
	text-decoration: none;
} 
	
#photo a:active {   
	color: rgb(255,255,255); 
	text-decoration: underline;
} 

#footerimage {
		clear: both;
		background-image: url('images/footer-bg.gif'); 
		height: 5px;
}

#footer {
	clear: both;
	background-color: #660000;
	height: 20px;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 0;
	text-align: center;
	font: 0.7em/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}