body {
	text-align: center;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

#page {
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	background-image: url(images/header.jpg);
	background-position: 20px 40px;
	background-repeat: no-repeat;
	width: 780px;
	padding: 10px 30px 20px 30px;
	text-align: left;
}

#mainnav {
	width: 100%;
	text-align: right;
}

#mainnav h2 {
	position: relative;
	margin: 0px;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.1em;
}

#mainnav a {
	letter-spacing: .05em;
	padding: 3px .7em 3px .7em;
	margin: 0px .3em 0px .3em;
}

#mainnav a:hover {
	background-color: #eeeeee;
}

#front #home {
	display: none;
}

h1 {
	width: 239px;
	height: 69px;
	display: block;
	background-image: url(images/logo.gif);
	margin: 0px;
}

h1 span {
	display: none;
}

#subnav {
	margin: 120px 0px 0px 0px;
	float: left;
	width: 140px;
}

#subnav h2 {
	position: relative;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 130%;
	margin: 0px;
}

#subnav h2 a {
	display: block;
	padding: 9px 10px 9px 10px;
	width: 140px;
}

#subnav h2 a:hover {
	background-color: #eeeeee;
}

#right {
	float: right;
	width: 600px;
	margin: 80px 0px 10px 0px;
}

#content {
	width: 401px;
	float: left;
	color: #333333;
}

.largegraphic {
	padding: 10px 0px 15px 0px;
	border: 0px;
}

#content h2 {
	font-size: 2em;
	line-height: 130%;
	margin: 0px 0px .7em 0px;
	font-weight: normal;
}

#content h3 {
	font-size: 1.3em;
	line-height: 130%;
	margin: 1.5em 0px .5em 0px;
}

#content p, #extras p, #content li {
	font-size: 1.05em;
	line-height: 160%;
	margin: 0px 0px 1em 0px;
}

#content a img {
	border: 0px;
}

blockquote {
	font-size: 1.05em;
	line-height: 160%;
	margin: 0px 0px 1em 15px;
	font-style: italic;
}

#button {

	display: block;
	padding: 10px;
	background-color: #336699;
	border: 1px solid #0000000;
	width: 100px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

#button:hover {
	background-color: #cccccc;
	color: #336699;
}

.imageright {
float: right;
padding: 0px 0px 10px 10px;
}

#extras {
	position: relative;
	text-align: right;
	width: 155px;
	float: right;
	margin-top: 80px;
	color: #333333;
}

#extras h3 {
	position: relative;
	font-weight: normal;
	font-size: 1.2em;
}

#extras h4 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 130%;
	margin: 2.5em 0px .6em 0px;
}

#extras p {
	font-size: 1.05em;
	line-height: 160%;
	margin: 0px 0px 1em 0px;
}

#footer {
	background-color: #336699;
	text-align: center;
	clear: both;
	margin: 0px -10px 0px -10px;
	padding: 10px;
}

#footer p {
	text-align: center;
	color: #ffffff;
	font-size: .9em;
	line-height: .9em;
	margin: 0px;
	padding: 0px;
}

#footer p a {
	color: #ffffff;
}

#footer p a:hover {
	color: #cccccc;
}

/* ----- Clearfix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

#contact {
display: none;
}

#vcard #type {
display: none;
}

input.texty, textarea.texty {
	background-color: #c2d4e5;
	padding: 5px;
	border: 0px;
	color: #9804A2;
}