/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

*{ margin:0px; padding:0px;}
body {
	padding: 0px;
	margin-top: 10px;
	background-color: #000;
}

/* 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, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: 11px;
	padding:10px 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

div#footnav a:link { color:#CCCCCC; text-decoration: underline; }
div#footnav a:visited { color: #CCCCCC; text-decoration: underline; }
div#footnav a:hover { text-decoration: none; color: #FFF; }
div#footnav a:active { color: #F90; }

address {
	margin:0px;
	padding: 12px 12px 0px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	color: #FFFFFF;
	text-align:left;
	background-image: url(images/address_bg.gif);
	width: 167px;
	height: 150px;
	position: absolute;
	top: 299px;
	left: 0px;
}


h1{
	width:544px;
	margin: 0px;
	height:25px;
	padding: 8px 0px 0px 10px;
	position:absolute;
	top:276px;
	left:191px;
	font-size:16px;
	color:#fff;
	background-image: url(images/h1_bg.gif);
	background-repeat: no-repeat;
}

h2 {
	padding:2px 0px 3px 3px;
	margin:0px;
	font-size: 14px;
	color: #F30000;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	font-weight: bold;
}

h3 {
	padding:2px 0px 3px 3px;
	margin:0px;
	font-size: 14px;
	color: #F30000;
	border-bottom: 1px dotted #333;
	font-weight: bold;
	font-style: italic;
}

h3>a:link, h3 a:link { color: #000; }

h3>a:hover, h3 a:hover { text-decoration: none; color: #000; }

div#content iframe{
 allow-transparency: true;
width:514px;
margin:0 auto;

}

ul{
	list-style-type: square;
	padding-left:20px;
}

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* --- CONTAINER DIV --- */
div#container {
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(images/container_bg.gif) top left repeat-y;
}
/* --- ANIM --- */
div#anim1{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_1.jpg);
}
div#anim2{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_2.jpg);
}
div#anim3{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_3.jpg);
}
div#anim4{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_4.jpg);
}
div#anim5{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_5.jpg);
}
div#anim6{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_6.jpg);
}
div#anim7{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_7.jpg);
}
div#anim8{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_8.jpg);
}
div#anim9{
	width:554px;
	height:184px;
	position:absolute;
	top:92px;
	left:191px;
	background: url(images/anim_9.jpg);
}
/* --- END ANIM --- */
div#audio {
	width: 166px;
	height: 25px;
	position:absolute;
	top: 47px;
	left:361px;
}

div#content {
	width: 534px;
	padding: 15px 0px 15px 20px;
	margin:0px;
	color: #333;
	position:absolute;
	top:309px;
	left:191px;
	background: url(images/content_bg.gif) bottom;
	margin-bottom:30px;
}

div#content li{
	line-height: normal;
	font-size: 11px;
}

div#footer { }

div#footnav {
	width: 514px;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330;
	text-align:center;
	position:relative; top:22px;
}

div#header {
	width:745px;
	height: 123px;
	margin:0px;
	padding:0px;
	background-image: url(images/header.gif);
	border:0px;
}
div#headcap{
	width:554px;
	height: 92px;
	margin:0px;
	padding:0px;
	background-image: url(images/header_cap.gif);
	position:relative;
	float:right;
	border:0px;
}
div#leftcol{
	width:191px;
	height:346px;
	float:left;
	margin:0px;
	padding:0px;
}
div#logo{
	width:191px;
	height:92px;
	float:left;
	margin: 0px;
	padding: 0px;
	border:0px;
}
div#maps iframe{
	margin:0px auto 10px auto;
	padding:0px;
	border: 1px solid #999;
}
div#righttcol {
	width: 554px;
	float:right;
	padding: 0px;
	margin:0px;
}
div#signin {
	width: 191px;
	position:absolute;
	top:461px;
	left:0px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.border {
	padding: 7px;
	background: #E0E0E0;
	border: 1px solid #333;
	margin: 5px;
}
img.center{
	margin: 0 auto;
	padding: 7px;
	background: #E0E0E0;
	border: 1px solid #333;
}

img.left {
	float: left;
	padding: 7px;
	background: #E0E0E0;
	margin-right:25px;
	border: 1px solid #333;
}
img.right {
	float: right;
	padding: 7px;
	background: #E0E0E0;
	margin-left:15px;
	border: 1px solid #333;
}


/* ----------------- CUSTOM CLASSES ----------------- */

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.picbox{
	width:514px;
	padding:0px;
	margin:0px auto;
}


/* ---------------------------- SIDE NAV ---------------------- */
#ulsidenav {
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:92px;
	left:0px;
}
#ulsidenav li {
	list-style-type: none;
	display: inline;
}
#ulsidenav a {
	width:191px;
	height:19px;
	padding:4px 0px 0px 0px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-indent:7px;
	background-image: url(images/nav_btn.gif);
}

#ulsidenav a:visited {
	color: #ccc;
	text-decoration: none;
}
#ulsidenav a:active {
	color: #FC0000;
	text-decoration: none;
}
#ulsidenav a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(images/nav_btn_hover.gif);
}

#ulsidenav a.current:link, #ulsidenav a.current:visited {
	color: #FC0000;
	background-image: url(images/nav_btn_current.gif);
	font-weight: bold;
}

/* ---------------------------- BS COPYRIGHT ---------------------- */
div#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	clear:both;
	text-align:center;
	position:relative; top:20px;
}

div#copyright a:link {
	color: #999;
	text-decoration: underline;
}
div#copyright a:visited {
	text-decoration: none;
	color: #CFCFCC;
}
div#copyright a:hover {
	text-decoration: none;
	color: #fff;
}
div#copyright a:active {
	font-weight: bold;
}

a#logolink {
	position: absolute;
	display: block;
	width: 120px;
	height: 60px;
	top: 15px;
	left: 15px;}
	
#video{ background:#333333;
		padding:0px 0 0px 0;
		border-top:1px solid white;
		border-left:1px solid white;
		border-bottom:1px solid white;
		position:absolute;
		top:25px;
		left:0;
		width:190px;
		}
		
#flv{ width:190px;
		height:107px;
		border-top:1px solid white;
		margin:0;}

div#video h3 { font-style:normal; padding:0px; margin:0px; text-align:center; margin:5px 0; border:0px;}

.clear {
	clear: both;
}


/* ---------------------------- creates the div on the welcome page for the textbox ---------------------- */
div#emailtextbox {
	float: right;
	width: 240px;
	height: 60px;
	padding: 15px 0px 15px 20px;
	margin: 0px 0px 0px 0px;
	border: 0px solid red;
}

/* ----------- creates the div on the welcome page for the click here for a free estimate ---------------- */
div#quote {
	float: left;
	width: 265px;
	height: 54px;
	padding: 20px 0px 20px 0px;
	border: 0px solid red;
	clear: both;
}
.click {
	position: absolute;
	left: 143px;
	top: 18px;
}

