﻿/*global*/
html,body,p,div,img,h1,h2,h3,h4,h5,h6,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	color: #474747;
	background: url(images/blue-wallpaper.jpg);
	margin: 0px auto 0px auto;
}

/*text*/
p {
line-height: 16px;
margin: 0 0 10px 0;
}

h1 {
font-family: helvetica, arial, sans-serif;
font-size: 2.3em;
font-weight: bold;
color: #fff;
letter-spacing: -1px;
}

h2 {
font-family: helvetica, arial, sans-serif;
font-size: 18px;
font-weight: normal;
color: #282828;
letter-spacing: 0.3px;
margin: 0 0 10px 0;
}

h3 {
font-family: helvetica, arial, sans-serif;
font-size: 16px;
font-weight: normal;
color: #282828;
letter-spacing: 0.3px;
margin: 0 0 12px 0;
}

h4 {
font-family: helvetica, arial, sans-serif;
font-size: 14px;
font-weight: normal;
color: #282828;
letter-spacing: 0.3px;
margin: 0 0 10px 0;
}

h5 {
font-family: helvetica, arial, sans-serif;
font-size: 18px;
font-weight: normal;
color: #eee;
letter-spacing: 0.3px;
margin: 0 0 15px 0;
}

li {
line-height: 18px;
font-size: 12px;
}

ul {
margin: 10px 0 0 20px;
}

.center {text-align: center;}

.bold {font-weight: bold;}

a {
color: #282828;
}

a:hover {
color: #6e6e6e;
}

a:active {
color: #ccc;
text-decoration: none;
}

a:visited {
}

/*box classes*/
.clear {
clear: both;
height: 0px;
overflow: hidden;
}

.photo {
background: #c6cbd8;
border: 1px solid #9ca8c8;
padding: 4px;
}

/* Form Styling */
#form_div {
width: 360px;
color: #555;
font-weight: bold;
margin: 0 10px 20px 0;
}

.form {
background: #eee;
padding: 10px;
height: 393px;
}

.input {
width: 200px;
height: 15px;
font-size: 12px;
border: 1px solid #cccccc;
background: url(images/formgradient.jpg) repeat-x #ffffff;
margin-bottom: 15px;
padding: 5px;
float: right;
}

.input:hover {
border: 1px solid #aaaaaa;
}

.textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 0px; line-height: 14px; margin: 0px;
width: 200px;
height: 150px;
line-height: 18px;
font-size: 12px;
border: 1px solid #cccccc;
background: url(images/formgradient.jpg) repeat-x #ffffff;
margin-bottom: 10px;
padding: 5px;
float: right;
}

.textarea:hover {
border: 1px solid #aaaaaa;
}

.submit {
float: right;
padding: 2px 10px;
clear: both;
}

label {
width: 150px;
float: left;
font-size: 12px;
margin: 10px 0 -18px 0;
}

.right {
float: right;
margin: 10px 10px 0 0;
}

.left {
float: left;
}

/*-------------------------------------*/
/*---------- Sliding Nav -------------*/
/*-----------------------------------*/

ul#sliding-navigation {
list-style: none;
font-size: 14px;
margin: 55px 0;
}

ul#sliding-navigation li.sliding-element a {
display: block;
padding: 2px 30px;
width: 182px;
height: 32px;
margin: 0;
margin-bottom: 5px;
text-decoration: none;
background: url(images/slidingtab.png) no-repeat;
color: #eee;	
}

ul#sliding-navigation li.sliding-element a.selected {
background: url(images/slidingtabselected.png) no-repeat;
}

ul#sliding-navigation li.sliding-element a:hover { color: #ffffff; }

/*--------------------------------*/
/*---------- Layout -------------*/
/*------------------------------*/
#body {background: url(images/bg.png) repeat-x;height:100%;}
#container {
width: 960px;
margin: 0px auto;
}

/*********************/	
/*    CONTAINERS    */	
/*******************/	

#header {
padding: 40px 0 0;text-align:left;
width: 960px;
}

#primaryContent {
float: left;
width: 735px;
margin: 30px 0 0 0;
}

#secondaryContent {
float: left;
width: 225px;
margin: 30px 0 0 0;
}

/*****************/	
/*    HEADER    */	
/***************/	

#logo {
margin: 0 0 0 40px;
}

#telweb {
margin: 10px 65px 10px 45px;
font-size: 18px;
color: #fff;
font-family: Helvetica, Arial, Verdana, Sans-Serif;
text-align: right;
text-shadow: 1px 1px 0 #333;
}

#telweb p {
margin: 0 0 3px;
}

#telweb a {
color: #fff;
font-size: 16px;
text-decoration: none;
font-weight: bold;
}

/****************************/	
/*    SECONDARY CONTENT    */	
/**************************/

#slidingNavigation {
width: 10px;
height: 364px;
background: url(images/nav-border.png) no-repeat;
list-style: none;
padding: 40px 0 0 0;
}

#slidingNavigation li a {
display: block;
width: 116px;
height: 23px;
background: url(images/nav-tab.png) no-repeat;
background-position: 0 0px;
cursor: pointer;
margin: 0 0 0 1px;
text-decoration: none;
text-shadow: 1px 1px 0 #cfd1d5;
padding: 9px 40px;
color: #151515;
outline: none;
}

#slidingNavigation li a:hover,#slidingNavigation li a.selected {
background-position: 0 -41px;
color: #1e2842;text-shadow: 1px 1px 0 #5472b6;
}

#slidingNavigation li a:active {
background-position: 0 -82px;
color: #1e2842;text-shadow: 1px 1px 0 #6893EF;
}


/**************************/	
/*    PRIMARY CONTENT    */	
/************************/

#contentTop {
background: url(images/contenttop.png) no-repeat;
width: 734px;
height: 91px;
position: relative;
}

#contentSlice {
background: url(images/contentslice.png) repeat-y;
width: 734px;
position: relative;
}

#contentBottom {
background: url(images/contentbottom.png) no-repeat;
width: 734px;
height: 24px;
position: relative;
}

.page {
padding: 30px 20px 30px 40px;
}#aboutPage.page {padding: 30px 40px 30px 40px;text-align:justify;}

/******************/	
/*    TAGLINE    */	
/****************/

#tagline {
padding: 30px 0 0 40px;
text-shadow: 2px 2px 2px #182158;
}

#bookmark {
text-indent: -9999px;
background: url(images/bookmark.png) no-repeat;
background-position: 0 0;
width: 193px;
height: 57px;
display: block;
position: absolute;
top: -2px;
right: 30px;
outline: none;
}

#bookmark:hover { background-position: 0 -57px; }
#bookmark:active { background-position: 0 -114px; }

/*****************/	
/*    FOOTER    */	
/***************/	

#footer {
float: right;
margin: 0 20px;
color: #ddd;
}

.footerColumn {
float: left;
width: 170px;
height: 211px;
padding: 20px 20px 0;
margin: -10px 10px;
background: url(images/footer-bg.png) no-repeat;
}.footerColumn.middle {width: 190px;padding: 20px 10px 0;}
ul#footerNav {list-style-type:none;margin-left:0px;}ul#footerNav li a {display:block;text-decoration:none;font-weight:bold;}
#footer a:link { color: #557ad9; }#footer a:visited { color: #557ad9;}
#footer a:hover { color: #eee; }
#footer a:active { color: #666; }

#towns { display: none; }
#more { display: none; }


/**********************/
/*    HOME LAYOUT    */
/********************/

#homePage {
width: 440px;
float: left;
}

#homePhoto {
margin: 30px 30px 10px 0;
}

#homeServicesBox {
background: #fff;
border: 1px solid #c6cbd8;
margin: 20px 0 0 0;
padding: 10px 0 10px 15px;
}

#homeServicesBox li {
margin: 0 0 15px 0;
float: left;
width: 200px;
}
#homeServicesBox li  a {display:block;text-decoration:none;}
#bigNav {
margin: 18px 0 -25px 0;
}

#bigNav a {
outline: none;
}



/*---------------------------------*/
/*----------- Content ------------*/
/*-------------------------------*/
img#plug {position:relative;left:-34px;float:left;}body#contact div.left {width:250px;}
acronym {border:0px;}address {font-style:normal;}