@charset "utf-8";
body {
	text-align: center;
	font-family: arial;
	margin: 0;
	padding: 0;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 400px;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: center;
}



#rightbox {
	float: right;
	background-image: url(images/bg-contact.jpg);
	width: 310px;
	height: 542px;
	padding: 40px;
	background-repeat: no-repeat;
	background-position: center top;
}

#rightbox table {
}
#rightbox  input.txt,textarea{
	width: 200px;
}
#contactform   p.callnow  {
	font-family: Calibri;
	font-size: 40px;
	color: #02005e;
	font-style: italic;
}
#rightbox  span.formtitle {
	font-family: calibri;
	font-size: 30px;
	color: #02005e;
}


#footer {
	background-color: #51c470;
	border-top: solid 5px #02005e;
	;
	border-bottom: solid 4px #02005e;
	color: white;
}

#footer table {
	width: 1000px;
	text-align: center;
	font-size: 18px;
}
#mapbox {
	background-image: url(images/map-dallas.jpg);
	width: 415px;
	height: 72px;
	text-align: center;
	padding-top: 217px;
}
#mapbox.format,#repairman-box.format {
	color: #00508d;
	text-align: center;
	margin: 0 30px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}

#repairman-box {
	background-image: url(images/repair-man.jpg);
	width: 465px;
	height: 84px;
	padding-top: 210px;
}



p.checkmark {
	background-image: url(images/checkmark.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 60px;
	height: 50px;
	padding-top: 15px;
	color: #02005e;
	font-size: 16px;
	font-weight: bold;
}
p.verdana14 {
	font-family: verdana;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.red {
	color: #BD1C1C;
}

