body{
	background-image: url(images/background.jpg);
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
h2, h2 span.Head, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBB9B;
	padding-left: 8px;
}

h4 {
	color: #4E331E;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDBB9B;
	padding-left: 14px;
}

p{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.5em;
}

.content-page-holder .content p{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:1.5em;
}

.content-page-holder .content .Head, .content-page-holder .content .SubHead, .content-page-holder .content tr.DataGrid_Header td, .content-page-holder .content tr.DataGrid_Item td {
    color:#FFFFFF;
}
tr.DataGrid_AlternatingItem {
    color:#000000;
}
form {
    margin:0;
}
td, div, p {
	font-family:inherit;
	font-size:14 px;
	font-weight:inherit;
}
.content-page-holder .content label, .content-page-holder .content a.CommandButton:link, .content-page-holder .content a.CommandButton:visited {
    color:#FFFFFF;
}
#header-wrapper {
	height:183px;
	background-attachment: scroll;	
	background-color: transparent;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width:100%;
}
*html #header-wrapper 
{
    height:183px;
	background-attachment: scroll;	
    filter: alpha(opacity = 40);
    height:1%;
    background-image: url(images/header.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	width:100%;
}

#header {
	margin:0 auto;
	padding-top:5px;
	width:980px;
	position:relative;
}
#logo{
	height:53px;
	margin-top:10px;
	width:980px;
}
#search{
	height: 26px;
	width: 300px;
	padding-top:4px;
	padding-left:20px;
    background-image:url(images/search_lens.png);
    background-repeat:no-repeat;
    background-position:left center;
    position:relative;
    left:675px;
}
#search input.NormalTextBox {
    width:200px;
}
#search a.dnnSearch {
    background-image:url(images/submit.gif);
    background-repeat:no-repeat;
    color:White;
    padding:4px 19px;
    text-align:center;
}
.bread_crumbs{
	color: #F2F1F1;
	line-height: 30px;
}
.bread_crumbs a.SkinObject {
	color: #F2F1F1;
	font-weight:bold;
	line-height: 30px;
	font-size:inherit;
}
#MainMenu 
{
	height:42px;
	border-color:#75ac34;
	border-style:solid;
	border-width:0 0 5px;
	margin-top: 37px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
#page-wrapper {
	padding:0px 0 0;
	width:100%;
}
#page {
	margin:0 auto;
	width:980px;
    float:none;
    clear:both;
    overflow:auto; /* to make sure the container div with only floats inside has a height */
}
div.MediaPortableContent img {
	border: 3px solid #D4D2BD;	
}


/* PANES */
.content-page-holder {
    float:left;
    width:610px;
}

.right-page-holder {
    float:right;
    width:340px;
}

div.DNNEmptyPane {
    float:none;
    width:0;
}

#footer-wrapper {
    clear:both;
	background-color: #D4D3BF;
	width:100%;
	margin-top: 40px;
	padding:0 0 25px 0;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/footer.gif);
}
#footerBottom-wrapper {
	background-color: #C9C8AF;
	width:100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDBB9B;
	border-right-color: #BDBB9B;
	border-bottom-color: #BDBB9B;
	border-left-color: #BDBB9B;
}
#footerBottom-wrapper #footer {
	margin:0 auto;
	padding:25px 5px 0;
	width: 980px;
    overflow:auto; /* to make sure the container div with only floats inside has a height */
}
#footerBottom-wrapper #footer .footerLeft {
    width:80%;
    float:left;
}
#footerBottom-wrapper #footer .footerRight {
    width:20%;
    float:right;
    text-align:right;
}
#footerBottom-wrapper #footer span.copy {
	color:#4E331E;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
.footer {
	margin:0 auto;
	padding:30px 0 10px;
	width: 980px;
    overflow:auto; /* to make sure the container div with only floats inside has a height */
}
.footer .content {
    float:left;
	width: 567px;
	background-color: #C9C8AF;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
div.footer div.lastFooterChild {
	color: #3A3A29;
    float:right;
	width: 340px;
    background-color:Transparent;
    margin:0 0 20px;
    padding:0;
}

table.hoursTable {
    width:326;
    margin-left:14px;
    border-spacing:5px;
}

table.hoursTable td.day {
font-weight:bold;
width:100px;
}

table.hoursTable td {
width:100px;
}

table.hoursTable td, table.hoursTable th {
	color: #3A3A29;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content-page-holder .content{
	width: 567px;
	background-color: transparent;
	background-image: url(images/page_bg.png);
	padding: 20px;
	margin-bottom: 30px;
}

/*html .content-page-holder .content
{
    width: 567px;	
    filter: alpha(opacity = 100);
    height:1%;
	background-image: url(images/background.jpg);
	padding: 20px;
	margin-bottom: 30px;
}*/

.content-page-holder .content .content{
    width:auto;
    background-image:none;
    padding:0;
    margin:0;
}
.content-page-holder .content a {
    color:#FBBA16;
    text-decoration:none;
    font-weight:bold;
}
div.MediaPortableContent {
    margin-bottom:30px;
}
.content-page-holder .content .contentHeader h2 {
	background-image: url(images/page_bg.png);
	border:none;
	margin:0;
}    

/*html .content-page-holder .content .contentHeader h2
{
    filter: alpha(opacity = 100);
    height:1%;
	background-image: url(images/background.jng);
	border:none;
	margin:0;
}*/
    
.content-page-holder .content .contentHeader h2 span.Head {
	color: #FFFFFF;
	border:none;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 20px;
	height:35px;
}

.right-page-holder .content {
    padding-top:5px;
}
.right-page-holder .content .content {
    padding:0;
}
.right-page-holder .content .contentHeader h2 span.Head {
	color: #FFFFFF;
}

ul.gallery {
    list-style: none;
    padding-left:0;
    margin-left:0;
}
ul.gallery li {
    display: block;
    float: left;
    margin-top: 15px;
    margin-left: 14px;
}
ul.gallery li a {
    height: 90px;
    width: 90px;
    display: block;
    border: 2px solid #d1ceb9;
    line-height: 0;
}
ul.gallery li a img {
    border:none;
} 
ul.gallery li a:hover {
    border: 2px solid #FBBA16;
}
ul.gallery p{
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;	
}

#HouseMenuNav li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;	
}

#HouseMenuNav li li { /* all items under the top level */
	z-index: 11113;
}

#HouseMenuNav a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}


#HouseMenuNav li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

*html #HouseMenuNav li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: 0;
	padding: 0;
}

*html #HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 150px;
	border: 0;
	padding: 0;
	left: 200px;
	top: 20px;
}

*html #HouseMenuNav li:hover ul ul {
    margin: -20px 0 0 150px;
	border: 0;
	padding: 5px;
	left: 200px;
	top: 20px;
}

#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#HouseMenuNav li li:hover ul{
    left:66px;
    top:20px;
}

*html #HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul {
    left: auto;
	z-index: 99999;
}


#HouseMenuNav iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}
/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

#HouseMenuNav li li a { /* all item links under the top level */
	padding: 5px;
	/*width: 148px;*/
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 200px;
	_width: 134px;
	height: 12px;
	_height: 12px;
	/* end hack */
	color:White;
	z-index: 99999;
}

*html #HouseMenuNav li a {
    padding-left: 26px;
	padding-right: 26px;
	height: 20px;
	width: 50px;
	_width: 50px;
	height: 20px;
	_height: 20px;
	color:White;
	z-index: 99999;		
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
    _font-size:13px;
    font-weight: 700;
	text-transform: uppercase;
}

*html #HouseMenuNav li a:hover {
    padding-left: 26px;
	padding-right: 26px;  /*may have to change this back*/
	height: 20px;
	width: 50px;
	_width: 50px;
	height: 20px;
	_height: 20px;
	color:White;
	z-index: 99999;
}

#HouseMenuNav li li a:hover {
	color:#FFFFFF;
	background-color: #4C6F22;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 12px;
	/* end hack */
	text-decoration:none;
	z-index: 99999;
}


#HouseMenuNav li ul { /* second-level lists */
	width: 210px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	/*border: solid 1px #036;*/
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color:#75AC34;
	border:#888888;
	height: auto;
	z-index: 11111;
}

*html #HouseMenuNav li ul { 
	width: 134px;
	left: -9999px; 
	margin: -30px 0 0 0;
	margin: 0;
	line-height: 12px;
	background-color:#75AC34;
	border:#888888;
	height: auto;
	z-index: 11111;
}

*html #HouseMenuNav li li a {
	color:#FFFFFF;
	background-color: #75AC34;
	padding:5px;
	height: auto;
	height: 10px;
	_height: 10px;
	width: 140px;
	_width: 140px;
	text-decoration:none;
	z-index: 99999;
	font-weight:normal;
}

*html #HouseMenuNav li li a:hover {
	color:#FFFFFF;
	background-color: #4C6F22;
	padding: 5px;
	height: auto;	
	width: 140px;
	_width: 140px;
	height: 10px;
	_height: 10px;
	text-decoration:none;
	z-index: 99999;
	font-weight:normal;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

ul#HouseMenuNav {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	z-index: 11113;
}

*html #HouseMenuNav ul
{    
    list-style:none;
	float:left;
	margin:0;
	padding:0;
	z-index: 11113;
	color: White;
}
    
ul#HouseMenuNav > li {
	display:inline;
	float:left;
	margin:0 1px 0 0;	
	padding:0;		
	background-image: url(images/bright.png);	
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 11113;
}

ul#HouseMenuNav > li > a, ul#HouseMenuNav > li > a:hover {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:700;
	line-height:42px;
	text-transform:uppercase;
	padding:0 23px;
	background-image: url(images/blef.png);	
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	z-index: 11113;	
}

*html ul#HouseMenuNav li {    
	float:left;
	/*margin:0 1px 0 0;		
	background-image: url(images/bright.png);
	background-repeat: no-repeat;
	background-position: right top;*/
	z-index: 11113;	
	color: White;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight:700;
	line-height:42px;
	text-transform:uppercase;
}

*html #HouseMenuNav ul li a {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
    _font-size:12px;
	color:#FFF;
	line-height:20px;
    _line-height:20px;
	text-transform: capitalize;
    _text-transform: capitalize;
	padding: 0 5px;
	background-color: #75AC34;
	text-decoration:none;	
	z-index: 11113;
}

*html #HouseMenuNav ul li a:hover {
    display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	_font-size:12px;
	color:#FFF;
	line-height:20px;
	_line-height:20px;
	text-transform: capitalize;
	padding: 0 5px;
	background-color: #4C6F22;	
	text-decoration:none;
	z-index: 11113;
	
}
*html #HouseMenuNav ul li li a {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
    _font-size:12px;
	color:#FFF;
	line-height:20px;
    _line-height:20px;
	text-transform: capitalize;
    _text-transform: capitalize;
	padding: 0 5px;
	background-color: #75AC34;
	text-decoration:none;	
	z-index: 11113;
}

*html #HouseMenuNav ul li li a:hover {
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
    _font-size:12px;
	color:#FFF;
	line-height:20px;
    _line-height:20px;    
	text-transform: capitalize;
    _text-transform: capitalize;
	padding: 0 5px;
	background-color: #4C6F22;
	text-decoration:none;	
	z-index: 11113;
}

ul#HouseMenuNav > li:hover {
    background-position:right bottom;
	z-index: 11113;
}

*html ul#HouseMenuNav li:hover {
    background-position:right bottom;
	z-index: 11113;
}

ul#HouseMenuNav > li > a:hover, ul#HouseMenuNav > li > a.falseHovered {
    background-position:left bottom;
	z-index: 11113;
}

*html ul#HouseMenuNav li a:hover {
    background-position:left bottom;
	z-index: 11113;
}

*html ul#HouseMenuNav li a.falseHovered {
    background-position:left bottom;
	z-index: 11113;
}

/* end menu */

a.Normal{
	color:White; 
	font-family:Trebuchet MS, Arial, Helvetic; 
	font-weight:bold; 
	font-size:1.2em;
	}