@charset "utf-8";
/* CSS Document */

/* Tags */
body, html {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:10pt;
	line-height:1.5;
	
	text-align:center;
	
	margin:0;
	padding:0;
	
	background-color:#fff/*#336698*/;
}

body {
	background-image:url('images/bg.gif');
	background-repeat:repeat-x;
	background-position:0 -210px;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	margin:0;
	padding:0;
}

h1 {
	font-size:1.8em;
	font-family:Georgia, Times, serif
}

h2 {font-size:1.2em;color:#003368;border-bottom:1px solid #ccc;}
h3 {font-size:1.1em;color:#555;margin-top:.6em;}
h4 {font-style:italic;color:#666;}

p {
	margin:.4em;
}

a {
	outline:none;
	color:#243E8F;
}

ul {
	list-style-type:square;
	margin:.4em .4em .4em 2em;
}

ul li {list-style-type:square;}

a:hover {
	color:#355CD3;
}

cite {font-weight:bold}

/* Classes */
.clear {clear:both !important; float:none !important;height:0 !important;padding:0 !important;margin:0 !important;font-size:1px !important}

.callout {
	font-weight:bold;
}

.callout a {
	color:#fff;
}

.button {
	display:block;
	text-align:center;
	margin:1em auto 0 0;
	padding:.4em;
	
	background-color:#336698;
	background-image:url('images/button_bg.gif');
	background-repeat:repeat-x;
	background-position:top;
	
	font-weight:bold;
	text-decoration:none;
	
	border-width:1px;
	border-style:solid;
	border-color:#000;
	
	border-right-width:2px;
	border-bottom-width:2px;
}

.button:hover {
	background-position:50px;
}

.localnav li {
	display:inline;
	list-style-type:none;
	font-size:1.1em;
	font-weight:bold;
	
	padding:0 1em 0 1em;
}

.localnav li a {text-decoration:none}

.localnav {margin-bottom:2em}

/* Page Elements */
#wrapper {
	width:850px;
	text-align:left;
	
	margin:0 auto;
}

#header {	
	padding:10px;
	height:100px;
	
	margin-bottom:5px;
}

#header h1 a {
	text-indent:-10000px;
	font-size:0.01em;
	overflow:hidden;
	
	text-decoration:none;
	
	margin-bottom:2px;
	padding-bottom:5px;
	
	float:left;
	display:block;
	width:170px;
	height:100px;
	
	background-image:url('images/logo.png');
	background-repeat:no-repeat;
	background-position:top center;
}

#header h1 a:hover {
	margin-bottom:0;
	border-bottom:2px solid #eee;
}

#header div.right {
	float:right;
	width:660px;
}

#header p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	
	float:right;
	width:60%;
	
	margin-top:5px;
	
	
	color:#eee;
	
	/*font-weight:bold;*/
	font-style:italic;
	
	border-bottom:1px solid #ddd;
}

#navigation {
	height:39px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#navigation ul {
	/*width:100%;*/
	/*background-color:#cdcae5;*/
	
	margin-left:3em;
	margin-bottom:.1em;
	margin-top:20px;
	

	float:right;
}

#navigation li {
	float:left;
	list-style:none;
}

#navigation li a {
	display:block;
	padding:.4em .5em 0 .5em;
	margin:0;
	
	/*background-color:#a8d6ff;*/
	color:#eee;
	
	font-weight:bold;
	font-size:1.1em;
	text-decoration:none;
}

#navigation li a.here {
	border-bottom:5px solid #53a5f6;
	background-color:#3c79b4;
}

#navigation li a:hover {
/*	background-color:#336698;
	color:#fff;*/
	
	/*padding-bottom:0;*/
	/*border-bottom-width:.8em;
	border-bottom-color:#243E8F;*/
	
	color:#fff;
	border-bottom:5px solid #fff;
	background-color:#3c79b4;
}

#body {
	/*border:1px solid #a8d6ff;*/
	
	/*padding:.6em;*/
}

#content {
	border:1px solid #222;
	position:relative;
	/*border-top-color:#ddd;*/
	background:#fff;
	
	/*-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;*/
	
	overflow:hidden;
}

#page {
	/* default crossword background */
	background-image:url('images/cwus.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	
	width:100%;
	height:auto;
	
	margin:0;
	padding:0;
	float:left;
}

#page div {
	width:70%;
	float:right;
	
	padding:1em 1em 4em 1em;
	
	background:url('images/fff_50.png');
}

#page div h1 {padding:0;border-bottom:2px solid #fc0}

/* background styles for individual pages */
#page.clients {background-image:url('images/page_clients.jpg');}
#page.news {background-image:url('images/page_news.jpg');}
#page.services {background-image:url('images/page_services.jpg');}
#page.contact {background-image:url('images/page_contact.jpg');}
#page.about {background-image:url('images/page_about.jpg');}
#page.vehicles {background-image:url('images/page_vehicles.jpg');}

/* Styles for home page greeting */
#page.home {
	/* height based on bg image height */
	height:325px;
}

#page.home div {background:none;padding-bottom:1em;}

#page.home p, #page.home a {color:#eee}

#page.home p {
	/* dark blue partially transparent background for boxes */
	background:url('images/blue_bg.png');
	/*border:1px solid #000*/;
	padding:.4em;
	font-size:1.2em;
}

/* features section at the bottom of every page. i.e. - about us, services, clients */
#features {
	border-top:2px solid #000;
	
	background-image:url('images/feature_bg.gif');
	background-repeat:repeat-x;
	background-position:top left;
}

#features div {
	float:left;
	width:30%;
	
	margin:1.6%;
	font-size:1em;
	
	/*border-right:1px solid #ccc;*/
}


#features ul {margin:0}

#features ul li {
	list-style:outside disc;
	margin-left:1.8em;
}

#features h2 {
	border-bottom:1px solid #336698;
	margin-bottom:.6em;
}

#footer {
	margin-top:2em;
	margin-bottom:1em;
	padding:1em;
	
	clear:both;
	border-top:1px solid #6699cb;
	border-right:1px solid #6699cb;
	
	font-size:.8em;
}

#footer, #footer a {color:#333}