@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	background:#3d3024;
	background-image: url(/images/index/body-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100.1%;
}
a, a:link, a:visited {
	font-family: Verdana, Geneva, sans-serif;
}
a:active, a:focus {
	outline:none;
}
#wrapper {
	position:relative;
	width:950px;
/*	height:600px;
*/	margin: 0 auto;
	background: url(/images/index/wrapper-bg.jpg) repeat-y;
}
#header {
	width:950px;
	height:100px;
/*	background:url(/images/home/header-bg1.jpg);
*/}
.nav-links {
	position:absolute;
	top:120px;
	margin:0 0 0 600px;
	}
.nav-links2 {
	position:absolute;
	top:103px;
	margin:0 0 0 565px;
	}

#container {
	width:950px;
/*	height:455px;
*/	background: url(/images/index/container-bg.jpg) no-repeat;
/*	margin-top:-18px;
*/}
#content {
	width:930px;
	height:485px;
/*	background:url(/images/home/content-bg.gif);
*/	margin: -3px auto 0 auto;
}
#footer {
	color:#960;
	font-size: .6em;
	text-align:center;
	width:950px;
	height:45px;
	background:url(/images/index/footer-bg.jpg);
 	position:relative;
	bottom:0;
}
#contact_form {
	margin:10px 10px;
}
.logo {
	width: 475px;
	height:100px;
	background:url(/images/index/logo1.jpg);
	float:left;
}
.logo2 {
	width: 475px;
	height:100px;
	background:url(/images/index/logo2.jpg);
	float:right;
}
.plogo a {
	display: block;
	height: 100px;
	width: 400px;
	text-indent: -7000px;
}
.nav-links li{
	display:inline;
	padding: 0 7px 0 7px;
}
.text-block-bg {
	width:392px;
	height:250px;
	position:absolute;
	left: 45px;
	top: 245px;
	background:url(/images/txtbg/txtbg0.jpg) no-repeat;
	background-position:bottom right;
	z-index:0;
}
.text-block {
	width:400px;
	height:330px;
	position:absolute;
	left: 35px;
	top: 150px;
	z-index:2;
}
.text-block2 {
	width:775px;
	height:425px;
	position:absolute;
	left: 15px;
	top: 75px;
	z-index:2;
}
.embed-block {
	width:800px;
	height:450px;
	position:absolute;
	left: 55px;
	top: 150px;
	z-index:2;
}
.xdiv {
	text-align:right;
	width:600px;
/*	height:385px;
*/	position:absolute;
	top:200px;
	left:320px;
/*	background:url(/images/home/xpic-block-bg.gif);
*/	z-index:1;
}
.xdiv img {
	margin:25px;
}
.hdiv {
	width:460px;
	height:385px;
	position:absolute;
	top:180px;
	left:450px;
	z-index:1;
/*	background:url(/images/home/hpic-block-bg.gif);
*/}
.hdiv img {
	margin:20px 19px;
	border:#666 3px solid;
}
	
.vdiv {
	width:340px;
	height:375px;
	position:relative;
	top:35px;
	left:425px;
	z-index:2;
/*	background:url(/images/home/vpic-block-bg.gif);
*/}
.vdiv img {
	margin:25px 36px;
	border:#666 3px solid;
}
.datanav {
	width:350px;
/*	height:30px;
*/	position:absolute;
	left:60px;
	top:493px;
/*	background:url(/images/home/datanav-bg.gif);
*/	z-index:4;
}
.datanavbar {
	width:350px;
	margin:2px auto;
	text-align:center;
}
.text-block a {
	text-decoration:none;
}
.text-block a:hover {
	color:#FFF;
}
.text-block h2 {
	color:#930;
	font-size:85%;
	margin:40px 0 10px 25px;;
}
.text-block p {
	color:#930;
	font-size:75%;
	margin:20px 20px 10px 25px;
}
.text-block .dateline {
	font-size:.7em;
	color:#666;
}
.text-block .text-block1 {
		color:#930;
	font-size:75%;
	margin:20px 60px 10px 15px;
}
.clearfloat {
	clear: both;	
}
