body{
	background-image: url(images/background.jpg);
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
}
*.Normal, *.NormalDisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2, h2 span.Head, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #335c65;
	font-style: italic;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #708e57;
}

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;
}
.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:inherit;
	font-weight:inherit;
}
p {
    font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
.right-page-holder *.Normal, .right-page-holder *.NormalDisabled {
    color:#FFFFFF;
}
.content-page-holder .content label, .content-page-holder .content a.CommandButton:link, .content-page-holder .content a.CommandButton:visited {
	color:#000000;
}
#header-wrapper {
	height:184px;
	background-attachment: scroll;
	background-color: transparent;
	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: 27px;
	margin-top: 35px;
	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:2px 15px;
    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: 42px;
	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 #e4e8e9;
}
/* 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: #bccfd3;
	width:100%;
	margin-top: 40px;
	padding:0 0 25px 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #708e57;
}
#footerBottom-wrapper {
	background-color: #102930;
	width:100%;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #708e57;
}
#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:#BCCFD3;
	font-family:inherit;
	font-size:11px;
	font-weight:inherit;
}

#footerBottom-wrapper a.SkinObject:hover {
	color:#BCCFD3;
	text-decoration:underline;
}

#footerBottom-wrapper a.SkinObject:link {
	color:#BCCFD3;
	text-decoration:none;
}
.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: #e7eeef;
	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, table.hoursTable th {
	color: #021119;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.content-page-holder .content{
	width: 567px;
	background-color: #e7eeef;
	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:#335c65;
	text-decoration:none;
	font-weight:bold;
}
div.MediaPortableContent {
    margin-bottom:30px;
}
.content-page-holder .content .contentHeader h2 {
	margin:0;
	background-color: #335c65;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #708e57;
}    
.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;
	color: #FFFFFF;
}
.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;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/*margin: -20px 0 0 180px;*/
	margin:0;
	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 li li:hover ul {
    left:180px;
    top:0;
}

#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: 170px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 170px;
	_width: 170px;
	height: 12px;
	_height: 20px;
	/* end hack */
	color:White;
}


#HouseMenuNav li li a:hover {
	color:#FFFFFF;
	background-color: #506d42;
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
	text-decoration:none;
}

#HouseMenuNav li ul { /* second-level lists */
	width: 180px; /* 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:#708E57;
	border:#888888;
	height: auto;
}

/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/

ul#HouseMenuNav {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
ul#HouseMenuNav > li {
	display:inline;
	float:left;
	margin:0 2px 0 0;
	padding:0;
	background-image: url(images/bright.png);
	background-repeat: no-repeat;
	background-position: right top;
}
ul#HouseMenuNav > li > a, ul#HouseMenuNav > li > a:hover {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:700;
	line-height:42px;
	padding:0 20px;
	background-image: url(images/blef.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
}
ul#HouseMenuNav > li:hover {
    background-position:right bottom;
}
ul#HouseMenuNav > li > a:hover, ul#HouseMenuNav > li > a.falseHovered {
    background-position:left bottom;
}

ul#HouseMenuNav > li > ul li > a:link {
  font-size:12px;
}

/* end menu */
