body{
/**
* Good Practise to set Body Margin and Padding to kosong song
**/
    padding: 0px;
    margin: 0px;
    background: none repeat scroll 0 0 #00545e;
    color: #6d6f71;
    font: 14px 'Arimo', Arial, sans-serif;
    text-align: center;
}

/**
* Tricky Tricky LOL please don't ask me this.
*/
html{ 
    height: 100%;
}

.clr{
    clear: both;
}

* {
    margin:0;
    padding:0
}

/**
* Common Element Specific
*/
p{ 
    padding: 0 0 20px 0;
    line-height: 1.7em;
    display: block;
}
/**exception**/
#header p {
    padding: 0;
    line-height: 0;
}

img, img a { border: 0;}
img.promo {
    padding:15px;
    border:thin solid #d6d6d6;
}

img.sidetoside1 {
    float:left;
}

img.sidetoside2 {
    float:right;
}

h1, h2, h3, h4, h5, h6 { 
    font-family: Georgia, Arial, sans-serif;
    font-weight:normal;    
}
h3, h4, h5, h6 {
    padding: 25px 0 20px 0;
}

h1 {
    font-size:30px;    
    color:#554e44;
    padding: 0 0 20px 0;
}

h2{ 
    font-size: 24px;
    color: #0ca7a5;
    padding:0 0 5px 0;
}

h3 {
    font-family:'Arimo', Arial, sans-serif;
    font-size:18px;
    color:#382b1c;
}

h4 {
    font-family:'Arimo', Arial, sans-serif;
    font-size:14px;
    color:#382b1c;
}

h5,
.font18 { 
    font-size: 18px;
    color: #0ca7a5;
    padding:0 0 5px 0;
}

h6{color: #362C20;}

.fineprint {
    font-size: 11px;
    color:#f9735c;
    line-height:15px; 
    margin:0;
    padding:0;
}

hr {
    background:#c3e3e2;
    width:100%;
    height:1px;
    border:none;
    margin:25px 0;
    clear:both;
}

a, a:hover{ 
    outline: none;
    text-decoration: none;
    color: #0ca7a5;
}

a:hover{ 
    text-decoration: none;
}

.moreinfo {
    background: url('images/readmore_bg.png') 0 0 no-repeat;
    width:110px;
    height:23px;
    margin: 15px 0;
    padding:11px 0 12px;
    font-family:'Arimo', Arial, sans-serif;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    color:#fff;
    float:right;
}

.moreinfo_long {
    background: url('images/readmore_longbg.png') 0 0 no-repeat;
    width:160px;
    height:23px;
    margin: 15px 0;
    padding:11px 0 12px 6px;
    font-family:'Arimo', Arial, sans-serif;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    color:#fff;
    float:right;
}

.bookonline {
    background: url('images/book_online_bg.png') 0 0 no-repeat;
    width:229px;
    height:35px;
    margin: 15px 0;
    padding:15px 0 8px;
    font-family:'Arimo', Arial, sans-serif;
    font-size:17px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    color:#fff;
    float:right;
}

.moreinfo:hover {
    text-decoration:underline;
}

.readmore {
    float:right;
    display:inline;
    font-family:'Arimo', Arial, sans-serif;
    font-weight:700;    
    text-decoration:none;
    color:#f15a40;
}

readmore:hover {
    color:#0ca7a5;
}

blockquote {
    display:block;    
    width:90%;
    margin:15px 0 20px;
    padding:0 50px;
    font-family:Georgia, Arial, sans-serif;
    font-style:italic;
    font-size:18px;
    line-height:1.5em;
    color:#0ca7a5;
    position:relative;
} 

.bqstart {
     float:left;
     position:absolute;
     top:10px;
     left:0;
     font-size:300%;
     color:#0ca7a5;
     /*additional css for ie7. Please change if there is changes*/
 }

 .bqend {
     float:right;
     position:absolute;
     bottom:-20px;
     right:0;
     font-size:300%;
     color:#0ca7a5;
     /*additional css for ie7. Please change if there is changes*/
 }

#content ul{ 
    margin: 2px 0 22px 20px;
    
}

#content ul li{ 
    background-image: url(images/bullet_peach.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 15px 25px;
    margin:0;
    list-style: none;
}

#content ul li ul {
    margin: 5px 0 0 5px;
}

#content ul li ul li{ 
    background-image: url(images/subbullet_brown.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 0 0 10px 20px;
    margin:0;
    list-style: none;
}


#content ol{ 
    margin: 8px 0 22px 20px;
}

#content ol li{ 
    margin: 0 0 11px 0;
}

/**
* Overwrite Slider ul li
*/

ul#slider_home {
    margin:-40px 0 -50px;
    padding:0;
}

/**
* Layout Specific
*/
.auto_margin{
    margin: auto;
}

.global_wrap{
    width:900px;
    height:auto;
    margin:0 auto;
}

#header{
    background:#e6fbfd;
    height:130px;
    border-bottom:1px solid #c3e3e2;
    text-align: left;
}

#logo{
    width:170px;
    padding-top:8px;
    float:left;
}

#topmenu,
#tagline{
    width:725px;    
    float:right;
    text-align:right;
}

#topmenu{
    height:25px;
    margin-top:20px;
    color:#554e44;
}

#tagline{
    height:20px;
    font-size:12px;
    font-style:italic;
    color:#6e6f71;
}

#content {
    background:#fff;
    min-height:370px;
    text-align:left;
    padding: 0 0 20px 0;
}

#component {
    width:890px;   
    padding:40px 0 0 10px;
    overflow:visible;
}

#bottom_content {
    background: url('images/bottom_content_bluebg.jpg') top repeat-x #90e1eb;
    height:215px;
    padding:20px 0;
}

.single_column {
    width:250px;
    height:165px; /*org 165px*/
    padding:25px; /*org 25px*/
    float:left;
    background: url('images/frame_shadow.png') top center no-repeat;
}

#footer {
    background:#00545e repeat;
    width:100%;
    height:50px;
    padding:15px 0;
    color:#fff;
    font-size:10px;
    overflow:hidden;
    clear:both;
}

#footer_left
{
    width:650px;
    padding:5px 0;
    float:left;
    text-align:left;
}

#footer_right{
    width:250px;
    padding:5px 0;
    float:right;
    text-align:right;
}

#footer a,
#footer a:visited {    
    color:#fff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

/**
* Highlight Panels For Slider or other Main Categories
*/

.highlight_panels {
    background: url('images/panel_bg.png') top right repeat-y;
    width:147px;
    padding:40px 13px 0 0;
    text-align:right;
}

.highlight_panels h3,
.highlight_panels h4{
    padding: 0 5px 20px 0;
}

/**
* Content Panels
*/

.threecol_container,
.threecol_container_last {
    width:278px;
    height:400px;
    float:left;
    margin:0 25px 25px 0;
    border-left:thin solid #e6e6e6;
    border-right:thin solid #e6e6e6;
    border-bottom:thin solid #e6e6e6;
}

.threecol_container_last {
    margin:0;
}

.threecol_container h3,
.threecol_container_last h3 {
    padding: 20px 15px 15px;
}

.threecol_container p,
.threecol_container_last p {
    padding: 0 15px 20px;
}

/**
* Menu
*/

#topmenu ul{
    margin-left: 0px; 
    padding-left: 0px; 
    margin-bottom: 0px;
    margin-top: 0px;
}

/**
* form stylling table like
*/
.form_tb{
    margin: 15px 0 0;
}

.form_tb p{
    padding: 0 0 4px;
}

.form_tb span {
    float: left;
    text-align: left;
    width: 200px;
}

.form_tb input, .form_tb textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5DB;
    color: #47433F;
    font: 100% Arial;
    padding: 5px;
    width: 299px;
}

.form_tb .checkbox {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 4px 0;
    padding: 0;
    width: 14px;
}

.form_tb select {
    width: 310px;
}

.form_tb .submit {
    background: none repeat scroll 0 0 #263C56;
    border: 1px solid;
    color: #FFFFFF;
    cursor: pointer;
    font: 100% Arial;
    height: 33px;
    margin: 0 0 0 212px;
    padding: 2px 0 3px;
    width: 99px;
}

/**
* Side bar
*/
#side_bar{
    float: right;
    padding: 0 15px 20px;
    width: 190px;
}

#side_bar ul{
    padding: 4px 0 0;
    width: 178px;
}

#side_bar li{
    padding: 0 0 7px;
}

#side_bar ul li a{
    display: block;
}

#side_bar form{
    width:inherit;
}

#side_bar p{
    padding-bottom: 0px;
}

#side_bar input.search{
    border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% Arial,sans-serif;
    padding: 4px;
    width: 134px;
}

#side_bar .search_btn{
    width: 33px;
    height: 33px;
    background: url(image/search.png);
}
#side_bar .side_row li{
    padding: 5px;
    background: #EFEFEF;
    margin-bottom: 1px;
}

/*
Banner Rotator
*/
#banner{
    text-align: left;
}
#slider {
    position:relative;
}

#slider img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slider img.active {
    z-index:10;
}

#slider img.last-active {
    z-index:9;
}
.slider_div{
    position: relative;
    left: 10px;
    top: -50px;
    z-index: 97;
}
.slide_nav{
    font-size: 16px;
    float:left;
    margin:1px; 
    width:10px;
    padding:3px;
    background: #EFEFEF;
    border: 1px solid #BEBEBE;
}
.active-nav {
    background: #BEBEBE;
    color: #FFFFFF;
}
/* 
Contact Form
*/

.success, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('image/success.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('image/error.png');

}
.validation li {
    list-style:disc;
    list-style-position:inside;
    line-height: normal;
}

/**
* Widget Specific Style
*/

/**
* Login Widget
*/
form.login input{
    width: 100px;
}

form.login p{
    margin-top: 0px; 
    margin-bottom: 0px;
}

input:not([type]), input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"],textarea {
    padding: 3px;
    margin:2px 0 15px;
}

input[type="checkbox"] {
margin: 3px 4px 3px 0;
}

/**
* Ship Info
*/
.row label{
    clear:both;
    float:left;
    width:150px;
    padding: 3px;
}
.span2{
    float:left;
}
.confirm_title{
    clear:both;
    padding-top:10px;
    font-weight:bold;
    font-size:18px;
}

/*
*   Gallery Widget
*/

.gallery_category_title h1{
   margin-top:40px;
}


/*
*   Search Widget
*/

table {
   border:none;
}

/*
*   Table CSS
*/
table.capacity { 
    font-weight: normal;
    width: 100%;
    border: 1px #c3e3e2 solid;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 0px;
}


table.capacity tr.divider { 
    border-bottom: 2px solid #c3e3e2;
}


table.capacity td.capacityhd { 
    border-bottom: 2px solid #c3e3e2;
    background-color: #e6fbfd;
    text-align: center;
    font-weight: bold;
    color: #007388;
    padding:8px 0;
}


table.capacity td,
table.capacity td.left { 
    border-bottom: 1px dotted #c3e3e2;
    border-left: 1px dotted #c3e3e2; 
    font-weight: normal;
    background-color: white;   
   
}

table.capacity td {
    text-align: center;
    padding: 8px 0;
}

table.capacity td.left { 
    text-align: left;
    padding: 8px 0 8px 8px;
}

    
/* Contact Info */
.email span{
    display: inline-block; 
    background-image: url('image/con_email.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.mobile span{
    display: inline-block; 
    background-image: url('image/con_mobile.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.phone span{
    display: inline-block; 
    background-image: url('image/con_tel.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.fax span{
    display: inline-block; 
    background-image: url('image/con_fax.png'); 
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.address{
    padding-left:20px; 
    display: inline-block; 
    background-image: url('images/con_address.png');
    background-repeat: no-repeat;
}
.website span{
    display: inline-block; 
    background-image: url('image/con_website.png');
    background-repeat: no-repeat;
    width: 16px;
    height:16px;
    margin-right:5px;
}
.city span{
    padding-left:21px;
}
.state span{
    padding-left:21px;
}
.contact_desc span{
    padding-left:21px;
}
.contact_form{
    clear:both;
    font-weight:bold;
    padding: 10px 0 10px 0;
}
/***********************************/
/****************CMS****************/
/***********************************/
/*
*   Categories List Style
*/
.categories_view{
    /*
    padding-top: 10px; 
    padding-left: 10px;
    */
}
/*
* Category Blog Styling
*/
.category_blog_view{
    /*padding-left: 10px;*/
}
/*
* Category List Styling
*/
.category_list_view{
    /*padding-left: 10px;*/
}
/* Articles */


/*h4*/
.category_blog_view .article_title h4{
    color:#454545;
    border-top: 1px solid #dddddd; 
    border-bottom: 1px solid #dddddd;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
}

.category_blog_view .article_title h4 a{
    color:#095197;
}

.category_blog_view .article_title h4 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/*
* Article Styling
*/
a.nav {
    margin:0;
    padding:20px 0;
}


/*
* Title
*/
/*h2*/
.article_title h2{
    color:#454545;
}

.article_title h2 a{
    color:#095197;
}

.article_title h2 a:hover{
    color:#FFFFFF;
    background-color: #304d6e;
}

/*
* Icons
*/
div.icons{
    float:right;    
}

div.icons ul{
    text-align: right;
    list-style-type: none;
}

div.icons ul li{
    display: inline;
}

/*
* Article Info
*/
dl.article-info{
    float: left;    
}

dl.article-info dd{
    margin:0;
    padding:0;
}

/*
*   Widget Title
*/
.widget h3{
    border-bottom: #555565 solid 1px;    
}

.widget h3 span{
    color:#555565;
    font-size: 15px;
    font-weight: bold;
}

/*
*   Search Widget
*/
form .search label{
    display: none;
}

/*
*   Search Form
*/
.search_form ul{
    margin:0;
    margin-top:10px;
    margin-bottom:10px;
    padding:0;
}

.search_form ul li{
    display: inline;
    list-style: none;
}

/*
*   Search results page
*/
div.search_results{
    padding: 20px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}
/**
*   Image Gallery
*/
.gallery_back_button span.back_btn {
    background-image: url("images/gallery_back.png") !important;
    background-repeat: no-repeat;
    background-position: left top;
}

/**added by divya on 2/2/2012**/

.contact_detail_block {
    padding: 15px 0 0 0;
}

.row.position {
    font-size:25px;    
    color:#554e44;
    font-family: Georgia, Arial, sans-serif;
    margin-top:40px;
}

.contact_form {
    font-size: 15px;
    color:#f9735c;
    font-weight:bold;
    font-family: Georgia, Arial, sans-serif;
}

.contact_label input[type="submit"]
{
    background: url('images/readmore_bg.png') 0 0 no-repeat;
    width:110px;
    height:23px;
    margin: 15px 0;
    padding-top:11px;
    padding-bottom:23px;
    font-family:'Arimo', Arial, sans-serif;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    color:#fff;
    border:none;
    /height:46px;
}

.fb_iframe_widget
{
width:340px
}