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

body {
	margin: 0;
	padding: 0;
	font:11px Arial, Helvetica, sans-serif;
	color: #4f4f4e;
	background:url(../images/repeating_bg.gif) #e3dfc2 repeat;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	/*background-color: #FFF;
	padding: 0 10px 10px 10px;*/
}

/* default masthead holding the banner and mainNav */

#header {
	width: 1024px;
	height: 208px;
	/*background:url(header.gif);*/
}

#leftSide {
	float:left;
	width:156px;
	height: 528px;
	margin: 0;
	background: url(../images/nav-bg.jpg) no-repeat;
}

#Content {
	float:left;
	width:632px;
	display:inline;
	background: url(../images/txt_page-content-bg.gif) repeat-x left top #ffffff;
	border-right: 2px solid #d0d1c9;
	border-bottom: 4px solid #d0d1c9;
	border-left: 2px solid #d0d1c9;
	border-top-style: none;
	padding: 23px 20px 10px;
	min-height: 492px;
}

#ContentHome {
	float:left;
	width:670px;
	height: 525px;
	display:inline;
	background: url(../images/home_page-bg.jpg) no-repeat left top;
	border-right: 2px solid #d0d1c9;
	border-bottom: 4px solid #d0d1c9;
	border-left: 2px solid #d0d1c9;
	border-top-style: none;
	padding: 0;
}

.homeBox {
	display:inline;
	width: 245px;
	height: 190px;
	margin: 55px 10px 0px 155px;
	float:left;
	font:11px/17px normal Arial, Helvetica, sans-serif;
	color: #372e13;
}

p.firstchar:first-letter {
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	font-style:italic;
	float: left;
	margin: 0px 2px 0px 0;
}

.homeBox2 {
	width: 210px;
	height: 200px;
	margin: 65px 0px 0px 0px;
	padding: 0px 0 0 15px;
	border-left: #372e13 1px solid;
	float: left;
	font:11px/17px normal Arial, Helvetica, sans-serif;
	color: #372e13;
}

.homeBox3 {
	color:#CCCCCC;
	line-height:16px;
	display:block;
	width: 310px;
	height: 40px;
	float:right;
	margin: 160px 15px 0px 0px;
}

.homeBox4 {
	color:#CCCCCC;
	line-height:16px;
	display:block;
	width: 310px;
	height: 40px;
	float:right;
	margin: 5px 15px 10px 0px;
	padding-left: 30px;
}

.homeBox3 p {
	font:11px/17px normal Arial, Helvetica, sans-serif;
	color: #CCC;
}

.homeBox3 a:link {
	text-decoration: underline;
	color: #da8348;
}

.homeBox3 a:hover {
	text-decoration: underline;
	color: #f2b891;
}

.homeBox3 a:visited {
	text-decoration: underline;
	color: #da8348;
}

.homeBox4 p {
	font:11px/17px normal Arial, Helvetica, sans-serif;
	color: #CCC;
}

.homeBox4 a:link {
	text-decoration: underline;
	color: #da8348;
}

.homeBox4 a:hover {
	text-decoration: underline;
	color: #f2b891;
}

.homeBox4 a:visited {
	text-decoration: underline;
	color: #da8348;
}


#rightSide {
	float:left;
	width:192px;
	margin: 0;
	padding-bottom: 10px;
	background: #f5f0ea url(../images/right_nav-top-bg.gif) repeat-x left top;
	display:inline;
}

#rightSideMusic {
	float:left;
	width:192px;
	margin: 0;
	padding-top:10px;
	display:inline;
}

#rightSideMusic p {
	font:11px Arial, Helvetica, sans-serif;
	color: #6d3b10;
}


#rightSideMusic a:link, #rightSideMusic a:visited {
	margin-left: 30px;
	font:11px Arial, Helvetica, sans-serif;
	color: #c45e24;
	text-decoration:underline;

}

#rightSideMusic a:hover {
	color: #6d3b10;
	text-decoration:none;
}

.leftNav {
	white-space: nowrap;
	width: 156px;
	font: bold 11px Arial;
	text-decoration:none;
	margin-top: 44px;
	}

.leftNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 156px; /* Width of Menu Items */ 
	border-bottom: 1px solid #99913f;
	}

.leftNav ul li {
	position: relative;
	}
	
.leftNav a {
/*	color: #99913f;
	background: #f5f0ea url(../images/nav_arrow-bg.gif) no-repeat bottom left;
*/	text-decoration:none;
	text-align:right;
}

.leftNav a:hover {
	background-color: #fff;
	color: #c45e24;
	text-decoration:none;
	text-align:right;
}

.leftNav ul a:hover {
	background-color: #fff;
	color: #c45e24;
	text-decoration:none;
  }

.leftNav li ul {
	position: absolute;
	left: 156px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

.leftNav li:hover ul, li ul, li.over ul {
	visibility: visible;
	display: block;
	}

/* Styles for Menu Items */
.leftNav ul li a {
	display: block;
	text-decoration: none;
	padding: 12px 16px 12px 13px;
	border: 1px solid #99913f; /* IE6 Bug */
	border-left: 0;
	border-bottom: 0;
}
	
.leftNav li li {
	text-decoration: none;
	}

.leftNav li li a {
	text-decoration: none;
	}
	
.leftNav ul li a:hover {
	color: #c45e24;
	background: #fff url(../images/nav_arrow-bg.gif) no-repeat bottom left;
} /* Hover Styles */

.leftNav li ul li a {
	padding: 12px 16px 12px 13px;
} /* Sub Menu Styles */

/* Holly Hack. IE Requirement \*/
* html .leftNav ul li { float: left; height: 1%; }
* html .leftNav ul li a { height: 1%; }
/* End */


.selected, .selected a {
	color: #c45e24;
	background: #fff url(../images/nav_arrow-bg.gif) no-repeat bottom left;
	text-decoration: none;
}
.active, . active a {
	color: #c45e24;
	background: #fff url(../images/nav_arrow-bg.gif) no-repeat bottom left;
	text-decoration: none;
}
.unselected, .unselected a {
	color: #99913f;
	background: #f5f0ea url(../images/nav_arrow-bg.gif) no-repeat bottom left;
	text-decoration: none;
}

#Content ul {
	padding-left: -10px;
	list-style: square outside;
	color:#7b7b7a;
	font-size:12px;
	line-height:16px;
	font-style:italic;
}


#Content h2 {
	margin: 0 0 10px 0;
	padding: 9px 0px 0px 30px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c45e24;
	background: #f5f0ea url(../images/txt_page-headline-bg.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	width:auto;
}

#Content p {
	color:#7b7b7a;
	font-size:12px;
	line-height:16px;
	}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

#Content h3 {
	margin: 10px 5px 5px 5px;
}

#Content a:link {
	text-decoration: underline;
	color: #e67637;
}

#Content a:hover {
	text-decoration: underline;
	color: #6d3b10;
}

#Content a:visited {
	text-decoration: underline;
	color: #e67637;
}

#rightSide h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #e67637;
	font-family: Arial, Helvetica, sans-serif;
}

.rightNav {
/*	height: 144px;*/
	border-bottom: 1px solid #99913f;
	padding: 13px 13px 15px 0;
	margin-left:13px;
}	

.rightBox, .rightBoxBot {
	border-bottom: 1px solid #99913f;
	padding: 13px 13px 13px 0;
	margin-left: 13px;
}	

.rightBoxBot {
	border: 0px;
}

.rightBox ul, .rightBoxBot ul {
	color:#6d3b10;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin: 0;
	padding-left: 14px;
	padding-top: 2px;;
	list-style: square outside;
}

.rightBox li, .rightBoxBot li {
	padding-top: 3px;
	padding-bottom: 1px;
}


.rightBox a, .rightBoxBot a {
	color:#6d3b10;
	text-decoration:none;
	display:block;
}

.rightBox a:hover, .rightBoxBot a:hover {
	color:#e67637;
	text-decoration:none;
}

#footer{
	clear:both;
	margin-left: 156px;
	width: 660px;
	padding: 1px 16px 0 0;
	text-align:right;
	}
	
#footer p {
	color: #6d3b10;
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #6d3b10;
}
	
#footer a:hover {
	color: #6d3b10;
}

hr {
	border: none 0; 
	border-top: 1px dashed #9A9241;/*the border*/
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

h5 {
	margin: 0;
	padding: 0;
	font:12px Arial, Helvetica, sans-serif;
	color: #c45e24;
}

h7 {
	margin: 0;
	padding: 0;
	font:12px Arial, Helvetica, sans-serif;
	color: #c45e24;
}

#newsfeed{
    margin:0px 0px;
}
#newsfeed .rssChannel{
	display:none
}
#newsfeed .rssChannel .rssChannelLink{
    margin:0px;
/*    color: #6d3b10;
    text-decoration:none;*/
    border:none;
}
#newsfeed .rssItemTitle .rssItemLink{
    display:block;
    font-size:11px;
	font-weight:bold;
	line-height:14px;
/*    color:#6d3b10;*/
    text-decoration:none;
	padding-top:7px;;
}