/* DO NOT USE THIS DOCUMENT FOR ANY REASON WITHOUT EXPRESS PERMISSION */
/* Original CSS Design By: Josh Myers. */
/* Adapted Exclusivly For: House Blend Studio */
/* Last Updated: November 24, 2007 */

body,td,th {
font-family: Arial, sans-serif;
}

a {
text-decoration:none;
}

#Container {
padding-top:0px;
margin-top:-10px;
}

#TopLogoText {
text-align:center;
top:auto;
margin-top:15px;
line-height:12px;
}

#BottomLogoText {
text-align:center;
margin:auto;
vertical-align:middle;
height:130px;
width:260px;
overflow:hidden;
}

#ContentFrame {
height:100%;
padding-left:10px;
padding-right:10px;
padding-top:15px;
vertical-align:text-top;
color:#FFFFFF;
}

#PhotoFrame {
overflow:hidden;
margin:0px;
}

#Footer {
color:#000000;
font-size:10px;
font-weight:bold;
}

#Footer a {
color:#000000
}

#Footer a:hover {
color:#666666
}

					/* MENU HOVER POP-UP -- DO NOT EDIT! */

.HouseBlendMenu ul{
margin: 0;
padding: 0;
list-style-type: none;
cursor:pointer;
}

/*Top level list items*/
.HouseBlendMenu ul li{
position: relative;
display: inline;
}

/*Top level menu link items style*/
.HouseBlendMenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
text-decoration: none;
}
	
/*1st sub level menu*/
.HouseBlendMenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.HouseBlendMenu ul li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.HouseBlendMenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.HouseBlendMenu ul li ul li a{
display: block;
width: 75px; /*width of sub menu levels*/
text-decoration: none;
}

.HouseBlendMenu ul li a:hover{
color: black;
}

	
/* Holly Hack for IE \*/
* html .HouseBlendMenu ul li { float: left; height: 1%; }
* html .HouseBlendMenu ul li a { height: 1%; }
/* End */