@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	margin-top:30px;
	background:url(../imgs/bg.gif) repeat-x #d9d9d9;
}
#contentwrapper{
	width:798px;
	margin:auto;
	border:1px solid #fff;
	background-color:#e1e1e1;
}
.header{
	width:798px;
	height:58px;
	border-bottom:1px solid #fff;
	background:url(../imgs/header_bg.gif) no-repeat #000;
}
.hotspot{
	width:250px;
	height:48px;
	float:left;
	margin:5px;
}
.i_nav ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:.7em;
	line-height:1.8em;
	text-decoration:none;
	color:#fff;
}
.i_nav ul li{
	margin:0;
	padding-left:10px;
	list-style-type:none;
	width:166px;
	height:24px;
	float:left;
	left:-30px;
}
.i_nav ul{
	margin:0px;
	padding:0px;
}
.i_nav{
	float:left;
	text-align:left;
	width:166px;
	height:219px;
	border-bottom:solid #fff 1px;
	border-right:solid 1px #fff;
	background:url(../imgs/nav_bg.gif) no-repeat;
}
.i_flash{
	width:400px;
	height:219px;
	background-color:#000;
	float:left;
	border-bottom:solid #fff 1px;
	border-right:solid #fff 1px;
}
.i_contact p{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	font-size:.7em;
	text-align:center;
}
.i_contact a{
	text-decoration:none;
	color:#333;
}
.i_contact{
	padding:15px 0 0 0;
	width:230px;
	height:204px;
	float:left;
	border-bottom:solid #fff 1px;
	background:url(../imgs/contact_bg.gif) repeat-x #e1e1e1;
}
a:hover, a:visited, a:active, a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.whois{
	width:121px;
	height:132px;
	background:url(../imgs/whois_bg.jpg) no-repeat;
	padding:3px;
	border-right:solid 1px #fff;
	float:left;
}
.whois_title{
	height:15px;
	text-align:right;
	color:#666;
	font-size:.7em;
	float:right;
	padding-right:5px;
	font-weight:bold;
}
.whois_name{
	width:100%;
	hieght:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:bold;
	text-align:left;
	font-size:.7em;
	border-bottom:solid 1px #f2f2f2;
}
.photo{
	width:75px;
	height:75px;
	float:right;
	margin:5px;
	background-color:#000;
	border:solid 1px #333;
}
.footer{
	width:798px;
	height:30px;
	background:url(../imgs/ftr_vrbg.gif) repeat;
	float:left;
	border-top:solid 1px #fff;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.navigation ul{
	margin:0px;
	padding:0px;
}
.navigation ul li{
	margin:0;
	padding-left:10px;
	list-style-type:none;
	height:24px;
	float:left;
}
.navigation a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:bold;
}
.nav{
	width:147px;
	border-right:solid 1px #fff;
	background-color:#666;
}
.nav_last{
	width:156px;
	background-color:#666;
}
.nav:hover{
	background-color:#333;
}
.nav_last:hover{
	background-color:#333;
}
.content{
	padding:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#888;
	font-weight:bold;
}
.clmn1, .clmn2, .clmn3{
	float:left;
	margin-top:15px;
	width:235px;
}
.clmn2, .clmn3{
	border-left:solid 1px #fff;
	padding-left:15px;
	margin:15px 0 0 15px;
}
.required input{
	width:115px;
	border:none;
	background-color:#ccc;
	color:#000;
	margin:0px;
	padding:0px;
	height:20px;
}
select{
	width:75px;
	border:none;
	background-color:#ccc;
	color:#222;
	margin:0px;
	padding:0px;
}
.required{
	height:25px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}
.optional{
	height:25px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}
.optional input{
	width:115px;
	border:none;
	background-color:#ccc;
	color:#000;
	margin:0px;
	padding:0px;
	height:20px;
}
.required_radio{
	height:25px;
	border-bottom:
	solid 1px #999;
	margin-bottom:10px;
}
h1{
	font-size:1.5em;
	font-weight:bold;
	color:#333;
}
h2{
	font-size:1em;
	font-weight:bold;
	color:#333;
}
h3{
	font-size:.9em;
	font-weight:bold;
	color:#333;
}
.required a{
	color:#666;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}