/* ----------------------------------------------
	Design Name : Helping Hand Holidays
	Author : Tiffany Dunn from PinkInk Web Design
	Author URL : http://www.pinkinkwebdesign.com/    
	Last Date Modified : May, 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */   
html, body {
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	width: 100%;
} 



/* ----------------------------------------------
   LAYOUT
------------------------------------------------- */  
#wrap {

width: 968px;
height:100%;
position: relative;
background: #FFFFFF;
text-align: left;
min-height: 100%;
	height: auto ;
margin: 0 auto -228px;	
}

#header{
height: 259px;
width: 968px;
margin-top: 10px;
padding-bottom: 10px;
background:url(/images/header.gif) no-repeat;
}
#tag_line{
	height:33px;
	width:510px;
	top:137px;
	left:208px;
	position:absolute;
	font-size: 17px;
	color: #F7A32A;
}
/*NAVIGATION*/

#main_nav{
	height:38px;
	width:600px;
	top:180px;
	left:177px;
	position:absolute;
	padding: 0px 0px 0px 0px;
	border-left: 1px solid #FFF;
	list-style: none;
	white-space: nowrap;
}

#main_nav ul {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #FFF;
    line-height: 30px;
	white-space: nowrap; }	
	
#main_nav li {
	float: left;
	color: #FFF;
	list-style: none;
}
#main_nav li a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size:14px;
	
	}
#main_nav li a:visited {
	color: #FFF; }
#main_nav li a:hover {
	color: #333;
	 }  
/*NAVIGATION END*/

#phone{
	height:22px;
	width:230px;
	top: 219px;
	right: 28px;
	float:right;
	position:absolute;
	background-color:#84C0C8;
	border:2px solid #FFF;
	text-align:center;
	}
.phonetxt{
	font-family:Arial;  font-size:14px; color:#000; font-weight:bold; 
	padding:0px;
}
#inner_wrap {
	float: left;
	padding:10px 0px 0px 0px;
	width:968px;
}

 
 #left_col {
	float:left;
	width: 185px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 2px;
	clear:both;
	text-align:left;
	height:100%;
	position: relative;
	
	}
	
#main_col {
	padding: 0px 5px 0px 5px;
	float:left;
	width: 770px;
	position:relative;
	text-align:left;
	
    }	

/* Paragraph elements */
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	} 
	
a {
	color:#333;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
a:hover{
	color:#6C3
}
h1 {
	font-size:14px;
	color:#333;
	font-weight: bold;
}

h2 {
	font-size:14px;
	color:#F93;
	font-weight:bold;
	margin-bottom:0px;
}

h3 {
	font-size:13px;
	font-style:italic;
	color:#333;
	font-weight: bold;
}

/* FOOTER */

#footer{
   clear: left;
   width: 100%;
   height:228px;
   background: url(/images/footer.gif) no-repeat;
   padding:0px 0px 0px 0px;
   margin:0px 0px 0px 0px;
}

#footer-box{
	width:400px;
	height:150px;
	float:right;
	text-align:center;
	padding-top:80px;
	font-size:12px;
}

