@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
}

p{
	margin: 0px;
	padding: 0px;
}

p.address{
	color: #999999;
}

a,
a:visited{
	color: #999999;
	text-decoration: underline;
}

a:hover{
	color: #999999;
	text-decoration: none;
}

.clr {
	display: block;
	clear: both;
}

.clr6 {
	display: block;
	clear: both;
	height: 6px;
}

.clr12 {
	display: block;
	clear: both;
	height: 12px;
}

.clr116 {
	display: block;
	clear: both;
	height: 16px;
}

#wrapper{
	display:block;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center -96px;
	height: 100%;
}
.leftcol {
	display: block;
	float: left;
	width: 228px;
	min-height: 12px;
}

.rightcol {
	display: block;
	float: left;
	width: 400px;
	text-align: left;
}

.leftcol1 {
	display: block;
	float: left;
	width: 500px;
	min-height: 12px;
	padding-top: 16px;
}

.leftcol1 label {
	display: block;
	float: left;
	width: 228px;
	line-height: 18px;
	margin: 2px;
	text-align: right;	
}

.leftcol1 input {
	display: block;
	float: left;
	width: 220px;
	height: 18px;
	margin: 2px;
}

.leftcol1 textarea {
	display: block;
	float: left;
	width: 250px;
	margin: 2px;
	height: 64px;
}



.rightcol1 {
	display: block;
	float: left;
	width: 130px;
	text-align: left;
	padding-top: 90px;
}

input.bttn1 {
	background: transparent;
	display: block;
	height: 24px;
	width: 98px;
	background-image: url(images/reset.png);
	background-position: 0px;
	background-repeat: no-repeat;
	border: 0px solid #666666;
	cursor: hand;
	cursor: pointer;
	margin: 2px 0px;
}

input.bttn2 {
	background: transparent;
	display: block;
	height: 24px;
	width: 98px;
	background-image: url(images/submit.png);
	background-position: 0px;
	background-repeat: no-repeat;
	border: 0px solid #666666;
	cursor: hand;
	cursor: pointer;
	margin: 4px 0px;	
}


#logotop{
	display: block;
	width: 632px;
	margin: auto;
	height: 205px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 40px;
}
#info{
	display: block;
	width: 632px;
	margin: auto;
	height: 100px;
}
#info h2{
	display: block;
	margin: 0px;
	padding: 16px 0px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}

#info h2 a,
#info h2 a:visited{
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

#info h2 a:hover{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#info h4{
	display: block;
	margin: 0px;
	padding: 16px 0px;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
}


#coming{
	display: block;
	width: 820px;
	margin: auto;
	height: 43px;
}

#coming div.leftcol2{
	display: block;
	float: left;
	width: 320px;
	height: 12px;
}

#coming div.rightcol2{
	display: block;
	float: left;
	width: 460px;
	text-align: left;
}


#coming h3{
	display: block;
	margin: 0px;
	padding: 8px 0px;
	font-size: 18px;
	color: #09C956;
	font-weight: bold;
	text-transform: uppercase;
}
#formbox{
	display: block;
	width: 632px;
	margin: auto;
}