html, body {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    background-color: #ccd4e7;
}

a {
    color: #3A3331;
}

#container {
    width: 900px;
    margin: 0 auto;
    background-color: #ccd4e7;
    padding-top: 10px;
}


h1 {

}


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

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

#title {
	z-index:25;
	width: 700px;
	margin: 0 0 0 175px;
}

.largetitle {
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:70px;
	line-height:120%;
	margin-bottom:7px;
	text-align:center;
}

.subtitle {
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:30px;
	line-height:120%;
	margin-top:7px;
	margin-bottom:7px;
	text-align:right;
	width:350px;
}

p.maxw {
	margin-right:15px;
	text-align:justify;
}

#print-logo {
    display: none;
}

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


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#table16 {
    background: transparent 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: 5px;
    color: #ccc;
    font-size: 18px;
    line-height: 0em;
	font-weight: bold;
	left: 0px;
	padding-bottom: 5px;
	text-align: center;
}


/* normal row */
#main-nav p.row {
    padding-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: #80604b;
}

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

/* Main Navigation - Extra Nav */
#main-nav #nav-extra {
    position: absolute;
    left: 550px;
    top: 0;
	font-size: 12px;
	font-variant: small-caps;
	line-height: 1;
}

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

#main-nav #nav-extra a:hover {
    color: #80604b;
}

/* Main Navigation - Address */
#main-nav #nav-address {
    left: 0px;
    top: 0;
    line-height: 1;
    color: #80604b;
	font-size: 10pt;
	text-align: center;
	float: none;
	display: inline;
}


/* 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: #80604b;
}


/* 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: #80604b;
}


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


/* Content
==============================================*/

#content-block {
    margin: 7px 0;
    position: relative;
	top: 2px;
	z-index:  10;
	clear: both;
}

#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: #80604b;
    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: 900px;
    height: 375px;
    background-color: #999;
}

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

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


#scrolling {
    height: 313px;
}

#content-text-bar {
    background-color: #80604b;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:  10;
    height: 375px;
}

#content-text-bar-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index:  10;
    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: 370px;
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
}

#column1 {
    background: transparent url(/images/content-bg-white.png) scroll repeat top left;
    width: 375px;
    position: absolute;
    top: 0;
    left: 0;
    z-index:  10;
    height: 375px;
    line-height: 1.1em;
}

#column1 div.padding {
    padding: 0px 0 0px 10px;
    height: 350px;
    float: left;
}

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

#column1 h2 {
    font-size: 20px;
    color: #80604b;
    text-transform: uppercase;
    margin-bottom: 5px;
}

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

#column1 h2 a {
    text-decoration: none;
    color: #80604b;
}

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

#column1 a:hover {
    color: #80604b;
    text-decoration: underline;
}

#content-inner {
    float: left;
    width: 365px;
	text-align: left;
}

#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 {
    width: 900px;
    position: absolute;
    top: 0;
    left: 0;
    height: 537px;
    line-height: 1.3em;
}

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

#column-homepage div.copy{
    margin-left:-10px;
    margin-top:455px;
}

#column-homepage h2 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;

}

#column-homepage p {
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

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: 635px;
}

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

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

#columns.slim-wide #column2 {
    width: 350px;
    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: #333;
    padding: 4px;
    background-color: #ddd;
    border: 0;
    font-size: 14px;
    cursor: pointer;
}

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

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

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

/* hCard
==============================================*/
.vcard .email, .vcard .org, .vcard .url {
    display: none;
}

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



/* Footer
==============================================*/
#footer {
	float: center;
	text-align: center;
	margin:15px 0 0;
	padding-bottom:20px;
	padding-top:15px;
	font-size: 12px;
    background: transparent url(/images/footer.png) no-repeat scroll center top;
}




