/*---------DON'T DELETE THIS! CLEARFIX! ---------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	

/*-----------END CLEARFIX----------*/

textarea{
	resize:none;
}


/*--- general layout ---*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:14px; 
	text-align:center; 
	padding:0;
	background:url(../media/img/layout/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	color: #000000;
	margin:0;
}

.fresh {
	background:url(../media/img/layout/fresh.gif);
	text-indent:-9999px;
	margin-top:-4px;
	height:27px;
	width:55px;
	float:right;
	margin-bottom:0px;
	margin-left:-10px;
}

p{
	margin:10px 0px;
}

.error_msg{
	color:#af1608;
	font-weight:bold;	
}


#container{
	position:relative;
	width:800px;
	margin:40px auto 0px auto;
	text-align:justify;
	}

#content{
	width:735px;
	padding:10px 33px 10px 32px;
	background-color:#ffffff;
	padding-bottom:15px;
}
	
#header{
	position:relative;
	height:227px;
	}
	
#numbers{
	float:right;
	text-align:right;
}

.text_block {
	width:700px;
	margin:10px auto 30px auto;
}

#footer{
	width:800px;
	font-size: 11px;
	text-align:center;
	color:#000000;
	margin:0px auto;
	background-color:#fff;	
	}
#footer_data{
	background-color:#fff;	
	width:350px;
	margin:0px auto;
}

#nav_data{
	background-color:#fff;
	height:36px;
}

.header{
	font-size:14px;
	font-weight:bold;
	color: #af1608;
	border-bottom:2px solid #af1608;
}

.even{
	border-bottom:1px solid #999;
	background-color:#D9D9D9;
	font-weight:bold;
}

.mid{
	border-bottom:1px solid #999;
	background-color:#f5f5f5;
}

.odd{
	border-bottom:1px solid #999;
}

.row{
	height:20px;
	margin-bottom:20px;
}

label{
 float:left;
 font-weight:bold;
 width:200px;
 text-align:right;
 display:block;
 margin-right:15px;
padding-top:5px;
}

input {
	height:20px;
	border:1px solid #CCC;
	width:250px;
}

#buttons{
width:735px;
margin-bottom:30px;
}

.plan_button{
	float:left;
	margin-right:65px;
}

.plan_button_r{
	float:left;
}


#hours{
	position:relative;
	width:800px;
	margin:15px auto;
	font-size: 11px;
	text-align:center;
	color:#564b42;
	}
	
#footer a{
	color:#564b42;
	text-decoration:none;
	padding:10px;
}


#footer a:hover{
	color:#564b42;
	text-decoration:underline;
	padding:10px;
}


#home_content{
	width:764px;
	padding:9px 8px;
	margin:15px auto;
	background-color:#f2edea;
}

#left_col{
	float:left;
	width:372px;
	padding-right:10px;
	border-right: 1px solid #cec7c2;
}

#right_col{
	float:left;
	width:362px;
	padding-left:10px;
}

.headline {
font-weight:bold;
color: #8b5826;
}

a{
	text-decoration:underline;
color: #000000;
font-weight:bold;
}


#featured_on_media{
	background:url(../media/img/layout/featured_on_bg.gif);
	padding:20px;
	height:186px;
	width:720px;
	margin-top:60px;
	
}

.featured_source{
	float:left;
	margin-right:55px;
	text-align:center;
}



/* --- main nav --- */

#nav_container{
	position:absolute;
	top:191px;
	right:29px;
	background-color:#FFF;
}

#nav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute;height:32px;display:block;}


   
#nav a{
  	display:block;
	height:32px;
	width:100%;
	}	
	

	
#nav a span{display:none;}
  
#nav li ul li a span{display:block; visibility:hidden}  
   
#nav {
    height:32px; 
	width:207px;
    background:url(../media/img/layout/nav/nav.gif);
    position: relative;
	display:block;
	padding:0;
	margin:0;
	}	
	
#nav li:hover ul, li.over ul {
	display: block;
}

		
#nav li.on:hover ul, #nav li.over ul { /*for ie*/
		font-weight:bold;
	}
		
		
#topnav li.off ul, #topnav li.on ul {
  display: none;
}

	#nav_plans_rates{left:0px;top:0px; height:32px;width:112px;}
	#nav_contact{left:112px;top:0px;height:32px;width:95px;}
	
	

	

	#plans_rates #nav_plans_rates, #nav_plans_rates a:hover{
    background: transparent url(../media/img/layout/nav/nav.gif)
    -0px -36px no-repeat;}

	#contact #nav_contact, #nav_contact a:hover{
    background: transparent url(../media/img/layout/nav/nav.gif)
    -112px -36px  no-repeat;}

