/* CSS Document */
html {font-size: 14px}

body { 
	margin:0; 
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 140%;
	background-color:#000000;
}

a { 
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	color:#66CCFF;
}

a strong { font-size:130%; line-height:120%}
p a {color: #66FFFF; font-weight:normal}
p a:hover { color: #66FFFF; text-decoration:underline}
strong.header {font-size: 180%; font-weight:bolder; display:block; margin-top:20px;}
th {
	font-weight: bold;
	padding-bottom:8px;
}
br {clear:both;}

h1 { position:absolute; display:none;}
h2 { font-size: 160%}
h3 { font-size: 120%; margin-bottom:0; padding-bottom:0; line-height:140%}
h3.tagline {font-size:180%; font-style:italic; color:#FD0100}

#maincontainer {
	width: 991px;
	height: 491px;
	margin: 0 auto;
	background: #000000 url(../images/highway-bg.jpg) no-repeat;
	position: relative;
}

#content {
	width: 480px;
	height: 464px;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 26px;
	left: 419px;
	background: #000000 url(../images/content_container.jpg) no-repeat;
	color:#FFFFFF;
}

#content div {
	width: 440px;
	padding: 15px 0;
	margin: 0 auto;
	font-size: 70%;
	background-color:
}

#navigation {
	background: #000000 url(../images/nav-bg.gif) repeat-x;
	height: 33px;
	width: 100%;
	z-index: 5;
	position: absolute;
	left: 0px;
	font-size: 60%;
	font-weight: normal;
}

#navigation a, #paginationDIV {
	font-size: 120% !important;
}

#navigation a{
	font-size: 120% !important;
	text-decoration: none;
}

#navigation ul {
	list-style-type:none;
	margin: 0;
	padding: 3px;
}

#navigation ul li {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	display: inline;
	padding: 5px 25px;
	border-left: 1px solid #454756;
}

#navigation ul li#first {
	border-left: 0;
}

#footer {
	width: 300px;
	padding-top: 20px;
	text-align:center;
	position: relative;
	top: 480px;
	color:#FFFFFF;
	font-size: 0.6em;
}

.quoteform {
	margin:0 !important;
	padding:10px 0 0 20px !important;
	background:url(../images/formbg.jpg) no-repeat;
	width: 400px !important;
	height: 300px;
	position: absolute;
	top: 246px;
	left: 46px;
	z-index: 3;
}

.quoteform h2 {
	margin: 3px auto 5px auto;
}

.quoteform div {
	margin: 0 !important;
	padding: 8px 30px 0 50px !important;
	width: 300px !important;
}

#quoteformTBL td {
	font-weight: bold;
	padding: 6px 2px 4px 0;
}

#quoteformTBL td.label {
	text-align:right
}


.quoteform div label{
	font-size: 150%;
	float: left;
	width: 4em;
}

.quoteform .submitbtn {
	text-align: right;
}

.quoteform .submit, button, #submit {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#99CCFF;
	font-weight: bold;
	font-size:14px;
	height: 24px;
	border-color:#99CCFF;
	margin: 0 66px 0 0;
}

#submit {
	font-size:12px;
	padding-bottom: 10px;
}

#serviceTBL {
	margin: 12px 0 0 12px;
	width: 80%;
}

#serviceTBL TD{
	padding: 5px;
	font-size: 120%;
}
div.clientLST {
	width: 210px !important;
	float:left;
	font-size: 110% !important;
	white-space:nowrap;
}
ul.clientLST {
	text-decoration:none;
	font-weight: bold;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.clientLST li{
	margin: 0 0 5px 0;
}

address {
	font-size: 110%;
	font-style: normal;
}

address ul{
	margin: 0;
	padding: 0;
}

#gallery {height:335px; overflow:auto}

#gallery img {border:4px solid #fff; margin:0 6px 8px 4px; -moz-box-shadow: 3px 3px 3px #000000; -webkit-box-shadow: 3px 3px 3px #000000; -moz-border-radius: 3px;; -webkit-border-radius: 3px;}

#galleryTBL {
	width: 100%;
}

#galleryTBL tr td {
	padding:6px 0 20px 0;
}

#paginationDIV {
	text-align: center;
	color:#999999;
}