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

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cac092;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#navbar {
	background-color: #000000;
	width: 280px;
	margin-right: 12px;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
	float: left;
	padding-bottom: 50px;
}
#navbar ul a {
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	list-style-type: none;
	line-height: 50px;
	font-weight: normal;
	text-decoration: none;
}
#navbar ul a:hover {
	color: #CCCCCC;
}
#navbar li {
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	text-align: left;
	list-style-type: none;
}
#navbar ul ul a {
	color: #FFFFFF;
	text-align: left;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	list-style-type: none;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
}
#navbar ul ul li {
	text-align: left;
	background-image: none;
	list-style-type: none;
	margin-left: -40px;
}
#navbar a img {
	margin-top: 25px;
	color: #FFFFFF;
}	
#logo {
	text-align: center;
	width: auto;
	position: relative;
	height: auto;
}
#col2 {
	height: auto;
	width: 705px;
	position: relative;
	float: left;
}
#banner {
	height: 300px;
	width: auto;
	margin-bottom: 12px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
}
#bodyarea {
	background-color: #FFF9F0;
	width: auto;
	margin-bottom: 12px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #614521;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 60px;
	padding-left: 25px;
}
.weblink a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #614521;
	background-image: url(../images/link_arrow.png);
	width: auto;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.weblink a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #614521;
	background-image: url(../images/link_arrow.png);
	width: auto;
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-decoration: none;
}
#bodyareahome {
	background-color: #FFF9F0;
	width: auto;
	margin-bottom: 12px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #614521;
	line-height: 20px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #BF9B67;
	padding-bottom: 15px;
}
#footer {
	background-image: url(../images/footer.png);
	width: 1025px;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #CAC092;
	font-size: 10px;
	float: left;
	background-position: bottom;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 70px;
}
.oneColFixCtr #mainContent {
	padding: 12px;
	background-image: url(../images/parchment.jpg);
	height: auto;
	width: 1001px;
	position: relative;
	float: left;
}
.oneColFixCtr #container {
	width: 1025px; /* this overrides the text-align: center on the body element. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
.arrowlink {
	padding-top: 5px;
}
#toggle {
	padding: 12px;
	height: auto;
	width: 1001px;
	position: relative;
	float: left;
	font-size: 12px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#toggle a { 
	font-size: 12px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#toggle a:hover {
	font-size: 12px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#mediaspace {
	margin-bottom: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #000000;
	position: relative;
}	
