html, body {
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #e7e7e7;
}

#wrapper {
    position: relative;
	min-height: 100%;
}

#headerHolder {
	background-color: #000000;
	background-image: url(../images/header_tile.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
}

.header {
	height: 307px;
	background-image: url(../images/header_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	position: absolute;
	width: 374px;
	height: 41px;
	padding-top: 22px;
	margin-left: 445px;
}

#navHome {
	position: absolute;
	width: 85px;
	height: 41px;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 2;
}

a.navHome {
     display: block;
     width: 85px;
     height: 41px;
	 outline: none;
     background-image: url(../images/navHome.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navHome:hover {
     background-position: 0px -41px;
	 z-index: 2;
}

.navHomeActive {
	display: block;
	width: 85px;
	height: 41px;
	outline: none;
	background-image: url(../images/navHome.jpg);
	background-repeat: no-repeat;
	background-position: 0px -82px;
	z-index: 2;
}

#navGallery {
	position: absolute;
	width: 97px;
	height: 41px;
	margin-top: 0px;
	margin-left: 85px;
	z-index: 2;
}

a.navGallery {
     display: block;
     width: 97px;
     height: 41px;
	 outline: none;
     background-image: url(../images/navGallery.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navGallery:hover {
	background-position: 0px -41px;
	z-index: 2;
}

.navGalleryActive {
	display: block;
	width: 97px;
	height: 41px;
	outline: none;
	background-image: url(../images/navGallery.jpg);
	background-repeat: no-repeat;
	background-position: 0px -82px;
	z-index: 2;
}

#navServices {
	position: absolute;
	width: 100px;
	height: 41px;
	margin-top: 0px;
	margin-left: 182px;
	z-index: 2;
}

a.navServices {
     display: block;
     width: 100px;
     height: 41px;
	 outline: none;
     background-image: url(../images/navServices.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navServices:hover {
     background-position: 0px -41px;
	 z-index: 2;
}

.navServicesActive {
	display: block;
	width: 100px;
	height: 41px;
	outline: none;
	background-image: url(../images/navServices.jpg);
	background-repeat: no-repeat;
	background-position: 0px -82px;
	z-index: 2;
}

#navContact {
	position: absolute;
	width: 92px;
	height: 41px;
	margin-top: 0px;
	margin-left: 282px;
	z-index: 2;
}

a.navContact {
     display: block;
     width: 92px;
     height: 41px;
	 outline: none;
     background-image: url(../images/navContact.jpg);
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 z-index: 2;
}
	 
a.navContact:hover {
     background-position: 0px -41px;
	 z-index: 2;
}

.navContactActive {
	display: block;
	width: 92px;
	height: 41px;
	outline: none;
	background-image: url(../images/navContact.jpg);
	background-repeat: no-repeat;
	background-position: 0px -82px;
	z-index: 2;
}

#spacer {
	padding: 50px;
}

.galleryContainer {
	width: 870px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.galleryEntry {
	width: 290px;
	float: left;
}

.galleryImg {
	width: 240px;
	border: 10px solid #FFFFFF;
}

.galleryCo {
	font-family: georgia, arial;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #575757;
	padding-top: 6px;
	padding-left: 10px;
}

.galleryDesc {
	font-family: arial;
	font-size: 11px;
	color: #575757;
	padding-left: 11px;
	padding-bottom: 30px;
}

#pagination {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.pagination {
	text-align: center;
	font-family: georgia, arial;
	font-size: 14px;
	font-weight: bold;
	color: #575757;
}

.pagination a:link {
   color: #003e76;
   text-decoration: none;
}

.pagination a:visited {
   color: #003e76;
   text-decoration: none;
}

.pagination a:hover {
   color: #00a0ff;
   text-decoration: none;
}

.pagination a:active {
   color: #003e76;
   text-decoration: none;
}

.selected {
   color: #a9bc4a;
}

.servicesContainer {
	width: 780px;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.servicesTitle {
	font-family: georgia, arial;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #603913;
	margin-bottom: 5px;
	padding-left: 31px;
}

.servicesDesc {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #222222;
	margin-left: 5px;
	width: 385px;
	float: left;
}

.servicesImg {
	width: 330px;
	height: 150px;
	border: 10px solid #e7e7e7;
	margin-bottom: 30px;
}

.servicesImg3 {
	width: 330px;
	height: 150px;
	border: 10px solid #e7e7e7;
	margin-bottom: 0px;
}


.servicesDescImgs {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #222222;
	width: 350px;
	float: right;
}

.servicesDesc a:link {
   color: #fdba46;
}

.servicesDesc a:visited {
   color: #fdba46;
}

.servicesDesc a:hover {
   color: #FFFFFF;
}

.servicesDesc a:active {
   color: #fdba46;
}

.contactContainer {
	width: 840px;
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.contactBg {
	width: 840px;
	height: 250px;
	background-image: url(../images/contactLine.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.contactTitle {
	font-family: georgia, arial;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #603913;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 15px;
}

.contactTitleMessage {
	font-family: georgia, arial;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #603913;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.contactMid {
	width: 280px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contactMidThanks {
	width: 500px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contactRight {
	width: 287px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contactForm {
	margin: 0px;
	padding: 0px;
}

.contactLabel {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #603913;
}

.contactMessageLabel {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin-top: 60px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	color: #603913;
}

.contactSubmit {
	margin-top: 14px;
	margin-left: 178px;;
}

.contactFields {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	width: 250px;
	height: 21px;
	border: 1px solid #7a9bb8;
	background-color: #e5ecf1;
}

.contactMessage {
	font-family: verdana, arial;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	color: #333333;
	padding-top: 5px;
	padding-left: 5px;
	width: 250px;
	height: 80px;
	border: 1px solid #7a9bb8;
	background-color: #e5ecf1;
}

.contactInfoBox {
	width: 273px;
	float: left;
	padding: 0px;
}

.contactDesc {
	font-family: arial;
	font-size: 12px;
	color: #222222;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
}

.contactDesc a:link {
   color: #003e76;
}

.contactDesc a:visited {
   color: #003e76;
}

.contactDesc a:hover {
   color: #00a0ff;
}

.contactDesc a:active {
   color: #003e76;
}

.contactDesc2 {
	font-family: arial;
	font-size: 12px;
	color: #222222;
	margin-top: 27px;
	margin-left: 30px;
}

.contactDesc2 a:link {
   color: #003e76;
}

.contactDesc2 a:visited {
   color: #003e76;
}

.contactDesc2 a:hover {
   color: #00a0ff;
}

.contactDesc2 a:active {
   color: #003e76;
}

.contactDesc3 {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: #222222;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.homeDesc {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #222222;
	margin-left: 30px;
	width: 340px;
	float: left;
}

.missingFlash {
	font-family: arial;
	font-size: 12px;
	line-height: 24px;
	color: #222222;
}

#slideshow {
	width: 380px;
	height: 190px;
	float: right;
	background-color: #e7e7e7;
}

.homeTitle {
	font-family: georgia, arial;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #603913;
	margin-bottom: 5px;
	padding-left: 31px;
}

#footer {
    position: absolute;
    bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #a9bc4a;
	background-color: #0c1724;
	width: 100%;
}


.footer {
	text-align: center;
	font-family: arial;
	font-size: 11px;
	line-height: 20px;
	color: #fed4a7;
}

.footer a:link {
   color: #fdba46;
}

.footer a:visited {
   color: #fdba46;
}

.footer a:hover {
   color: #FFFFFF;
}

.footer a:active {
   color: #fdba46;
}

.contentClear {
	clear: both;
	height: 1px;
}

ul {
	margin-bottom: 0px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}




