/*Begin Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul li, ul li li, ol ul li, ul ul li {list-style-type:none;}
body {
	line-height: 1;
	font-family: Tahoma;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset*/

/*Begin Layout*/

/*Begin Common*/
#top, #main, #options, .wrap  {
	width: 960px;
	margin: 0 auto;
}
/*End Common*/

/*Begin Header*/
#top {
	height: 52px;
	/*overflow: hidden;*/
	background: url(../images/top.jpg) left top no-repeat;
	position: relative;
    z-index: 200;
}
/*Begin Menu*/
#top ul {
	float: right;
	margin-right: 6px;
}
#top ul li {
	float: left;
	line-height: 52px;
	height: 52px;
	padding: 0 12px;
	background-image: url(../images/pipe.gif) ;
	background-position: left top;
	background-repeat: no-repeat;
    position: relative;
}
#top ul li.current {
	border-top: 3px solid #fff;
	line-height: 49px;
    height: 49px;
}
#top ul li:hover {
	background: rgba(27,81, 188, 0.5);
	background-image: url(../images/pipe.gif) ;
	background-position: left top;
	background-repeat: no-repeat;
}
#top ul li.current:hover {
	height: 49px;
}
#top ul li a {
	display: block;
	width: auto;
	font-size: 14px;
	font-family: Times New Roman;
	color: #fff;
	text-decoration: none;
	height: 49px;
}
#top img {
	position: absolute;
	left: 84px;
	top: 20px;
}
/*End Menu*/
/*Begin Drop-downs*/
.sf-menu li ul {
	position: absolute;
	top: -999em;
    z-index: 21;
	width: 150px!important; /* left offset of submenus need to match (see below) */
	padding-bottom: 5px;
}
.sf-menu ul li {
	width: 100%;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 52px; /* match top ul list item height */
	z-index: 99;
    width: 150px;
    border: 1px solid #84b7f7;
    border-top: none;
    padding-bottom: 0;
}
#top ul li.current:hover ul {
    top: 49px!important;
}
.sf-menu li:hover ul li,
.sf-menu li.sfHover ul li {
	width: 126px;
	border-right: none;
	background: #4b7ed0;
    background: rgba(75,126,208, 1);
    background-image: url(../images/smalldot.gif)!important;
    background-position: 5px center!important;
    line-height: 30px!important;
    height: 30px!important;
}
.sf-menu li:hover ul li a,
.sf-menu li.sfHover ul li a {
	text-transform: none;
	font-weight: normal;
}
.sf-menu li:hover ul li a:hover,
.sf-menu li.sfHover ul li a:hover {
	color: #fff;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
    z-index: 100;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 150px; /* match ul width */
	top: 0;
}
.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
	top: -999em;
}
.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
/*End Menu*/
/*End Header*/

/*Begin Main*/
#main {
	height: 292px;
	position: relative;
	z-index: -1;
	background: url(../images/main_bg.jpg) left top no-repeat;
}
/*Begin Logo*/
#main h1 {
	position: absolute;
	left: 38px;
	top: 0;
	width: 243px;
	height: 213px;
	background: url(../images/logo.jpg) left top no-repeat;
}
#main h1 a {
	display: block;
	width: 243px;
	height: 213px;
	overflow: hidden;
	text-indent: -5000px;
}
/*End Logo*/

/*Begin Family*/
#family {
	float: right;
	margin: 0 1px 0 0;
	width: 412px;
	height: 292px;
}

#slogan {
	float: left;
	display: inline;
	margin: 267px 0 0 6px;
	width: 538px;
	height: 25px;
	overflow: hidden;
	font: normal 14px Arial;
	color: #fff;
	padding-top: 4px;
	text-indent: 20px;
}
/*End Family*/

/*Begin Options*/
#options {
	height: 154px;
	background: #f7f7f7 url(../images/options_bg.gif) left top repeat-x;
	padding: 29px 0 0 0;
	margin-bottom: 24px;
}
#options:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
#options li {
	float: left;
	width: 303px;
	height: 154px;
	background: #fff;
}
#options .description {
	margin: 0 27px 0 24px;
}
#options li.submenu {
	background: #fff url(../images/sub_bg.gif) left top no-repeat;
	padding-left: 10px;
	width: 293px;
	overflow: hidden;
}
.submenu ul {
	padding-left: 40px;
	background: url(../images/submenu_bg.jpg) left bottom no-repeat;
	height: 140px;
	padding-top: 14px;
}
.submenu ul li, #subnav li {
	float: none;
	height: 25px!important;
	background: transparent url(../images/dot.gif) left center no-repeat!important;
	padding-left: 10px;
}
.submenu ul li a, #subnav li a {
	font-family: Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #3b86c4;
}
.submenu ul li a:hover, #subnav li a:hover {
	color: #de4435;
	text-decoration: underline;
}
#options li.description {
	background: #fff url(../images/descr_bg.gif) left top no-repeat;
	padding-left: 20px;
	width: 283px;

}
.description h3 {
	font-family: Times New Roman, serif;
	font-size: 23px;
	font-weight: normal;
	color: #f03838;
	margin: 10px 0 10px 0;
}
.description p {
	font-size: 12px;
	color: #5a5a5a;
	font-family: Tahoma;
	line-height: 130%;
	margin-top: 5px;
}
/*End Options*/

/*Begin Footer*/
#footer {
	clear: both;
	width: 950px;
	height: 63px;
	line-height: 63px;
	margin: 0 auto;
	padding: 0 0 0 10px;
	background: #f8f8f8 url(../images/footer_bg.gif) left top no-repeat;
}
#footer ul li {
	float: left;
}
#footer ul li a {
	font-family: Tahoma;
	font-size: 13px;
	color: #333; /*#8e8e8e*/
	padding-left: 20px;
	margin-right: 10px;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #67a9bf;
	text-decoration: underline;
}
.links {
	background: url(../images/links_bg.gif) left center no-repeat;
}
.homes {
	background: url(../images/homes_bg.gif) left center no-repeat;
}
.disclosures {
	background: url(../images/disclosures_bg.gif) left center no-repeat;
}
#footer p {
	text-align: right;
	color: #8e8e8e;
	font-family: Tahoma;
	font-size: 11px;
	background: #f1f1f1;
	line-height: 63px;
	margin-left: 300px;
	padding-right: 10px;
}
#footer p a {
	color: #8e8e8e;
	font-weight: bold;
}
/*End Footer*/
/****************************/

.ControlPanel
{
    line-height: 150%;
    width: 800px;
    margin: 10px auto;
    background-color: #eee;
}

/* DNN admin menu */
#AdminMenu {
    position: absolute;
    top: 50px;
    right: -40px;
    padding: 5px 0 5px 5px;
    margin: 0;
    background-color: #fff;
}

#HouseMenuNav3 
{
    text-align: left;
  margin: 0;
  padding: 5px 2px 2px 15px;
  background: #eee;
}

#HouseMenuNav3 li {
 list-style-image: none;
 list-style: none; 
} 

#HouseMenuNav3 li a {
  text-decoration: none;
  font-size: 12px;
} 

#HouseMenuNav3 ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-image: none;
} /*End Layout*/


