html {
	margin: 0px;
	height:100%;
}
body {
	margin: 0px;
	height:100%;
	background-color: #000000;
}
#container{
	width:750px; 
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color: #FFFFFF;
	padding:0px;
	margin: 0 auto;
}
#header{
	width:750px; 
	height:180px;
	padding:0px;
	margin: 0px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	background-image: url(../images/gps_logo.png);
	background-repeat: no-repeat;
	position:absolute;
	margin-left: 16px;
	margin-top: 20px;
	width: 102px;
	height: 107px;
}
#header h1 span {
	display: none;
}
#header h2 {
	background-image: url(../images/h2_text.png);
	background-repeat: no-repeat;
	position:absolute;
	margin-left: 142px;
	margin-top: 90px;
	width: 536px;
	height: 63px;
}
#header h2 span {
	display: none;
}
h3{
	margin-top: 0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
h3.general {
	background-image: url(../images/general_info.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 400px;
	height: 20px;
	
}
h3.what {
	background-image: url(../images/h3_what.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 20px;
	
}
h3.contact {
	background-image: url(../images/h3_contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 20px;
	
}
h3.cform {
	background-image: url(../images/h3_cform.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 200px;
	height: 20px;
	/*border: 1px solid #00FF00;*/
	
}
h3 span {
	display: none;
}
#gen_info{
	width:750px; 
	padding:0px;
	margin: 0px;
	background-image: url(../images/bg_general.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#info{
	width:750px; 
	min-height:330px;
	height:auto !important;
	height:330px;
	padding:0px;
	padding-top:4px;
	padding-bottom:132px;
	margin: 0px;
	background-image: url(../images/info_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#box1{
margin-left: 16px;
width:436px;
}
#box2{
margin-left: 462px;
width:272px;
position:absolute;
top:184px;
}
#box3{
margin-left: 16px;
width:650px;
}
p{
	margin-top:0px;
	margin-bottom:12px;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
ul{
	margin-top:0px;
	/*margin-left:0px;*/
	padding-left:10px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
li{
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 16px;
	/*border: 1px solid #00FF00;*/
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFE400;
	text-decoration: underline;
}
#box3 fieldset {
	border: 0px;
	margin-left: 0px;
	margin-top: 4px;
	padding: 0px;
}
#box3 fieldset input {
	background-image: url(../images/bg_textfields.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333333;
	border-width:1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom:4px;
}
#box3 fieldset.list input {
	margin-left: 110px;
}
#box3 fieldset.normal label {
	margin-left: 0px;
	width: 115px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom:4px;
}
#box3 fieldset textarea {
background-image: url(../images/bg_textfields.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:276px;
	height:100px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom:4px;
}
.signUp_btn{
	margin-left:115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333333;
}
#hr_line{
	margin-bottom:10px;
	margin-left:16px;
	padding:0px;
	width:718px;
	height: 2px;
	background-image: url(../images/hr_line.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
form{
margin:0px;
padding:0px;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFE400;
	padding-top:1px;
}