@charset "UTF-8";
body {
	background-image: url(images/bgpattern.png);
	background-repeat: repeat;
    text-align: center;
	margin:0 auto;
	padding:0 auto;
}

#container {
  margin: 0 auto;
  width: 950px;
  text-align: left;
  background-color:#EBE6D9;
}

#container #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B7B09D;
	text-align: center;
	padding:20px 0px 20px 0px;
}

#container #content #left {
	width: 10%;
	float:left;
	padding:5px 0px 5px 15px;
}

#container #content #right {
	width: 75%;
	float:right;
}

#container #content #rightcontact {
	width:70%;
	float:right;
	padding:0 40px 0 0;
}

#container #content #clear {
	clear: both;
}


/*
* Left side of content area
-------------------------*/
#container #content #left #navlist {
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #f7f5f0;
	width: 200px;
}

#container #content #left #navlist li {
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1.5px solid #f7f5f0;
}

#container #content #left #navlist li a:link { 
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b7b09d;
	font-size: 16px; 
}

#container #content #left #navlist li a:visited { 
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b7b09d;
	font-size: 16px; 
}
#container #content #left #navlist li a:hover { 
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b78391;
	font-size: 16px; 
}

#container #content #left #navlist li a:active { 
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b7b09d;
	font-size: 16px; 
}
/*
* Current page
-------------------------*/
#container #content #left #navlist #active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b7b09d;
	font-size: 18px;
	text-transform: uppercase;
}

/*
* Right side of content area
-------------------------*/
#container #content #right p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #948F7F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#container #content #right #linked {
	color: #B78391;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container #content #right td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6B675C;
}

#container #content #rightcontact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#948F7F;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#container #content #rightcontact small{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#948F7F;
	padding-top:8px;
	padding-right:10px;
	padding-bottom:4px;
	padding-left:25px;
}

/*
 * Form elements
 -----------------------*/
fieldset {
	padding:10px 30px;
	margin:0;
	border:1px solid #ccc;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	border-bottom-width:10px;
}

legend {
	color:#B59CB4;
	padding:0 10px;
	margin:0;
	font-size:1.5em;
	font-weight:400;
	font-family: Georgia, "Times New Roman", Times, serif;
}

input {
	width:250px;
	color:#5F566C;
}

input, textarea {
	border:1px solid #ccc;
	padding:5px;
	margin:10px 0 0 0;
}

input:focus, textarea:focus {
	background:#B59CB4;
}

textarea {
	font:.9em Georgia, "Times New Roman", Times, serif;
	width:260px;
	color:#5F566C;
}

label {
	display:block;
	margin:12px 0 0;
	font-weight:700;
	font-size:.9em;
	float:left;
	clear:left;
	width:100px;
	color:#B59CB4;
}

label:after {
	content:": ";
}

button {
	float:left;
	clear:both;
	margin:1em 0 1em 90px;
	width:99px;
	height:53px;
	padding:0 auto;
}

/*
 * User feedback
 -----------------------*/
.yay, .oops {
	font-size:.8em;
	text-align:center;
	padding:10px;
	color:#fff;
	font-weight:700;
}

.yay {
	background:#090;
}

.oops {
	background:#f30;
}

div.error {
	font-size:.8em;
	font-weight:700;
	padding:5px 0 0;
	color:#f30;
	margin:0 0 0 90px;
}
