/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background-color:#1D5A99;
	background-repeat:repeat-x;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	background-image: url(images/bg.gif);
}


/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
}

a:link {
	color:#1D5A99;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}
a:visited {
	color:#666666;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
}
a:hover {
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
a:active {
	color:#000000;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
}


h1 {
	font-size: 33px;
	font-weight: bolder;
	text-align: left;
	color: #154270;
	text-decoration: none;
	font-family: calibri;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A01301;
	position: absolute;
	padding:0px;
	margin:0px;
	left: 270px;
	top: 430px;
	text-transform: none;
	width: 674px;

}

h2 {
	width: 155px;
	font-size: 13px;
	font-weight: 100;
	line-height: 19px;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #931101;
	padding: 10px 0px 10px 15px;
	margin:0px;
}

h3 {
	width: 400px;
	font-size: 13px;
	font-weight: 100;
	line-height: 19px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #931101;
	padding: 10px 0px 10px 15px;
	margin: 0px auto 10px auto;
}

h4 {
	width: 400px;
	font-size: 13px;
	font-weight: 100;
	line-height: 19px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	border: 0px solid #931101;
	padding: 0px 0px 0px 15px;
	margin:0px auto;
}

.lobby {
	float: left;
	padding-left: 20px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Here are some basic page elements that you might find useful. Please feel free to delete the ones you do not use in final layout. */

/* Creates DIV container for header. */
div#header {
	background-image:url(images/header_bg.jpg);
	height: 438px;
	background-repeat:no-repeat;
	background-color: #333333;
}

div#flash {
	position:absolute;
	top: 132px;
	left: 419px;
}

/* Creates the div container for the site. */
div#container {
	margin: 0px auto;
	width: 970px;
	position:relative;
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-y;
}
/* Creates the div container for the site. */
div#content {
	width: 970px;

}
	
div#body{
	float: right;
	width: 670px;
	clear: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 35px;


}

div#sidebar{
	float: right;
	width: 235px;
	clear: left;
	padding-bottom: 10px;
}

div#slice {
	width: 970px;
	position:relative;
	background-image:url(images/slice_bg.gif);
	background-repeat: inherit;
	height: 91px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
address {
	color:#FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 15px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 16px;
	padding-bottom: 25px;
	width: 200px;
	}
	
address a:link, address a:visited{
	color: #E0E8F0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
}
	
address a:hover, address a:active{
	color: #FFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}	


		
/* ----------------- Navigation ----------------- */

div#navigation {
	width: 220px;
	height: 198px;
	position: absolute;
	left: 18px;
	top: 217px;
}


/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	margin: 0;
	padding: 0;
	width: 120px;

}

ul#mainnav li {
	display: inline;
	list-style: none;
	margin-bottom: 10px;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	width: 210px;
	display: block;
	font-size: 12px;
	font-weight: bolder;
	padding: 1px 0px 1px 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #AB1401;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E99300;
	border-bottom-color: #E6AF52;
	background-image: url(images/tan_nav.gif);
}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #FFF;
	width: 210px;
	background-color: #CECED0;
	text-align: center;
	background-image: url(images/red_nav.gif);

	
}

	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #FFF;
	width: 210px;
	background-color: #B7C515;
	background-image: url(images/blue_nav.gif);
}	
	

	
/* -----------------IMAGE AND FLOAT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px;
	border: 1px solid #867E63;
	padding: 5px;
}
.right {
	float: right;
	border: 1px solid #999;
	margin: 5px;
	padding: 5px;
}
.center {
	border: 1px solid #999;
	margin: 5px auto;
	padding: 5px;
}
.cta {
	float: left;
	margin: 5px 20px 5px 0px;
	padding: 5px;
}
.clear {
	clear: both;
	padding-bottom: 15px;
}

.img {
	margin: 5px;
	border: 1px solid #999;
	padding: 5px;
}




/* Creates the div container for the footer. */
div#footer {
	margin-right:auto;
	margin-left:auto;
	height:30px;
	background-repeat: repeat;
	clear: both;
	font-size: 12px;
	font-weight: 200;
	padding-top: 19px;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #1D5A99;
	text-align: center;
	background-image: url(images/footer_bg.gif);
}


div#footer a:link, div#footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#090EC7;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}

div#footer a:active, div#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#8F1200;
}
/* Creates the div container for the copyright. */
div#copyright {
	margin-left:0px;
	margin-right:0px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
	
div#copyright a:link, div#copyright a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFF;
	text-decoration: underline;
}

div#copyright a:active, div#copyright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: none;
	color:#FFF;
}

/*-----------------------CUSTOM ----------------------------------*/
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #22252A;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: square;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.list {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #000;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-weight: bold;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	list-style-type: circle;
}
li {
	font-size: 12px;
	text-align: left;
	font-weight: normal;

}

li.list {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	margin-left: 35px;

}



div#audio{
	position:absolute;
	left: 834px;
	top: 35px;
}

div#login{
	padding-left: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;


}

/* ----------------- COUPONS ----------------- */
div#coupon1, div#coupon2, div#coupon3, div#coupon4, div#coupon5, div#coupon6 {
	background-color: #1D5A99;
	width: 300px;
	text-align: center;
	margin: 0 auto 10px auto;
	padding: 10px;
	border: dotted 3px #000;
}

div#coupon1 h5, div#coupon2 h5, div#coupon3 h5, div#coupon4 h5, div#coupon5 h5, div#coupon6 h5 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div#coupon1 h6, div#coupon2 h6, div#coupon3 h6, div#coupon4 h6, div#coupon5 h6, div#coupon6 h6 {
	text-align: center;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

div#coupon1 p, div#coupon2 p, div#coupon3 p, div#coupon4 p, div#coupon5 p, div#coupon6 p {
	text-align: center;
}

table {
	width: 450px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 auto 0 auto;
}

table p {
	margin: 0;
	padding: 0;
}

/* ----- Form on Free Estimates pg ----- */
.form {
	margin-top:-100px;
}

div#video{
		width:285px;
		height:242px;
		float:right;
		margin:0 0 0 15px;
		padding:0;}
