@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background: #2f5305 url(../images/bg_page.gif) center top no-repeat;
	}
	
.alternating {
	/*background: #e0efb3;*/
	background: #fdf3cd;
	}
	
#branding {
	width: 950px;
	height: 165px;
	margin: 0px;
	}
	
#branding2 {
	background: #FFF url(../images/bg_branding2.gif) no-repeat;
	float: left;
	width: 646px;
	height: 165px;
	}
	
.contact-indent {
	margin-left: 20px;
	}
	
#content {
	margin: 0px 32px 0px 32px;
	clear: both;
	}
	
	#content h1 {
		font: 2.5em/110% Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		color: red;
		margin: 0px 0px 7px 0px;
		padding-bottom: 7px;
		border-bottom: 1px solid #ddd;
		}
		
	#content h2 {
		font: 1.8em/160% Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		line-height: 110%;
		margin: 0px 0px 6px 0px;
		color: #5181b0;
		}
		
	#content h3 {
		font: 1.4em/100% Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #2f5305;
		margin: 0px 0px 6px 0px;
		}
		
	#content h4 {
		font: 1.2em/160% Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #333;
		margin: 0px 0px 0px 0px;
		}
		
	#content h5 {
		font: 1.8em/160% Georgia, "Times New Roman", Times, serif;
		color: #FFF;
		margin: 0px 10px 0px 10px;
		}
	
	#content h6 {
		font: 1em/140% Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		color: #2f5305;
		text-align: center;
		margin: 0;
		}
		
	#content p {
		font: 1.1em/160% Georgia, "Times New Roman", Times, serif;
		color: #333;
		margin-top: 0;
		}
		
	#content table {
		font: 1.1em/160% Georgia, "Times New Roman", Times, serif;
		color: #333;
		margin-top: 12px;
		margin-bottom: 12px;
		}
		
	#content ul, #content ol {
		font: 1.1em/160% Georgia, "Times New Roman", Times, serif;
		color: #333;
		margin-top: 0px;
		}
		
	#content blockquote {
		margin-top: 0px;
		}
		
	#content hr {
		margin-bottom: 10px;
		color: #ddd;
		background-color: #ddd;
		height: 1px;
		border: none;
		clear: both;
		}
		
	#content sup {
		font-size: 70%;
		}
		
	#content a {
		color: #3380ca;
		text-decoration: none;
		}
		
	#content a:hover {
		text-decoration: underline;
		}
		
	#content sup {
		font-size: 40%;
		baseline-shift: 2px;
		}
		
#contentContainer {
	width: 950px;
	background: #FFF;
	clear: both;
	padding-top: 15px;
	}
	
#footer {
	width: 950px;
	clear: both;
	padding-top: 15px;
	font: 1em/160% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	}
	
#globalContainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	}
	
#globalNav {
	height: 32px;
	width: 646px;
	margin: 0px;
	float: right;
	z-index: 4;
	}
	
	#globalNav ul {
		float: right;
		margin: 10px 10px 0px 0px;
		padding: 0px;
		list-style: none;
		z-index: 4;
		}
		
	#globalNav li {
		display: block;
		position: relative;
		float: left; /* necessary to activate relative position of nested UL in Safari */
		}
	
	#globalNav a {
		font: 1em Georgia, "Times New Roman", Times, serif;
		color: #FFF;
		float: left;
		display: block;
		text-decoration: none;
		padding: 3px 12px 3px 12px;
		background: none;
		}
		
	#globalNav a:hover {
		background: #FFF;
		color: #6d9f07;
		}
		
	#globalNav li ul {
		position: absolute;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		background: #fbef88;
		width: 200px;
		left: -2px;
		top: 22px;
		z-index: 4;
		height: auto;
		border-left: 2px solid #6d9f07;
		border-right: 2px solid #6d9f07;
		border-bottom: 2px solid #6d9f07;
		}

	#globalNav li ul li {
		width: 200px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		clear: left;
		z-index: 4;
		}
	
	#globalNav li li a {
		display: block;
		padding: 4px 0px 4px 0px;
		width: 200px;
		/*color: #6d9f07;*/
		color: #203702;
		border-left: none;
		z-index: 4;
		}
		
	#globalNav li:hover ul, #globalNav li.over ul {
		display: block;
		}
		
div .imageAlignRight {
	width: 300px;
	}
	
.imageAlignLeft {
	float: left;
	margin: 0px 15px 15px 0px;
	}
	
.imageAlignRight {
	float: right;
	margin: 0px 0px 15px 15px;
	}
	
#img-column {
	width: 300px;
	float: right;
	}
	
#navRowOne {
	z-index: 100;
	}
	
#navRowTwo {
	z-index: 10;
	}
	
.noMargin {
	margin: 0px;
	}
	
#quickLinks {
	width: 890px;
	background: url(../images/bg_quickNav.gif) repeat-y;
	margin: 16px 0px 10px 0px;
	}
	
	#quickLinks ul {
		float: left;
		width: 260px;
		margin: 7px 0px 7px 10px;
		list-style: none;
		padding: 0;
		}
	
	#quickLinks li {
		width: 255px;
		}
		
	#quickLinks a {
		color: #217e04;
		font-size: .9em;
		text-decoration: none;
		line-height: 120%;
		margin-bottom: 7px;
		display: block;
		}
		
	#quickLinks a:hover {
		text-decoration: underline;
		}
		
#shimDiv {
	width: 646px;
	height: 73px;
	clear: both;
	}		

.sidebar {
	float: left;
	width: 214px;
	background: #f5b344;
	}
	
	.sidebar p {
		color: #c24102;
		margin: 0px 10px 12px 10px;
		}

.subNav {
	display: none;
	position: absolute;
	left: 0;
	}
	
#topNav {
	height: 44px;
	width: 646px;
	float: left;
	z-index: 1;
	clear: both;
	}
	
	#topNav ul {
		float: left;
		margin: 0px 0px 0px 60px;
		padding: 0px;
		list-style: none;
		z-index: 1;
		}
		
	#topNav li {
		display: inline;
		position: relative;
		float: left; /* necessary to activate relative position of nested UL in Safari */
		margin-right: 7px;
		}
		
	#topNav li img {
		float: left;
		}
	
	#topNav a {
		font: 1.2em Georgia, "Times New Roman", Times, serif;
		color: #fdf2a6;
		float: left;
		display: inline;
		text-decoration: none;
		padding: 13px 12px 13px 12px;
		background: #c24102;
		}
		
	/*#topNav a:hover {
		background: red;
		color: #FFF;
		}*/
		
	#topNav li ul {
		position: absolute;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		/*background: #f3f8e5;*/
		background: #fbef88;
		width: 250px;
		left: 0px;
		top: 44px;
		z-index: 2;
		height: auto;
		border-top: 2px solid #6d9f07;
		border-left: 2px solid #6d9f07;
		border-right: 2px solid #6d9f07;
		border-bottom: 2px solid #6d9f07;
		}

	#topNav li ul li {
		width: 250px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		clear: left;
		}
	
	#topNav li li a {
		font: 1em Georgia, "Times New Roman", Times, serif;
		display: block;
		padding: 6px 4px 4px 4px;
		width: 242px;
		color: #203702;
		border-left: none;
		background: none;
		}
		
	#topNav li:hover ul, #topNav li.over ul, #navRowOne, #navRowTwo {
		display: block;
		}
		
	#topNav a:hover {
		background: #c24102;
		color: #fdf2a6;
		}