@charset "UTF-8";
/* CSS Document */

/*

Gold #b8a07c
Green #bfcbae
White #ffffec

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

*/

body {
	background: url(images/background.jpg);
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Cousine', sans-serif;
}

a img {
	border: none;	
}

#topBarBackground {
	float: left;
	width: 100%;
	background-color: #b8a07c;
}

#topBar {
	margin: 0 auto;
	width: 960px;	
}

#topBar ul {
	float: right;
	list-style-type: none;
	color: white;
	padding: 3px 0 3px 0;
	margin: 0;
}

#topBar li {
	display: inline;
	margin-left: 5px;
	font-size: 80%;
	text-transform: uppercase;
}

#topBar li a {
	color: white;
	text-decoration: none;
}

#topBar li a:hover {
	color: white;
	text-decoration: underline;
}

#headerBackground {
	float: left;
	width: 100%;
}

header {
	margin: 0 auto;
	width: 960px;	
}

header h3 {
	float: right;
	font-size: 80%;
	color: #b8a07c;
	margin: 15px 0 0 0;
} 

header h3 a {
	color: #b8a07c;
	text-decoration: none;
} 

header h3 a:hover {
	color: #b8a07c;
	text-decoration: underline;
} 

header h3 img {
	float: left;
	margin: -9px 5px 0 0;
}	

#logo { 
	float: left;
	margin: 20px 0 0 0;
}

#logo:hover {
	cursor: pointer;	
}

/*										Nav								*/

nav {
	float: right;
	margin: 27px 0 0 0;
}

nav ul {
	list-style-type: none;
	padding-left: 0;
	float: right;
}

nav li {
	display: inline;
	color: #b8a07c;
	font-size: 110%;
	margin-left: 40px;
}

nav li a {
	color: #b8a07c;
	text-decoration: none;
}

nav li a:hover {
	color: #b8a07c;
	text-decoration: none;
	background: url(images/underline.png);
	background-repeat: repeat-x; 
 	background-position: 100% 100%;
	padding-bottom: 7px;
}

nav li a.active {
	color: #b8a07c;
	text-decoration: none;
	background: url(images/underline.png);
	background-repeat: repeat-x; 
 	background-position: 100% 100%;
	padding-bottom: 7px;
}


/*												Banner								*/


#bannerOuter {
	float: left;
	width: 100%;
}

#banner {
	margin: 0 auto;
	width: 960px;	
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;
	background-color: #bfcbae;	
}

footer {
	width: 960px;
	margin: 0 auto;	
}

footer ul {
	float: left;
	list-style-type: none;	
	padding-left: 0;
}

footer li {
	display: inline;
	color: white;
	font-size: 70%;
	margin-right: 10px;
}

footer li a {
	color: white;
	text-decoration: none;
}

footer li a:hover {
	color: white;
	text-decoration: underline;
}

footer p {
	color: white;
	float: left;
	font-size: 70%;	
}

#copyright {
	float: left;
	width: 960px;
	color: white;
	margin: 0 0 10px 0;
}

#copyright a {
	color: white;	
	text-decoration: none;
}

#copyright a:hover {
	color: white;	
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
}

p.copyRight {
	float: right;	
}


/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 600px;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
	border-top: 2px dotted #b8a07c;
	padding: 15px 0 0 0;
	margin-top: 10px;
}

#mainBody.homeBody {
	border-top: none;
	padding: 0;
	margin-top: 0;
}

#mainBody h1 {
	font-size: 110%;
	color: #b8a07c;	
}

#mainBody p {
	font-size: 80%;
	line-height: 25px;
	color: #b8a07c;
}

#mainBody p a {
	color: #b8a07c;
	text-decoration: none;
}

#mainBody p a:hover {
	color: #b8a07c;
	text-decoration: underline;
}

#mainBodyOuter.aboutPage img {
	float: right;
	border: 2px solid #b8a07c;	
	margin: 10px 0 0 20px;
}

#mainBody #alsoBox {
	float: right;
	background-color: #bfcbae;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 250px;
}

#mainBody #alsoBox h3 {
	color: white;	
	margin: 0;
	padding: 10px 0 7px 10px;
	font-weight: normal;
	font-size: 100%;
	background-color: #b8a07c;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

#mainBody #alsoBox ul {
	color: white;	
	font-size: 90%;
	line-height: 25px;
	margin: 5px 0 3px 0;
}

#mainBody ul.sitemap li a {
	color: #b8a07c;
	font-size: 90%;
	line-height: 30px;
	text-decoration: none;
}

#mainBody ul.sitemap li a:hover {
	color: #b8a07c;
	text-decoration: underline;
}

/*									Home					*/

#homeBoxes {
	float: left;
	width: 960px;
	margin: 0 0 20px 0;	
}

.homeBox {
	float: left;
	width: 470px;
	margin-right: 0;
	position: relative;
}

.homeBox:hover {
	cursor: pointer;	
}

.homeBox.lastBox {
	float: right;
}

#mainBodyHome .homeBox  h1 {
	color: #b8a07c;
	text-align: center;	
	font-size: 110%;
	background: url(images/border.png) no-repeat;
	background-position: 1% 50%;
}

.homeImageBox {
	float: left;	
}

#mainBody .homeBox h3 a {
	color: white;
	background-color: #b8a07c;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 4px 4px;
	position: absolute;
	bottom: 0;
	width: 466px;
	font-size: 70%;
	text-decoration: none;
}

#mainBody .homeBox h3 a:hover {
	color: #b8a07c;
	background-color: white;
	font-weight: normal;
	text-decoration: none;
}

#mainBody .homeBox:hover h3 a {
	color: #b8a07c;
	background-color: white;
	font-weight: normal;
	text-decoration: none;
}


/*											Contact Form 									*/

fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 440px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.error {
	display: none;
	float: left;
	font-size: 80%;
	color: #bfcbae;
	margin: 10px 0 0 160px;
}	

.field {
	float: left;	
	width: 440px;
	margin-bottom: 20px;
}

.submitField {
	float: left;
	width: 440px;	
}

#submit.formButton {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #b8a07c;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#submit.formButton:hover {
	background-color: white;
	color: #b8a07c;
	cursor: pointer;
}

label {
	font-size: 90%;
	color: #b8a07c;
	font-weight: normal;
}	

input {
	color: #b8a07c;
	border: none;
	float: right;
	height: 30px;
	width: 280px;
	background-color: white;
	border: 1px solid #b8a07c;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

textarea {
	border: none;	
	float: right;
	height: 120px;
	width: 278px;
	color: #b8a07c;
	border: 1px solid #b8a07c;
	background-color: white;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

