html, body {
    font-family: Helvetica, Arial, sans-serif;
    background: #fff;
}
table {
    width: 643px;
}
td, th {
    text-align: center;
}
th {
    background: #acdafa;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
th.last {
    border-right: 1px solid #aaa;
}
th.first {
    border-left: 1px solid #aaa;
}
td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
td.first {
    border-left: 1px solid #ccc;
}
label {
    display: block;
    font-size: 100%;
    padding-right: 1em;
}
input, textarea, select {
    /*clear: both;*/
    font-size: 115%;
    font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    padding: 0.1em;
    /*background-color: #eee;*/
}

input, textarea, select {margin:0 0 0.5em 0;border:1px solid #bbb;}
input:focus, textarea:focus, select:focus {border:1px solid #666;}
input, select {width:325px;padding:0.25em;}
textarea {width:100%;height:400px;padding:0.25em;}
fieldset {width:auto;padding:1em;padding-top:0.5em;padding-bottom:0.5em;}
legend {font-size:100%;}

.submit input {
    color: #002B55;
    border: 1px solid #002B55;
    background-color: #8DCEFA;
}
.checkbox input {
    display: inline;
    margin-top: 5px;
    margin-right: 5px;
    width:auto;
}
.checkbox label {
    display: inline;
    width: auto;
}

h1, h2, h3, h4, h5, h6 {
    /*clear: both;*/
    margin: 0;
    padding: 0;
}
h1 {
    font-family: "Futura Book BT", "Futura", "Arial", sans-serif;
    font-size: 2.2em;
}
h1 a, h1 a:hover {
    text-decoration: none;
}
h2, h3 {
    margin: 8px 0;
    color: #004D88;
}
a {
    color: #002b55;
}
a:visited {
    color: #72984c;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    background: #002B55 none repeat scroll 0 0;
}
#body_container {
    background: #fff;
    text-align: left;
}
#container {
    width: 960px;
    margin: 8px auto;
}
#container2 {
    width:932px;
    margin: 0 14px;
    border: 1px solid #002B55;
    margin-bottom: 20px;
}
#header {
    margin:0;
    padding:0;
    background: #002B55;
    background-image: url("/wbai/app/webroot/img/header.gif");
    height: 104px;
    position: relative;
    width:932px;
}
#header h1 {
    color: white;
    display: none;
}
#header h1 a {
    color: white;
}
#homelink {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 930px;
}
#subheader {
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 2px;
    width:932px;
    background-image: url("/wbai/app/webroot/img/subheader.jpg");
    background-repeat: no-repeat;
    height: 65px;
}

/* TOP NAVIGATION */

#navigation {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 80px;
    bottom: 0px;
    z-index: 20;
}
#navigation ul {
    list-style: none;
    display:inline;
    margin: 0;
    width: 100%;
}
#navigation a {
    display: block;
    text-decoration: none;
    color: #002B55;
}
#navigation li {
    background: white;
    float: left;
    line-height: 2.5em;
    border: 1px solid #4F6D8A;
    border-width: 1px 1px 0px 1px;
    margin-left: 1px;
    padding: 3px 17px 2px 16px;
    font-size: 14px;
}
#navigation li ul {
    background: white;
    width: 15em;
    position: absolute;
    z-index: 21;
    margin-left: -17px;
    left: -999em;
}
#navigation li ul ul {
	margin: -1.8em 0 0 14em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
    display:none;
	left: -999em;
}
#navigation li ul li {
    width:15em;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #4F6D8A;
    line-height: 1.8em;
    font-size: 12px;
    margin-left: 0px;
}
#navigation li:hover, #nav li.sfhover {
    background-color: #8DCEFA;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
    left: auto;
}
#navigation li.select {
    background: #8DCEFA;
}
#navigation li.last {
    border: 1px solid #4F6D8A;
}
#navigation li:hover {
    background-position: 0 0;
}

/* END TOP NAVIGATION */

#content_container {
    clear:both;
    margin:0;
    padding:0;
    background: white;
    width:932px;
}

/* SIDE NAVIGATION */
#side {
    margin:0;
    padding:0;
    padding-bottom: 20px;
    width:230px;
}
#side_nav {
    margin: 0;
    margin-left: 24px;
    background: #002B55;
}
#side_nav ul {
    margin:0;
    padding: 5px 10px 0 10px;
    background: #002B55;
    color: #fff;
}
#side_nav ul li {
    list-style: none;
    line-height: 2.1em;
    font-size:14px;
    font-weight: bold;
    /*letter-spacing: 0px;*/
}
#side_nav a {
    color: #AEE874;
    text-decoration: none;
    margin-left: 6px;
    display: block;
}
#side_nav ul li ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid white;
}
#side_nav ul li ul li {
    margin: 0;
    padding: 0;
    background: #002B55;
    list-style: none;
    letter-spacing: 0px;
    border-bottom: 1px solid #668099;
    font-size:13px;
    font-weight: normal;
}
#side_nav ul li ul li a {
    color: #fff;
    margin-left: 20px;
    display: block;
}
#side_nav ul ul li a:hover {
    color: #8DCEFA;
}
#side_nav ul li ul li ul {
    padding-left: 5px;
}
#side_nav ul li ul li ul li {
    letter-spacing: 0px;
}
#side_nav li.selected {
    background: #002B55 url("/wbai/app/webroot/img/side_dots.gif") no-repeat 0px 8px;
}
#side_nav li.selected a {
    color: #8DCEFA;
    display: block;
}
#side_nav li.selected ul li a {
    color: #fff;
    display: block;
}
#side_nav ul.hidden {
    display: none;
}
#side_nav li.last {
    border: 0;
    padding-bottom:4px;
}
#donate {
    margin: 10px 0 0 24px;
}
#donate ul {
    margin:0;
    padding: 5px 10px 0 10px;
    background: #AEE874;
}
#donate li {
    margin: 0;
    padding-left: 1em;
    list-style: none;
    color: #002B55;
    font-size: 13px;
    line-height: 1.8em;
    border-bottom: 1px solid #fff;
}
#donate a {
    color: #002B55;
    text-decoration: none;
    display: block;
}
#donate li.last {
    border: 0;
    padding-bottom:5px;
}
#user_menu {
    margin: 10px 0 10px 24px;
}
#user_menu ul {
    margin:0;
    padding: 5px 10px 0 10px;
    background: #002B55;
}
#user_menu li {
    margin: 0;
    padding-left: 1em;
    list-style: none;
    color: #fff;
    line-height: 1.8em;
    border-bottom: 1px solid #fff;
}
#user_menu a {
    color: #fff;
    text-decoration: none;
    display: block;
}
#user_menu li.last {
    border: 0;
    padding-bottom:5px;
}
#search_box {
    margin-left: 24px;
}
#search_box .input {
    float: left;
    height: 20px;
}
#search_box .submit {
    float: right;
    height: 20px;
}
#search_box input {
    padding: 0;
    margin: 0;
    width: auto;
    border: 0;
    font-size: 12px;
}
#search_box #search {
    color: #002B55;
    padding-left: 2px;
    padding-top: 2px;
    width: 179px;
    height: 16px;
    border: 1px solid #002B55;
}
/* END SIDE NAVIGATION */

/* BEGIN CONTENT BLOCK */
#content {
    font-size: 14px;
    background: white;
    margin-top: 0;
    margin-left: 2px;
    min-height: 400px;
    padding-bottom: 20px;
    width: 673px;
    position: relative;
}
#content div.header {
    margin: 0;
    padding: 5px 0 0 0;
    background: #002B55;
}
#content h2 {
    margin: 0 30px;
    padding: 0;
    display: block;
    background: #002B55;
    border-bottom: 1px solid #668099;
    color: #AEE874;
    font-size: 18px;
}
#content h3 {
    margin: 0 0 30px 0;
    padding: 6px 0 6px 45px;
    display: block;
    background: #002B55 url("/wbai/app/webroot/img/dots.gif") no-repeat 0px 7px;
    color: #8DCEFA;
    font-size: 18px;
}
#content h4 {
    margin: 0 0 5px 30px;
    font-weight: bold;
}
#content p, #content table, #content div.indent, #content form {
    padding-left: 0px;
    margin-left: 30px;
}
#content form h4, #content form p, #content form table {
    margin-left: 0px;
}
#content ul, #content ol {
    padding-left: 0px;
    margin-left: 60px;
}
#content .logo {
    margin-left: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}
#content .logo img {
    width: auto;
    border: 0;
    margin: 8px;
}
#content .gallery {
    width: auto;
    clear: both;
    border: 0;
}
#content .gallery td {
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
}
#content .gallery div {
    margin-left: 8px;
    /*padding: 3px;
    padding-bottom: 2px;
    border: 1px solid #002B55;*/
}
#content .gallery a {
    padding: 0;
    margin: 0;
}
#content .gallery img {
    border: 1px solid #002B55;
    vertical-align: text-bottom;
}
#content .centerimage {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 2em;
}
#content .mainimage {
    float: right;
    margin-left: 10px;
    margin-bottom: 1.5em;
    /*padding: 3px;
    padding-bottom: 2px;
    border: 1px solid #002B55;*/
}
#content .mainimage a {
    top:0;
    padding: 0;
    margin: 0;
}
#content .mainimage img {
    border: 1px solid #002B55;
    vertical-align: text-bottom;
}
#content .contentdate {
    color: #aaa;
    margin-left: 30px;
    margin-top: 15px;
}
#content a.join, #content a.join:visited {
    padding: 5px;
    border: 1px solid #002B55;
    background-color: #8dcefa;
    color: #002B55;
    font-weight: bold;
    text-decoration: none;
    vertical-align: text-bottom;
}
.dinner a.join, .golf a.join, .reception a.join, .rurb a.join, .judicial a.join {
    float: right;
}
.highlights {
    /*color: #002B55; /* this */
    background-color: #bce1fa;
    margin-left: 30px;
    margin-bottom: 1.5em;
    border: 1px solid #002B55;
    padding: 4px;
    min-height: 122px;
}
#content .highlights p {
    margin: 0;
}
#content .highlights a, .highlights a:visited {
    color: #002B55;
}
#content .highlights .mainimage { /* this whole section */
    float: left;
    margin: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.firsts p, .benefactors p {
    clear: both;
}
.firsts p img, .benefactors p img {
    float: right;
    margin-left: 10px;
    margin-bottom: 1.5em;
    border: 1px solid #002B55;
}
.press .highlights {
    min-height: 0;
}
.hooton .highlights {
    min-height: 180px;
}
#content .archive {
    border: 1px solid #002B55;
    background-color: #8dcefa;
    margin-left: 30px;
    width: 140px;
    margin-bottom: 1.5em;
    padding: 24px;
    float: right;
}
#content .archive a, #content .archive a:visited {
    color: #002B55;
}
.committees table td, .events table td, .search table td, .officers table td {
    padding-left: 20px;
    text-align: left;
}
.about table {
    width: auto;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.about table td {
    text-align: left;
    padding-left: 15px;
}
.officers table, .directors table, .main table, .vision table, .sponsorship table, .service table {
    border: 0;
}
.officers table td, .directors table td, .main table td, .vision table td, .sponsorship table td, .service table td {
    text-align: left;
    width: 200px;
    padding: 0;
    padding-bottom: 20px;
    border: 0;
    font-weight: bold;
}
.officers table td img, .directors table td img, .main table td img, .vision table td img, .sponsorship table td img, .service table td img {
    border: 1px solid #002B55;
    margin-top: 4px;
}
.officers table td a, .directors table td a, .main table td a, .vision table td a, .sponsorship table td a, .service table td a {
    text-decoration: none;
}

.expertise fieldset {
    padding: 4px;
}
.expertise div {
    width: 211px;
    display: list-item;
    list-style: none;
    float: left;
}

/* END CONTENT BLOCK */

/* ADMIN TABS */
#content ul.admin_tabs {
    width: 653px;
    border-bottom: 1px solid #ccc;
    margin-left: 30px;
}
#content ul.admin_tabs li {
    list-style: none;
    margin-left: 8px;
    display: inline;
}
#content ul.admin_tabs li a, #content ul.admin_tabs li a:visited {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    padding: 3px;
    color: #ccc;
    text-decoration: none;
}
#content ul.admin_tabs li a:hover {
    color: #000;
    text-decoration: none;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 0;
}

/* END ADMIN TABS */

/* Notices and Errors */

div.message {
	clear: both;
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:1px solid #ddd;text-align:left;/*float:left;*/}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#A6D860;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* calendar CSS */
 
table.calendar {width: 643px; border: 1px solid #bbb; border-collapse: collapse; margin: 0px; margin-bottom: 20px; padding: 0px; background-color: #fff;}
table.calendar th {background-color: #acdafa; text-transform: none; color: #333; padding: 4px; text-align: center; border: 1px solid #eee;}
 
table.calendar th.cell-prev {text-align: left;}
table.calendar th.cell-next {text-align: right;}
table.calendar th.cell-header {width: 70px; border-bottom: 1px solid #bbb;}
table.calendar td.cell-today {background-color: #dff2cb;} /* today in the current month */
table.calendar td.cell-weekend {background-color: #fff;}
table.calendar td {border: 1px solid #bbb; vertical-align: top;padding: 5px;}
 
table.calendar td div.cell-number {text-align: right; font-size: 8px; color: #333; display: block; }
table.calendar td div {display: block; font-size: 11px; text-align: left;}
table.calendar td div.cell-data {min-height: 45px;}
table.calendar td div.cell-data a {font-weight: bold;}
table.calendar thead th {border: 1px solid #bbb;}

/* END calendar CSS */

/* Events */
#EventEventDateMonth, #EventEventDateDay, #EventEventDateYear, #EventEventDateHour, #EventEventDateMin, #EventEventDateMeridian {
    width: auto;
}

/* Auth */
#authMessage, #flashMessage {
    margin-left: 30px;
}

.cake-sql-log { float: left; clear: both;}
