@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #696772 url(images/background.gif) center bottom no-repeat;
	background-attachment: fixed;
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
img, a img {
	border: none;
}
a:link, a:visited, a:active {
	color: #31c5f9;
}
.clear {
	width: 100%;
	clear: both;
}
.right {
	float: right;
	margin-left: 5px;
}
.left {
	float: left;
	margin-right: 5px;
}
#container {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
	color: #000000;
}
#header {
	width: 776px;
	border-left: 2px solid #63616c;
	border-bottom: 2px solid #63616c;
	border-right: 2px solid #63616c;
	background: #ffffff;
}
#logo {
	float: left;
	padding-left: 15px;
}
#contact-info {
	float: right;
	padding-right: 6px;
	text-align: right;
}
#nav {
	float: right;
	clear: right;
	padding-right: 2px;
	padding-top: 20px;
	width: 500px;
}
#content {
	width: 776px;
	border: 2px solid #63616c;
	background: #ffffff;
	margin-top: 10px;
	padding: 13px 0 13px 0;
}
.narrow {
	float: right;
	width: 445px;
	padding-right: 6px;
}
.full 
{
    padding-left: 8px;
    width: 750px;
}
#dnn_LeftPane {
	float: left;
	width: 298px;
	padding-left: 8px;
}
.dark {
	color: #ffffff;
	background: #696772 url(images/dark-content.gif) right bottom no-repeat;
	padding: 6px;
	border: 1px solid #000000;
}
.dark h1 .Head 
{
    color: #FFFFFF;
}
.dark .StandardButton 
{
    background: #000000;
    font-weight: bold;
    color: #ffffff;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    border: 1px solid #63616c;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom: 1px solid #31c5f9;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
p {
	line-height: 18px;
	margin: 12px 0 12px 0;
}
#footer {
	width: 776px;
	border: 2px solid #63616c;
	background: #000000;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
}
.heavy {
	font-weight: bold;
}

/* Suckerfish */

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 83px;
	background: #000000;
	color: #ffffff;
	border-left: 2px solid #63616c;
	border-top: 2px solid #63616c;
	border-right: 2px solid #63616c;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 3px;
}
#nav a:hover {
	background: #63616c;
}
#nav li { /* all list items */
	float: right;
	width: 87px; /* width needed or else Opera goes nuts */
	list-style: none;
	padding-right: 10px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000000;
	width: 150px;
	border: 2px solid #63616c;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li 
{
    float: left;
}
#nav li ul li a {
	width: 144px;
	border: none;
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#houseMenuVstaticItemHome 
{
    display: none;
}
