
a, a:visited {color: #bca84a; text-decoration: none;}
a:hover, a:active {text-decoration: underline;}
.left {float: left;}
.right {float: right;}
p, h1, h2, h3, h4, h5, ul, ol, li, form {margin: 0; padding: 0;}


body {
	margin: 0;
	text-align: center;
	background: #212121;
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

div.wrapper {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 750px;
	background: #343434 url(/images/background.png) top center repeat-y;
}




div.title {
	height: 75px;
	background: url(/images/title.png) top center no-repeat;
}
div.title a {display: block;}
div.title a span {display: none;}
div.title h1 a {width: 750px; height: 50px;}
div.title h2 a {width: 750px; height: 25px;}

div.nav {
	height: 43px;
	background: url(/images/nav_background.png) top center no-repeat;
}

div.nav ul {
	list-style: none;
	width: 750px;
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	/*text-transform: uppercase; */
}
div.nav li {
	/*float: left; */
	display: inline;
	padding: 0 20px 0 20px; 
	background: url(/images/nav_divider.png) center left no-repeat;
}
div.nav li.first {background: none;}






div.content {
	text-align: left;
	clear: both;
	margin: 0 20px;
	padding: 10px 0 10px 0;
}
div.content p {
	margin: 9px 15px;
}
.bold {font-weight: bold;}
.large {font-size: 14pt;}
/*.indent {padding-left: 25px;}*/

div.homecol {
	width: 415px;
	float: left;
}


div.features {
	width: 515px;
}



div.group {
	margin: 6px 0 0px 30px;
}
div.group h4 {
	background: url(/images/plus.png) center left no-repeat;
	padding: 0 0 0 20px;
	font-size: 13pt;
	font-weight: normal;
	
}
div.group h4.open {
	background: url(/images/minus.png) center left no-repeat;
}
div.grouptext p {
	margin: 5px 15px 15px 25px;
	font-size: 12pt;
	width: 440px;
}

div.pics {
	float: right;
	width: 250px;
}
div.pics ul {
	list-style: none;
}

div.pics img {
	margin: 5px 0;
	border: 2px solid #bca84a;
	width: 200px;
	height: 150px;
}

div.contact {
	float: left;
}
div.contact h4 {
	margin-top: 15px;
}
div.contact p {padding-left: 15px;}



div.map {
	float: right;
	width: 350px;
}













div.clear {clear: both;}

div.footer {
	clear: both;
	margin: 0 auto;
	padding: 25px 0;
	width: 750px;
	background: url(/images/footer.png) top center no-repeat;
	height: 193px;
	font-size: 8pt;
	color: #555;
	position: relative;
}
div.footer div.shield {
	position: absolute;
	left: 316px;
	top: 6px;
}
div.footer div.shield a {
	display: block;
	width: 117px;
	height: 178px;
}
div.footer div.shield a span {display: none;}
div.footer div.left {
	margin: 0 0 0 10px;
	width: 300px;
}
div.footer div.right {
	margin: 0 10px 0 0;
	float: right; 
	width: 300px;

}

div.pwd {
	/*margin-top: 5px;*/
	color: #555;
}

div.pwd a {color: #555;}
div.pwd a:hover {color: #666;}
















/**/
