/*
Author - Andrew Trout
URL - www.andrewtrout.com.au
*/
/*---------------------------------------------
Main Body Elements
----------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 63.5%/1.8em Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/headBg.jpg) #dfdad6 repeat-x top;
}

p {
	font-size: 1.1em;
}

h1 {
	margin: 0;
	padding: 0 0 0 10px;
	visibility: hidden;
	font-size: 1em;
	position: absolute;
	top: 0px;
}

h2 {
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	color: #3D5227;
	padding-top: 1.2em;
}

h3 {
	font-size: 1.1em;
	padding-right: 1em;
	text-align: justify;
	color: #333333;
	background: #ffffff;
}

h3 a:link{
	color: #333333;
	background: #FFFFFF;
	text-decoration: underline;
}
h3 a:visited {
	color: #333333;
	background: #FFFFFF;
}
h3 a:hover {
	color: #C0AEA0;
	background: #FFFFFF;
}


/*-----------------------------------
Navigation Classes
-------------------------------------*/
.navlist {
	margin: 0.5em 0 0;
	padding: 0 0 2.2em 0em;
	text-transform: uppercase;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

.navwrap {
	width: 48em;
	margin-right: auto;
	margin-left: auto;
}

.navlist ul, .navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.navlist a:link, .navlist a:visited {
	line-height: 14px;
	margin: 0 0px 0.4em 3em;
	text-decoration: none;
	color: #9b9f64;
	padding-top: 5px;
	float: left;
	background: #97520b;
	border-top: 1px solid #9b9f64;
}

.navlist a:link#current, .navlist a:visited#current, .navlist a:hover {
	border-top: 1px solid #ffffff;
	padding-top: 5px;
	background: #97520b;
	color: #9b9f64;
}

.navlist a:hover {
	color: #9b9f64;
	background: #97520b;
}

/*----------------------------------------
Main Layout Divs
------------------------------------------*/
/*-----Banner-----*/
#headwrap {
	width: 100%;
	text-align: center;
	background: url(../images/logo.jpg) no-repeat center;
	height: 12.3em;
}

/*-----Horizontal Navigation-----*/
#navwrap {
	width: 100%;
	height: 2.6em;
}

/*-----Main Content-----*/
#contentwrap {
	width: 100%;
	background: #ffffff;
	float: left;
}

#content {
	width: 77em;
	margin-right: auto;
	margin-left: auto;
}

#contentleft {
	float: left;
	width: 47.5em;
}

#contentright {
	float: left;
	width: 27em;
	padding-left: 1.4em;
}

/*-----Footer-----*/
#footheadwrap {
	width: 100%;
	background: #c0aea0;
	float: left;
}

#foothead {
	width: 77em;
	margin-right: auto;
	margin-left: auto;
}

#footcontwrap {
	width: 100%;
}

#footcont {
	width: 77em;
	margin-right: auto;
	margin-left: auto;
}

/*-----Index Image-----*/
.indeximg {
	padding: 1em;
	border: 0.1em solid #c0aea0;
	margin-top: 6.3em;
	margin-bottom: 6.3em;
}

/*-----List-----*/
#contentright ul {
	font-size: 1.1em;
	list-style: url(../images/bullet.gif);
	line-height: 2em;
}

/*----------------------------------------
Main Layout Classes
------------------------------------------*/
.contentleft {
	font-size: 1.1em;
	padding-bottom: 2em;
	padding-right: 1em;
	text-align: justify;
	color: #333333;
	background: #FFFFFF;
}

.contentleft img {
	padding: 0.5em;
	margin: 0.5em 0em 1em 1em;
	float: right;
}

/*-----Gallery-----*/
.gallerycontainer {
	margin-bottom: 2em;
	border: 0px solid #C0AEA0;
}

.gallerycontainer img {
	padding: 1em;
    
}

.gallerycontainer a img
{
	border: 1px solid #C0AEA0;
	background: #FFFFFF;
}

.gallerycontainer a img:hover
{
	border-color: #96520B;
	background: #FFFFFF;
}

/*-------------------------------------------------
Footer Classes
---------------------------------------------------*/
.foothead {
	width: 23.2em;
	float: left;
	color: #666666;
	background: #c0aea0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font: bold 1.1em Georgia, "Times New Roman", Times, serif;
}

.footcont {
	float: left;
	width: 24em;
	color: #666666;
	background: #dfdad6;
	padding-right: 1.5em;
	padding-bottom: 2em;
	text-align: justify;
	line-height: 1.4em;
}

.foot {
	text-align: center;
	width: 100%;
	clear: both;
	color: #999999;
	background: #dfdad6;
	text-decoration: none;
}


.foot a:link, a:visited {
	color: #999999;
	text-decoration: none;
	background: #dfd7d4;
}

.foot a:hover {
	color: #999999;
	background: #dfd7d4;
	border-bottom: 1px solid #666666;
}

.foot a:link img, a:visited img {
	text-decoration: none;
	border: 1px solid #DFDAD6;
}

.foot a:hover img {
}


/*--------------------------------------------------
Form Classes
----------------------------------------------------*/
.row {
	width: 44em;
}

form {
	width: 44em;
}

input {
	width: 43em;
	text-align: left;
	color: #96520b;
	border: 1px solid #c0aea0;
	font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
	background: #dfdad6;
}

textarea {
	width: 43em;
	border: 1px solid #c0aea0;
	color: #96520b;
	font: 1.1em Tahoma, Arial, Helvetica, sans-serif;
	background: #dfdad6;
}

.label {
	font-size: 1.1em;
}

.button {
	color: #333333;
	padding: 0.2em;
	width: 7em;
	border: 1px solid #c0aea0;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 3em;
	margin-left: 18em;
	font: bold 1.1em Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #c0aea0;
}
