/* ------------------------------------------------------------------------------------------
Based on:
YUI Base CSS - http://developer.yahoo.com/yui/base/
YUI Fonts CSS - http://developer.yahoo.com/yui/fonts/
Richard Rutter's: How to Size Text in CSS - http://www.alistapart.com/articles/howtosizetextincss
------------------------------------------------------------------------------------------ */


body {
	background: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; /* assuming base font size of 16px. 16 * .75 = 12 */
	line-height:1.15em;
	color: #0d3e00;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	font-size:108%;
	line-height:99%;
}
a:link,
a:visited {
	color:#000;
}

a:hover,
a:active {
	color:#0d3e00;
}
a:link,
a:visited {
	text-decoration:underline;
	outline:none;
}

a:hover,
a:active {
	text-decoration:none;
	outline:none;
}

#wrapper {
	width: 800px;
	background-color: #fff;
}

#header {
	height: 52px;
	padding: 18px 28px 0px 22px;
	width: 750px;
}

	#header p {
		float:right;
		font-size:1.3em;
		padding-top: 22px;
		font-weight: bold;
	}

	#header h1 {
		font-size:2em;
	}

	#header h2 {
		font-size:1.5em;
	}

#masthead {
	background: url(../images/theme/masthead.jpg);
	height: 327px;
	margin: 8px 8px 4px 8px;
	width: 784px;
}

#masthead.static p {
	padding: 181px 70px 0px 390px;
	font-size: 1.6em;
	color: #fff;
	font-weight:bold;
	line-height: 19px;
}

#navigation-container-lower {
	margin: 0px 8px 0px 8px;
	width: 784px;
}
	#main-navigation a:link,
	#main-navigation a:visited {
		color:#fff;
		text-decoration: none;
	}

	#main-navigation a:hover,
	#main-navigation a:active {
		color:#fff;
		text-decoration: underline;
	}
	#main-navigation {
		text-align:center;
		color: #fff;
		font-size: 1.1em;
		font-family: Georgia, Times, serif;
		padding: 10px 12px 10px 12px;
		width: 760px;
	}

	#main-navigation li {
		display:inline;
		padding: 0px 10px 0px 12px;
		line-height: 22px;
	}
	
#main {
	width: 784px;
	padding: 32px 8px 0px 8px;
	margin: 0px;
}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
		font-family: Georgia, serif;
		
	}

	#main h1 {
		font-size:1.6em;
		color: #d09d49;
	}
	
	#center h2 {
		font-size:1.4em;
		color: #845b14;
		font-weight: normal;
	}
	#left h2 {
		font-size:1.6em;
		color: #d09d49;
	}
	#main h3 {
		font-size:1.3em;
		color: #845b14;
	}
	#left h3 {
		font-size:1em;
		color: #0d3e00;
		font-weight: normal;
		margin-top: 20px;
		margin-bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}
#content {
	width: 784px;
	float: left;
	margin: 0px;
	padding-bottom: 175px;
}

#left {
	float: left;
	display: inline;
	width: 230px;
	margin: 0px 17px 0px 17px;
}
	
	#sidebar-navigation {margin: 10px 0px 10px 0px;}
		#sidebar-navigation li {
			line-height: 18px;
		}
	
	
	#center abbr,
	#center acronym {
		border-bottom-style:dotted;
		border-bottom-width:1px;
		cursor:help;
	}

	#center blockquote,
	#center ul,
	#center ol,
	#center dl {
		margin:1em;
	}

	#center ol,
	#center ul,
	#center dl {
		margin-left:2em;
	}

	#center ol li, #center ul li ol li {
		list-style: decimal outside;
	}

	#center ul li {
		list-style: square outside;
		line-height: 16px;
	}

	#center dl dt {
		font-weight:bold;
	}

	#center dl dd {
		margin-left:1em;
	}

	#center th,
	#center td {
		border-style:solid;
		border-width:1px;
		padding:.5em;
	}

	#center th {
		font-weight:bold;
		text-align:center;
	}

	#center caption {
		margin-bottom:.5em;
		text-align:center;
	}

	#center h1,
	#center h2,
	#center h3,
	#center h4,
	#center h5,
	#center h6,
	#center p,
	#center fieldset,
	#center table {
		margin-bottom:1em;
	}

#center {
	width: 480px;
	margin: 0px 36px 0px 0px;
	display: inline;
	float: right;
}

#quick-contact {
	margin: 20px 0px 10px 0px;
	width:100px;
}

	#quick-contact input,
	#quick-contact textarea {
		border-style:solid;
		border-width:1px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:.95em;
		line-height:1.1em;
		margin-bottom:.25em;
		padding:.2em;
		width:90%;
		vertical-align: middle;
		background-color: #fff !important;
		border: 1px solid #bbbbbb;
		width: 185px;
		height: 15px;
	}
	#quick-contact textarea {height: 66px;}
	#quick-contact input.button {
		width: auto;
		height: 20px;
	}
	
#footer {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 1em;
}

	#footer-navigation {
	 font-family: Georgia, Times, serif;
	 margin-bottom: 10px;
	}

	#footer-navigation li {
		display:inline;
		padding: 0px 10px 0px 12px;
		border-left: none;
	}
	

	#footer p.copyright {
	 font-family: Georgia, Times, serif;
	}

/* setting line height for every element we set a font size on */
#header p,
#header h1,
#header h2,
#main h1,
#main h2,
#main h3 {
	line-height:1.125em;
}

/* unused elements */
#right,
#navigation-container-upper {
	display:none;
}

/* optional containers */
#optional-header-container-1,
#optional-header-container-2,
#optional-left-container-1,
#optional-left-container-2,
#optional-center-container-1,
#optional-center-container-2,
#optional-right-container-1,
#optional-right-container-2,
#optional-footer-container-1,
#optional-footer-container-2,
#optional-body-container-1,
#optional-body-container-2 {
	display:none;
}