/* ------------------------------------------------------------------------------------------
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:Georgia, "Times New Roman", Times, 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;
	color:#000000;
}

a:hover,
a:active {
	text-decoration:none;
	outline:none;
	color:#000000;
}


#wrapper {
width:846px;
}

#header {
height:94px;
	
}

p {
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
}

	#header p {
		float:right;
		font-size:2em;
		padding-top:20px;
		font-family:Georgia, "Times New Roman", Times, serif;
		}

	#header h1 {
		font-size:2.1em;
		padding-top:20px;
		font-weight:normal;
	}

	#header h2 {
		font-size:1.5em;
		font-weight:normal;
	}

#masthead {
height:315px;
}



#masthead.static p {
		color:#fff;
		font-size:2.5em;
		padding:160px 200px 30px 110px;
		text-align:left;
		line-height:1.125em;
		font-family:Georgia, "Times New Roman", Times, serif;
		}

#navigation-container-upper {
	text-align:center;
}

	#main-navigation {
	padding:15px 41px 15px 41px;
    line-height:1.5em;
	font-weight:bold; 
	}

	#main-navigation li {
		display:inline;
		padding-left:10px;
		padding-right:30px;
		}
	
	#main-navigation li.first {
	
	}

	#main-navigation a:link,
	#main-navigation a:visited {
		text-decoration:none;
	}

	#main-navigation a:hover,
	#main-navigation a:active {
		text-decoration:underline;
	}

	
	#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.4em;
	}


#center {
	width:470px;
	float:left;
	margin:0;
	padding: 0 20px 0 74px;
}

#center h1, #main #right h2 {
padding: 18px 0 0 0;
margin-top: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;
		border-color:#CFBEBE;
	}

	#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 {
	float:right;
	margin:0;
	width:287px;
	padding:0;
	margin-bottom:100px;
}

	#right h2, #right h3, #right p {
	margin:0 0 10px 23px
	}
	
#right form {
width:204px;
padding-top:15px;
}

	
#right form, #right p, #right h3 {
		margin-left:22px;
		margin-top:10px;
	}
	
#right form p {
			margin:0 0 0 0;
		}
		

		
#quick-contact {
}

	#quick-contact input,
	#quick-contact textarea {
		border:1px solid #CFBEBE;
		font-size:.97em;
		line-height:1.1em;
		margin-bottom:.75em;
		margin-top:.25em;
		padding:.3em;
		width:90%;
		vertical-align: middle;
		background-color:#fff !important;
		color:#000000;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	
	#contact_message {height:150px;}
	
	#quick-contact input.button {
		width: auto;
	}
	
	#footer {
	text-align:center;
	font:12px/16px Arial, Helvetica, sans-serif;
	}

	#footer-navigation {
	}
	
	#footer a:link,
	#footer a:visited {
		color:#000;
		text-decoration:none;
	}

	#footer a:hover,
	#footer a:active {
		color:#000;
		text-decoration:underline;
	}
	
	#footer-navigation li {
		display:inline;
		border-left:1px solid #000;
		padding:0 10px 0 10px;
	}
	
	#footer-navigation li.first {
	border:none;
	}	

	#footer p.copyright {
	padding-bottom:20px;
	padding-top:15px;
	}

#optional-footer-container-1 {
	height:26px;
	}


/* 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:60px;
	padding-right:60px;
	}


#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;
	font-weight:normal;
}

#optional-center-container-1 {
height:100px;
}

/* unused elements */
#left,
#navigation-container-lower {
	display:none;
}

/* optional containers */
#optional-header-container-1,
#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-1,
#optional-body-container-2 {
	display:none;
}