/*** GENERIC ***/

* {
	margin: 0;
	padding: 0;
	font-family:Arial,Verdana,Helvetica;
	line-height:100%;
}

body {
	background: #efefee;
	height: 100%;
}

p,li,label,input {
	font-size: 0.8em;
}

p {
	line-height: 140%;
}

img {
	border: none;
}

a img {
	border: none;	
}

h1 {
	font-size: 150%;
}

/*** LIGHTBOX ***/

#overlay {
	background-color:#000;
	position:absolute;
	width:100%;
	filter:alpha(opacity=70);
	opacity:0.7;
	display: none;
	top: 0;
	left: 0;
	z-index: 1000;
}

#overlay2 {
	background-color: none;
	position:absolute;
	width:100%;
	display: none;
	top: 0;
	left: 0;
	z-index: 1001;
}


#holder {
	position: relative;
	background-color: #fff;
	padding:5px;
	width: 100px;
	height: 100px;
	margin: 100px auto;
	display: none;
	z-index: 1002;
}

#holder img.lightbox {
	display: none;
	clear: both;
	margin: 10px auto;
	border: 1px solid grey;
}

#holder p {
	clear: both;
	display: block;
	padding: 5px 0;
	color: #a0a0a1!important;	
	font-size: 12px;
}

#holder p span {
	color: #B09A8F!important;
	font-weight: bold;
}


/*** WRAPPER ***/

#wrapper {
	width: 960px;
	margin: 10px auto;
	background: #fff;
}

/*** MENU ***/

ul#menu {
	list-style: none;
	width: 960px;
	height: 40px;
	background: #efefee;
	/*border-bottom: 1px solid #999999;*/
	padding: 0 0 1px 0;
}

ul#menu li {
	width: 83px;
	height: 35px;
	background: white;
	float: left;
	margin-left: 2px;
	border: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	z-index: 1000;
}

ul#menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;
}

ul#menu li a:hover {
	color: #000;
}
ul#menu li#home {
	margin-left: 0;
	width: 80px;
	border: none;
	background: #efefee;
}

ul#menu li#one {
	background: #bea87d;
}

ul#menu li#two {
	background: #84a67d;
}

ul#menu li#three {
	background: #5cacc0;
}

ul#menu li#four {
	background: #5e777d;
}

ul#menu li#five {
	background: #c7af8e;
}

ul#menu li#six {
	background: #9d7573;
}

ul#menu li#seven {
	background: #97a16e;
}

ul#menu li#eight {
	background: #8d8076;
}

ul#menu li#nine {
	background: #5bafcf;
}

ul#menu li#ten {
	background: #a3625c;
}

ul#menu li.hover {
	background: #fff!important;
	border-bottom: 1px solid #fff!important;
}

ul#menu li.selected {
	background: #fff!important;
	border-bottom: 1px solid #fff!important;
}

ul#menu li.hover a {
	color: #000;
}

ul#menu li.selected a {
	color: #000;
}

ul#menu li#home img {
	cursor: pointer;
	display: inline;
	margin: 5px;
}
/*** MAIN AREA ***/

#main {
	border: 1px solid #999999;
	background: #ffffff;
	height: 601px;
	z-index: 1;
}

#main h1 {
	margin-top: 20px;
	margin-left: 70px;
	color: #314D13;
}

/**** FOOTER ****/

div#footer {
	text-align: right;
	padding-top: 5px;
	background: #EFEFEE;
}

div#footer p {
	color: #999;
	font-weight: bold;
}

div#footer p span {
	color: #314D13;
}

div#footer p a {
	color: #314D13;
	text-decoration: none;
}

div#footer p a:hover {
}

/*** HOME PAGE ***/

.section {
	width: 477px;
	height: 300px;
	float: left;
}

#homeimg img {
	float: right;
}

#landimg {
	border-right: none!important;
	border-bottom: none!important;
	height: 300px;
	width: 449px;
}

#landimg img {
	float: right;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	margin-bottom: -1px;
}

#past {
	border-top: 1px solid #999;
	width: 474px;
	padding-left: 35px;
	padding-top: 40px;
	height: 260px;
}

#about {
	position: relative;
	width: 442px;
	padding-left: 35px;
	padding-top: 40px;
	height: 260px;
}

#about p {
	color: #999;
	margin-top: 5px;
	margin-bottom: 7px;
}

#about h2 {
	margin-top: 10px;
	font-size: 100%;
}

#past,#about h1,h2 {
	color: #314D13;
}

#past p {
	margin-top: 10px;
	color: #999;
}

#past ul {
	margin-top: 10px;
	margin-left: 15px;
	color: #999;
}

#past li {
	margin-bottom: 5px;
}

/*** INTERNAL PAGES ***/

div.header {
	margin-top: 20px;
	width: 500px;
	text-align: right;
	padding: 3px;
	color: #fff;
	margin-bottom: 20px;
}

div.header h1 {
	margin-top: 0!important;
	color: #FFF!important;
}

div.header h2 {
	font-size: 100%;
	color: #fff!important;
}

div#one.header {
	background: #bea87d!important;
}

div#two.header {
	background: #84a67d!important;
}

div#three.header {
	background: #5cacc0!important;
}

div#four.header {
	background: #5e777d!important;
}

div#five.header {
	background: #c7af8e!important;
}

div#six.header {
	background: #9d7573!important;
}

div#seven.header {
	background: #97a16e!important;
}

div#eight.header {
	background: #8d8076!important;
}

div#nine.header {
	background: #5bafcf!important;
}

div#ten.header {
	background: #a3625c!important;
}

.mainimg {
	float: right;
	clear: both;
	margin: 15px 20px 0 0;
}

.landscape {
	margin-top: 40px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

div#content p {
	color: #999;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 70px;
	width: 380px;
}

div#content p.question {
	font-weight: bold;
}

div#content h2 {
	color: #314D13;
	font-size: 100%;
	margin-top: 15px;
	margin-bottom: 7px;
	margin-left: 70px;
}

div#content p span {
	color: #314D13;
	font-weight: bold;
}

div#content p a {
	color: #314D13;
	font-weight: bold;
	text-decoration: none;
}

div#content p a:hover {
	color: #000;
}

#content ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 85px;
	color: #999;
}

#content li {
	margin-bottom: 5px;
}

/*** CONTACT FORM ***/

#contact-details {
	float: right;
	width: 430px;
	padding: 0;
}

#pcode-error, #required-error {
	display: none;
}

#contact-details p {
	width: 400px;
	margin: 0 0 15px 0!important;
}

form#contact {
	width: 420px;
	margin-left: 70px;
	margin-top: 20px;
}

form#contact label {
	float: left;
	width: 120px;
	margin: 3px;
	color: #999;
	font-weight: bold;
}

form#contact label span {
	color: #314D13;
}


form#contact input,textarea {
	float: left;
	width: 280px;
	margin: 3px;
	border: 1px solid #BEA87D;
}

form#contact textarea {
	height: 80px;
}

form#contact p {
	float: left;
	margin-left: 0!important;
}

form#contact #brochure {
	width: auto;
	margin-right: 300px;
	clear: both;
	border: none;
}

form#contact #submit {
	margin-right: 180px;
	width: 80px;
	padding: 3px;
}

/*** GALLERY PAGE ***/

p.gal_back {
	margin-left: 45px!important;
	clear: both;
}

#content #previews {
	margin-left: 40px;
}

#content div.gallery {
	float: left;
	margin: 5px;
	padding: 3px;
	border: 1px solid #999999;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

#content div.gallery img {
	display: block;
	margin: 3px auto;
	cursor: pointer;
}

#content #gal_preview {
	float: right;
	width: 415px;
	height: 415px;
	border: 1px solid #999999;
	margin-right: 50px;
	margin-top: 5px;
	overflow: hidden;
}
/*** PAGE NAV ***/

#ajax {
	position: relative;
}

#ajax-small {
	position: relative;
	width: 550px;
}

p.nav {
	position: absolute;
	bottom: 0;
	width: 445px;;
	margin-top: 5px;
	/*border-top: 1px solid #999999;*/
	color: #000!important;
	font-weight: bold;
}

p.nav span {
	color: #999!important;
}

p.nav a {
	color: #314D13;
	text-decoration: none;
}

p.mainnav {
	position: absolute;
	bottom: -30;
	width: 445px;;
	margin-top: 5px;
	/*border-top: 1px solid #999999;*/
	color: #000!important;
	font-weight: bold;
}

p.mainnav span {
	color: #999!important;
}

p.mainnav a {
	color: #314D13;
	text-decoration: none;
}
