HTML
{	
}

BODY
{
	background: url(keen_bg.jpg) top center  no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	line-height: 11pt;
	background-color:white;
	margin: 0px;
}

body form#aspnetForm{
	background: url(main_assets/bgtile.gif) top center repeat-y;
}

IMG
{
	border: none;	
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	line-height: 11pt
}

.small {
	font-size: 8pt; 
	color: #666666; 
	line-height: 11pt
}

.small_italix {
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-size: 7pt; 
color: #000000; 
font-style: italic;
line-height: 11pt
}

.tiny {
	font-size: 7pt; 
	color: #000000; 
	line-height: 9pt
}

.error {
	color: #ffde21;
	font-size: 8pt;	
}

.error_red 
{
	color: red;
	font-size: 8pt;	
}

.error_white
{
	color: white;
	font-size: 8pt;	
}

/* Links */

a:link {
color: #000000;
text-decoration: underline;
background-color: transparent
}

a:visited {
color: #000000;
text-decoration: underline;
background-color: transparent
}

a:hover {
color: #000000;
text-decoration: none;
background-color: transparent
}



/* --------------------------------------------------*/
/* Control Styles */
.textbox
{
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666; 
}

.dropdownlist
{
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666; 
}

/* --------------------------------------------------*/
/* Image Treatments */

.floatright
{
	float: right;
	margin: 0 0 0px 10px;
	padding: 2px;
}

.floatleft
{
	float: left;
	margin: 0 10px 0px 0;
	padding: 2px;
}

.floatcenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 2px;
}

.feature
{	
	width: 98%;
	float: left;
	display: block;
	margin: 10px 10px 25px 0px;
}

/* --------------------------------------------------*/
/* Content Styles */
#content
{
	width: 911px !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;	
}

.normal
{	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000; 
	line-height: 11pt
}

/* --------------------------------------------------*/
/* Header Styles */
#header
{
	width: 911px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px 0px 1px 0px;
	
	background-image: url(main_assets/nav_bottomline.gif);
	background-position: bottom;
	background-repeat: repeat-x ;	
	
}

#header .hdr_logo
{
/*
	width: 141px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	border: none;
*/
}

/* --------------------------------------------------*/
/* Footer Styles */
#footer
{
	width: 911px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 5px 0px 0px 0px;
	
	background-image: url(main_assets/nav_bottomline.gif);
	background-position: top;
	background-repeat: repeat-x ;	
}

#footer a
{
	behavior: expression(
	this.onmouseover = new Function("this.className += ' hover'"),
	this.onmouseout = new Function("this.className = this.className.replace(' hover', '')"),
	this.style.behavior=null);		
}

#footer a img.offstate
{
	display: inline;
}

#footer a img.onstate
{
	display: none;
}

#footer a:hover img.offstate
,#footer a.hover img.offstate
{
	display: none;
}

#footer a:hover img.onstate
,#footer a.hover img.onstate
{
	display: inline;
}

.stand_name {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: #000000; 
	line-height: 11pt;
	font-weight:bold
	
}

.heading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #333333; 
	line-height: 11pt;
	font-weight:bold
	
}

.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #666666; 
	line-height: 11pt;
	font-weight:bold
}

.hybridlife_name {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #333333; 
	line-height: 11pt;
	font-weight:bold;
	text-transform: uppercase
}

.hybridlife_city {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #333333; 
	line-height: 11pt;
	text-transform: uppercase
}





/* Hybrid Life Styles */

#hybridlife
{	
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #333333; 
	line-height: 11pt;
	font-weight: bold;
}

#hybridlife .container
{	
	float: left;
	display: inline;
	width: 144px;
	background-image:url(../images/hybridlife_container_bg.gif);
	background-repeat:repeat-y;
	padding-top:5px;
	
}

#hybridlife .container .details 
{
	width: 120px;
	
}

#hybridlife .container  .details  .name
{	
    cursor: hand;
	text-transform: uppercase !important;
	text-decoration: none;
	cursor: hand;
}
#hybridlife .details  .city
{	    
	font-size: 7pt; 
	text-decoration: none;
	cursor: hand;
}

#hybridlife a
{
	text-decoration: none;
}

#hybridlife .emptyrow
{	
    background-image:url(../images/hybridlife_blankrow.gif);
    width: 144px;
    height: 1px;
}

#hybridlife img
{	
	border: #c4c3c1 solid 4px;
	margin: 0px 0px 5px 0px;
	cursor: hand;
}

/* Modal Popup Background Style */

.modal_page_background 
{
	background-color: #eeeeee;
	opacity:.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);	
	z-index: 10001 !Important;
}

.modal 
{
	background-color: white;
	border: solid 4px #666666;	
	padding-top: 13px;
	padding-bottom: 10px;
	z-index: 10003 !Important;
	position: relative;
}

.modal .html 
{

}

.modal iframe 
{
	z-index: 100000000000000 !important;	
	margin-top: 6px;
}

.modal_close 
{
	display: block;	
	float: right;
	position: absolute;
	right: 0%;
	top: 0px;
	z-index: 10002 !Important;
}

/* Email Signup */

.emailsignup
{
	font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	font-size: 8pt; 
	color: #666666; 
	border: solid 1px #CCCCCC;
	padding: 3px
}
