@import url("menu.css"); /*Bottom Menu */
 /* Menu Styles */

html, body {
	height:100%;
}

body, .normal {
	font-family:tahoma,arial,sans-serif;
	font-size: 12px;
}

#fckbody {
	background-color: #CCCCCC;
}

body td#xEditingArea {
	background-color: #CCCCCC;
}

#_dnn_body{
	background:#fff;
}
H1, H1 a:link, H1 a:visited {
	color: #372600;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 4px;
	padding-bottom: 5px;
}
H2, H2 a:link, H2 a:visited {
	color: #372600;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
H1 a:hover, H2 a:hover {
	color:#cc7a00;
	text-decoration:none;
}

.Title .Head {
	font-size: 24px;
	color: #372600;
	font-weight: bold;
}

.Titlesm {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;
}

a:link, a:visited {
	color:#cc7a00;
	font-weight:bold;
	text-decoration:none;
	background-color:inherit;
}

a:hover{
	color:#cc7a00;
	text-decoration:underline;
	background-color:inherit;
}
a img{
	border:none;
}

p{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
}
.featuredheader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #372600;
	padding: 2px;
}
ul li {
	list-style-type: disc;
	padding-bottom:10px;
}


/**************** Page Element Styles ****************/

.Pagemaster {
	height: 100%;
	width: 100%;
	background-color: #372600;
}
.logo {
	height: 178px;
	width: 180px;
	display:block;
	float: left;
	left: -16px;
	top: 0px;
	z-index: 100;
}

.mainmenu {
	background-color: #dabc5d;
}
.submenu {
	color: #e5e5cb;
	background-color: #372600;
	font-size: 10px;
}

.maincontent {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-color: #e6e5c0;
	border-right: 5px solid #322600;
	border-left: 5px solid #322600;
}

.bottomcontent {
	background-color: #dabc5d;
}
.subcontent {
	clear: both;
	width: auto;
	margin: 0px;
	padding: 0px;
	background-color: #dabc5d;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right: 5px solid #322600;
	border-left: 5px solid #322600;
	border-bottom: 5px solid #322600;
}

#BottomMenu {
	width: auto;
	color:#ffffff;
	text-align: center;
	padding: 5px 0px 0px;
	margin: 0 auto;
}

.PageContent {
	background-color: #e6e5c0;
}
.PageTop {
	background-image: url(images/page_top.png);
	background-repeat: repeat-x;
}
.PageLeft {
	background-image: url(images/page_left.png);
	background-repeat: repeat-y;}
.PageRight {
	background-image: url(images/page_right.png);
	background-repeat: repeat-y;
}
.PageBottom {
	background-image: url(images/page_bottom.png);
	background-repeat: repeat-x;
}


/**************** Content styles ****************/
.ContentPane{
	padding: 10px 10px 0px
}

.LeftPane{
	width:170px;
	padding: 10px 5px 0px 10px;
}
.RightPane{
	width:530px;
	padding: 10px 10px 0px  5px;
}
.BottomLeft{
	width:345px;
	padding: 10px
}
.BottomRight{
	width:345px;
	padding: 10px
}

/**************** Footer styles ****************/

.footer{
	clear: both;
	width: 100%;
	margin:0 1px;
	padding-top: 8px;
	color:#e5e5cb;
	font-size: 12px;
	line-height: 24px;
}

.footer p{
	text-align:center;
	margin: 0;
}
.footer a, .footerlink a{
	color:#e5e5cb;
	background-color:inherit;
	font-weight:normal;
}
.footer a:hover, .footerlink a:hover{
	color:#dabc5d;
	background-color:inherit;
	text-decoration: underline;
}

/**************** Misc classes and styles ****************/

.clear{clear:both; height:0px; visibility:hidden;}
.spacer{
	clear:both;
	height: auto;
}
.small{font-size:10px;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;

}
.underline_solid {
	border-bottom: 2px solid #2b347c;
}
.underline_dashed {
	border-bottom: 2px dashed #2b347c;
}
.underline_dotted {
	border-bottom: 2px dotted #2b347c;
}

.Category {
	font-weight: bold;
	padding:10px 0 5px 0;
}
.listItem, .listItem a {
	font-size:12px;
}
.listItem ul {
	padding:0;
	margin:0 0 0 10px;
}
.listItem li {
	list-style-type: none;
	padding:2px 0;	
}

