/* ------------------------------------------------------------------------------------------
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: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;
}

a:hover,
a:active {
	text-decoration:none;
	outline:none;
	color:#333333;
}

#wrapper {
	width:850px;
	margin:0 auto;
}

#header {
	margin-top:20px;
	color:#FFFFFF;
}
	#header p {
		float:right;
		font-size:2em;
		padding-top:10px;
	}

	#header h1 {
		font-size:2em;
		padding-top:10px;
	}

	#header h2 {
		font-size:1.5em;
	}
#header a:link, #header a:visited {
	color:#fff;
}

#header a:hover, #header a:active {
	color:#ccc;
}

#masthead {
	height:275px;
	margin-top:25px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	position:relative;
}
#masthead.static p {
	color: #fff;
	width: 340px;
	padding: 20px 0 0 0;
	font-size: 1.8em;
	line-height: 1em;
	height: 140px;
	left: 30px;
	top: 70px;
	position: absolute;
	display: block;
	text-align: center;
	margin: 0;
}


#masthead p, #masthead ins {
	width:345px;
	padding:70px 2px 20px 35px;
	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 {
	background-image:url(../images/theme/navigation-container-lower.jpg);
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
}

	#main-navigation {
		color:#cccccc;
		font-size:1.17em;
		line-height:1.5em;
		padding:10px 15px 10px 15px;
	}

	#main-navigation li {
		border-left-style:solid;
		border-left-width:1px;
		display:inline;
		padding:0 5px 0 7px;
	}
	
	#main-navigation li.first {
		border:none;
	}
	
	#main-navigation a:link,
	#main-navigation a:visited {
		color:#cccccc;
		text-decoration:none;
	}

	#main-navigation a:hover,
	#main-navigation a:active {
		color:#cccccc;
		text-decoration:underline;
	}

#main {
	background:url(../images/theme/main.jpg) repeat-y;

}
	
	#main h1,
	#main h2,
	#main h3,
	#main h4,
	#main h5,
	#main h6 {
		font-family: Georgia, serif;
		border-bottom:thin;
	}

	#main h1 {
		font-size:1.8em;
	}
	
	#main h2 {
		font-size:1.5em;
	}
	
	#main h3 {
		font-size:1.3em;
	}

#content {
	background:url(../images/theme/content.jpg) top left no-repeat;
	padding-top:44px;
}

#left {
	width:236px;
	float:left;
	margin:0px 0px 10px 25px;
}

#center {
	width:513px;
	margin:0px;
	padding-right:41px;
	float:right;
}
	
	#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;
	}

#quick-contact {
	width:230px;	
}

	#quick-contact input,
	#quick-contact textarea {
	background-color:#fff;
	border-color:#949494;
	color:#414141;
		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 {
	color:#fff;
	text-align:center;
	padding-bottom:2em;
}

	#footer-navigation {
		padding:30px 0 1em 0;
	}

	#footer-navigation li {
		border-left-style:solid;
		border-left-width:1px;
		display:inline;
		padding:0 5px 0 7px;
	}
	
	#footer-navigation li.first {
		border:none;
	}

	#footer p.copyright {
	
	}
	#footer a:link,
	#footer a:visited {
		color:#fff;
	}

	#footer a:hover,
	#footer a:active {
		color:#ccc;
	}
	
/* 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 */
#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;
}




ul#subnav 
{
	margin:0 0 10px 0;
	padding:0;
}



ul#subnav li.current 
{
	color:#153151;
	font:1.5em "Georgia", "Serif";
	line-height:1.5em;
	margin:0;
	padding:0;
	font-weight:bold;
}

ul#subnav li.child
{
	padding-left:10px;

}


