@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #000;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #000000;
}
p{
	text-align:justify;
	padding:0 40px 0 40px;
	color:#000;
	font-size:12px;
}
p span{
	font-weight:bold;
}
a:link, a:visited, a:active {
	color: #000;
}
a:hover {
	color: #000;
}
img {
    margin: 0px;
	padding: 0px;
	border: none;
}
a:hover {
	color: #5e6166;
}
#table-box {
	border: none;
}

h1 {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
h2 {
	color: #c30405;
	font-size: 26px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0px;	
	font-weight:bold;
	font-style:italic;
}
h3 {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}
h3 span {
	color: #1f42d2;
}
h4 {
	margin-top: 20px;
	margin-bottom: 60px;
	padding-bottom: 0px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
h4 span {
	color: #1f42d2;
	font-style: italic;
}
p.p {
	font-size: 14px;
	padding: auto;
	line-height: 18px;
}
#header-container {
	height: 375px;
	background-image: url(../images/bkg-overlay.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#content-container {
	width: 974px;
	background-image: url(../images/bkg-body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.left-column-container{
	width:487px;
	float:left;
	background-image: url(../images/fade.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.right-column-container{
	width:487px;
	float:right;
}
.arrow{
	padding:0px;
	margin:0 0 0 -28px;
}
#capture-container{
	width:454px;
	margin-right:3px;
	background-image: url(../images/capture-bkg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.clear{
	clear:both;
}
a#submitButton {
	width: 230px;
	height: 41px;
	background-image: url(../images/button-free-consultation.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	display: block;
	float:left;
	margin-left:62px;
	margin-bottom:20px;
}
a:hover#submitButton {
	background-position: 0 -41px;
}
a:active#submitButton {
	background-position: 0 -82px;
}
#submitButton span {
	display: none;
}
#loadingGraphic {
	padding: 14px 0px 15px;
	margin-right: 50px;
	display: none;
}
#capture-form{
	margin: 0px;
	padding: 0px;
	width: 320px;
}
#capture-form ul {
	list-style-type: none;
	font-size:12px;
	margin:0px;
	padding:0px;
}
#capture-form ul li {
	clear:both;
	height:42px;
}
#capture-form ul li label {
	text-align:right;
	float:left;
	color: #65626d;
	font-size:18px;
	width:50px;
	margin-right: 10px;
}
#capture-form ul li input {
	width: 250px;
	float:right;
	padding:2px;
	border: 1px solid #65626d;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
#capture-form ul li#optionalText1 {
	font-weight:bold;
	text-align:center;
	color:#65626d;
	font-size:13px;
	font-weight:bold;
	margin:10px 0 0 0;
}
#capture-form ul li#lineItem3,
#capture-form ul li#lineItem4,
#capture-form ul li#lineItem5 {
	display:inline;
	clear:none;
	float:none;
}
#capture-form ul li#lineItem3 input,
#capture-form ul li#lineItem4 input,
#capture-form ul li#lineItem5 input{
	width: 76px;
	margin: 10px 0 15px 5px;
}
#capture-form ul li#lineItem8 input{
	width: 60px;
	margin: 0 0 0 5px;
	display:inline;
	clear:none;
	float:none;
}
.phoneNumber{
	float:right;
	padding:0px;
	margin:0px;
	font-size:12px;
}
#privacyPolicy {
	font-size:10px;
	color:#65626d;
	text-align:left;
	padding:10px 0 10px 100px;
}
#slideshow{
	padding:20px 0;
}
#imageSlideshowHolder1 {
	margin: 0px;	/* "Air" */
	width: 908px;	/* Image width */
	height: 150px;	/* Image height */
	position:relative;	/* Don't remove this line */

}
#imageSlideshowHolder1 img {
	position:absolute;
	left: 0px;
	top: 0px;
}
#footer-container {
	width: 970px;
	height: 115px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: top;
	display: block;	
}