/* CSS Document */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:12px Verdana, Arial, Helvetica, sans-serif;
background-color: #829CC4;
line-height:1.5em;
color:#555;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
padding:0;
margin:0 0 10px 0;
letter-spacing:.3px;
font-size:2em;
line-height:1.2em;
color:#00346F;
font-weight:normal;
font-family: arial, 'trebuchet ms', 'Times New Roman', Times, serif;
}
 
h2 {
padding:0;
margin:10px 0 10px 0;
font-size:1.3em;
color:#00346F;
font-weight:normal;
line-height:1.3em;
}
 
h3 {
padding:0;
margin:10px 0 10px 0;
font-size:1.2em;
color:#00346F;
font-weight:normal;
font-style:italic;
line-height:1.3em;
}

h4 {
padding:0;
margin:10px 0 10px 0;
font-size:1.2em;
color:#00346F;
font-weight:normal;
line-height:1.3em;
}

h5 {
padding:0;
margin:10px 0 10px 0;
font-size:1.1em;
color:#00346F;
font-weight:normal;
line-height:1.3em;
}

h6 {
padding:0;
margin:10px 0 10px 0;
font-size:1em;
color:#00346F;
font-weight:bold;
line-height:1.3em;
}
 
/***** Common Formatting *****/
 
p, ul, ol {
margin:0;
padding:0 0 1.2em 0;
line-height:1.5em;
}
 
ul, ol {
padding:1em 0 1em 1.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:none;
outline: none;
color:#5B4D3A;
}
a:hover {
text-decoration:underline}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
table tr td {
}

 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; color:#6E152D }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.small         { font-size:.8em; }
.dblue		   { color:#00346F; }
.lblue		   { color:#6B8EC8; }
 
.img-left      { float:left;margin:4px 10px 4px 0;}
.img-right     { float:right;margin:4px 0 4px 10px; display:block; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Wrapper *****/
 
#top {
height:10px;
width:920px;
margin:0 auto;
background: #829CC4 url(/media/topbg.jpg) no-repeat bottom center;
}

#wrap {
width:900px;
margin:0 auto;
padding:0 10px;
background: #829CC4 url(/media/contentbg.jpg) repeat-y top center;
}

#bottom {
height:10px;
width:920px;
margin:0 auto;
background: #829CC4 url(/media/bottombg.jpg) no-repeat top center;
}

#header {
margin:0px;
padding:0px;
border-bottom:1px solid #fff;
}

#content {
overflow:auto;
}

#maincolumn {
width:650px;
float:left;
display:inline;
margin:15px 0 5px 15px;
}

#singlecolumn {
width:875px;
float:left;
display:inline;
margin:15px 0 5px 15px;
}

#sidecolumn {
width:210px;
float:right;
display:inline;
margin:15px 15px 5px 0;
}

#sidecolumn p {
font-size:.9em;}

.contentbox {
background-color:#fff;
border:0px solid #6B8EC8;
padding:15px;
margin-bottom:10px;
overflow:hidden;
}

.contentbox h2 {
margin:0 0 5px 0;
}

#maincolumn .contentbox {
width:618px; }

#sidecolumn .contentbox {
width:180px;
padding:10px 15px;
}

#singlecolumn .contentbox {
width:838px;}

#specials {
width:650px;
margin-bottom:10px;
overflow:hidden;
}

.leftspecial {
width:290px;
float:left;
background-color:#ffffdd;
border:1px solid #EFE8CA;
padding:14px;
}

.rightspecial {
width:290px;
float:right;
background-color:#ffffdd;
border:1px solid #EFE8CA;
padding:14px;
}

.announce {
background-color:#ffffdd;
border:1px solid #EFE8CA;
}

#specials p{
padding:0px;
margin:0px 0;}

#footer{
width:900px;
background-color:#00346F;
border-top:1px solid #fff;
color:#fff;
overflow:auto;
font-size:.8em;
clear:both;
}

#footer a {
color:#fff}

/* MAINNAV*/

#mainnav {

background-color:#496D93;
border-bottom:1px solid #fff;
list-style: none;
text-align:left;
overflow:hidden;
}

#mainnav ul {
margin:0px;
padding:0 3px;
}

#mainnav li {
margin:0px;
display:block;
float:left;
list-style: none;
padding:0px;
}

#mainnav .last {
border-right:0px;
}

#mainnav li a {
display:block;
text-decoration:none;
font-size:1.2em;
font-weight:normal;
color:#fff;
padding:1px 6px 3px;
margin:3px 0;
}

#mainnav li a:hover {
color:#fff;
text-decoration:underline;
background-color: #3B5B7B;
}

#home .home,
#commercial .commercial, 
#why .why,
#business .business, 
#residential .residential, 
#contact .contact,
#gallery .gallery {
color:#E3EAF0;
text-decoration:underline;

}


/* END MAINNAV */


/* SUBNAV */

#subnav {

height:28px;
background-color:#D3C8B8;
border-bottom:1px solid #fff;
list-style: none;
}

#subnav ul {
margin:0px;
padding:4px 5px;
float:left;
}

#subnav li {
display:block;
float:left;
list-style: none;
margin:0px;
}

#subnav .last {
border-right:0px;
}

#subnav li a {
display:block;
text-decoration:none;
font-size:1em;
font-weight:normal;
color:#5F4623;
padding:0px 7px;
}

#subnav li a:hover, #subnav li a.current {
color:#333;
text-decoration:underline;
}

#subnav li a:hover {
text-decoration:underline
}


/* END SUB NAV */

.gallerythumbs a, .homethumbs a {
overflow:hidden;
display:inline;
float:left;
margin:3px 2px 3px 2px;
border:1px solid #A89880;
}

.gallerythumbs a {
width:133px;
height:90px;
}

.gallerythumbs a:hover, .homethumbs a:hover {
margin:2px 1px 2px 1px;
border:2px solid #877861
}

.pageimages {
width:224px;
padding:10px;
float:right;
border:1px solid #ddd;
background-color:#f5f5f5;
margin:0 0 0 20px;
display:inline;
}


.pageimages a {
overflow:hidden;
display:inline;
float:left;
margin:3px 1px 3px 1px;
border:1px solid #A89880;
width:220px;
}

.thumb {
width:220px;
display:inline;
margin:0 auto;
overflow:hidden;
}

.thumb img{
width:220px;
display:inline;
margin:0 auto;
overflow:hidden;
}

.pageimages a:hover {
margin:2px 0px 2px 0px;
border:2px solid #877861
}



.homethumbs{
padding:0px;
overflow:hidden;
}

.homethumbs a {
overflow:hidden;
display:inline;
float:left;
margin:2px 2px 2px 2px;
border:1px solid #A89880;
}

.homethumbs a {
width:87px;
height:58px;
}

.homethumbs a:hover {
margin:1px 1px 1px 1px;
border:2px solid #877861
}


#headersplash {
position:absolute;
margin:-260px 0 0 0;
*margin:-263px 0 0 0;
width:900px;
height:260px;
*height:257px;
display:block;
z-index:20;
}

#headerimages {
z-index:3;
width:900px;
height:260px;
*height:257px;
display:block;
}


#headerimagestatic {
z-index:3;
width:900px;
height:260px;
*height:257px;
display:block;
}

#footer h2 {
margin:0 0 10px 0;
color:#fff;}

#footleft, #footcentre, #footright {
float:left;
width:200px;
margin:25px;
display:inline;
}

#footcentre {
width:400px;
-width:395px;
margin:25px 0px;
display:inline;}
