html, body {
    color: #333;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    background-color: #fff;
}

a {
    color: #3A3331;
}

a:hover {
    color: #00B5CB;    
}

#container {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 15px;
}


h1 {

}

h1#logo a{
    background: transparent url(/images/themaidstone.png) scroll no-repeat top left;
    width: 415px;
    height: 96px;
    display: block;
}

h1#logo span {
    position: absolute;
    left: -999em;
}

#print-logo {
    display: none;
}

p.small {
    font-size: 12px;
}

h3.rates {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
}

h3.category {
    margin-top: 10px;
}

p.link, p.file {
    margin: 10px 0;
}

#sub-content {
    margin-top: 16px;
}

p.blurb {
    font-family: Arial, Helvetica,sans-serif !important;
    font-size: 13px;
}

h2#thelivingroom {
    background: transparent url(/images/thelivingroom.png) scroll no-repeat top left;
    width: 250px;
    height: 35px;
    margin-bottom: 20px !important;
}

h2#thelivingroom span {
    position: absolute;
    left: -999em;
}


/* Main Navigation
==============================================*/

#main-nav {
    position: relative;
    margin-top: 15px;
    color: #ccc;
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
}


/* normal row */
#main-nav p.row {
    xpadding-bottom: 5px;
}


#main-nav p.row a {
    color: #ccc;
    text-decoration: none;
}

#main-nav p.row strong a {
    color: #999;
}

/* selected row */
#main-nav p.row.selected a {
    color: #999;
}

#main-nav p.row.selected strong a {
    color: #333;
}

#main-nav p.row.selected a.selected
{
    color: #00b5cb;
}

/* hover */
#main-nav p.row a:hover
{
    color: #00b5cb;
}

/* Main Navigation - middle Nav */
#main-nav #nav-middle {
    position: absolute;
    left: 640px;
    top: 0;
}

#main-nav #nav-middle a {
    color: #999;
    font-weight: bold;
}

/* Main Navigation - right Nav */
#main-nav #nav-right {
    position: absolute;
    left: 800px;
    top: 0;
}

#main-nav #nav-right a {
    color: #999;
    font-weight: bold;
}

/* Sub Navigation
==============================================*/

#sub-nav {
    font-size: 12px;
    color: #999;
    margin-top: -25px;
}

#sub-nav a {
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}

#sub-nav span {
    text-transform: none;
}

#sub-nav a:hover, #sub-nav a.selected {
    color: #00b5cb;
}


/* Sub Sub Navigation
==============================================*/

#sub-sub-nav {
    font-size: 13px;
    color: #999;
    width: 108px;
    float: left;
    text-align: right;
    margin-right: 15px;
}

#sub-sub-nav a {
    color: #999;
    text-decoration: none;
}

#sub-sub-nav a:hover, #sub-sub-nav a.selected {
    color: #00b5cb;
}


/* List
==============================================*/
ul.list a.current, #subnav a.current {
    color: #00b5cb !important;
}


/* Content
==============================================*/
#content-block {
    margin: 10px 0;
    position: relative;
}

#content-block h3 {
    font-weight: bold;
}

#content-buttons {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
}

#content-buttons a {
    right: 0;
    top: 20px;
    width: 50px;
    height: 25px;
    background-color: #00b5cb;
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#content-buttons a:hover {
    text-decoration: underline;
}

#content-button-prev {
    margin-right: 10px;
}


#content-photo {
    line-height: 0;
    width: 960px;
    height: 537px;
    background-color: #999;
}

#content-photo.press {
    background-color: #00aaa6;
}

#content-photo.team {
    background-color: #d60c8c;
}


#scrolling {
    height: 492px;
}

#content-text-bar {
    background-color: #00b5cb;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 537px;
}

#content-text-bar-toggle {
    position: absolute;
    top: 0
    left: 0;
    background: transparent url(/images/bar-arrow-left.png) scroll no-repeat 5px 50%;
    width: 100%;
    height: 100%;
}

#content-text-bar-toggle.hidden {
    background: transparent url(/images/bar-arrow-right.png) scroll no-repeat 5px 50%;
}

#content-text-bar-toggle span {
    position: absolute;
    left: -999em;
}

#columns {
    width: 420px;
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
}

#column1 {
    background: transparent url(/images/content-bg-white.png) scroll repeat top left;
    width: 420px;
    position: absolute;
    top: 0;
    left: 0;
    height: 537px;
    line-height: 1.3em;
}

#column1 div.padding {
    padding: 30px 15px 15px 15px;
    width: 390px;
    float: left;
}

#column1 p {
    margin-bottom: 1em;
}

#column1 h2 {
    font-size: 20px;
    color: #00b5cb;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#column1 h2 span {
    text-transform: none;
}

#column1 h2 a {
    text-decoration: none;
    color: #00b5cb;
}

#column1 a {
    color: #999999;
    text-decoration: none;
}

#column1 a:hover {
    color: #00b5cb;
    text-decoration: underline;
}

#content-inner {
    float: left;
    width: 360px;
}

#content-inner.with-nav {
    width: 240px;
}

#column2 {
    background: transparent url(/images/content-bg-white.png) scroll repeat top left;
    width: 350px;
    position: absolute;
    top: 0;
    left: 265px;
    height: 100%;
    line-height: 1.3em;
}

#column2 div.padding {
    padding: 15px;
}

#column-homepage {
    background: transparent url(/images/content-bg-white.png) scroll repeat top left;
    width: 200px;
    position: absolute;
    top: 0;
    right: 30px;
    height: 537px;
    line-height: 1.3em;
}

#column-homepage div.padding {
    padding: 40px 20px;
    float: left;
    font-weight: bold;
}


#column-homepage .newsflash {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #666;
}

#column-homepage .newsflash a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

#column-homepage .newsflash a:hover .more {
    text-decoration: underline;
}

#column-homepage .newsflash a span.header {
    font-size: 18px;
    font-weight: bold;
}


#column-homepage .newsflash a .more {
    font-size: 10px;
    text-transform: uppercase;
}

img.press-image {
    margin-top: 20px;
}


/* Column sizes */
#columns.wide {
    width: 500px;
}

#columns.wide #column1 {
    width: 500px;
}

#columns.wide #column1 .padding {
    width: 470px;
}

#columns.wide-wide #column1 .padding {
    width: 470px;
}

#columns.wide #content-inner.with-nav {
    width: 325px;
}

#columns.wide-wide {
    width: 855px;
}

#columns.wide-wide #column1 {
    width: 500px;
}

#columns.wide-wide #content-inner.with-nav {
    width: 325px;
}

#columns.wide-wide #column2 {
    left: 505px;
}

#columns.super-wide {
    width: 700px;
}

#columns.super-wide #column1 {
    width: 700px;
}

#columns.super-wide #column1 .padding {
    width: 670px;
}

#columns.super-wide #column1 #content-inner {
    width: 650px;
}

#columns.slim-wide {
    width: 755px;
}

#columns.slim-wide #column1 {
    width: 280px;
}

#columns.slim-wide #column1 .padding {
    width: 250px;
}

#columns.slim-wide #column2 {
    width: 470px;
    left: 285px;
}


/* Slim */
#content-text.slim {
    width: 260px;
}

#content-text.slim #content-text-padding {
    width: 230px;
}


/* Form
==============================================*/

form.form-keep-informed {
    margin-top: 20px;
}

input {
    font-family: Arial, Helvetica,sans-serif;
}

input.text, input.password {
    width: 280px;
    padding: 5px;
    background-color: #ccc;
    color: #333;
    border: 0;
    font-size: 14px;
}

input.submit {
    color: #fff;
    padding: 6px 8px;
    background-color: #00B5CB;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

input.submit:hover {
    background-color: #666;
    color: #fff;
}

.form-error {
    color: red;
    font-weight: bold;
}

.form-message {
    font-weight: bold;
}

/* scroll panel
==============================================*/
.jScrollPaneTrack {
    background-color: #ccc;    
}

.jScrollPaneDrag {
    background-color: #999;    
}


#section-homepage #content-photo {
    background-color: #fff;    
}

/* hCard
==============================================*/

.vcard {
    margin-top: 10px;
    color: #00b5cb;
}

.vcard .org, .vcard .url {
    display: none;
}

.vcard .street-address {
    display: inline;
}

.vcard .adr {
    display: inline;
    padding-right: 20px;    
}

.vcard .email a {
    text-transform: uppercase;
    color: #00b5cb;
    text-decoration: none;
    padding-left: 25px;
}

.vcard .email a:hover {
    text-decoration: underline;
}




/* Footer
==============================================*/
#footer {
    border-top: 2px solid #333;
   padding-bottom: 10px;
}


/* Rates
==============================================*/
#rates td, th {
    padding: 5px;
}

#rates th {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

#rates td {
    font-size: 14px;
}


#rates tr.o td {
    background-color: #eee;
}

#rates td.indent {
    padding-left: 40px;
}



