﻿@charset "utf-8";
/* CSS Document */

html {
overflow: -moz-scrollbars-vertical;
}

*{
margin: 0;
padding: 0;
}

body{
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;
background-color: #cabe86;
background-image: url(images/bodyBkgrd.jpg);
background-position: top left;
background-repeat: repeat-x;
}

img{
border: none;
}

#wrapper{
width: 800px;
margin: 15px auto 0 auto;
background-color: #FFFFFF; 
background-image: url(images/contentBkgrd.jpg);
background-position: top left;
background-repeat: repeat-y;
border: 1px solid /*#94843a*/#605313;
border-top: 1px solid #94843a;
}

li{
list-style: none;
}

#branding{
height: 90px;
width: 800px;
background-image: url(images/masthead.jpg);
background-color: #fff;
border-top: 1px solid #94843a;
text-align: right;
padding: 10px 0 0 0;
}

#branding a:link, #branding a:visited{
margin: 10px 10px 0 0;
color: #94843a;
text-decoration: none;
font-size: 11px;
}

#branding a:hover{
color: #605313;
text-decoration: underline;
}

#mainNav{
width: 795px;
height: 28px;
padding-left: 5px;
background-color: #94843a;
background-image: url(images/navBkgrd.jpg);
background-repeat: repeat-x;
border-bottom: 10px solid #605313;

}

#mainNav li{
float: left;
list-style: none;
}

#mainNav a:link, #mainNav a:visited{
display: block;
float: left; /*IE6*/
color: #fff;
line-height: 27px;
height: 27px;
text-decoration: none;
padding: 0 15px;
border: solid #605313;
border-width: 1px 1px 0 1px;
margin: 0 0 0 2px;
background-image: url(images/tabBkgrd.jpg);
background-repeat: repeat-x;
background-color: #cabe86;
}

#mainNav #active a:link, #mainNav #active a:visited{
background-image: url(images/activeTab.jpg);
background-repeat: repeat-x;
background-color: #605313;
color: #fff;
}

#mainFeature{
width: 800px;
height: 200px;
background-color: #94843a;
border-bottom: 10px solid #605313;
background-image: url(images/mainFeatureAM.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#mainFeature h1{
font-size: 22px;
color: #FFFFFF;
padding: 170px 0 0 10px;
}

#mainContent{
min-height: 300px;
border-top: 1px solid #605313;
/*background-image: url(images/watermark.gif);
background-position: bottom left;
background-repeat: no-repeat;*/

}

#mainContent ul{
margin: 0 0 10px 0;
}

#mainContent li{
margin: 0 0 5px 0;
}

#sizzle li{
padding: 0 0 3px 22px;
line-height: 16px;
background-image: url(images/bullet.jpg);
background-repeat: no-repeat;
}

.largeCol{
width: 780px;
padding: 10px;
}

#largeColL{
float: left;
width: 512px;
padding: 10px;
text-align: justify;
}

#smallColR{
float: right;
width: 244px;
padding: 10px;
}

h1{
clear: both;
font-size: 20px;
color: #94843a;
margin: 0 0 5px 0;
}

h2{
clear: both;
font-size: 18px;
color: #94843a;
margin: 0 0 5px 0;
}

h3{
clear: both;
font-size: 16px;
color: #94843a;
margin: 0 0 5px 0;
}

#mainContent p{
margin: 0 0 10px 0;
line-height: 16px;
text-align: justify;
}

#mainContent a:link, #mainContent a:visited{
color: #94843a;
text-decoration: underline;
}

#mainContent a:hover{
color: #605313;
text-decoration: none;
}

#footer{
clear: both;
width: 780px;
color: #fff;
padding: 5px 10px;
background-color: #94843a;
font-size: 10px;
border-top: 1px solid #605313;
background-image: url(images/navBkgrd.jpg);
background-repeat: repeat-x;
background-position: bottom left;
/*background-image: url(images/activeTab.jpg);
background-repeat: repeat-x;*/
}


/*------------------------------------------------------------GALLERY*/

#gallery #wrapper{
background-image: none;
}

#galleryContent{
width: 800px;
min-height: 300px;
}



ul.thumbnails{
padding: 5px 0 0 9px;
float: left;
text-align: center;
line-height: 1em;
list-style: none;
}

ul.thumbnails li{
display: inline;
margin: 0;
padding: 0;
}

ul.thumbnails a{
display: block;
float: left;
margin: 0 10px 7px 0;
padding: 3px 3px 6px 3px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #fff;
}

ul.thumbnails a:hover{
background-color: #ddd;
}

#galleryContent p{
margin: 10px auto;
}

p.photo{
float: left;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
background-color: #fff;
text-align: center;
line-height: 1em;
}

p.photo img{
border: 1px solid #000;
}

#galleryContent a:link, #galleryContent a:visited{
color: #94843a;
text-decoration: none;
}

#galleryContent a:hover{
color: #605313;
}

#picAlign{
float: left;
width: 628px;
text-align: center;
padding: 0 0 0 125px;
}

/*------------------------------------------------------------SERVICES*/

.serviceList{
float: left;
}

.serviceList h2{
padding: 0 3px 0 0;
margin: 0 15px 10px 0;
border-bottom: 1px solid #94843a;
}

.header{
color: #94843a;
}

strong{
font-size: 13px;
font-weight: bolder;
color: #94843a;
}

.serviceList ul{
width: 250px;
margin: 0 15px 10px 0;
}

.serviceList li{
padding: 0 0 3px 25px;
line-height: 18px;
background-image: url(images/bullet.jpg);
background-repeat: no-repeat;
}


label{
width: 170px;
float: left;
}

.galleryBox{
clear: left;
float: left;
width: 100%;
border: 1px solid #94843a;
margin: 0 0 10px 0;
background-color: #fff;
background-image: url(images/galleryBkgrd.jpg);
background-position: top left;
background-repeat: repeat-x;
}

.galleryBox h3{
width: 200px;
font-size: 13px;
color: #fff;
background-color: #94843a;
margin: 0 0 8px 0;
padding: 2px 2px;

}

.galleryBox img{
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #999;
border-top: 1px solid #999;
}

.smallColR .thumbnails{
padding: 5px 17px 5px 23px;
border-bottom: 1px dotted #94843a;
}

#mainShadow{
width: 802px;
height: 80px;
margin: 0 auto 15px auto;
background-image: url(images/mainSadow.jpg);
background-repeat: no-repeat;
}

#gallery #mainShadow{
width: 802px;
height: 80px;
margin: 0 auto 15px auto;
background-image: url(images/mainSadowG.jpg);
background-repeat: no-repeat;
}
#wrapper #mainContent #largeColL form fieldset {
	border-style: none;
}

form input {
	font-size: 11px;
	display: block;
	width: 50px;
}

form fieldset ul li input {
	width: 100px;
}

