#page
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: hidden;
}

#titlebar
{
	background-image: url(images/headbg.png);
	background-repeat: no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 39px;
	padding-right: 19px;
	clear: both;	
}

#title
{
	float: left;
	
}

#login
{
	float: right;
}


#logo span
{
	display: none;
}

#banner span
{
	display: none;
}

#logo
{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 110px;
	float: left;
	clear: both;
}

#logo h2
{
	display: none;
}

#banner
{
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width: 552px;
	height: 110px;
	float: right;
}

#menubar
{
	height: 34px;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	line-height: 23px;
	padding-left: 19px;
	padding-right: 19px;
	clear: both;
}

#menu
{
	float: left;
	width: 100%;
}

#search
{
	float: right;
	width: 30%;
	text-align: right;
}

#content
{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/contentbg.png);
	background-repeat: no-repeat;
}


#footer
{
	text-align: center;
	clear: both;
}

body 
{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}

.column
{
	float: left;
	margin: 3px;
}


/* text style used for most text rendered by modules */
.Normal,.NormalDisabled,.NormalBold,.NormalRed,.NormalTextBox
{
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica;
    font-size: 0.8em;
    /*line-height: 1.6em;*/
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-weight: normal;
}


A:link  {
    text-decoration:    none;
    color:  #795e16;
    border-bottom: dashed 1px #aaa;
}

A:visited   {
    text-decoration:    none;
    color:  #795e16;
    border-bottom: dashed 1px #aaa;
}

A:active    {
    text-decoration:    none;
    color:  #795e16;
    border-bottom: dashed 1px #aaa;
}

A:hover {
    text-decoration:    none;
    border-bottom: dashed 1px #ce7628;
    color:  #ce7628;
}



.SkinObject {
    font-weight: normal;
    font-size: 8.5pt;
    color: #333;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#333;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#333;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#333;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#333;
}




#houseMenuH, #houseMenuH ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: 0;
	margin: 0 0 1em 0;
white-space:nowrap;
z-index:1000;
}

#houseMenuH a {
	display: block;

	text-decoration: none;
	padding: 5px 10px;
background-color:transparent;
color:black;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
border:0px;
z-index:1000;
}

#houseMenuH li {
	float: left;
	padding: 0;
	width: auto;
z-index:1000;
display:inline;
position:relative;
}

#houseMenuH li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
background-color:white;
border:1px solid #92804E;
line-height: 12px;
z-index:1000;
}

#houseMenuH li li {
	padding-right: 1em;
	width: 11em;
z-index:1000;
}

#houseMenuH li ul a {
	width: auto;
z-index:1000;
}

#houseMenuH li ul ul {
	margin: -1.45em 0 0 10em;
z-index:1000;
}

#houseMenuH li:hover ul ul, #houseMenuH li:hover ul ul ul, #houseMenuH li.sfhover ul ul, #houseMenuH li.sfhover ul ul ul {
	left: -999em;
}

#houseMenuH li:hover ul, #houseMenuH li li:hover ul, #houseMenuH li li li:hover ul, #houseMenuH li.sfhover ul, #houseMenuH li li.sfhover ul, #houseMenuH li li li.sfhover ul {
	left: auto;
}

#houseMenuH li:hover, #houseMenuH li.sfhover {
	background-color:#A6976F;
color:white;
}
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
#houseMenuV, #houseMenuV ul { /* all lists */

    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #524c44;
	list-style-type: none;
	padding: 0;
	margin: 0;
}


#houseMenuV li { /* all list items */
	list-style-type:none;
	line-height: 1.5em;
	text-decoration: none;
	border: solid 1px white;
	padding: 0;
	padding-left: 9px;
	margin: 0;
	position: relative;
	font-weight: bold;
}

#houseMenuV ul li { 
	font-weight: normal;
	background-color: white;
	margin:0px;
}

#houseMenuV li ul { /* second-level lists */
	margin:0px;
	padding:0px;
	font-weight: normal;
}

#houseMenuV li ul ul { /* third-and-above-level lists */


}

#houseMenuV ul li:hover,
#houseMenuV ul li.sfhover { /* second-level lists */

}


#houseMenuV a {
	display:block;
	color: #524c44;
	border: 1px solid white;
}

#houseMenuV li a:hover {
	text-decoration: none;
	border: 1px solid #cccccc; 
	background-color:#E2E2E2;
}

#houseMenuV li:hover ul ul, 
#houseMenuV li:hover ul ul ul, 
#houseMenuV li.sfhover ul ul, 
#houseMenuV li.sfhover ul ul ul {


}

#houseMenuV li:hover ul, 
#houseMenuV li li:hover ul, 
#houseMenuV li li li:hover ul, 
#houseMenuV li.sfhover ul, 
#houseMenuV li li.sfhover ul, 
#houseMenuV li li li.sfhover ul { /* lists nested under hovered list items */

}

#houseMenuV iframe {


}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */


}

a#houseMenuParentLink
{ /* parent link itself */

}

a#houseMenuCurrentLink
{ /* current link itself */

}

