/* CSS Document */
body { behavior:url("csshover.htc"); }

html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}

ol, ul {	list-style: none;}

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
	/* end reset styles */
	/* clearing technique */
	
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
	}
	
.clearfix {display:inline-block;}
	/* mac hide \*/
	
* html .clearfix {height: 1%;}

.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/


body {
	background-image:url(images/body-bg.jpg);
	background-repeat:repeat-x;
	margin-top:10px;}
	
	
#wrapper {
	background-image:url(images/main-bg.jpg);
	background-repeat:no-repeat;
	width:968px;
	margin: 0 auto;}
	
#wrapperinner {
	background-image:url(images/main-bg-inner.jpg);
	background-repeat:repeat-y;
	width:968px;
	margin: 0 auto;}

	
#header {
	background-image:url(images/header-bg.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width:968px;
	position:relative;
	height:135px;}
	
.banner-image {
	margin-bottom:20px;}

.booknow{				
position:absolute;				
top:80px;				
left:805px;}					

img{				
border:none;			
}


		
	
/*=================================================================
                          CONTENT
================================================================= */

#content-holder {
	margin: 0 auto;
	width:944px;
	padding-top:3px;}
	
#left-area-holder {
	float:left;
	width:698px;
	font-size:12px;
	line-height:20px;
	color:#666;
	}
	
#left-area-holder p{
	padding-left:3px;}
	
.hdivider {
	border-bottom:dotted 1px #666;}
	
#left-area-holder h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#333333;
	padding-left:3px;
	font-weight:normal;
	}
	
#left-area-holder h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#789F00;
	padding-left:3px;
	font-weight:normal;}
	
.featured-services-box {
	float:left;
	display:block;
	width:180px;
	margin: 0 20px 0 20px;
	text-align:center;
	font-size:11px;
	line-height:20px;
	margin-bottom:20px;}


#right-area-holder {
	float:right;
	width:230px;
	margin-right:3px;}
	
.hours-box {
	margin: 0 auto;
	width:198px;
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
	padding: 5px 10px 10px 10px;}
	
.hours-day-text {
	font-size:12px;
	font-weight:bold;
	color:#569C1D;
	padding-bottom:10px;
	}

.day-text {
	font-size:11px;
	font-weight:bold;
	color:#666;
	padding-bottom:8px;}	
	
.hour-text {
	font-size:11px;
	font-weight:bold;
	color:#CC3300;
	padding-bottom:8px;}
	
#newletter-form-holder {
	margin: 0 auto;
	width:198px;
	line-height:20px;
	font-size:11px;}
	
.text-input {
	width:179px;
	height:23px;
	border: solid 1px #ccc;
	margin-bottom:15px;
	line-height:25px;
	color:#999999;
	padding: 2px 0 0 3px;}
	
.subscribe-btn {
	float:right;
	margin-right:18px;}	
	
.address-holder {

	margin: 0 auto;
	width:198px;
	line-height:20px;
	font-size:11px;
	color:#666;}
	
/*=================================================================
                          NAVIGATION
================================================================= */

#nav-holder {
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
	height:34px;
	width:960px;
	color: #fff;
}

.tabcontainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}

.tabcontent{
	margin: 0 auto;
	width:960px; /*width of 2nd level sub menus*/
	height:34px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background-image:url(images/nav-bottom-bg.jpg);
	background-repeat:repeat-x;
}

        
#popupmenu {
	float: left; /* to keep the other floating objects contained*/
	position: relative; /* This can also be fixed or absolute*/
	width: 100%;
	
	/*Format */
	font-size:12px;
	margin-left:10px;
}

#popupmenu a {text-decoration:none;}
#popupmenu > ul > li
{
	display:block;
	float:left;
	line-height:34px;
	text-align:center;
	width:155px;
}

#popupmenu ul li ul
{
    /* Hide sub menu */
	display: none;
	z-index: 1000;

	margin:0 auto;
	color:#333;
	font-size:11px;
	background-image:url(images/nav-bottom-bg.jpg);
	background-repeat:repeat-x;
}

#popupmenu > ul > li > a
{
	color:#fff; 
	font-weight:bold;
	font-size:11px;
}
#popupmenu > ul > li:hover,
#popupmenu > ul > li:hover > a,
#popupmenu ul li ul li a
{ 
	color:#333; 
}

#popupmenu ul li ul li a
{
	padding: 0 .5em 0 .5em;
}

/* UnHide sub menu */
#popupmenu  ul li:hover ul{
	display: block; /*unhide it*/
	position: absolute; /* It needs to be absolute	for the effect to work.*/
	width:960px; /*width of 2nd level sub menus*/
	height:34px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	top: 34px;
	left: -10px;
}
#popupmenu ul li:hover ul li{ 
	display: inline;
 	float: none;   
}

#popupmenu > ul > li:hover
{ 
	text-decoration:none;
	display:block;
	width:155px;
	background-image:url(images/tab-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	outline:none;
}

.tabOn {
	text-decoration:none;
	display:block;
	width:155px;
	background-image:url(images/tab-bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	outline:none;
}	

#popupmenu  ul li:hover ul.ShowSub{
	display: block; /*unhide it*/
	position: absolute; /* It needs to be absolute	for the effect to work.*/
	width:960px; /*width of 2nd level sub menus*/
	height:34px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	top: 34px;
	left: -10px;
}

#popupmenu > ul > li.tabOn  > a{color:#333;}
	
/*=================================================================
                         FOOTER
================================================================= */

#footer {
	 margin: 0 auto;
	 width:968px;
	 background-image:url(images/footer-bg.jpg);
	 background-repeat:no-repeat;
	 height:80px;}
	 
.footer-link {
	float: left;
	font-size:11px;
	color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	padding-top:30px;
	margin-left:10px;}	
	
.footer-link a{

	padding-left:6px;
	padding-right:6px;
	padding-top:30px;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;} 

.footer-link a:hover{

	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;}
	
.privacy-link {
	float: right;
	font-size:11px;
	color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;
	padding-top:30px;
	margin-right:10px;}
	
.text-copyright {
	text-align:center;
	color:#999;
	font-size:10px;
	padding-top:10px;}	 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
