/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b5b4b4;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	margin: 0px auto;
	width: 986px;
	padding:0;
}
.blue_button {
	font-size: 14px;
	font-weight: bolder;
	color: #ffffff;
	background-image: url(../images/back_but.jpg);
	background-repeat: repeat-x;
	border: 1px solid #1e3e7c;
	height:33px;
	cursor: pointer;
}

#topmain{
	background-image: url(../images/top-redone.jpg);
	background-repeat: no-repeat;
	height: 373px;
	width: 986px;
	position:relative;
}
#topmain-plain{
	background-image: url(../images/top-redone-plain.jpg);
	background-repeat: no-repeat;
	height: 374px;
	width: 986px;
	position:relative;
}
#video{
	position:absolute;
	width:356px;
	height:149px;
	left: 45px;
	top: 207px;

}
#checktext{
	position:absolute;
	width:516px;
	height:133px;
	left: 439px;
	top: 222px;

}
#checktext td{
	padding:5px;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
#checktext img{
padding-right:8px;
}

#maincontent{
	width: 986px;
	position:relative;
}
#banner{
width:100%;
text-align:center;
height:45px;

}
#form_text{
position:relative;
	width:100%;
	text-align:center;
	background-image: url(../images/back_greyform.gif);
	background-repeat: repeat-x;
	height:300px;
}
#text_table{
	position:absolute;
	left: 352px;
	top: 55px;
	width: 610px;
	height: 180px;
	text-align:left;
}
#form_image{
	position:absolute;
	left: 60px;
	top: 15x;
	width: 400px;
	height: 250px;
	text-align:left;
}
#text_table td{
padding:7px;
}
.right_align{
text-align:right;
width:220px;
font-size: 14px;
}
.textfield{
	font-size: 14px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #2a4e8c;
	width: 250px;
	padding: 2px;
}

.required {
	background-color: #d1ddf3;
}

#footer{
	text-align:center;
	color: #999999;
	height:120px;
	background-image: url(../images/back_greyform.gif);
	background-repeat: repeat-x;
	padding-top:6px;
}
#footer a{
color: #999999;
}

p.footertext {
	font-size: 12px;
	text-align:left;
	color: #999999;
padding: 0;
margin: 0;
}

p.footertext a {
color: #999999;
text-decoration: underline;
}

textarea.details {
display: none;
}

#thanks {
width: 600px;
height: 200px;
position: absolute;
top: 140px;
left: 200px;
text-align: center;
color: #FFFF66;
font-size: 14px;
}

#contactinfo {
width: 386px;
height: 90px;
position: absolute;
left: 465px;
top: 175px;
text-align: center;
font-size: 13px;
font-weight: normal;
}
#para_text{
	position:relative;
	width:90%;
	text-align:justify;
	margin:10px auto;
	font-size: 14px;
	color: #bebebe;
	line-height: 18px;
}
.callnow {
	font-size: 30px;
	color: #4275c8;
}
#para_text h1{
	font-size: 22px;
	color: #ffffff;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4E4E4E;
	border-right-color: #666666;
	border-bottom-color: #4E4E4E;
	border-left-color: #666666;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.yellow {
	font-size: 16px;
	color: #ddb02b;
}
