html, body { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, code, del, dfn, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

blockquote, q { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; quotes: "" ""; }
blockquote:before, q:before, blockquote:after, q:after { content: ""; }

th, td, caption { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; text-align: left; font-weight: normal; vertical-align: middle; }

table { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; border-collapse: separate; border-spacing: 0; vertical-align: middle; }

a img { border: none; }


.box { padding: 1.5em; margin-bottom: 1.5em; background: #E5ECF9; }

div.border { padding-right: 4px; margin-right: 5px; border-right: 1px solid #eeeeee; }

div.colborder { padding-right: 24px; margin-right: 25px; border-right: 1px solid #eeeeee; }

hr { background: #dddddd; color: #dddddd; clear: both; float: none; width: 100%; height: .1em; margin: 0 0 1.45em; border: none; }

hr.space { background: #dddddd; color: #dddddd; clear: both; float: none; width: 100%; height: .1em; margin: 0 0 1.45em; border: none; background: #fff; color: #fff; }

.clear { clear: both; }

.nowrap { white-space: nowrap; }

.clearfix { overflow: hidden; display: inline-block; }
.clearfix { display: block; }

.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }

.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }

.first { margin-left: 0; padding-left: 0; }

.last { margin-right: 0; padding-right: 0; }

.top { margin-top: 0; padding-top: 0; }

.bottom { margin-bottom: 0; padding-bottom: 0; }

.error { padding: .8em; margin-bottom: 1em; border: 2px solid #dddddd; background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.error a { color: #8a1f11; }

.notice { padding: .8em; margin-bottom: 1em; border: 2px solid #dddddd; background: #fff6bf; color: #514721; border-color: #ffd324; }
.notice a { color: #514721; }

.success { padding: .8em; margin-bottom: 1em; border: 2px solid #dddddd; background: #e6efc2; color: #264409; border-color: #c6d880; }
.success a { color: #264409; }

.hide { display: none; }

.highlight { background: yellow; }

.added { background: #006600; color: white; }

.removed { background: #990000; color: white; }

#site_wide_announcements { background: yellow; padding: 10px 10px 10px 0; text-align: center; }
#site_wide_announcements ul { list-style: none; font-size: 1.5em; padding: 0; margin: 0; }

#facebox { position: absolute; top: 0; left: 0; z-index: 100; text-align: left; }
#facebox .b { background: url('/site_media/static/pinax/images/facebox/b.png'); }
#facebox .tl { background: url('/site_media/static/pinax/images/facebox/tl.png'); }
#facebox .tr { background: url('/site_media/static/pinax/images/facebox/tr.png'); }
#facebox .bl { background: url('/site_media/static/pinax/images/facebox/bl.png'); }
#facebox .br { background: url('/site_media/static/pinax/images/facebox/br.png'); }
#facebox .popup { position: relative; }
#facebox table { border-collapse: collapse; }
#facebox td { border-bottom: 0; padding: 0; }
#facebox .body { padding: 10px; background: #fff; width: 370px; }
#facebox .loading, #facebox .image { text-align: center; }
#facebox img { border: 0; margin: 0; }
#facebox .footer { border-top: 1px solid #DDDDDD; padding-top: 5px; margin-top: 10px; text-align: right; }
#facebox .footer img { vertical-align: middle; }
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br { height: 10px; width: 10px; overflow: hidden; padding: 0; }

#facebox_overlay { position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; }

.facebox_hide { z-index: -100; }

.facebox_overlayBG { background-color: #000; z-index: 99; }

* html #facebox_overlay { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

.verified { color: green; }

.remove { color: red; }

.unverified { color: gray; }

.primary { font-weight: bold; }

table.email_list td { padding: 5px 10px; }

@import "uni-form-generic.css";
.uniForm fieldset legend { color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
.uniForm .ctrlHolder { padding: 7px; border-bottom: 1px solid #dfdfdf; }
.uniForm .buttonHolder { text-align: right; }
.uniForm .resetButton { float: left; }
.uniForm .primaryAction { font-weight: bold; }
.uniForm .focused { background: #fffcdf; }
.uniForm .inlineLabel input, .uniForm .inlineLabels .inlineLabel input, .uniForm .blockLabels .inlineLabel input { float: left; margin: 0 .4em 0 0; }
.uniForm .inlineLabel span { float: left; width: 90%; }
.uniForm label { margin: 0 0 .5em 0; }
.uniForm .blockLabels label, .uniForm .blockLabels .label { margin: 0 0 .5em 0; }
.uniForm .textInput { width: 53%; }
.uniForm .blockLabels .textInput, .uniForm .blockLabels .fileUpload { width: 53%; }
.uniForm .selectInput, .uniForm select { width: 53.5%; }
.uniForm .blockLabels .selectInput, .uniForm .blockLabels select { width: 53.5%; }
.uniForm textarea, .uniForm .blockLabels textarea { width: 53%; height: 12em; }
.uniForm .formHint, .uniForm .blockLabels .formHint { width: 45%; font-size: .9em; color: #777; position: relative; top: -.5em; }
.uniForm .multiField, .uniForm .blockLabels .multiField { width: 53%; }
.uniForm .multiField .inlineLabel, .uniForm .blockLabels .multiField .inlineLabel { display: block; margin: 0 0 .5em 0; }
.uniForm .multiField .blockLabel, .uniForm .blockLabels .multiField .blockLabel { width: 30%; margin: 0 10px 0 0; }
.uniForm .multiField .blockLabel .textInput, .uniForm .multiField .blockLabel .selectInput, .uniForm .multiField .blockLabel select { width: 100%; margin: .3em 0 0 0; }
.uniForm .blockLabels .multiField .blockLabel .textInput, .uniForm .blockLabels .multiField .blockLabel .selectInput, .uniForm .blockLabels .multiField .blockLabel select { width: 100%; margin: .3em 0 0 0; }
.uniForm .inlineLabels label, .uniForm .inlineLabels .label { width: 45%; margin: .3em 2% 0 0; }
.uniForm .inlineLabels .textInput, .uniForm .inlineLabels .fileUpload, .uniForm .inlineLabels .selectInput, .uniForm .inlineLabels select { width: 45%; }
.uniForm .inlineLabels textarea { width: 45%; height: 12em; }
.uniForm .inlineLabels .formHint { margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }
.uniForm .inlineLabels .multiField { width: 45%; margin: 0 0 .3em 0; }
.uniForm .inlineLabels .multiField .inlineLabel { display: block; margin: 0 0 .5em 0; }
.uniForm .inlineLabels .multiField .blockLabel { float: left; width: 26%; margin: 0 3% 0 0; }
.uniForm .inlineLabels .multiField .blockLabel .textInput, .uniForm .inlineLabels .multiField .blockLabel .selectInput, .uniForm .inlineLabels .multiField .blockLabel select { width: 100%; margin: .3em 0 0 0; }
.uniForm .ctrlHolder .textInput:focus, .uniForm .ctrlHolder textarea:focus { outline: none; }
.uniForm div.focused .formHint { color: #333; }
.uniForm .col { width: 47.9%; margin: 0 2% 20px 0; }
.uniForm .col.first { width: 49%; float: left; clear: none; }
.uniForm .col.last { width: 49%; float: right; clear: none; margin-right: 0; }
.uniForm #errorMsg { background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.uniForm .error { background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }
.uniForm #errorMsg dt, .uniForm #errorMsg h3 { margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
.uniForm #errorMsg dd { margin: 0; padding: 0; }
.uniForm #errorMsg ol { margin: 0; padding: 0; }
.uniForm #errorMsg ol li { margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
.uniForm .errorField { color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }
.uniForm #OKMsg { background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.uniForm #OKMsg p { margin: 0; }

#avatar_replace { position: absolute; margin-top: -23px; background-color: #FFFFFF; padding: 3px; display: none; }

ul.avatar_choices { margin-left: 0px; padding-left: 0px; }
ul.avatar_choices ul { margin-left: 0px; padding-left: 0px; }
ul.avatar_choices li { display: inline; list-style-type: none; }

.blog-post h2 { margin: 10px 0 0 0; font-style: italic; }

.blog-post-tease { width: 500px; float: left; }

.blog-post-meta { width: 200px; float: left; margin-left: 30px; }
.blog-post-meta img { border: 1px solid #666; }

.blog-list tr.odd { background-color: #f3f3f3; }
.blog-list td { vertical-align: top; padding: 3px 3px 15px 3px; }
.blog-list td p { padding: 0; margin: 0; }

.blog-post-meta img.noborder { border: 0; }

.responses .even, .topics .even { background-color: #FAFAFA; }

.responses .odd, .topics .odd { background-color: #F3F3F3; }

.responses { margin-left: 0px; padding-left: 0px; }
.responses li { list-style-type: none; }

div.meta { float: left; width: 100px; margin: 4px; padding: 4px; }
div.bulk { margin-left: 120px; padding: 4px; }

.hidden { display: none; }

.thread-0 { margin-left: 0px; }

.thread-1 { margin-left: 20px; }

.thread-2 { margin-left: 40px; }

.thread-3 { margin-left: 60px; }

.thread-4 { margin-left: 80px; }

.thread-5 { margin-left: 100px; }

.thread-6 { margin-left: 120px; }

.thread-7 { margin-left: 140px; }

.thread-8 { margin-left: 160px; }

table.invitation_list, table.contact_list { width: 500px; }
table.invitation_list td, table.contact_list td { padding: 5px 10px; }

.friendship_request { padding: 5px; background: #DEF; border: 1px solid #9BC; }
.friendship_request p, .friendship_request form { padding: 0; margin: 0; }
.friendship_request p.invitation_message { font-size: 12pt; margin: 5px; }

h2.join_date, h2.creation_date { font-size: 12pt; color: #666; border-bottom: 1px solid #999; }

.invitation_5, .invitation_7 { color: green; font-weight: bold; }

.invitation_2 { color: gray; }

div.friends { background: #e9eef6; padding: 8px; margin-bottom: 20px; }
div.friends h2 { margin: 0 0 5px 0; padding: 0; }
div.friends .avatar { padding: 0; text-align: center; }
div.friends .details { text-align: center; overflow: hidden; width: 60px; margin: 0 0 12px 0; }

div.groups { background: #e9eef6; padding: 8px; margin: 0 5px 20px 5px; }
div.groups h2 { margin: 0 0 5px 0; padding: 0; }
div.members { background: #e9eef6; padding: 8px; margin-bottom: 20px; }
div.members h2 { margin: 0 0 5px 0; padding: 0; }
div.members .avatar { padding: 0; text-align: center; }
div.members .details { text-align: center; overflow: hidden; width: 60px; margin: 0 0 12px 0; }

.stats { color: #999; border-top: 1px solid #CCC; font-size: 90%; }

table.messages { width: 100%; }
table.messages tbody tr { border-bottom: 1px solid #ccc; }
table.messages tr th, table.messages tr td { text-align: left; padding: 5px; }
table.messages tr th { font-weight: bold; border-bottom: 1px solid #999; }

dl.message-headers { border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; padding: 5px 0; width: 100%; font-family: Arial, sans-serif; }
dl.message-headers dt { width: 70px; text-align: right; float: left; padding-right: 10px; font-weight: bold; color: #444; }
dl.message-header dd { float: left; }

div.tweet { width: 500px; margin: 0; padding: 5px; border-bottom: 1px solid #CCC; font-size: 12pt; }
div.tweet .timesince { color: #999; font-size: 80%; }

span#chars_left { font-size: 16pt; }

div.tweet .reply { font-size: 80%; }

.pagination { margin: 10px 0; }
.pagination .disabled { padding: 3px; color: #999; border: 1px solid #CCC; }
.pagination .current { padding: 3px; color: #FFF; border: 1px solid #9BC; background: #9BC; }
.pagination a { padding: 3px; text-decoration: none; border: 1px solid #9BC; color: #444; background: #DEF; }
.pagination a:hover { background: #BCD; }

.thumb-row { margin: 20px 0; padding: 20px 0; }

.gallery-photo-thumb { width: 100px; margin: 10px 10px 20px 0; float: left; text-align: center; }

.photo-right-profile, .photo-right-tools { background: #DEF; padding: 8px; margin-bottom: 20px; }

.photo-profile-details { font-size: 0.9em; }

.photo-avatar { float: left; margin-right: 10px; }
.photo-avatar img { border: 1px solid #666; }

.photo-right-tools ul { margin: 0; padding: 0; list-style: none; }
.photo-right-tools ul li { background: #fff; padding: 2px 4px; margin: 2px 0; }
.photo-right-tools li a { text-decoration: none; }
.photo-right-tools li:hover { background: #DDDDDD; }

.photo-profile-details h2 { margin: 0; padding: 0; font-size: 1.1em; }

.photo-right-tools h2 { margin: 0 0 5px 0; padding: 0; }

#embed-code textarea { width: 150px; font-size: 0.8em; }

div.embed { margin: 10px 0; font-style: none; }

.photo-right-tools form { margin: 0; padding: 0; }

.delete_form { padding: 5px; background: #F99; }

table.topic, table.topics { width: 100%; }
table.topic td, table.topics td { vertical-align: top; padding: 5px 20px 5px 5px; }
table.topic td h1, table.topics td h2 { margin: 0; padding: 0; }

.responses .even, .topics .even { background-color: #FAFAFA; }

.responses .odd, .topics .odd { background-color: #F3F3F3; }

.responses { margin-left: 0px; padding-left: 0px; }
.responses li { list-style-type: none; }

td.meta { width: 100px; margin: 4px; }

div.meta { float: left; width: 100px; margin: 4px; padding: 4px; }
div.bulk { margin-left: 120px; padding: 4px; }

.hidden { display: none; }

.thread-0 { margin-left: 0px; }

.thread-1 { margin-left: 20px; }

.thread-2 { margin-left: 40px; }

.thread-3 { margin-left: 60px; }

.thread-4 { margin-left: 80px; }

.thread-5 { margin-left: 100px; }

.thread-6 { margin-left: 120px; }

.thread-7 { margin-left: 140px; }

.thread-8 { margin-left: 160px; }

table.topics .created { color: #999; font-size: 90%; }
table.topics .comment_stats { color: #999; border-top: 1px solid #CCC; font-size: 90%; }

table.article-history { width: 100%; }
table.article-history .even { background-color: #EEE; }
table.article-history .odd { background-color: #DDD; }
table.article-history td { vertical-align: top; padding: 5px 20px 5px 5px; }
table.article-history th { background: #1B1C1E; text-align: left; color: #FFF; padding: 5px 20px 5px 5px; }

.ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; }
.ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; font: menu; font-size: 12px; line-height: 16px; overflow: hidden; }

.ac_loading { background: white url('indicator.gif') right center no-repeat; }

.ac_odd { background-color: #eee; }

.ac_over { background-color: #0A246A; color: white; }

body { line-height: 1.5; font-family: Helvetica Neue, Arial, Helvetica, sans-serif; color: #333333; font-size: 75%; }

h1 { font-weight: normal; color: #222222; font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h1 img { margin: 0; }

h2 { font-weight: normal; color: #222222; font-size: 2em; margin-bottom: 0.75em; }

h3 { font-weight: normal; color: #222222; font-size: 1.5em; line-height: 1; margin-bottom: 1em; }

h4 { font-weight: normal; color: #222222; font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

h5 { font-weight: normal; color: #222222; font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }

h6 { font-weight: normal; color: #222222; font-size: 1em; font-weight: bold; }

h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

p { margin: 0 0 1.5em; }
p img.left { display: inline; float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { display: inline; float: right; margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a { text-decoration: underline; color: #000099; }
a:visited { color: #000066; }
a:focus { color: black; }
a:hover { color: black; }
a:active { color: #cc0099; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }

strong { font-weight: bold; }

em { font-style: italic; }

dfn { font-style: italic; font-weight: bold; }

sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }

address { margin: 0 0 1.5em; font-style: italic; }

del { color: #666; }

pre { margin: 1.5em 0; white-space: pre; }

pre, code, tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, li ol { margin: 0 1.5em; }

ul { margin: 0 1.5em 1.5em 1.5em; list-style-type: disc; }

ol { margin: 0 1.5em 1.5em 1.5em; list-style-type: decimal; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

table { margin-bottom: 1.4em; width: 100%; }

th { font-weight: bold; }

thead th { background: #c3d9ff; }

th, td, caption { padding: 4px 10px 4px 5px; }

tr.even td { background: #e5ecf9; }

tfoot { font-style: italic; }

caption { background: #eee; }

.quiet { color: #666666; }

.loud { color: #111111; }

hr.blue { width: 880px; background-color: #2f6eb4; color: #2f6eb4; height: 2px; margin: auto; }

.center { text-align: center; }

.centeredImage { text-align: center; margin-top: 0px; margin-bottom: 0px; padding: 0px; }

.left { float: left; }

.right { float: right; }

h1 { font-size: 24px; color: #0b1a31; border-bottom: #2f6eb4 2px solid; }

h2 { font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif; font-size: 18px; color: #2f6eb4; font-weight: bold; text-transform: uppercase; text-align: center; }

h3 { font-weight: bold; color: #2f6eb4; font-size: 1em; }

div#header { width: 950px; margin: 0 auto; overflow: hidden; display: inline-block; background: url(/site_media/media/images/tabhead_bg.jpg) left top repeat-y; width: 960px; height: 150px; padding: 0 6px 0 6px; margin: 0 auto; overflow: visible; }
div#header { display: block; }

#tabhead { display: inline; float: left; margin-right: 0; width: 950px; clear: both; height: 150px; }
* html #tabhead { overflow-x: hidden; }

#title_text { height: 130px; overflow: hidden; }
#title_text .logo { display: inline; float: left; margin-right: 10px; width: 150px; height: 132px; }
* html #title_text .logo { overflow-x: hidden; }
#title_text h1 { display: inline; float: left; margin-right: 0; width: 790px; float: left; color: #FFF; margin: 30px 0 4px 0; font-size: 42px; font-family: 'Georgia', 'Bitstream Vera Serif', 'Times New Roman', 'serif'; border-bottom: none; }
* html #title_text h1 { overflow-x: hidden; }
#title_text h2 { display: inline; float: left; margin-right: 0; width: 790px; color: #FFF; font-size: 14px; line-height: 18px; margin-bottom: 4px; text-align: left; }
* html #title_text h2 { overflow-x: hidden; }

#main_nav { display: inline; float: left; margin-right: 0; width: 870px; padding-left: 80px; text-transform: uppercase; font-weight: bold; z-index: 100; }
* html #main_nav { overflow-x: hidden; }
#main_nav ul { background: #00549E; display: block; float: left; list-style: none; height: 20px; line-height: 20px; padding: 0; margin: 0 0 0 10px; background: #00549E; z-index: 100; }
#main_nav li { position: relative; float: left; z-index: 100; }
#main_nav li a { height: 20px; line-height: 20px; float: left; font-size: 14px; padding: 0 0.75em; display: block; color: #e9eef6; text-decoration: none; text-align: center; }
#main_nav li a:hover { color: #132c52; background: #ffd92f; }
#main_nav li ul { background: none; position: absolute; padding: 0; left: 0px; top: 20px; display: none; width: 15em; z-index: 100; }
#main_nav li ul li { z-index: 100; }
#main_nav li ul li a { background: #2f6eb4; display: block; font-size: 12px; line-height: 20px; width: 15em; text-align: left; z-index: 1001; }
#main_nav li ul li a:hover { color: #132c52; background: #ffd92f; }
#main_nav li ul li.sibling a, #main_nav li ul li.descendant a { color: #e9eef6; background: #2f6eb4; }
#main_nav li ul li ul { display: none; }
#main_nav li:hover ul, #main_nav li.sfhover ul { display: block; }
#main_nav li:hover ul ul, #main_nav li.sfhover ul ul { display: none; }
#main_nav li.selected a, #main_nav li.ancestor a { color: #ffd92f; background: #2f6eb4; }
#main_nav li.selected a:hover, #main_nav li.ancestor a:hover { color: #132c52; background: #ffd92f; }

body.frontpage #content_container { background: url(/site_media/media/images/home_footer_bg.jpg) no-repeat left bottom; min-height: 500px; height: auto !important; height: 500px; margin-top: 10px; }

div#slideshow { display: inline; float: left; margin-right: 10px; width: 590px; padding-left: 40px; margin-bottom: 10px; height: 350px; }
* html div#slideshow { overflow-x: hidden; }

div.slideshow_content { position: absolute; height: 350px; width: 568px; display: block; overflow: hidden; }
div.slideshow_content div.holder { position: relative; width: 568px; height: 350px; display: block; }
div.slideshow_content div.holder .pic img { display: block; position: absolute; left: 0px; top: 0px; height: 343px; }
div.slideshow_content div.holder h2 { color: #2f6eb4; border: none; }
div.slideshow_content div.holder a.nobutton { display: block; position: absolute; bottom: 30px; right: 35px; color: #FFF; text-decoration: none; font-size: 16px; font-family: Georgia, serif; font-weight: bold; }
div.slideshow_content div.holder a.nobutton:visited { color: white; }
div.slideshow_content div.holder a.nobutton:hover { color: #ffd92f; }
div.slideshow_content div.holder .top_right { display: block; position: absolute; top: 12px; left: 260px; width: 260px; height: 76px; padding-left: 5px; overflow: hidden; text-align: center; }
div.slideshow_content div.holder .top_right h2 { margin-bottom: 0px; }
div.slideshow_content div.holder .top_right a { text-decoration: none; color: black; }
div.slideshow_content div.holder .text-right { display: block; position: absolute; left: 150px; top: 20px; width: 400px; }
div.slideshow_content div.holder a.top_center { display: block; position: absolute; top: 50px; left: 72px; width: 415px; height: 50px; overflow: hidden; text-align: center; margin: 0; line-height: 50px; text-decoration: none; margin-bottom: 0px; color: #2f6eb4; font-size: 24px; font-weight: bold; }
div.slideshow_content div.holder a.lower_right { display: block; position: absolute; bottom: 25px; right: 20px; text-transform: uppercase; font-size: 18px; }

div#slideshow_box { padding-top: 10px; }

ul.slideshow_nav { color: #132c52; text-decoration: none; list-style: none; margin: 0; }
ul.slideshow_nav li { margin: 0; padding: 0; }
ul.slideshow_nav a { color: #132c52; text-transform: uppercase; text-decoration: none; text-align: center; padding-left: 10px; margin: 0; line-height: 28px; height: 28px; border-bottom: #2f6eb4 1px solid; display: block; }
ul.slideshow_nav a:visited { color: #132c52; }
ul.slideshow_nav a.activeSlide { background: #ffd92f; color: #132c52; }

div#fp_news { clear: both; display: inline; float: left; margin-right: 10px; width: 270px; padding-left: 40px; font-size: 12px; }
* html div#fp_news { overflow-x: hidden; }

div#fp_events { display: inline; float: left; margin-right: 10px; width: 310px; font-size: 12px; }
* html div#fp_events { overflow-x: hidden; }

div#fp_racing { display: inline; float: left; margin-right: 0; width: 270px; padding-right: 40px; font-size: 12px; }
* html div#fp_racing { overflow-x: hidden; }

div#outer { background: url(/site_media/media/images/header_bg.png) repeat-x; padding-bottom: 190px; }

body.frontpage div#backdrop { background: #FFF url(/site_media/media/images/home_bg.jpg) center bottom no-repeat; }

body.racing div#backdrop { background: #FFF url(/site_media/media/images/racing_bg.jpg) center top no-repeat; }

body.sailingschool div#backdrop { background: #FFF url(/site_media/media/images/sailing_school_bg.jpg) center top no-repeat; }

body.cruising div#backdrop { background: #FFF url(/site_media/media/images/cruising_bg.jpg) center top no-repeat; }

body.social div#backdrop { background: #FFF url(/site_media/media/images/social_bg.jpg) center top no-repeat; }

body.members div#backdrop { background: #FFF url(/site_media/media/images/notice_bg.jpg) center top no-repeat; }

body.contacts div#backdrop { background: #FFF url(/site_media/media/images/contacts_bg.jpg) center top no-repeat; }

body.membership div#backdrop { background: #FFF url(/site_media/media/images/membership_bg.jpg) center top no-repeat; }

.container { width: 950px; margin: 0 auto; overflow: hidden; display: inline-block; }
.container { display: block; }

div#below_header { width: 950px; margin: 0 auto; overflow: hidden; display: inline-block; width: 960px; padding: 0 6px 0 6px; background: url(/site_media/media/images/container_bg.png) 0 0px repeat-y; margin: 0 auto; }
div#below_header { display: block; }

div.breadcrumbs { float: left; padding: 0px 0 0 40px; color: #000; font-size: 1em; line-height: 26px; }
div.breadcrumbs li { display: inline; }
div.breadcrumbs li a { text-decoration: none; }
div.breadcrumbs li a:visited { color: #000; }

div.login { float: right; padding: 0px 40px 0 0; color: #ffd92f; line-height: 26px; font-size: 1.25em; }
div.login a { color: #2f6eb4; text-decoration: none; }
div.login a:visited { color: #2f6eb4; }
div.login a:hover { color: #b3962a; }

#subnav { display: inline; float: left; margin-right: 0; width: 150px; float: right; margin: 0 15px 0 0; }
* html #subnav { overflow-x: hidden; }
#subnav h3 { background: #2f6eb4; line-height: 1.3em; border: #2f6eb4 1px solid; color: #e9eef6; text-align: center; margin: 0; }
#subnav ul { border: black 1px solid; border-top: 2px solid black; padding: 0; margin: 0; list-style: none; text-align: center; }
#subnav li a { text-decoration: none; }

#content_container { width: 960px; margin: 0 auto; font-size: 14px; padding: 0 0px 80px 0px; min-height: 400px; height: auto !important; height: 400px; background: url(/site_media/media/images/bhyc_watermark.png) no-repeat 95% 95%; }

div.pagination { clear: both; padding-top: 20px; width: 100%; }

#submenu h3 { color: #2f6eb4; line-height: 1.3em; border-bottom: #2f6eb4 1px solid; text-align: center; margin: 0 0 5px 0; }
#submenu ul { padding: 0; margin: 0; list-style: none; text-align: center; }
#submenu li a { text-decoration: none; }

#footer { width: 950px; margin: 0 auto; overflow: hidden; display: inline-block; line-height: 28px; background: #2f6eb4; color: #e9eef6; text-align: center; padding: 0px 11px 15px 11px; height: 25px; background: url(/site_media/media/images/footer_bg.png) left bottom no-repeat; }
#footer { display: block; }
#footer a { color: #e9eef6; }
#footer a:visited { color: #e9eef6; }

.signal_index ul { list-style: none; text-decoration: none; margin: 0; padding: 0; }
.signal_index div { margin: 10px; }

#content { display: inline; float: left; margin-right: 10px; width: 550px; padding-left: 40px; margin-bottom: 10px; min-height: 300px; height: auto !important; height: 300px; border-right: 2px solid #2f6eb4; margin-right: 25px; padding-right: 23px; margin-top: 20px; }
* html #content { overflow-x: hidden; }

#wide_content { display: inline; float: left; margin-right: 0; width: 910px; padding-left: 40px; margin-bottom: 10px; min-height: 300px; height: auto !important; height: 300px; margin-top: 20px; }
* html #wide_content { overflow-x: hidden; }

#results_content { min-width: 950px; width: 95%; margin: 0 auto; min-height: 300px; height: auto !important; height: 300px; background: white; padding: 5px; font-size: 0.8em; border: #2f6eb4 2px solid; }

#right_column { display: inline; float: left; margin-right: 0; width: 270px; padding-right: 40px; margin-top: 20px; }
* html #right_column { overflow-x: hidden; }

.left_panel { display: inline; float: left; margin-right: 10px; width: 550px; padding-left: 40px; padding-right: 40px; float: left; border-right: 2px solid #2f6eb4; }
* html .left_panel { overflow-x: hidden; }

.right_panel { display: inline; float: left; margin-right: 0; width: 230px; padding-left: 40px; padding-right: 40px; float: right; }
* html .right_panel { overflow-x: hidden; }
.right_panel div { background: #e9eef6; }

.committee_stats { color: black; }

#site_wide_announcements { display: inline; float: left; margin-right: 0; width: 950px; }
* html #site_wide_announcements { overflow-x: hidden; }

/* Custom Sub-Nav */
div#subn { padding-bottom: 6px; margin: 30px 0 20px 0; }

#subn ul { padding: 6px 0 0 0; margin: 0; }
#subn li { display: block; line-height: 26px; text-align: center; margin: auto; }
#subn li a { text-decoration: none; color: #132c52; display: block; border-bottom: #2f6eb4 1px solid; margin: 0 8px 0 8px; }
#subn li a.last { border-bottom: none; }
#subn li a:hover { background: #2f6eb4; color: #becde4; }

/* Photo Gallery */
div.gallery-photo { display: inline; }

div.photo-gallery { display: inline; float: left; margin-right: 10px; width: 630px; padding-left: 160px; }
* html div.photo-gallery { overflow-x: hidden; }

/* Events */
#event_list, .event-head, .event_start { text-align: center; }

.eventlist_date { width: 60px; color: #e9eef6; background: #2f6eb4; font-weight: bold; text-align: center; float: left; border-right: 1px solid #AAA; margin-right: 8px; }

/* Event Box */
ul#event_box { list-style: none; margin: 0 10px 0 10px; }
ul#event_box li { border-bottom: 1px solid #AAA; margin-bottom: 4px; }
ul#event_box li a { text-decoration: none; }
ul#event_box li div.event_date { width: 48px; color: #e9eef6; background: #2f6eb4; font-weight: bold; text-align: center; float: left; border-right: 1px solid #AAA; margin-right: 8px; }
ul#event_box li div.event_date p { margin: 0; }
ul#event_box li div.event_date p.date { border-bottom: 1px solid #AAA; margin: 0 2px 0 2px; }
ul#event_box li div.event_title { width: 220px; float: left; }

/* News Box */
ul#news_box { list-style: none; margin: 0; }
ul#news_box li { border-bottom: 1px solid #AAA; margin-bottom: 4px; }
ul#news_box li a { text-decoration: none; }
ul#news_box li div.news_date { width: 48px; color: #e9eef6; background: #2f6eb4; font-weight: bold; text-align: center; text-transform: uppercase; float: left; border-right: 1px solid #AAA; margin-right: 8px; }
ul#news_box li div.news_date p { margin: 0; }
ul#news_box li div.news_title { width: 200px; float: left; font-weight: bold; }
ul#news_box li p { clear: both; margin: 6px 0 6px 0; }
ul#news_box li .more { font-weight: bold; }

ul#race_results { list-style: none; margin: 0; }
ul#race_results li { border-bottom: 1px solid #AAA; margin-bottom: 4px; }
ul#race_results li a { text-decoration: none; }
ul#race_results li div.posted_date { width: 48px; color: #e9eef6; background: #2f6eb4; font-weight: bold; text-align: center; text-transform: uppercase; float: left; border-right: 1px solid #AAA; margin-right: 8px; }
ul#race_results li div.posted_date p { margin: 0; }
ul#race_results li div.title { width: 200px; font-weight: bold; }
ul#race_results li p { clear: both; margin: 6px 0 6px 0; }
ul#race_results li .more { font-weight: bold; }

/* MESSAGES */
ul#messages { margin: 0 0 10px 0; padding: 0; list-style: none; }

ul#messages li { padding: 5px 10px; background: #EFD; margin: 3px; border: 1px solid #BC9; }

ul#messages li a { float: right; color: #693; }

/* Profile */
div#user_list { display: inline; float: left; margin-right: 0; width: 870px; padding-left: 40px; }
* html div#user_list { overflow-x: hidden; }

div.profile_column { float: left; }

div.profile { width: 278px; margin-right: 10px; border: 1px solid #AAA; background: #becde4; margin-top: 10px; }
div.profile .avatar { float: left; }
div.profile .profile_info { margin-left: 50px; padding: 5px; }

div#event_placeholder { min-height: 400px; height: auto !important; height: 400px; }

