/* ------------------------------------------------------------------------------------------
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
------------------------------------------------------------------------------------------ */

html {
	
}

body {
	background-repeat:repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75%; /* assuming base font size of 16px. 16 * .75 = 12 */
	line-height:1.5em;
}

pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	font-size:108%;
	line-height:99%;
}

a:link,
a:visited {
	text-decoration:underline;
	outline:none;
}

a:hover,
a:active {
	text-decoration:none;
	outline:none;
}

#wrapper {
	width: 802px;
	
}

#header {
	padding-top: 30px;
}
	#header h1 a:link, #header h1 a:visited { text-decoration: none;}
	#header h1 a:hover, #header h1 a:active { text-decoration: underline;}
	
	#header p {
		float:right;
		font-size:2em;
		margin-right: 40px;
	}

	#header h1 {
		font-size:2em;
		margin-left: 15px;
		font-weight: normal;
	}

	#header h2 {
		font-size:1.5em;
		margin-left: 15px;
		font-weight: normal;
	}

#masthead {
	height: 296px;
}

#masthead.static {
	height: 296px;
}
	#masthead.static p {padding: 230px 0 0 90px; color: #333333; font-size: 2.0em; font-weight: bold;}
#navigation-container-lower {
}

	#main-navigation {
		font-size: 14px;
		color: #372715;
		text-align:center;
		padding: 15px;
		line-height: 1.4em;
	}

	#main-navigation li {
		display:inline;
		padding: 0 10px 0 9px;
	}
	
	#main-navigation li.first {
		border: none;
	}


#main {
	padding-bottom: 120px;
	margin-top: 30px
}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
		font-family: Arial;
	}

	#main h1 {
		font-size:1.8em;
	}
	
	#main h2 {
		font-size:1.5em;
	}
	
	#main h3 {
		font-size:1.3em;
	}

#content {
}

#center {
	width: 500px;
	padding: 0 25px 0 25px;
	margin: 0px;
	float: left;
}
	
	#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 {
		list-style: decimal outside;
	}

	#center ul li {
		list-style: square outside;
	}

	#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;
	}

#right {
	width: 185px;
	padding: 0 35px 0px 32px;
	margin: 0px;
	float: right;
}

#right h2 {margin-bottom: 10px; font-size: 1.6em;}
#right h3 {font-weight: normal; font-size: 1.0em;}
#right h2, #right h3, #right p {line-height: 1.3em;}

#quick-contact {
	margin: 10px 0 10px 0;
}

	#quick-contact input,
	#quick-contact textarea {
		border-style:solid;
		border-width:1px;
		border-color: #6c6a64;
		font-family: "Trebuchet MS";
		font-size:.95em;
		line-height:1.0em;
		margin-bottom:.25em;
		padding:.3em;
		width:90%;
		vertical-align: middle;
		width: 183px;
		color: #414141;
		background-color: #f8f2e9 !important;
	}
	#quick-contact input {
		height: 14px;
	}
	#quick-contact textarea { height: 66px;}
	#quick-contact input.button {
		width: 57px;
		height: 18px;
		color: #000;
		padding: 0px;
	}
	
#footer {
	padding: 15px;
	text-align:center;
	width: 772px;
}

	#footer-navigation {
		margin-bottom: 10px;
		font-size: 1.1em;
	}

	#footer-navigation li {
		display:inline;
		padding: 0 10px 0 9px;
	}
	
	#footer-navigation li.first {
		border: none;
	}	
	
	#footer p.copyright {
		color: #fff;
	}

/* 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;
	font-weight: normal;
	font: Arial;
}

/* unused elements */
#left,
#navigation-container-upper {
	display:none;
	width: 0px;
}

/* 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;
}