/* ------------------------------------------------------------------------------------------
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-color:#80b8e3;
	background-image:url(../images/theme/body.jpg);
	background-repeat:repeat-x;
	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;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration:none;
	outline:none;
	font-weight:bold;
}
a:hover, a:active {
	text-decoration:none;
	font-weight:normal;
}
#wrapper {
	width:820px;
	margin:0 auto;
}
#header {
	color:#FFFFFF;
	padding-bottom:35px;
	background:url(../images/theme/header.jpg) left bottom no-repeat;
}
#header p {
	float:right;
	font-size:2em;
	padding-top:15px;
}
#header h1 {
	font-size:2em;
	padding-top:15px;
}
#header h2 {
	font-size:1.5em;
}
#header h1 a:link, #header h1 a:visited {
	color:#fff;
}
#header h1 a:hover, #header h1 a:active {
	color:#ccc;
	font-weight:bold;
}
#masthead {
	height:366px;
	background-color:#80b8e3;
	background-repeat:no-repeat;
}

#masthead.static {
	position:relative;
}

	#masthead.static p {
		color:#fff;
		font-size:1.8em;
		position:absolute;
		text-align:center;
		top:190px;
		left:345px;
		width:252px;
	}

#masthead p, #masthead ins {
	width:210px;
	padding:20px 2px 20px 10px;
	color:#FFFFFF;
}
#masthead a:link, #masthead a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	outline:none;
}
#masthead a:hover, #masthead a:active {
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
}
#navigation-container-lower {
	text-align:center;
	font-weight:bold;
}
#main-navigation {
	padding:10px 15px 10px 15px;
	font-size:1.2em;
	line-height:1.225em;
}
#main-navigation li {
	display:inline;
	padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
}
#main-navigation li.first {
	border:none;
}
#main-navigation a:link, #main-navigation a:visited {
	text-decoration:underline;
	font-weight:bold;
}
#main-navigation a:hover, #main-navigation a:active {
	text-decoration:none;
	font-weight:bold;
}
#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;
}
#left {
	width:175px;
	float:left;
	margin:0px 0px 10px 30px;
	padding-top:30px;
	font-size:1.1em;
	line-height:1.2em;
}
#left a:link, #left a:visited {
	text-decoration:underline;
	font-weight:bold;
}
#left a:hover, #left a:active {
	text-decoration:none;
	font-weight:bold;
}
#center {
	width:535px;
	margin:0px;
	float:right;
	padding:30px 30px 0px 0px;
	font-size:1.2em;
	line-height:1.215em;
}
#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;
}
#center a:link, #center a:visited {
	text-decoration:underline;
	font-weight:bold;
}
#center a:hover, #center a:active {
	text-decoration:none;
	font-weight:bold;
}

#quick-contact {
	width:166px;
}
#quick-contact input, #quick-contact textarea {
	border-style:solid;
	border-width:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.1em;
	margin-bottom:.25em;
	padding:.3em;
	width:90%;
	vertical-align: middle;
}
#quick-contact input.button {
	width: auto;
}
#footer {
	text-align:center;
	color:#000;
	padding-top:226px;
}
#footer-navigation {
	padding-top:40px;
}
#footer-navigation li {
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
}
#footer-navigation li.first {
	border:none;
}
#footer p.copyright {
	margin-top:10px;
}
#footer a:link, #footer a:visited {
	color:#000;
}
#footer a:hover, #footer a:active {
	color:#000;
}
/* setting line height for every element we set a font size on */
#header p, #header h1, #header h2, #main h1, #main h2, #main h3, #masthead.static p {
	line-height:1.125em;
}
/* unused elements */
#navigation-container-upper, #right {
	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;
}
