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

/*body {
	.page { position: relative; margin: 0px auto 0px auto; max-width: 1000px; }
}*/

#header_bg {
	margin: 0px -8px 0px -8px;
	height: 120px;
	min-width: 100%;	
	background: url(../../images/bg-carbon-fiber.gif) repeat 0px 0px;
	position: fixed;
	top: 0px
}

#footer_bg {
	margin: 0px -8px 0px -8px;
	height: 100px;
	min-width: 100%;	
	background: url(../../images/bg-carbon-fiber.gif) repeat 0px 0px;
	position: fixed;
	top: 900px;
}

#shadow {
	margin: 0px -8px 0px -8px;
	height: 5px;
	min-width: 100%;
	position: fixed;
	top:120px;	
	background: url(../../images/shadow.gif) repeat-x 0px 0px;
}

#wrapper {
    width: 1150px;
    margin: 125px auto 0px auto;
}

#header {
	height: 120px;
	width: 275px;
	float: left;	
	position: fixed;
	top:0px;
	background: url(../../images/logo.png) no-repeat;
}

#header2 {
	height: 50px;
	width: 260px;
	float: right;	
	margin-right: 300px;
	position: relative;
	top:0px;
	
}

#headline {
	
	float: left;
	margin-left: 400px;
	margin-top: 0px;
}

#decals {
	background: url(../../images/decals.jpg) no-repeat;
	height: 1026px;
	width: 360px;
	position: fixed;
	top: 120px;
	float: left;
}

#criminal {
	background: url(../../images/criminal.gif) no-repeat;
	height: 93px;
	width: 200px;
	
}


p.main { font-size: 1.6em; line-height:110%; font-family: 'News Cycle', sans-serif; color:#00006b; }
p.form_title { font-size: 1.3em; font-weight:500; line-height:110%; font-family: 'News Cycle', sans-serif; color:#6f6f6f; }
p.subhead { font-size: 1em; line-height:110%; font-family: 'News Cycle', sans-serif; color:#6f6f6f; }
p.subhead2 { font-size: 1em; line-height:110%; font-family: 'News Cycle', sans-serif; color:#fff;}
p.smallcopy { font-size: .8em; line-height:110%; font-family: 'News Cycle', sans-serif; color:#6f6f6f; }
p.form1 { font-size: .7em; font-weight:600; font-family: Arial, Verdana, Geneva, sans-serif; color:#000; height: 25px; margin-bottom: 5px;  }
p.form2 { font-size: .7em; font-weight:300; font-family: Arial, Verdana, Geneva, sans-serif; color:#000; height: 25px; margin-bottom: 5px; }
p.form3 { font-size: .7em; font-weight:600; font-family: Arial, Verdana, Geneva, sans-serif; color:#000; }
p.form4 { font-size: .7em; font-weight:600; font-family: Arial, Verdana, Geneva, sans-serif; color:#000; height: 25px; margin-bottom: 5px;  }
p.termsText { font-size: .8em; font-weight:300; font-family: Arial, Verdana, Geneva, sans-serif; color:#000; }
p.submit { font-size: 1.3em; font-weight:900; line-height:110%; font-family: 'News Cycle', sans-serif; color:#fff; }

a { font-size: 1em; line-height:110%; font-weight:600;  font-family: 'News Cycle', sans-serif; color:#00006b; text-decoration:none;}
a:link { font-size: 1em; line-height:110%; font-weight:600;  font-family: 'News Cycle', sans-serif; color:#00006b; text-decoration:none;}
a:visited { font-size: 1em; line-height:110%; font-weight:600;  font-family: 'News Cycle', sans-serif; color:#6f6f6f; text-decoration:none;}
a:hover { font-size: 1em; line-height:110%; font-weight:600;  font-family: 'News Cycle', sans-serif; color:#000; text-decoration:none;}
a:active { font-size: 1em; line-height:110%; font-weight:600;  font-family: 'News Cycle', sans-serif; color:#00006b; text-decoration:none;}


#steps{
	height:51px;
	width:705px;
	margin-left: 400px;
	background: url(../../images/tabs.jpg) no-repeat 0px 0px;
	border: 1px dotted #ccc;
}

#form {
	width:755px;
	margin-left: 400px;
	margin-top: 0px;
	padding: 0px;
}

.formTitle {
	padding:0px;
	margin:0px;
}

.line_break {
	height:1px
	margin:0px;
	padding:0px;
	border-bottom: 1px dotted #ccc;
}

a.privacy {
	text-decoration: none;
	color: #0086bc;	
}
a.privacy:hover {
	color: #3aaad7;
	text-decoration:underline;
}

.form_input {
	width: 580px;
	margin-top: 0px;
	float: right;
}

.input_text {
	width: 150px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	text-align: right;
}

input {
	border: 1px solid #ccc;
	height: 25px;
	margin-bottom: 5px;
}

input[type='checkbox'] {
	height: 12px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type='submit'] {
	margin-top: 2px;
	height: 40px;
	width: 200px;
	
	font-size: 1em; 
	font-weight:900; 
	font-family: ColaborateBoldRegular, sans-serif; 
	color:#fff;
	background-color: #999999;
}

select {
	margin: 0px 2px;
	padding: 0;
}

#agree {
	width: 600px;
	padding: 0px 15px;
	background-color: #fff;
	border: 1px solid #92a6b9;
	margin-top: 20px;
}
.check{
	width:100px;
	float: left;
}

.terms {
	width: 400px;
	float: right;
}

.extra {
	height:20px;
}

.clear_both { clear: both; line-height: 1px; }