@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../graphics/bkground.png);
	background-repeat: repeat-x;
}
#container {
	width: 1000px;  
	margin: auto;
}
#banner { 
	background : url(../graphics/BannerStrip.png) no-repeat; 
	height: 159px; 
	width: 1000px;
	padding: 0;
	margin: 0;
	float: left;
}

#brushstroke	{
	width: 970px;
	height: 763px;
	margin-top: 300px;
	float: left;
	background-image: url(../graphics/brushstroke.png);
	background-repeat: no-repeat;
}
.bkg {
	z-index: 1;
	position: absolute;
}
.bnr {
	z-index: 2;
	position: absolute;
}
#headerNav {
	padding-top: 40px;
	margin-left: 305px;
	position: absolute;
	z-index: 4;
	width: 690px;
	margin-top: 0px;
}
#headerNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#headerNav li {
	float: left;
}
#headerNav ul ul {
	margin: 0px;
	padding: 0px;
	display:none;
	position:absolute;
	float:none;
	background-image: url(../graphics/submenu.png);
	background-repeat: repeat;
}


#headerNav li li {
	float: none;
}
#headerNav li:hover ul {
	display: block;
}
#headerNav ul li a{
	display: block;
}
	
#headerNav ul ul a {
	display:block;
	padding:0.4em 1em;
	text-decoration: none;
	min-width: 75px;
}
#headerNav ul ul li a {
	border-left-width: 2px;
	border-left-style: solid;
}



#content {
	width: 960px;
	padding: 0 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #D2A873;
	padding-top: 380px;
}
#headline h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
#colLeft p ,#colRight p , #picFooter p, #noCol p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: justify;
}
#colLeft {
	float: left;
	width: 460px;  /*originally 470px*/
}
#colRight {
	float: left;
	width: 460px;
	margin-left: 40px;
}


.clearfloat {
	clear: both;
}
#picFooter {
	height: 156px;
	width: 1200px;
	margin-top: 5px;
}
#picFooter img {
	float: left;
	padding-right: 30px;
}
#headerNav  a{
	color: #A37D3F;
	font-size:0.8em;
	font-weight: bold;
	text-decoration: none;
}
#headerNav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #654D27;
}
#headerNav li a:hover {
	color: #E99739;
	text-decoration: none;
	background-color: #000;
} 
#google_translate_element {
	float: right;
	padding-right: 20px;
}
.formfield {
	border-width: 2px;
	border-style: solid;
	border-color: #E99739;
}

.firstNav {
	padding-right: 10px;
	border-right-style: none;
	border-left-style: none;
	
}
.centreNav {
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	}
.rightNav {
	padding-left: 10px;
	padding-right: 0px;
	border-left-width: 2px;
	border-left-style: solid;
}
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #E99739;
	text-align: left;
	float: left;
	}
.copyright a, a:hover {
	color: #E99739;
	text-decoration: underline;
}
strong {
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}
.button {
	clear: right;
	float: right;
}
#colLeft a , #colRight a , #picFooter a , #noCol a  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #D2A873;
}
#colLeft a:hover ,#colRight a:hover , #picFooter a:hover , #noCol a:hover{
	color:#4A80C5;
}
#colLeft ul li a {
	color: #D2A873;
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
}
.popup {
		cursor: hand; cursor: pointer;
}
