body{
	background-image: url(images/background.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
h2, h2 span.Head, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	line-height: 2em;
	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:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.5em;
}

.content-page-holder .content p{
	font-family: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 {
	padding-top:3px;
	width:980px;
	position:relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:160px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo{
	height: 100px;
	margin-top: 10px;
	width: 500px;
	float: left;
	margin-left: 15px;
}
#search{
	height: 70px;
	width: 300px;
	padding-top:46px;
	padding-left:20px;
	background-image:url(images/search_lens.png);
	background-repeat:no-repeat;
	background-position:left center;
	position:relative;
	float: right;
}
#search input.NormalTextBox {
    width:200px;
}
#search a.dnnSearch {
    background-image:url(images/submit.gif);
    background-repeat:no-repeat;
    color:White;
    padding:4px 26px 8px 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;
	margin-top: 0px;
	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 */
	background-image: url(images/page_bg.png);
	background-color:transparent;
}
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;
	width:100%;
	margin-top: 0px;
	padding:0 0 0px 0;
	background-repeat: no-repeat;
	background-position: center top;

}
#footerBottom-wrapper {
	width:100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
#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:#fffff;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
.footer .content  .contentHeader h2 span.Head {
	border-bottom:medium none;
	color: #594216;
}
.footer {
	margin:0 auto;
	padding:46px 0 0px;
	width: 980px;
	overflow:auto; /* to make sure the container div with only floats inside has a height */
	background-color: #e7e6dc;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.footer .content {
    float:left;
	width: 567px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footerRight a, .footerRight a.SkinObject {
	color:#C4C4C4;
}
a.SkinObject:hover {
	text-decoration:underline;
}
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: #120d04;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content-page-holder .content{
	width: 567px;
	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/h_box.gif);
	border:none;
	margin:0;
	background-repeat: no-repeat;
	background-position: left top;
}    
.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: 44px;
	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;
	border-bottom:none;
}

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 #F82302;
}
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;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 220px;
	border: 0;
	padding: 0;
}

#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 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: 210px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 210px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
	color:White;
	z-index: 99999;
}


#HouseMenuNav li li a:hover {
	color:#FFFFFF;
	background-color: #6b0f07;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	
	width: 210px;
	_height: 20px;
	/* end hack */
	text-decoration:none;
	z-index: 99999;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 220px; /* 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: #69c;*/
	background-color:#961507;
	border:#888888;
	height: auto;
	z-index: 11111;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

ul#HouseMenuNav {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	z-index: 11113;
}
ul#HouseMenuNav > li {
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
	z-index: 11113;
}
ul#HouseMenuNav > li > a, ul#HouseMenuNav > li > a:hover {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:700;
	line-height:42px;
	padding:0 14px;
	text-decoration:none;
	z-index: 11113;
}
ul#HouseMenuNav > li:hover {
	background-position:right bottom;
	z-index: 11113;
	text-decoration:none;
	background-color: #F82208;
}
ul#HouseMenuNav > li > a:hover, ul#HouseMenuNav > li > a.falseHovered {
    background-position:left bottom;
	z-index: 11113;
}



/* end menu */