
/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	margin-top: 5px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	height:100%;
	font-size:90%;
	background-image: url(../images/background_wood.jpg);
	background-color: #999999;
}
/* hack for IE6 transparent PNGs */
img { behavior: url("CSS/iepngfix.htc"); }
/* End hack */

form {
	display: inline;
}

/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
li ul {
    display: none;
}
li:hover > ul {
    display: block;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}


.bg {
    background: url(../images/bottom_curve.png) 0% 100% no-repeat;
}
.bg_2 {
    background: url(../images/background_rtnav_bottom.png) 0% 100% no-repeat;
}
#case_navigation {
	text-align: right;
}
#main_content {
	height: 300px;
	overflow: auto;
	padding: 10px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #666666;
}
#contact_content {
    height: 90px;
	overflow: auto;
	padding: 10px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #666666;
}
#search_box {
	padding-top: 10px;
	padding-left: 31px;
}
#search_content {
	background-color: #9966CC;
}
#specials_area {
	padding: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F1E4C6;
	line-height: 20px;
}
#testimonials {
	padding: 0px;
	color:#666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px; 
}
#testimonials_name {
	padding: 0px;
	text-align: right;
	color: #333333;
	line-height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 96%; 
}
#flash_header {
	padding-left: 10px;
	
}



#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #999999;
	padding-bottom: 10px;
	text-align:center;
}
a{
	color: #9966CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #9966CC;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{

}

.contentBox {
	border: 1px solid #AAAAAA;
	padding: 3px 3px 3px 3px;
	background-color: #EFEFEF;
	/*font-size: 12px;*/
	font-style: normal;
}

td.menuPic {
	width: 22px;
	height: 20px;
}

td.menuLink {
	vertical-align: middle;
	text-align: justify;
}

