/* CSS Document */

/* global */

body {
	font-family: "Times New Roman", Georgia, Times, serif;
	background-color: #ffffff;
	margin: 0px;
}
a {
	color: #ffffff;
	text-decoration: none;
	text-decoration: underline;
}
		a:hover {
			color: #48290F;
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
	font-weight: normal;
}

/*-- nav-bar --*/

#mainNav {
	margin: 0px;
	width: 755px;
	text-align: center;
}
		#mainNav ul{
			margin: 0px;
			padding: 0px;
			float: left;
			width: 755px;
			list-style-type: none;
			background-color: #5C8EAB;
			border-top-width: 2px;
			border-top-style: solid;
			border-top-color: #ffffff;
			border-bottom-width: 2px;
			border-bottom-style: solid;
			border-bottom-color: #FFFFFF;
		}
		#mainNav li{
			float: left;
			vertical-align: middle;
		}
		#mainNav a{
			line-height: 2em;
			color: #ffffff;
			text-decoration: none;
			float: left;
			display: block;
			padding-top: 4px;
			padding-right: 0.7em;
			padding-bottom: 4px;
			padding-left: 0.7em;
			background-image: url(images/navDivider.gif);
			background-repeat: no-repeat;
			background-position: left center;
			font-weight: normal;
			font-size: 16px;
			margin: 0px;
			font-variant: small-caps;
		}
		#mainNav ul .first a{
			background: none;
			padding-left: 30px;
		}
		#mainNav ul .first a:hover{
			background-color: #789455;
			text-decoration: none;
			color: #48290F;
		}
		#mainNav a:hover {
			text-decoration: none;
			color: #48290F;
			background-color: #789455;
		}

/* main layout boxes */

#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#header {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #48290F;
}
#container {
	background-color: #789455;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
	color: #FFFFFF;
}
#content {
	padding: 0px;
	width: 755px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 1em;
}
		#mainContent {
			padding: 0px;
			float: left;
			width: 465px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 10px;
			margin-right: 10px;
		}
		#HomesecondaryContent {
			padding: 0px 10px 133px;
			float: left;
			width: 225px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			background-color: #D7D9DA;
			background-image: url(images/secondaryContent-bg.gif);
			background-repeat: repeat-x;
			background-position: center bottom;
		}
		#secondaryContent {
			padding: 0px 10px;
			float: left;
			width: 225px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}
		#column2 {
			padding: 0px;
			float: left;
			width: 340px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
		}
		#fullspread {
			padding: 0px;
			width: 714px;
			margin-top: 10px;
			margin-bottom: 0px;
			margin-left: 30px;
			margin-right: 10px;
			text-align: left;
			clear: both;
		}
				#fullspread p {
					margin-right: 150px;
					line-height: 1.3em;
		}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 755px;
}
		#footer a {
			color: #999999;
			text-decoration: none;
		}
		#footer a:hover {
			color: #000066;
			text-decoration: none;
		}

/* staff-headshots */

#staff {
	float: left;
	list-style-type: none;
}
		#staff li {
			float: left;
			display: block;
			text-align: center;
			margin: 3px;
			padding: 5px;
			font-size: .8em;
			width: 200px;
		}
		#staff li .name {
			color: #BB0011;
			font-size: 1.2em;
			font-weight: bold;
		}
		#staff li img {
			margin: 3px;
			border: 2px solid #B8CEE1;
		}
		
/* drop down menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #BDBFC1;
	border-bottom-width: 0;
	z-index:100;
}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #BDBFC1;
			padding: 1px 0;
			text-decoration: none;
			line-height:2em;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-color: #E5E6E6;
			background-image: none;
		}
/* shadow boxes */

.img-wrapper {
	background: url(images/shadow.gif) no-repeat bottom right;
	position:relative;
	float: left;
	margin: 5px;
}
		.img-wrapper img {
			background-color: #FFFFFF;
			padding: 4px;
			display:block;
			border: 1px solid #CCCCCC;
			margin: -5px 5px 5px -5px;
			position:relative;
		} 
	
/* classes */

.break {
	clear: both;
	height: 1px;
}
.graphic-border {
	clear: both;
	border: 2px solid #BDBFC1;
	margin: 2px;
	padding: 0px;
}
.fine-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
}
.small-caps {
	font-variant: small-caps;
}
.insert {
	width: 250px;
	margin: 10px 5px;
	padding: 0px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.subhead {
	font-size: .7em;
}
.menu-item {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
}
.menu-description {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: .9em;
}
.feature {
	font-size: 1.2em;
	padding: 10px;
	border: 1px solid #FFFFFF;
	clear: both;
	background-color: #99b378;
	margin: 10px;
}