@charset "utf-8";

/*
 * Default formatting
 */

html body {
    width: 100%;
    margin: 0px 0px;
    background: #1B242C;
}

body
{
    font: 62.5% Arial, Helvetica, sans-serif;
    color: #666666;
    
}

h1, h2, h3, h4, h5, h6, h7, p
{
    margin: 0px;
    padding: 5px 0px;
}

h1
{
    color: #2E3E4B;
    font-size: 1.9em;
    font-weight: normal;
    text-transform: uppercase;
}
    h1 strong { color: #396579; font-weight: normal; }
    
h2
{
    font-size: 1.4em;
    color: #396579;
    font-weight: normal;
    text-transform: uppercase;
}
h3 {
	font-size:1.3em;
}

 .h2 {
    color:#336699;
}

    h2 a {
        color: #999;
    }
    
    h2 a:hover {
        color: #666;
    }

a
{
    color: #999;
    text-decoration: underline;
}

a:hover
{
    color: #444;
    text-decoration: underline;
}

img
{
    border: 0px;
}

.left
{
    float: left;
}

.right
{
    float: right;
    margin-left:20px;
}

.frame
{
    border: 1px solid #A6B5BF;
    padding: 1px;
}

.icon {
    background-color: #999;
}

.required em { color: #CC0000; font-weight:bold; }

/*
 * Styling and page layout
 */


#container {
    min-width: 950px;
    padding:0 10px;
    margin: 0 auto;
}

#header { min-width: 950px; height: 210px; background: #0C161D; }
#header #slogon { float: left;  color: white; font-size: 3em; padding-top: 35px; padding-left: 18px;   }
#header #slogon span { color: #396579; }

#header #head_rhs { border-left: 2px solid white; }

#content-container {
        background: #FFF;
        margin-left:185px !important;
        margin-right:15px !important;
        position: relative;
}

#content-container div.wrapper { 
    padding: 18px 18px 35px 18px; 
    position: relative;
}
#content-container p { font-size: 1.3em; }


#rightCap { 
	width: 15px; 
	float: right;
	background: #37444D; 
	display: block;
}
#nav-container { 
	float: left; 
	width: 185px; 
}

    
    #navigation {
        font-size: 1.2em;
        color: #fff;
    }
    
        #navigation ul, #navigation ul li {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }
        #navigation ul {
            background: #37444D;
            padding-bottom:35px;
        }
        
        #navigation ul li {
            display: block;
            line-height: 18px;
            background: #37444D;
            border-bottom: #2F3A43 1px solid;
        }
        #navigation ul li:hover {
              
              
        }
        #navigation ul li.last { background: none; }
        
        #navigation ul li a {
            display: block;
            padding: 8px 0 8px 25px;
            margin: 0px 0px;
            color: #000000;
            text-decoration: none;
            background: #37444D;
            color: white;
            text-transform: uppercase;
            border-bottom: 1px solid #37444D;
            
        }
        
        #navigation ul li a:hover {
            color: #C3C3C3;    
        }
        
        #navigation ul li.active {
                background: #37444D repeat-x bottom  url(/asset/images_updated/nav_bg.png);
        }
        
        #navigation ul li.active a {
           
            border-bottom: 1px solid #37444D;
            background: 5px 50% no-repeat  url(/asset/images_updated/nav_arrow.jpg);
            color:white;
        }

        #brochureBtn { margin:5px 0; }
        #brochureBtn a {
            color: #FFF;
            background: url(/asset/images_updated/digital_brochure.png) top left;
            display: block;
            padding: 25px 0 22px 25px;
             font-size:1.2em;
             text-transform: uppercase;
             text-decoration: none;
        }
        #brochureBtn a:hover {
            color: #C3C3C3;   
        }
    
    /*
     * Left-hand column
     */
     
    .two-col #main-left {
        width: 510px;
        float: left;
    }

    #main-left .content {
        padding: 5px 10px;
        font-size: 1.2em;
    }
    
    /*
     * Right-hand column
     */
    
    #main-right {
        width: 180px;
        padding-top: 20px;
        float: right;
    }
    
    #main-right .heading {
        background: transparent url('../images/black/sidebar_bg.png') no-repeat left top;
        height: 27px;
        line-height: 27px;
        padding-left: 10px;
    }
    
        #main-right .heading h2 {
            color: #fff;
            font-size: 1.4em;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
        }
    
    #main-right .content {
        background: #eee url('../images/black/sidebar_bg_bottom.png') no-repeat left bottom;
        padding: 5px 10px 15px;
        font-size: 1.1em;
        margin-bottom: 10px;
    }

#footer {
    width: 100%;
    color: #999999;
    background: #F0F1F2;
    bottom:0;
    margin-right:15px !important;
    position: absolute;
    height: 23px;
    line-height: 23px;
}

#footer a { color: #999999; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
    #footer .left {
        float:left;
        width:34%;
        padding-left: 5px;
    }
    #footer .right {
        float:right;
        width:60%;
        text-align: right;
        font-size: 1em;
        padding-right: 5px;
        margin:0;
    }
    
        
        #footer .content a:hover {
            color: #f0f0f0;
            text-decoration: underline;
        }


div.linkBlock  { width: 355px; float: left; margin:27px 10px 0px 0;  }
div.linkBlock, div.linkBlock h2 { font-size:13px; line-height:18px; font-weight: normal; }
div.linkBlock h2 { color: #396579; margin: 0; padding: 0; }
div.linkBlock img { float:left; }
div.linkBlock ul { list-style: none; margin:0; margin-left:10px; float: left; padding-left: 0; font-size:11px}
div.linkBlock ul li { border-bottom: 1px solid  #E9ECEF; padding-bottom: 1px; width: 230px; }

td.greycell {
	background:#eeeeee;
	color:#336699;
	padding:0 5px;
}
.greybox {
	font-size:1.3em;
	background:#eeeeee;
	padding:5px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.wrapper ul {
	font-size:1.3em
}


    .h1 a
    {
        font: bold 12px Arial;
        color: #396579;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: normal;
    }
    
    .h1 a:hover
    {
        color: #50AFC1;
        text-decoration: underline;
    }
    
    
    
    
    .blueborder
{
    border-top: 1px solid #336699;
    border-bottom: 1px solid #336699;
}

.input
{
    width: 250px;
    font: 11px Arial;
    color: #666;
}

.select
{
    width: 250px;
    font: 11px Arial;
    color: #666;
}

.button
{
    color: #333333;
    font: bold 14px Arial;
    text-align: center;

    border: 3px double #336699;
    background-color: #BBCACE;

    width: auto;
    height: 30px;
    margin: 1px;
}

#crumbs { position: absolute; top: 20px; right: 20px;}
/* specials page */
#content-container .specials p, #content-container .specials td, #content-container .specials li {
	color:#000000;
	font-size:11px;
}

.specials {
    font-family:Arial, Verdana, Helvetica, sans-serif, Tahoma;
    color:#666;
}
.specials p {
    padding:5px 0;
    margin:0;
}
.left, .right {
    position:absolute;
    top:0;
}
.left {
    left:0;
}
.right {
    right:0;
}
.s-header {
    height:52px;
    background-image:url(../images/specials_heading_2.gif);
    background-repeat:repeat-x;
    position:relative;
    padding:0 7px 0 7px;
    margin:10px 0 0 0 !important;
}
    .heading {
        font-size:22px;
        font-weight:bold;
        position:absolute;
        top:20px;
        left:10px;
    }
    .no-items {
        position:absolute;
        top:33px;
        right:15px;
        width:100px;
        font-size:10px;
        line-height:10px;
        text-align:right;
    }
.s-footer {
    height:21px;
    line-height:20px !important;
    background-image:url(../images/specials_footer_2.gif);
    background-repeat:repeat-x;
    position:relative;
    padding:0 7px;
    margin:0 0 10px 0;
}
.s-container {
    border-left:1px solid #CDCDCD;
    border-right:1px solid #CDCDCD;
    position:relative;
    margin:0;
    padding:0;
}
.s-item {
    border-bottom:1px solid #CDCDCD;
    margin:0 0px 0 0;
    min-height: 130px;
    height: auto !important;
    height: 130px;
    display:block !important;
}
.pic {
    float:left;
    padding:10px;
    width:210px;
    text-align:center;
}
.extra {
    float:right;
    width:110px;
    padding:10px 20px 10px 0;
}
    .stars {
        height:10px;
        margin:0;
        padding:5px 0 0 0;
    }
    .stars img {
        float:left;
    }
.price {
    float:right;
    width:100px;
    padding:10px 10px 10px 0;
}
    .large {
        font-size:12px;
    }
    .blue {
        color:#54ACC0 !important;
    }
    .grey {
        color:#666666 !important;
    }
.description {
    margin:0 270px 0 230px;
    padding:10px 0;
}



#profileLanding div#largemap { float: left;  }

#locationList  { width:200px;  float: left; margin-left:30px; }
#locationList h2 { 
	background:#27333F; 
	text-transform:uppercase; 
	color:white; 
	padding:5px;
} 

#profileLanding ul { width:100%; padding: 0; list-style: none; margin: 0; }
#profileLanding ul li a { 
	   display: block; 
	   border-bottom:1px solid  #BBCACE;
	   font-size: 12px;
	   color: #26333F;
	   text-decoration: none;
	   padding:5px 4px;
}
#profileLanding ul li a:hover, #profileLanding ul li a.current  { 
    background:#396579; 
    text-transform:uppercase; 
    color:white; 
}

#profileInfo { 
	float:right; 
	width:212px;
	
	margin: 40px 0 50px 20px;}
#profileInfo h2 { 
    background:#27333F; 
    text-transform:uppercase; 
    color:white; 
    padding:5px;	
}
#profileInfo .box { 
	margin:5px 0;
	border-top:1px solid  #BBCACE;
	border-bottom:1px solid  #BBCACE;
}
#profileInfo .details {
	background: #BBCACE;
	color: #26333F;
	font-size:12px;
	padding: 5px;
}
#profileInfo p {
    font-size:12px;
}
#profileInfo .details td { padding:2px 5px 2px 0;  }
#profileInfo a { color: #26333F; }
/*
 * Hax (don't look here)
 */
 
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}