﻿/* CSS layout */
#masthead {
	border-left: 12px #868c64 solid;
	border-right: 12px #868c64 solid;
	width: 850px;
	height: 125px;
	background-image: url('../images/sub_page_topbanner2.jpg');
	background-repeat: repeat;
}
/* Styles for top corner Navigation */
#masthead ul {
	font: 100% Arial;
	color: #505050;
}
#masthead li {
	float: right;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	vertical-align: top;
	line-height: 8px;
	margin-right: 25px;
	color: #505050;
	}
#masthead a {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 5px;
}

#masthead a:hover {
	color: #E2E1DD;
	text-decoration: none;
}
/*end nav*/

/* Styles for Navigation */
#top_nav {
	border-left: 12px #868c64 solid;
	border-right: 12px #868c64 solid;
	background: url('../images/NAVBAR_NO_TEXT.jpg') no-repeat;
	height: 34px;
	width: 850px;
	font-size: small;
	color: gray;
	vertical-align: middle;
	background-repeat: repeat;
}
#top_nav ul {
	font-weight: normal;
	font-style: normal;
	font: 100% Arial;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#top_nav li {
	border-width: thick;
	float: left;
	font-weight: normal;
	font-style: normal;
	font-size: small;
	font-family: Arial;
	text-indent: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	min-width: 118px;
}
#top_nav li.selected {
	border: thin #7A2426 solid;
	background: #F1F1EB;
}
#top_nav li.selected2 {
	border: thin #7A2426 solid;
	background: #cbd0b4;
}

#top_nav a {
	color: #810101;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#top_nav a:hover {
	background: #7A2426;
	color: #868C64;
}
#top_nav A:active {
	color: #868C64;
	background: #7A2426;
}
/*end nav*/

#container {
	background: #F1F1EB;
	position: relative;
	width: 850px;
	height: 600px;
	border-left-color: #868c64;
	border-left-style: solid;
	border-left-width: 12px;
	border-right-color: #868c64;
	border-right-style: solid;
	border-right-width: 12px;
}
/* Styles for side bar Navigation */
#layer1 {
	background: no-repeat;
	height: 499px;
	width: 150px;
	font-size: 8px;
	color: #505050;
}
#layer1 ul {
	font-style: normal;
	font: menu;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#layer1 li {
	float: none;
	font-style: normal;
	text-indent: 0px;
	text-align: left;
	line-height: 12px;
	margin-top: 5px;
	margin-left: 25px;
	font-size: 12px;
	margin-right: 15px;
	font-family: Arial;
}
#layer1 li.selected2 {
	color: #5b6335;
	font-size: large;
}
#layer1 a {
	color: #7a2426;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#layer1 a:hover {
	color:   #5b6335;
	text-decoration: none;
}

/*end nav*/
#page_content{
	text-align: left;
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000000;
	width: 420px;
	margin-right: 50px;
	position: relative;
}
#layer2 {
	background: no-repeat;
	height: 499px;
	width: 150px;
	font-size: 12px;
	color: #505050;
}
#layer2 ul {
	
	font-style: normal;
	font:menu;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#layer2 li {
	float: none;
	font-style: normal;
	text-indent: 0px;
	text-align: left;
	line-height: 15px;
	margin-top: 15px;
	margin-left: 35px;
	font-size: 12px;
	margin-right: 15px;
	font-family: Arial;
}
#layer2 a {
	color: #7a2426;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#layer2 a:hover {
	color:   #5b6335;
	text-decoration: none;
}




#layer3 {
	background: no-repeat;
	height: 499px;
	width: 150px;
	font-size: 12px;
	color: #505050;
}
#layer3 ul {
	
	font-style: normal;
	font:menu;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#layer3 li {
	float: none;
	font-style: normal;
	text-indent: 0px;
	text-align: left;
	line-height: 15px;
	margin-top: 15px;
	margin-left: 35px;
	font-size: 15px;
	margin-right: 15px;
	font-family: Arial;
}
#layer3 a {
	color: #7a2426;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#layer3 a:hover {
	color:   #5b6335;
	text-decoration: none;
}

#footer {
	font-size: x-small;
	color: #808080;
	text-align: center;
	padding-top: 20px;
	background-color: #e2e1dd;
	height: 50px;
	width: 850px;
	border-top: medium #868c64 solid;
	border-right: 12px #868c64 solid;
	border-left: 12px #868c64 solid;
	position: static;
}

