@CHARSET "ISO-8859-1";

body {
	background-color: #fff;
	margin: 0;
	font-family: Arial, Verdana;
	color: #111;
}

#pageContainer {
	width: 890px;	
}

#header {
	background-color: #efe9d9;
	background-image: url("/assets/images/header-background.jpg");
	background-position: right;
	background-repeat: no-repeat;
	height: 131px;
	border-top: 1px solid #bdbab1;
	border-right: 1px solid #bdbab1;
}

#headerLogo {
	width: 217px;
	height: 83px;
	display: block;
	border: none;
	position: absolute;
	z-index: 5;
	top: 10px;
	left: 30px;
}

#headerText {
	display: block;
	border: none;
	position: absolute;
	z-index: 15;
	top: 45px;
	left: 300px;
	color: #0d4a0f;
	font-family: Times, Georgia;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
}

#mainNavRow {
	background-color: #b3a76d;
	background-image: url("/assets/images/main-nav-left-end.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 23px;
	position: absolute;
	top: 109px;
	padding: 0 25px;
}

#mainNavList {
	margin: 2px 0 0 0;
	padding: 0;
	list-style: none;
}

.topLevelLink {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;	
	list-style: none;
}

.topLevelLink a:link, .topLevelLink a:visited, .topLevelLink a:hover, .topLevelLink a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 14px;
	padding: 0 8px;
}

.topLevelLink a:hover {
	color: #d6cfbd;
}

#mainNavList ul {
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
	display: none;
	position: absolute;	
	background-color: #b3a76d;
	width: 185px;
	top: 16px;
	left: 0;
}

#mainNavList ul li {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#mainNavList ul li a:link, #mainNavList ul li a:visited, #mainNavList ul li a:hover, #mainNavList ul li a:active {
	font-weight: normal;
	margin: 4px 0;
	font-size: 13px;
}

#mainNavList li > #mainNavList ul {
	top: auto;
	left: auto;
}

#mainNavList li:hover ul, #mainNavList li.sfhover ul { 
	display: block;
}

.mainNavSpacer {
	color: #514d4b;
	padding: 0 8px;
	font-size: 14px;
}

#accompRow {
	background-color: #537554;
        text-align: right;
	font-family: Times, Georgia;
	font-weight: normal;
	font-size: 14pt;
        color: #fff;
	height: 30px;
        padding-top: 5px;
}

#accompRow a:link, #accompRow a:visited, #accompRow a:hover, #accompRow a:active {
	color: #fff;
	font-weight: normal;
	font-size: 14pt;
        text-decoration: none;
}

#contentContainer {
	background-image: url("/assets/images/content-left-background.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

#contentLeft {
	width: 295px;
	float: left;
}

#contentRight {
	width: 565px;
	float: right;
	padding: 15px 0;
}

#footer {
	background-color: #b2a487;
	text-align: center;
	color: #64503c;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 12px;
	padding: 5px 0;
	line-height: 18px;
}

#footer a:link {
	color: #64503c;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footerNav {
	text-align: center;
	width: 600px;
	margin: 5px auto;
	font-size: 13px;
	line-height: 19px;
}

#footerNav a:link, #footerNav a:visited, #footerNav a:hover, #footerNav a:active {
	color: #000;
	padding: 0 4px;
}

#footerNav a:hover {
	text-decoration: none;
}


#sideNav {
	margin: 5px auto;
	font-size: 14pt;
	line-height: 25px;
}

#sideNav a:link, #sideNav a:visited, #sideNav a:hover, #sideNav a:active {
	color: #000;
	padding: 0 4px;
	font-size: 14pt;
	line-height: 25px;
}

#sideNav a:hover {
	text-decoration: none;
	font-size: 14pt;
	line-height: 25px;
}

#sideNavs {
	margin: 5px auto;
	font-size: 10pt;
	line-height: 19px;
}

#sideNavs a:link, #sideNavs a:visited, #sideNavs a:hover, #sideNavs a:active {
	color: #000;
	padding: 0 4px;
	font-size: 10pt;
	line-height: 19px;
}

#sideNavs a:hover {
	text-decoration: none;
	font-size: 10pt;
	line-height: 19px;
}


p {
	margin-top: 0;
	line-height: 22px;
}

h1 {
	margin-top: 0;
	font-weight: normal;
	font-size: 25px;
}

#contentRight li {
	margin-top: 5px;
	margin-bottom: 5px;	
}

a:link, a:visited, a:hover, a:active {
	color: #000;
}

.clearLeft {
	font-size: 1px;
	clear: left;
}

.clearRight {
	font-size: 1px;
	clear: right;
}