@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bodybg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#header {
	background-image: url(images/headbg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #556F53;
}
#hcontent {
	margin: auto;
	width: 900px;
}
#hcontent a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 10px;
	float: left;
}
#hcontent img {
	float: right;
	padding-right: 170px;
	padding-top: 20px;
}
#hcontent h2 {
	font-size: 1.1em;
	clear: right;
	color: #d9cfb8;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#hcontent h3 {
	clear: right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #D9CFB8;
	font-size: 1em;
}
#hcontent  ul {
	margin: 0px;
	clear: both;
	float: left;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#hcontent  li {
	list-style-type: none;
	float: left;
}
#hcontent ul li a {
	float: left;
	display: block;
	padding: 15px;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #738D71;
}
#hcontent ul a:hover, #hcontent ul a:active {
	background-image: url(images/navhover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFFFFF;
}
#wrapper {
	background-image: url(images/drop.png);
	background-repeat: repeat-x;
}
#contentwrap {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
	width: 1000px;
}
#contentbg {
	background-image: url(images/contenttop.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
#contentbg a:link, #contentbg a:visited {
	color: #0066FF;
	text-decoration: none;
}
#contentbg  a:hover, #contentbg  a:active {
	color: #0000CC;
	text-decoration: none;
}


#menu {
	width: 200px;
	float: left;
	padding: 5px;
}
#menu h3 {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
}
#menu ul {
	margin: 0px;
	padding: 10px;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9ADAE;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#menu li a {
	background-image: url(images/bullet_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
#content {
	width: 630px;
	float: right;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#content h1 {
	text-align: center;
	font-size: 1.8em;
	margin: 0px;
	padding: 10px;
	clear: both;
}
#content h2 {
	text-align: left;
	font-size: 1.4em;
	margin: 0px;
	padding: 10px;
	clear: both;
}
#content h3 {
	text-align: left;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content h4 {
	text-align: left;
	font-size: 1em;
	margin: 0px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content p {
	text-align: left;
	font-size: 0.9em;
	margin: 0px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer {
	clear: both;
	text-align: center;
}


.clear {
	clear: both;
}
#contact {
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
}
#contact fieldset {
	padding: 20px;
	font-weight: bold;
	border: 1px solid #0099CC;
}
#contact legend {
	color: #444;
	font-size: 1.4em;
}
.image1 {
	line-height: 1.4em;
	clear: both; padding: 20px;
	margin: 0px;
}
.image1 img {
	 border: 2px solid #e2e2e2;
	 float: left;
	 padding: 0px;
	 margin: 0 5px 5px 0;
}
.image2 {
	margin: 0px;
	line-height: 1.4em;
	clear: both;
	padding: 20px;
}
.image2 img {
	border: 2px solid #e2e2e2;
	float: right;
	padding: 0px;
	margin: 0 0 5px 5px; 
}
