/* ------------------------------------------------------------------------------------------
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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%; /* assuming base font size of 16px. 16 * .75 = 12 */
	line-height:1.125em;
}

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:820px;
	
}

#header {
height:90px;
	
}

	#header p {
		float:right;
		font-size:2em;
		padding-top:20px;
		font-weight:bold;
		
	}

	#header h1 {
		font-size:2em;
		padding-top:20px;
	}

	#header h2 {
		font-size:1.5em;
	}

#masthead {
background:url("../images/theme/masthead.jpg") no-repeat;
height:231px;
	
}



#masthead.static p {
		color:#fff;
		font-size:2.5em;
		padding:53px 380px 30px 75px;
		text-align:left;
		line-height:1.125em;
		}

#navigation-container-lower {
	text-align:center;
	background-color:#fff;
	
}

	#main-navigation {
	padding:15px 33px 15px 33px;
    line-height:1.5em;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold; 
	}

	#main-navigation li {
		display:inline;
		padding-left:10px;
		padding-right:10px;
		}
	
	#main-navigation li.first {
	
	}


#optional-header-container-1 {
	height:46px;
	}

#main {
background-color:#fffbef;
padding-bottom:40px;


}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
	}

	#main h1 {
		font-size:1.8em;
	}
	
	#main h2 {
		font-size:1.5em;
	}
	
	#main h3 {
		font-size:1.3em;
	}

#content {
	background-color:#FFFBEF;
}

#left {
	width:227px;
	float:left;	
}


	#left h2, #left h3, left p {
	margin:0 0 10px 23px
	}
	
#left form, #left p, #left h3 {
		margin-left:22px;
		margin-top:10px;
	}
	
#left form p {
			margin:0 0 0 0;
		}
		
		
#left ul { padding:10px 0 10px 5px; }


   #left ul li { 
			padding-left:15px; 
			}


#center {
	float:right;
	margin:0;
	width:533px;
	padding-left:25px;
	padding-right:30px;
	
}

#optional-center-container-1 {
	background:url("../images/theme/center.jpg") bottom center no-repeat;
	height:127px;
	margin:40px 0 40px 0;
}
	#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 ol li  {
		list-style: decimal outside;
	}

	#center ul li 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;
	}


#quick-contact {
	
}

	#quick-contact input,
	#quick-contact textarea {
		border:1px solid #d9d8bb;
		font-size:.97em;
		line-height:1.1em;
		margin-bottom:.25em;
		padding:.3em;
		width:90%;
		vertical-align: middle;
		background-color:#fff !important;
		color:#000000;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	
	#quick-contact input.button {
		width: auto;
	}
	
	#footer {
	text-align:center;
	}

	#footer-navigation {
	padding:20px 0 20px 0;
	font:12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

	#footer-navigation li {
		display:inline;
		border-left:1px solid #333333;
		padding:0 10px 0 10px;
	}
	
	#footer-navigation li.first {
	border:none;
	}	

	#footer p.copyright {
	padding-bottom:20px;
	}

#optional-footer-container-1 {
	height:30px;
}

#optional-body-container-1 {
	height:48px;
	}


/* setting line height for every element we set a font size on */
#header p,
#header h1,
#header h2 {
	line-height:1.125em;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
	}


#header a:link,
#header a:visited {
	color:#fff;
	text-decoration:none;
}

#header a:hover,
#header a:active {
	color:#fff;
	text-decoration:underline;
}


#main h1,
#main h2,
#main h3 {
	line-height:1.125em;
}

/* unused elements */
#right,
#navigation-container-upper {
	display:none;
}

/* optional containers */

#optional-header-container-2,
#optional-left-container-1,
#optional-left-container-2,
#optional-center-container-2,
#optional-right-container-1,
#optional-right-container-2,
#optional-footer-container-2,
#optional-body-container-2 {
	display:none;
}