/*	RESET: Standard overrides for common elements
	-------------------------------------------------- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	
/*	CLEARFIX: Clear any float issues
	-------------------------------------------------- */
	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {
		display:inline-block;
	}
	/* Hides from IE-mac \*/
	* html .clearfix {
		height:1%;
	}
	.clearfix {
		display:block;
	}


/*	BASE: Default font & colour styles
	-------------------------------------------------- */	
	body {
		font: normal normal normal 75% Arial, Helvetica, sans-serif;  /* 12px */
		background: url(../images/layout/body_bg.jpg) left top repeat-x #EFECEA;
		text-align: center;
		color: #4C4C4C;
 		text-shadow: 0 0 0 #4C4C4C;		
	}		


/*	GRID: Grid System Layout
	-------------------------------------------------- */
	.col-610	{position: relative; float: left; width: 610px;}  /* Column width specified by number */
	.col-415	{position: relative; float: left; width: 415px;}  /* Column width specified by number */
	.col-220	{position: relative; float: left; width: 220px;}  /* Column width specified by number */
	.col-205	{position: relative; float: left; width: 205px;}  /* Column width specified by number */
	
	/* Right margins for column alignment */
	.m-20	{margin-right: 20px;}
	.m-10	{margin-right: 10px;}
	
	/* general spaced */
	.solo {padding: 20px 0;}
	
	
/*	TYPOGRAPHY: Headings, paragraphs & links
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 {
		font-family: Garamond, Times, Serif;
		color: #396533;
		font-weight: normal;
	}
	
	h1 {
 		font-size: 3em;
	}
	h2 {
 		font-size: 2em;
	}
	h3 {
		font-size: 1.7em;
		font-weight: normal;
	}
	  h3 a {
		color: #396533;
		text-decoration: underline;
	  }
	h4 {
		padding: 0; 
 		font-size: 1.17em;
		font-weight: bold;
	} 
	h5 {
		padding: 0; 
 		font-size: 1.17em;
		font-weight: normal;
	}  
	h6 {
		padding: 10px 0; 
 		font-size: 1em;
		font-weight:n ormal;
	}  
	
	p {
		font-size: 1em; 
		line-height: 1.2em;
		margin: 5 0 10px;
	}
	
	a {
		text-decoration: none;
		color: #4C4C4C;
	}
	a:hover	{
		color: #396533;
	}

	
	
/*	LISTS: General content copy lists
	-------------------------------------------------- */
	ul, ol {
		margin: 0 0 0 35px;
		padding: 0 0 12px 0;
		list-style:none;
	}
	


/*	BUTTONS: reusable button styles for forms, etc
	-------------------------------------------------- */	
	.btn{
		background: url(../images/layout/btn_bg.gif) no-repeat right top;
		border-left: 1px solid #CED6CB;
		padding: 0 30px 0 7px;
		height: 27px;
		line-height: 25px;
		display: inline-block;
		color: #FFFFFF;
	}
	a.btn,
	a.btn:hover{
		color: #FFFFFF;
	}
	a.map
	{
	display: block;
	padding: 10px 0 10px 10px;
	float: right;
	}

	
	
/*	ACCESSIBILITY LINKS: Skip links
	-------------------------------------------------- */
	ul.accessibility {
		position: absolute;
		top: 0;
		left: 0;
		width: 300px;
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 1000;
	}
	ul.accessibility li a {
		position: absolute;
		top: -1000px;
		left: -1000px;
		background-color: #333;
		border: 1px solid #666;
		font-size: 1.166em;
		font-weight: bold;
		color: white;
	}
	ul.accessibility li a:focus {
		position: absolute;
		top: 10px;
		left: 20px;
	}

	
/*	HEADER: header navigation bar
	-------------------------------------------------- */
	
	#header{
		position: relative;
		height:95px;
		margin: 0 auto;
		width: 880px;
	}
		#header #logo{
			position: absolute;
			top: 0; 
			left: 318px;
			display: block;
		}
		
		#header #navigation{
			font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
			font-size: 1.1em;
			text-transform: uppercase;
			letter-spacing: 0.05em;
			margin: 0;
			padding: 0;
		}
			#navigation li{
				float:left;
				display: block;
				margin: 0 37px 0 15px;
			}
			#navigation li.first
			{
				
			}
			#navigation li.middle{
				margin-right: 290px;
			}
			#navigation li.rhs{
				margin-right: 23px;
			}
			#navigation li.last_child
			{
				margin-right: 0;
			}
			#navigation li:last-child
			{
				margin-right: 0;
			}
				#navigation li a{
					color: #FFFFFF;
					display: block;
					height: 50px;
					line-height: 50px;
					padding: 0 2px;
					border-bottom:5px solid #437344;
				}
				#navigation li a:hover,
				#navigation li.selected a{
					border-bottom:5px solid #AFBDA9;
				}

	
/*	BANNER: top banner area
	-------------------------------------------------- */
	#banner{
		margin: 0 auto;
		text-align: left;
		width: 860px;
		height: 195px;
		border: 10px solid #FFFFFF;
		background: #96A887 left top;
		color: #FFFFFF;
	}
		#banner h1{
			padding: 75px 0 0 25px;
			width: 325px;
			color: #FFFFFF;
		}
		#banner p{
			font-family: Georgia, Garamond, Times, Serif;
			font-size: 1.6em;
			width: 375px;
			padding: 7px 0 0 25px;
		}
		
		
/*	CONTENT: main content area
	-------------------------------------------------- */
	#content{
		margin: 10px auto 0;
		text-align: left;
		width: 860px;
		border: 10px solid #FFFFFF;
		background: #FFFFFF;
	}
	#content_inner{
		padding: 9px 8px;
		border: 2px solid #E0E5DD;
	}
		#content h2{
			background: url(../images/layout/heading_bg.jpg) left bottom repeat-x;
			border-top: 2px solid #D4DCD2;
			padding: 12px 15px 11px;
			margin: 0 0 9px;
			color: #396533;
		}
		
		#content .text_block{
			border-top: 2px solid #D4DCD2;
			background: #F5F3F2;
			padding: 1px 15px;
			margin: 9px 0 0;
			display: block;
		}
			.text_block h3{
				margin:15px 0 10px;
			}
			.text_block p{
				margin:15px 0 10px;
			}
			.text_block ul{
				margin:16px 0;
				padding: 0;
			}
				.text_block ul li{
					margin: 3px 0;
				}
				.text_block ul li a, h3 a{
					text-decoration: underline;
				}


/*	FOOTER: 
	-------------------------------------------------- */
	#footer{
		margin: 15px auto 25px;
		width: 844px;
		height: 87px;
		padding: 0 33px 0 3px;
		text-align: left;
		background: url(../images/layout/footer_bg.gif) left top no-repeat;
		color: #666666;
		font-size: 0.9em;
		position: relative;
	}
		#footer .left{
			float: left;
			position: absolute;
			left: 3px;
			padding: 49px 0 0;
		}
		#footer .right{
			float: right;
			padding: 49px 0 0;
		}
			#footer .right a{
				color: #666666;
				text-decoration: none;
			}
			#footer .right a:hover{
				text-decoration: underline;
			}