html, body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
	margin: 0px;
	padding:0px;
	}
	
/* LAYOUT STYLES */	
	
#Space { 
 width:720px; 
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
 margin-top: 5px;
 padding-bottom: 20px;
} 

#header {
	margin: 0px;
	padding: 0px;
	}
	
#LeftCol {
	float:left;
	width: 165px;
	height: auto;
	padding: 20px 0px 0px 0px;
	background: url(http://www.hornetjuice.com/images/side_top.jpg) top left no-repeat;
	height:0px;
	}
	
#LeftNav {
	height:auto;
	padding: 0px 10px 0px 10px;
	background:	url(http://www.hornetjuice.com/images/top_bg.jpg) top left no-repeat;
	border-left: 1px solid #BDBDBD;
	border-right: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	}
	
#MidCol {
	float: left;
	width: 380px;
	padding: 5px 10px 0px 10px;
	margin: 0px;
	}
	
#RightCol {
	float: right;
	height: auto;
	width: 150px;
	border: 1px solid #A371B0;
	margin-top: 10px;
	}
	
#RightColContent {
	font-size: 1.5em;
	padding:5px 10px 5px 10px;
	margin: 0px;
	}
	
#RightColContent a:link, #RightColContent a:visited, div.rowHighlight span.right a:link, div.rowHighlight span.right a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#6F4F9B;
	}	
	
#RightColContent a:hover, #RightColContent a:active, div.rowHighlight span.right a:hover, div.rowHighlight span.right a:active {	
	text-decoration:underline;
	font-weight:bold;
	color:#6F4F9B;
	}
	
div.row {
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;	
	}
	
div.topImg {
	float:right;
	width: 155px;
	height: auto;
	padding: 10px;
	}
	
div.rowHighlight {
	clear:both;
	font-size: 1.5em;
	padding: 5px 0px;
	margin: 0px;	
	height: auto;
	}	
	
div.rowHighlight span.left {
	float:left;
	width: 75px;
	height:auto;
	padding:0px;
	margin:0px;
	}
	
div.rowHighlight span.right {
	float:right;
	width: 285px;
	height: auto;
	padding:0px;
	margin:0px;
	}
		
	
/* TEXT STYLES */	

a.headlink {
	display:block;
	width:720px;
	height: 150px;
	background: url(http://www.hornetjuice.com/images/header.jpg) top left no-repeat;
	border:none;
	}
	
span.hideTxt {
	display:none;
	}
	
.HiTitle a:link, .HiTitle a:visited {
	font-size:1.25em;
	text-decoration:none;
	font-weight:bold;
	color:#6F4F9B;
	}	
	
.HiTitle a:hover, .HiTitle a:active {
	text-decoration:underline;
	}			
	
.TitleTxt {
	font-size:1.75em;
	font-weight:bold;
	color:#6F4F9B;
	}	
	
.SubTitleTxt {
	font-size:1.25em;
	font-weight:bold;
	color:#6F4F9B;
	}		
	
/* NAVIGATION STYLES */	

#LeftNav ul, #LeftNav ul ol {
	margin: 0;
	padding-left: 15px;
	}

#LeftNav ul li {
	list-style-image: url(http://www.hornetjuice.com/images/bullet.gif);
	margin-bottom: 15px;
	}
	
#LeftNav ul li a:link, #LeftNav ul li a:visited {
	font-size:1.5em;
	color:#000000;
	text-decoration: none;
}	

#LeftNav ul li a:hover, #LeftNav ul li a:active {
	color:#A371B0;
	text-decoration:underline;
}	

/* BANNER TITLES */

div.BannerTitle {
	width: auto;
	height: 18px;
	background-color:#A371B0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color:#FFFFFF;
	padding:3px 5px 0px 5px;
	text-align: left;
	vertical-align:middle;
	}
	
	
	
/* Fix */	
	
.clearfix:after {
    content: "."; 

    display: block; 

    height: 0; 

    clear: both; 

    visibility: hidden;

}	

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

/* End hide from IE-mac */		
