/* 
Project:	David Slater Landscapes
Media:		Screen
Date:		Sept 2007
Author:		Ryan Yates

 */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a9c659 url(../images/bk-body01.jpg) repeat-x;
	font-size: small;
	font-family: Arial, sans-serif;
	text-align: center;
}

.access {
	display: none;
}


#pageWrapper {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

#header {
	width: 700px;
	float: left;
	height: 200px;
	background: url(../images/bk-head01.jpg) no-repeat right bottom;
}

#header p {
	margin: 0px;
	margin-top: 30px;
}
#header img {
	border: 0px;
}

#content {
	width: 700px;
	margin-top: 30px;
	height: 400px;
	float: left;
	background: url(../images/bk-content.jpg) no-repeat right top;
}

#navigation {
	width: 230px;
	float: left;
}
#navigation ul {
	width: 230px;
	list-style-type: none;
}
#navigation li {
	width: 230px;
	float: left;
	display: block;
}
#navigation li a {
	width: 230px;
	height: 40px;
}


.nav-home a {
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../images/bk-nav-home.gif) no-repeat left;
}
.nav-home a:hover {
	background-position: -230px;
}

.nav-services a {
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../images/bk-nav-services.gif) no-repeat left;
}
.nav-services a:hover {
	background-position: -230px;
}

.nav-info a {
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../images/bk-nav-info.gif) no-repeat left;
}
.nav-info a:hover {
	background-position: -230px;
}

.nav-rates a {
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../images/bk-nav-rates.gif) no-repeat left;
}
.nav-rates a:hover {
	background-position: -230px;
}

.nav-contact a {
	float: left;
	clear: both;
	text-indent: -9999px;
	background: url(../images/bk-nav-contact2.gif) no-repeat left;
}
.nav-contact a:hover {
	background-position: -230px;
}



#maincolumn {
	width: 470px;
	float: left;
	margin-top: 4px;
}

#mainContent {
	background: url(../images/bk-column.jpg) no-repeat top;
	width: 390px;
	float: left;
	min-height: 360px;
	_height: 360px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#mainContent h2 {
	margin-bottom: 20px;
	color: #ec840b;
	font-weight: normal;
	font-size: 170%;
}

#mainContent h3 {
	margin-bottom: 10px;
	color: #80bb42;
}

#mainContent p {
	margin-bottom: 15px;
	line-height: 140%;
	color: #68805a;
}

#mainContent a {
	color: #ec840b;
	border-bottom: 1px dotted #ec840b;
	text-decoration: none;
}
#mainContent a:hover {
	color: #80bb42;
	border-bottom: 1px dotted #80bb42;
}

#mainContent ul {
	margin-bottom: 15px;
	margin-left: 20px;
	line-height: 140%;
	color: #68805a;
}

#gallery {
	width: 390px;
	float: left;
	text-align: left;
	margin-top: 15px;
}
#gallery ul {
	width: 390px;
	float: left;
	list-style-type: none;
	margin: 0px;
}
#gallery li {
	float: left;
}
#gallery li a {
	float: left;
	margin-right: 6px;
	border-bottom: 0px;
}
#gallery li a:hover {
	margin-right: 6px;
	border-bottom: 0px;
}
#gallery a img {
	border: 2px solid #80bb42;
}
#gallery a:hover img {
	border: 2px solid #ec840b;
}

.galleryInfo {
	font-size: 90%;
	color: #ec840b;
}

.caption {
	font-size: 70%;
}

#maincolumnBase {
	width: 470px;
	height: 11px;
	float: left;
	background: url(../images/column-base.gif) no-repeat center top;
	padding: 0px;
	margin: 0px;
}

#footer {
	width: 430px;
	float: left;
	margin-top: 10px;
	text-align: right;
	font-size: 90%;
	color: #617e14;
	padding-right: 40px;
}

a:focus {
	outline: none;
}
a:active {
	outline: none;
}