body {
        height: 100%;
	margin: 0;
	padding: 0;
        text-align: center;
	line-height: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(images/Parchment.jpg) top center repeat-y;
}

a:link, a:visited { color: #003366; text-decoration: none;} 
a:active, a:hover { color: #cc9900; text-decoration: none;}

a.l_h2:link, a.l_h2:visited { color: #ffffff; text-decoration: none;} 
a.l_h2:active, a.l_h2:hover { color: #cc9900; text-decoration: none;}

a.l_h3:link, a.l_h3:visited { color: #003366; text-decoration: none;} 
a.l_h3:active, a.l_h3:hover { color: #ffffff; text-decoration: none;}

a.l_h4:link, a.l_h4:visited { color: #ffffff; text-decoration: none;} 
a.l_h4:active, a.l_h4:hover { color: #cc9900; text-decoration: none;}

a.l_h5:link, a.l_h5:visited { color: #cc9900; text-decoration: none;} 
a.l_h5:active, a.l_h5:hover { color: #003366; text-decoration: none;}

h1 { 
	margin: 0 0 0px 0;
	padding: 15px 0px 10px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
        border-bottom: 2px solid #CCCCCC; 
}

h2 {
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	background: url(images/nav.png) repeat-x;
}

.h2_span{
        padding: 2px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
        background: url(images/nav.png) repeat-x;
}

h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	color: #003366;
	background: url(images/h2bg.png) repeat-x;
}

h4 {
	margin: 0;
	padding: 3px 0 3px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background: #39425b;
}

h5 {
	margin: 0 0 5px 0;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #cc6600;
}

h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #1304e3;
}

p {
	margin: 0 0 15px 0;
}

img {        
	border: none;
	margin: 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
}

#container {
        margin: 0 auto;    
	width: 1000px;
        text-align: left;
}

/* top panel */
#top_panel {           
	width: 1000px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #FFF url(images/header.jpg) no-repeat;
}

#top_links {
    position: absolute;
    top: 0;
    margin: 0 0 0 140px;
    color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
    z-index: 99;
}

.arrow {
vertical-align: middle;
border: none;
}

#header {
	float: left;
	display: inline;
	margin: 40px 0 0 30px;
}

#header #site_title{
	padding: 10px 0 8px 0;
	margin: 0;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	background: none;
}

#header #slogan{
	padding-left: 3px;
	margin: 0;
	color: #CCC;
	font-size: 12px;
	font-weight: bold;
}

.ad_468x60 {
	float: right;
	color: #FFFFFF;
	margin: 40px 15px 0 0;
	width: 468px;
	height: 60px;
}

.ad_468x60 img{
	border: none;
}

.bookingBox{
position:absolute;
float:right;
margin:-337px 0px 0px 814px;
width:319px;
height:300px;
color: #333;
font-family:Helvetica,Arial,sans-serif;
font-size:14px;
font-weight:bold;
background:url(images/book.png) top no-repeat;
}

.bookingbox .date1FieldHolder {
float:left;
display: block;
margin-top:77px;
margin-left:25px;
font-size: 100%;
z-index:1;
}

.bookingbox .date2FieldHolder {
float:left;
display: block;
margin-top:77px;
margin-left:58px;
font-size: 100%;
z-index:1;
}

.bookingbox .searchFieldHolder {
float:left;
display: block;
padding:0 10px 0 25px;
font-size: 100%;
z-index:1;
}

.bookingbox .goButtonHolder {
clear:both;
margin-left:8.5em;
padding-top:22px;
}
/* end of top panel */

/*------------- Menu ------------------*/
#menu {
    width: 1000px;
    height: 36px;
    background: #000000;      
    border-bottom: 1px solid #333;
}

#menu ul {
    float: left;
    width: 720px;
    margin: 0;
    list-style: none;
}

#menu ul li{
    display: inline;
}


#menu ul li a{
    float: left;
    padding: 8px 8px 3px 8px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    border-right: 1px solid #333;        
}

#menu ul li .lastmenu{
    border-right: none;
}

#menu li a:hover, #menu li .current{
    color: #cc9900;
}

#menu form{
    float: right;
    width: 180px;  
    padding: 3px;  
    text-align: left;    
}

#menu form input{
    width: 110px;
    color: #000;
    background: #FFF;
    height: 20px;
    border: 1px solid #666;
}

#menu form .button{
    border: 1px solid #666;
    background: none;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    width:35px;
}


#menu ul li li li {       
    background: #496d92;
    height: 2em;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    border-left:1px solid #999;
}

#menu ul li li li.last {
    border-right:1px solid #999;
    border-bottom:1px solid #999;
}

#menu ul li:hover ul li ul,
#menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

* html #menu ul li a:hover ul li a {
width:14.5em;
w\idth:14.5em;
}

#menu ul li:hover ul li a.drop,
#menu ul li a:hover ul li a.drop {
background: #0a376a;
}

#menu ul li:hover ul li a:hover,
#menu ul li a:hover ul li a:hover {
background:#cc9900; 
color:#000;
height:auto; 
}

#menu ul li:hover ul li:hover ul,
#menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:173px; 
top:0;
margin-top:0;
}

#menu ul li:hover ul li:hover ul.left,
#menu ul li a:hover ul li a:hover ul.left {
left:-100px;
background: #0a376a;
}

/* ----------------- end of menu ----------------*/



/* -----Content ----- */
#content { 
    width: 960px;
    background: #ffffff;
}

#content #content_left { 
        float:left;
	width: 660px;
	padding: 5px 10px 0 20px;	
	border-right: 1px solid #CCCCCC;
        margin-bottom: 10px;
}

#content #content_right {
	float: right;
	width: 260px;
}

#content_left .templatemo_content_left_section_01 {
	clear: both;
	width: 660px;
        background: #ffffff;
}

.templatemo_content_left_section_01  .section_01_two_col {
	float: left;
	width: 320px;
}

.section_01_two_col .section_01_box {
	clear: both;
	width: 100%;
	height: 149px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
}
.section_01_box .section_01_box_title{
	font-weight: bold;
	font-size: 14px;
}

.section_01_box img{
	float: left;
	margin: 3px 15px 0 0;
}

#content_left .templatemo_content_left_section_02{
	clear: both;
	width: 660px;
        background: #ffffff
}

.templatemo_content_left_section_02 .section_02_box {
       	float: left;	
        width: 315px;        
	margin: 5px 5px 0px 5px;
        border: 1px solid #CCCCCC; 	
}

.section_02_box .section_02_box_content{
	float: left;
	padding:5px;
}

.section_02_box_content .section_02_box_content_title {
	font-weight: bold;
}

.section_02_box_content ul{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}

.section_02_box_content ul li{
	padding: 0 0 5px 15px;
	margin: 0;	
	background: url(images/listicon.gif) top left no-repeat;
}

.section_02_box img {
	float: left;
	margin: 3px 10px 0 0;
}

#content_left .templatemo_content_left_section_03 {
	clear: both;
	width: 660px;
	padding: 5px;
	background: transparent;
}

.templatemo_content_left_section_03 .section_03_box {
	float: left;
	width: 152px;
	margin: 5px;
}

.templatemo_content_left_section_03 .section_04_box {
        float: left;
        width: 280px;
        height: 350px;
        margin: 5px 5px 10px 20px;
        padding: 5px 5px 5px 5px;
        background: url(images/directory.png) top repeat-y;)
 }

.templatemo_content_left_section_03 .section_04_box img
{
vertical-align:text-top;
}

.templatemo_content_left_section_03 .section_04_box a:link {   
    font-size: 16px;
    font-weight: bold;
    color: #003366;
    text-decoration: none;  
}

.templatemo_content_left_section_03 .section_04_box a:hover {
    color: #cc9900;
    text-decoration: none;
}

.section_04_box_bottom {
        position: relative;
        top: 55px;
        width: 140px;
        height: 72px; 
        margin: 0 0 0 146px;
        background: url(images/special.png) top no-repeat;
}

.section_04_box .small {
font-size:76%;
}


#content_right .content_right_section_01 {
	width: 300px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	background: #f3f3f3
}

.content_right_section_01 .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;	
}

.content_right_section_01 .blog_box h5 a{
	color: #fff;	
}

.content_right_section_01 .blog_box span{
	color: #ff366f;
}

.content_right_section_01 .sister_links_box {
	float: left;
	width: 140px;
        padding: 0 2px 0 2px;
}

.socialmedia {
border:medium none;
padding:0 11px;
}
/* ----- End Content ----- */

#maintext {
    float: left; 
    display: block;   
    width: 660px;
}

#maintext p{
    margin: 5px 5px 5px 5px;
    text-align: left;
    font-size: 11px;
    color: #666;
}

#maintext a{
    font-weight: normal;
}

/* ----- Footer ----- */
#footer {
    float: left;     
    width: 1000px; 
    padding: 3px 0 3px 0;
    text-align: center;
    background: #c4bdaa;
    font-size: 11px;
    color: #364159;
    border-top: 1px solid #364159;
}

a.footer:link, a.footer:visited { color: #364159; text-decoration: none;} 
a.footer:active, a.footer:hover { color: #ffffff; text-decoration: none;}

#footer ul {
	width: 950px;
        padding: 3px;
	margin: 0 auto;	
	list-style: none;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
        padding:5px 10px 0 10px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #364159;
	border-right: 1px solid #364159;        
}

#footer ul li .lastmenu{
	border-right: none;
}
#footer ul li a:link, #footer li a:visited{
         color: #364159;
}
#footer ul li a:hover, #footer li a:active{
	color: #ffffff;
}

#footer p{
	padding: 0 10px 0 10px;
	text-align: justify;
}
/* ----- End of Footer ----- */

/* Weather Style Sheet */

#weather {
    color: #FFFFFF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 40px;
    left: 680px;
    position: absolute;
    text-transform: capitalize;
    top: 298px;
    width: 280px;
}
#temp {
    float: left;
    height: 37px;
    padding: 10px 0 0;
    width: 95px;
}
#conditions {
    float: left;
    height: 37px;
    padding: 10px 0 0 5px;
    text-align: left;
    width: 130px;
}
#image-container {
    height: 37px;
    left: 100px;
    position: relative;
    top: -20px;
    width: 36px;
}

.sunny, .hot, .clear{
	background: url(images/weather/sunny.png) no-repeat top left;
}
.clear{
	background: url(images/weather/clear.png) no-repeat top left;
}

.light-rain, .light-rain-with-thunder{
	background: url(images/weather/lightrain.png) no-repeat top left;
}
.rain, .hail, .sleet, .drizzle, .showers, .freezingrain, .freezing-rain, .freezingdrizzle, .freezing-drizzle, .mixed-rain-and-hail{
	background: url(images/weather/rain.png) no-repeat top left;
}
.partlycloudy, .partly-cloudy, .fair{
	background: url(images/weather/partly.png) no-repeat top left;
}
.cloudy, .mostly-cloudy, .partly-cloudy{
	background: url(images/weather/cloudy.png) no-repeat top left;
}
.thunder, .thunderstorms, .thundershowers, .severe-thunderstorms, .isolated-thunderstorms, .scattered-thunderstorms, .scattered-showers, .isolated-thundershowers, .thunder-in-the-vicinity{
	background: url(images/weather/thunder.png) no-repeat top left;
}
.wind, .windy, .blustery, .tornado, .hurricane, .tropical-storm{
	background: url(images/weather/wind.png) no-repeat top left;
}
.snow, .blowingsnow, .blowing-snow, .snowflurries, .snow flurries,.heavysnow, .heavy-snow, .snowshowers, .snow-showers, .lightsnowshowers, .light-snow-showers, .cold, .mixed-rain-and-snow,  .mixed-rain-and-sleet,  .mixed-snow-and-sleet. scattered-snow-showers{
	background: url(images/weather/snow.png) no-repeat top left;
}
.fog .dust, .foggy, .haze, .smoky{
	background: url(images/weather/fog.pngf) no-repeat top left;
}


div.hoverthumb {
		float: left;
		}
div.hoverthumb a  {
		float: left;
		display:inline;
		border: 1px solid #CFCFCF;
		background-color: #040404;
		width: 132px;
		height: 88px;
		text-align: center;
		margin: 0px 7px 0px 0px;
		}
div.hoverthumb a:hover {
		border: 1px solid #666;
		width: 132px;
		height: 88px;
		float: left;
		display:inline;
		}
div.hoverthumb img {
		margin: 1px;
		}

.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

#mc_embed_signup fieldset {
position: relative;
background:#C4BDAA;
}

#mc_embed_signup {
width: 300px;
border-radius: 4px;
border: 0px solid #ccc;
padding-top: 0em;
margin: .0em 0;
color: #003366;
text-align: left;
}

div.mc-field-group {
margin: 0em 5%;
clear: both;
overflow: hidden;
}

div.mc-field-group label {
display: block;
margin: .3em 0;
line-height: 1em;
font-weight: bold;
}

div.mc-field-group input {
margin-right: 1.5em;
padding: .2em .3em;
width: 90%;
float: left;
z-index: 999;
}

#mce-responses {
}

#mce-error-response {
display: none;
margin: 1em 0;
padding: 1em .5em .5em 0;
font-weight: bold;
float: left;
top: -1.5em;
z-index: 1;
width: 80%;
background: #FBE3E4;
color: #D12F19;
}

#mce-success-response {
display: none;
margin: 1em 0;
padding: 1em .5em .5em 0;
font-weight: bold;
float: left;
top: -1.5em;
z-index: 1;
width: 80%;
background: #E3FBE4;
color: #529214;
}

#mc-embedded-subscribe {
clear: both;
width: auto;
display: block;
margin: .5em 0 0em 5%;
}
 


