	
/* body elements */

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	background-color:#ffffff;
	}
	
a         { color:#333333; text-decoration:underline; }  
a:hover { color:#999999; text-decoration: underline; }
a:active  { color: #333333; }
a:visited { color: #666666; }  

ul.indented {
	list-style-image: url(images/bullet1.gif);
	margin-left: 20px; margin-right: 0px;
	margin-top: 0px; margin-bottom: 0px;
}

ol.indented {
	margin-left: 20px; margin-right: 0px;
	margin-top: 0px; margin-bottom: 0px;
}


p {
	font-size: 12pt;
	margin-left: 15px;
	margin-right: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

h1 {
	font-size: 18pt;
	color: #1c1c1f;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	color:#333333;
	font-weight: normal;
}

h3 {
	font-size: 13pt;
	color: #333333;
	font-weight: normal;
}


h4 {
	font-size: 11pt;
	color: #000066;
	font-weight: bold;
	padding-left: 12pt;
}

h5 {
	font-size: 8pt;
	color: #000066;
	font-weight: bold;
}

h6 {
	font-size: 8pt;
	color: #000066;
	font-weight: normal;
}	
	
	
	/* Site Architecture */
	
	#frame {
		width:95%;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:10px;
		text-align:left;
		}
		
	/* controls bg color for left-hand nav */
	#contentleft {
	padding:5px;
	float:left;
	text-align: left;
	margin-left: 0px;/* controls width of panel */
	margin-right: 0px;
	line-height:1.1;
	background-color: #1c1c1f;
		}
		
	
	#contentcenter {
		padding:0px;
		margin-left:225px;
		background:#ffffff;
		}
		
	#contentcenter #menu {
		float:right;
		width:230px; 
		background:#ffffff;
		margin:0px 0px 10px 10px;
		}	
	
	#contentright {
		width:170px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff;
		}
		
	/* header graphic */
	#banner {
	position: relative;
	z-index: 1;
	top: 1px;
	width: 100%;
	height:115px;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat;
		}	
		
	#contact_info {
	position: relative;
	z-index: 1;
	top: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 0.95em;
	color: #FFFFFF;
	text-indent: 22px;
	font-weight: bold;
	background: #1c1c1f;
		}		
	
	#wordmarks  {
		position: relative;
		z-index: 1; 
		top: 1px; 
		width: 100%; 
		height: 25px;
		background-color: #FFFFFF;
		margin-bottom:0px;
		border-bottom: 1px solid black;
		}
		
	#footer_box {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			border-top: 1px solid gray; 
			background-color: #FFFFFF;
		}
		
		
	#footer {
		font-size: 7pt; 
		}
		
	#footer a {
		font-weight:100;
		}		
		

	#footer p {
		font-size: 7pt;
		
		} 
	
		
		
	

/* left-hand menu styles */
	
	div.menu {
	text-align: left;
	margin-left: 0px;/* controls width of panel */
	margin-right: 0px;
	line-height:1.1;
	font-size:1em;
	}
	
	.menu ul{
	list-style: none;
	padding: 0px;
	margin: 12px 6px 0px 6px;
	text-align: left;
	background-color: #1c1c1f;
	border-right: 1px solid #1c1c1f;
	border-left: 1px solid #1c1c1f;
	line-height:1.75;
	font-size:1.1em;
	}

	.menu li.first {
	list-style: none;
	padding-top: 6px;
	padding-bottom:4px;
	padding-right:6px;
	padding-left:6px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #333333;
	display: block;
	/* width: 176px; */
	border-top: 1px solid #3f1f16;
	line-height:1.1em;
	font-size:1em;
	} 

  .menu li{
	list-style: none;
	display: block;
	padding: 0px 0px 1px 0px;
	line-height: 1.1em;
	font-size: 1.3em;
	font-weight: bold;
	} 

	.menu li a {
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 6px 4px;
	margin: 0px;
	border-bottom: 1px solid #3f1f16;
	}

	/* this is the "light-up" on the left-hand nav when you hover over a menu item */
	.menu li a:hover {
	list-style: none;
	color: #F27B22;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding: 2px 6px 4px;
	margin: 0px;
	}

 .menu li.arrive {
	list-style: none;
	display: block;
	font-weight:bold;
	color: #999999;
	text-decoration: none; 
	background-color: #000099;
	display: block;
	/* line-height:1.1; */
	font-size:1em; 
	/* padding: 0px;  */
	/* margin: 0px; */
	}
	



	
