/* ------------------------------ TAGS ------------------------------ */

a {
	color: #3D6CA3;
	text-decoration: underline;
}

a:hover {
	color: #1C4678;
}

a img {
    border: none;
}

body {
    background-color: #D4D1CA;
    font-family: arial, helvetica, sans-serif;
    font-size: small;
    margin: 0;
}

form, fieldset, legend {
    border: none;
    margin: 0;
    padding: 0;
}

form ul li {
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: 1;
}

h1 {
    background: url('/img/gui/header.jpg') no-repeat top left;
    font-size: small;
    height: 78px;
    padding: 13px 0 13px 47px;
}

h1 a {
    background: url('/img/gui/logo.gif') top left;;
    display: block;
    float: left;
    height: 70px;
    overflow: hidden;
    text-indent: -1000em;
    width: 100px;
}

h1 em {
    float: left;
    font-size: 86%;
    font-weight: normal;
    line-height: normal;
    margin-left: 20px;
    margin-top: 60px;
}

h2, h2, .title {
	color: #1C4678;
	font-size: large;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 a {
	text-decoration: none;    
}

h3 {
    color: #fff;
    font-size: medium;
    margin: 0;
}

h4 {
    color: #A8B5C5;
    font-size: small;
    font-weight: normal;
    text-align: right;
}

hr {
    border: none;
    border-top: 1px solid #ccc;
    height: 1px;
    margin: 0;
}

label {
    display: block;
}

table {
    background: #e3eaf2;
	border: none;
	border-spacing: 1px;
	margin: 15px 0;
	width: 100%;
}

table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th {
    background: #f8f8f8;
    border: 1px solid #fff;
    color: #1C4678;
    padding: 5px 10px;
	text-align: right;
}

table tbody tr th,
table tfoot tr th {
    text-align: left;
    width: 100%;
}

table tbody tr.alt td,
table tbody tr.alt th {
	background-color: #e3eaf2;
}

table thead th {
	background-color: #d1a34b;
    border: 1px solid #FFEFCF;
    color: #69490C;
    padding: 5px;
    text-transform: uppercase;
}

table thead th a {
    font-size: 86%;
    font-weight: normal;
    text-transform: none;
}

table tbody th, table tfoot th {
	text-align: left;
	padding: 3px;
}

table tfoot tr th,
table tfoot tr td {
	background-color: #718ba5;
	color: #fff;
}

/* ------------------------------ IDS ------------------------------- */

#attachment {
    background: #F1DB80 url('/img/icons/note.png') no-repeat 7px center;
    border: 1px solid #B08D00;
    color: #B08D00 !important;
    display: block;
    line-height: 1;
    margin-left: -30px;
    margin-top: 5px;
    padding: 10px 10px 10px 29px;
    text-decoration: none;
    text-transform: uppercase;
}

#attachment:hover {
    border-color: #fff;
}

#content {
    background: #fff url('/img/gui/content_shad.gif') no-repeat top left;
    padding-top: 17px;
    clear: both;
    color: #333;
}

#home_page #content {
    background: #fff url('/img/gui/content_shad_home.gif') no-repeat top left;
}

#content form ul {
    margin: 0;
    padding: 0;
}

#content form ul li {
    clear: both;
    padding: 5px 0;
}

#content form ul li div {
    background: #fff;
    border: 1px solid #ccc;
    padding: 1px;
    float: left;
}

#content form ul li div input,
#content form ul li select,
#content form ul li div textarea {
    border: 1px solid #eee;
	margin: 0;
	width: 200px;
}

#content.three_columns form ul li div input,
#content.three_columns form ul li select,
#content.three_columns form ul li div textarea {
    margin: 0;
    width: 148px;
}

#content form ul li select {
    border-color: #ccc;
    float: left;
    padding: 2px;
    width: 206px;
}

#content.three_columns form ul li select {
    width: 154px;
}

#content form ul li div textarea {
    height: 100px;
    float: left;
    width: 354px;
}

#content form ul li input {
    margin-left: 130px;
}

#content.three_columns form ul li input {
    margin-left: 70px;
}

#content form ul li label {
    float: left;
    font-weight: bold;
    padding-right: 5px;
    width: 125px;
    text-align: right;
}

#content.three_columns form ul li label {
    width: 65px;
}

#content h3 {
    color: #5E7FA9;
    font-weight: normal;
}

#content p {
	margin: 15px 0;
}

#content ul, #content ol {
    margin: 15px 0 15px 30px;
    padding: 0;
}

#content ul li, #content ol li {
    margin: 5px 0;
    padding: 0;
}

#content ul li ul {
    margin: 0 0 0 15px;
}

#content #eventsList ul,
#content #eventsListVisitors ul,
#content #eventsSearch ul,
#content #featuredList ul {
    list-style-type: none;
    margin: -20px 0 0 20px;
    padding: 0;
    visibility: hidden;
}

#content #eventsList ul li,
#content #eventsListVisitors ul li,
#content #eventsSearch ul li,
#content #featuredList ul li {
    font-size: small;
    margin: 15px 0;
    padding: 0;
    text-indent: -8px;
    visibility: visible;
}

#content #eventsList ul li a,
#content #eventsListVisitors ul li a,
#content #eventsSearch ul li a,
#content #featuredList ul li a {
    font-weight: normal;
    margin-left: 5px;
}

#content.wide {
    padding: 20px;
}

#content .column #contentLoading {
    margin-top: 0;
    top: 100px;
}

#content .wrapper .clearing {
	background: none;
	height: auto;
}

#contentLoading {
    background: url('/img/gui/loading.gif') no-repeat bottom center;
    color: #666;
    height: 50px;
    left: 50%;
    margin-left: -60px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50%;
    width: 120px;
}

#drop_down {
    background: #BCBCBC url('/img/gui/drop_down_bg.jpg') repeat-x top left;
    display: none;
    filter: alpha(opacity=97);
    height: 160px;
    opacity: .97;
    position: absolute;
    width: 800px;
    z-index: 9;
}

#featuredEvent {
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

#featuredEvent h2, #featuredEvent ul li {
    visibility: visible;
    text-transform: uppercase;
}

#featuredEvent ul li {
    font-size: small;
    font-weight: bold;
    line-height: 1.3;
    list-style-type: none;
    visibility: visible;
    text-transform: uppercase;
}

#footer {
	background-color: #718BA5;
}

#footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#footer a:hover {
	color: #ccc;
}

#footer p {
	color: #fff;
	font-size: 86%;
	line-height: 1.3;
	margin: 0;
}

#footer .right a {
	font-size: x-small;
	margin: 0 5px;
}

#footer .visitors {
    display: none;
}

#footer .wrapper {
	padding: 10px 10px 10px 20px;
	width: 770px;
}

#footer_shadow {
	background: #fff url('/img/gui/footer_shad.gif') repeat-x bottom left;
	clear: both;
	height: 10px;
}

#header {
    background-color: #EFEFEF;
}

#join_button {
    background: #163860 url('/img/gui/subnav_hvr.jpg') repeat-x top left !important;
}

#join_button a {
    background: url('/img/gui/arch.gif') no-repeat 8px center;
    padding-left: 29px !important;
    padding-right: 14px;
}

#join_form {
    background: url('/img/gui/join_form_bg.jpg') no-repeat top left;
    display: none;
    height: 129px;
    padding: 10px 15px 0 20px;
    position: absolute;
    left: 530px;
    width: 240px;
    z-index: 2;
}

#join_form a {
    background: #666;
    border: 1px solid #333;
    color: #ccc !important;
    float: right;
    font: bold 10px verdana;
    padding: 1px 3px !important;
    position: absolute;
    right: 20px;
    top: 10px;
}

#join_form a:hover {
    background-color: #A34144;
    border-color: maroon;
}

#join_form label {
    color: #C4CCD6;
    padding-bottom: 1px;
    padding-top: 10px;
}

#join_form legend {
    color: #C3912C;
    font-size: medium;
    font-weight: bold;
    height: 14px;
}

#join_form input#business_name,
#join_form input#phone_number {
    border: 1px solid #C3912C;
    height: 18px;
    margin: 0;
    padding: 2px 2px 0 2px;
    width: 170px;
}

#join_form input#go_button {
    height: 24px;
    margin: -23px 2px 0 0;
    padding: 0;
    float: right;
    width: 50px;
}

#join_tab {
    background: url('/img/gui/join_form_tab.gif') no-repeat bottom left;
    height: 20px;
    left: 530px;
    position: absolute;
    width: 275px;
}

#left_col, #mid_col, #right_col {
    padding: 14px 16px;
    position: relative;
    width: 168px;
}

#left_col {
    border-top: 2px solid #fff;
    float: left;
    padding-left: 20px;
    width: 362px;
}

#home_page #left_col {
    border-color: #F9EEBF;
}

#left_col a, #mid_col a {
    color: #fff;
}

#left_col h3, #left_col .corner {
    background: url('/img/gui/orange_corner.gif') no-repeat top right;
    color: #FCF8E6;
    padding: 14px 16px;
    margin: -16px -16px 0 -16px;
    width: 362px;
}

#left_col .corner {
    background-image: url('/img/gui/white_corner.gif');
    width: 394px;
}

#left_col p {
    font-size: 86%;
    line-height: 1.3;
    margin: 0 auto;
    width: 305px;
}

#left_col p a:hover {
	color: #F1DB80;
}

#left_col p img {
    background-color: #F1DB80;
    border-bottom: 2px solid #B08D00;
    border-right: 2px solid #B08D00;
    padding: 3px;
}

#left_col p strong {
	display: block;
    font-size: small;
    margin: 11px 0 5px 0;
}

#left_col p strong a {
	text-decoration: none;
}

#legacy_members {
    height: 140px;
}

#home_page #legacy_members {
    height: 125px;
}

#legacyMembers #legacy_members {
    height: auto;
}

#legacyMembers #legacy_members p.legacy_logo {
    border: 2px solid #ccc;
    background-color: #6b8eba;
    margin-top: 30px;
    text-align: center;
}

#legacyMembers #legacy_members p.legacy_logo a {
    display: block;
    border: 1px solid #fff;
    padding: 10px 0;
}

#legacyMembers #legacy_members p.legacy_logo a:hover {
    border-color: #666;
}

#legacyMembers #legacy_members p.legacy_logo a img {
    vertical-align: bottom;
}

#legacy_members .fader_item {
    display: none;
    position: absolute;
    width: 166px;
}

#legacy_members .fader_item .legacy_logo {
    text-align: center;
}

#membersCatList b,
#membersCatList .cm_textNormalWhite,
#searchResults div.cm_textNormal b,
#searchResults b u {
    display: none;
}

#membersCatList,
#membersList,
#searchResults {
    line-height: 0;
    margin-top: -10px;
    font-size: 0;
    visibility: hidden;
}

#membersCatList a.cm_linksBlue {
    text-decoration: none;
}

#membersCatList a.cm_linksBlue b,
#membersList a.cm_linksNormal,
#searchResults a.cm_linksBlue b {
    border-top: 1px solid #ccc;
    color: #5E7FA9;
    display: block;
    font-size: medium;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: none;
    margin-top: 15px;
    padding-top: 15px;
    visibility: visible;
}

#membersCatList a.cm_linksBlue:hover b,
#searchResults a.cm_linksBlue:hover b {
	color: #1C4678;
}

#membersCatList div.cm_textNormal,
#membersList a.cm_links10Ovr,
#searchResults div.cm_textNormal,
#searchResults div.cm_textSectionHeading {
    font-size: 11px;
    visibility: visible;
    line-height: 1.3;
    margin-right: 1em;
    white-space: nowrap;
}

#membersList a.cm_linksNormal:hover {
	color: #1C4678;
}

#membersList div {
    height: 0;
    position: absolute;
}

#membersList b {
    font-weight: normal;
}

#membersList div.cm_linksNormal a.cm_linksNormal {
    visibility: hidden;
}

#mid_col a:hover {
    color: #BDCBDD;
}

#mid_col {
    background: #6B8EBA url('/img/gui/mid_col_shad.jpg') no-repeat top left;
    border-top: 2px solid #DAE3EE;
    float: left;
    padding-bottom: 0;
}

#mid_col h3, #mid_col .corner {
    background: url('/img/gui/blue_corner.gif') no-repeat top right;
    color: #E1E8F1;
    padding: 14px 16px;
    margin: -16px -18px 0 -16px;
    width: 170px;
}

#mid_col .corner {
    width: 202px;
}

#mid_col p {
    color: #fff;
    font-size: 86%;
    line-height: 1.3;
    margin: 10px 0;
}

#mid_col p em {
    font-size: small;
}

#mid_col p strong a {
    color: #BDCBDD;
    font-size: small;
    text-decoration: none;
}

#middle {
    background: url('/img/gui/middle_bg.gif') repeat-y top left;
    padding-right: 6px;
    width: 800px;
}

#home_page #middle {
    background-image: url('/img/gui/middle_bg_home.gif');
}

#nav {
    background: #EFEFEF url('/img/gui/nav_shad.jpg') repeat-x bottom left;
    border-top: 1px solid #D6D6D6;
    clear: both;
    margin-bottom: 8px;
    padding-bottom: 7px;
}

#nav ul {
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 800px;
}

#nav ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#nav ul li a {
    color: #747474;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a.active {
    background: #E1E1E1 url('/img/gui/nav_hvr.jpg') repeat-x top left;
    color: #3F3F3F;
}

#business_page #business_button,
#community_page #community_button,
#events_page #events_button,
#members_page #members_button,
#news_page #news_button,
#photos_page #photos_button,
#programs_page #programs_button {
    color: #718BA5;
}

#nav ul li a strong {
    color: #718BA5;
    font-size: medium;
}

#nav ul li ul {
    display: none;
    font-size: 86%;
    height: 144px;
    left: 0;
    padding: 10px 266px 10px 10px;
    position: absolute;
    width: 524px;
    z-index: 10;
}

#nav ul li ul li {
    float: none;
}

#nav ul li ul li.intro {
    float: right;
}

#nav ul li ul li a {
	padding: 5px 20px;
    text-transform: uppercase;
    width: 216px;
}

#nav ul li ul li a:hover,
#nav ul li ul li a.active {
    background: none;
}

#nav ul li ul li a strong {
    font-size: small;
}

#nav ul li ul li p {
    border-left: 1px solid #AFAFAF;
    border-right: 1px solid #AFAFAF;
    height: 124px;
    line-height: 1.3;
    margin: 0;
    padding: 8px 20px;
    width: 226px;
}

#newsletter {
    font-size: 86%;
    left: 600px;
    position: absolute;
    top: 83px;
    z-index: 1;
}

#newsletter input {
    font-size: 86%;
    position: relative;
    top: 4px;
}

#newsletter #email_address {
    color: #afafaf;
    border: 1px solid #8E8E8E;
    margin: 0;
    padding: 2px;
    position: static;
    width: 175px;
}

#newsletter #email_address.active {
    color: #8E8E8E;
}

#newsletter legend {
    color: #203752;
    font-weight: bold;
}

#newsletter .form_row {
    padding: 0;
}

#quick_bar {
    background-position: top left;
    background-repeat: no-repeat;
    min-height: 1%;
    overflow: hidden;
    position: relative;
    width: 800px;
}

#about_page #quick_bar,
#contact_page #quick_bar {
    background-image: url('/img/gui/banner_about.jpg');
}

#business_page #quick_bar {
    background-image: url('/img/gui/banner_business.jpg');
}

#community_page #quick_bar {
    background-image: url('/img/gui/banner_community.jpg');
    background-position: 0 -30px;
}

#events_page #quick_bar {
    background-image: url('/img/gui/banner_events.jpg');
}

#home_page #quick_bar {
    background-image: url('/img/gui/banner_home.jpg');
    background-position: bottom left;
}

#members_page #quick_bar {
    background-image: url('/img/gui/banner_members.jpg');
}

#news_page #quick_bar {
    background-image: url('/img/gui/banner_news.jpg');
}

#photos_page #quick_bar {
    background-image: url('/img/gui/banner_photos.jpg');
}

#programs_page #quick_bar {
    background-image: url('/img/gui/banner_programs.jpg');
}

#right_col {
    background: url('/img/gui/right_col_shad.jpg') no-repeat top left;
    right: 0;
    font-size: 86%;
    height: 100%;
    overflow: hidden;
    padding-top: 16px;
    position: absolute;
}

#right_col a {
    color: #494949;
}

#right_col p a:hover {
    color: #000;
}

#right_col h3, #right_col h4 {
    color: #787878;
}

#right_col h4 {
    margin-bottom: 20px;
}

#right_col p {
    line-height: 1.3;
    margin: 5px 0 5px 25px;
    text-indent: -25px;
}

#right_col p strong {
    background: url('/img/icons/arrow.gif') no-repeat left 3px;
    font-size: small;
    padding-bottom: 1px;
    padding-left: 25px;
}

#home_page #right_col p {
    background: url('/img/gui/events_link_bg.png') repeat-x top left;
    bottom: 27px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding-right: 16px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 184px;
    z-index: 2;
}

#home_page #right_col p a {
    background: url('/img/icons/calendar.gif') no-repeat left center;
    padding: 1px 0 1px 20px;
}

#right_col ul {
    list-style-type: none;
    margin: -5px 15px 0 15px;
    padding: 0;
    visibility: hidden;
}

#right_col ul li {
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
    text-indent: -8px;
    visibility: visible;
}

#right_col ul li a {
    color: #203752;
    display: block;
    font-weight: normal;
    padding-right: 17px;
    text-decoration: none;
    text-indent: 0;
    width: 135px;
}

#right_col ul li a:hover {
    background: url('/img/icons/arrow.gif') no-repeat center right;
    color: #C99313;
}

#search_form {
    float: right;
    width: 205px;
}

#search_form .form_button {
    float: right;
    font-size: 11px;
    margin: 0;
}

#search_form .form_text {
    border: 1px solid #ccc;
    float: left;
    height: 2.5ex;
    margin: 0;
    padding: 0 0 1px 0;
    width: 140px;
}

#sponsor {
    background-color: #506A8B;
    border-top: 5px solid #3C4F68;
    margin: 10px -16px 0 -16px;
    min-height: 120px;
    padding: 9px 16px;
    position: relative;
    width: 168px;
}

#sponsor h4 {
    margin-bottom: 15px;
}

#sponsor p {
    color: #fff;
    font-size: 86%;
    margin: 5px 0 5px 25px;
    text-indent: -25px;
}

#sponsor p strong {
    background: url('/img/icons/arrow.gif') no-repeat left 3px;
    font-size: small;
    padding-bottom: 1px;
    padding-left: 25px;
}

#sponsor .message,
#right_col .message {
	display: none;
	position: absolute;
	top: 30px;
	left: 16px;
    width: 168px;
}

#right_col .message {
	top: 40px;
}

*html #right_col {
	height: 200px;
}

#subnav {
    background: #1C4678 url('/img/gui/subnav_bg.jpg') repeat-x top left;
}

#subnav ul {
    float: right;
    font-size: x-small;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#subnav ul li {
    background: url('/img/gui/subnav_border.gif') no-repeat right center;
    float: left;
}

#subnav ul li#login_button {
	background: none;
}

#subnav ul li a {
    display: block;
    color: #fff;
    padding: 9px 13px;
    text-decoration: none;
}

#subnav ul li a:hover,
#subnav ul li.active a {
    color: #B3C6DD;
}

/* ----------------------------- CLASSES ---------------------------- */

.board tbody tr td,
.board tbody tr th,
.board tfoot tr td,
.board tfoot tr th {
    background: #fff;
    border: none;
    color: #1C4678;
    padding: 0px 10px;
	text-align: left;
}

.board {
	background-color: #fff;
	border: none;
}

.board thead td {
	background-color: #fff;
    border: none;
    color: #ae8648;
    font-size: 120%;
    padding: 5px 5px 0px 10px;
    text-transform: uppercase;
}

.board tr td {
	background-color: #fff
	border: none
	text-align: left;
}

.clearing {
    clear: both;
}

.column {
	float: left;
	font-size: 86%;
	line-height: 1.3;
	padding: 0 20px 20px 20px;
	position: relative;
}

.column.ad {
	padding: 0 0 0 10px;
	text-align: center;
	width: 250px !important;
}

.column.ad img  {
    margin-bottom: 3px;
}

.corner {
    height: 9px;
    padding: 0 !important;
}

.date {
    color: #999;
    float: right;
    margin-top: 3px;
}

.description {
    border-top: 1px solid #ccc;
    line-height: 1.5;
    padding-top: 15px;
    margin: 5px 0 40px 0;
}

.description a {
    background: none;
    clear: none;
    display: inline;
    font-size: small;
    padding: 0;
    text-decoration: underline;
    text-transform: none;
}

.form_row {
    clear: both;
    padding: 10px 0;
}

.gallery_title {
    margin-bottom: 10px !important;
}

.gold_member, .silver_member, .bronze_member, .platinum_member {
    background: url('/img/icons/gold_member.gif') no-repeat 2px 2px;
    padding-left: 25px;
    margin-top: 10px !important;
}

.hide {
    display: none;
}

.silver_member {
    background-image: url('/img/icons/silver_member.gif');
}

.bronze_member {
    background-image: url('/img/icons/bronze_member.gif');
}

.platinum_member {
    background-image: url('/img/icons/platinum_member.gif');
}

.inline_photo {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 4px;
}

.column p .inline_photo,
.inline_photo.right {
    float: right;
    margin-bottom: 15px;
    margin-left: 15px;
}

.news {
    clear: both;
}

.news .description a.attachment {
    background: url('/img/icons/page.gif') no-repeat left center;
    clear: both;
    display: block;
    font-size: 86%;
    height: auto !important;
    height: 1%;
    line-height: 24px;
    padding-left: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    text-transform: capitalize;
}

.news a:hover {
    border-color: #3D6CA3;
}

.news .description a,
.news .title a {
    background: none;
    clear: none;
    display: inline;
    font-size: 100%;
    line-height: normal;
    padding: 0;
}

.news img {
    background: #eee;
    border: 4px solid #D4D1CA;
    clear: right;
    float: right;
    margin: 5px 0 15px 15px;
    padding: 1px;
}

.news img.solo_photo {
    clear: none;
    float: none;
    margin: 0;
}

.photos {
    list-style-type: none;
    margin: 0!important;
    padding: 0!important;
}

.photos li {
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    float: left;
    height: 120px;
    margin: 1px 1px 0 0 !important;
    width: 120px;
}

.photos li a {
    background: #000;
    border: 4px solid #eee;
    filter: alpha(opacity=50);
    height: 112px;
    display: block;
    opacity: .5;
    text-decoration: none;
    text-indent: -1000em;
}

.photos li a:hover {
    background: none;
    filter: alpha(opacity=100);
    opacity: 1;
    text-indent: 0;
}

.photos li a strong, .thumb strong {
    background: #000;
    color: #fff;
    filter: alpha(opacity=80);
    line-height: 1.3;
    opacity: .8;
    display: block;
    text-align: center;
}

.profile_list {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.profile_list li {
    background-position: top left;
    background-repeat: no-repeat;
    height: 85px;
    margin: 0 !important;
    padding: 0 0 0 65px !important;
}

.read_more {
	text-align: right;
}

.read_more a {
    background: url('/img/icons/news.gif') no-repeat left center;
    padding: 2px 0 2px 20px;
}

.response {
    color: orange;
    font-weight: bold;
}

.right {
	float: right;
}

.solo_title {
    background: #fff;
    clear: both;
    text-indent: 20px;
}

.split {
	border-right: 1px solid #ccc;
	float: left;
	margin: 0 0 0 60px !important;
	padding: 0 !important;
	width: 180px;
}

.split.right {
	border: none;
	float: right;
	margin: 0 !important;
}

.thumb {
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid #ccc;
    float: left;
    height: 144px;
    margin: 6px;
    width: 144px;
    text-decoration: none !important;
}

.three_columns .column {
	width: 226px;
}

.three_columns .wrapper {
	background: url('/img/gui/three_column_border.gif') repeat-y top center;
}

.title {
    margin-bottom: 0 !Important;
}

.two_columns .column {
	width: 492px;
}

.two_columns .wrapper {
	background: url('/img/gui/two_column_border.jpg') no-repeat 533px 0;
}

.wrapper {
    width: 800px;
}

/* ------------------------------ IE ------------------------------- */

* html #content form ul li {
    padding: 0;
}

*:first-child+html #content form ul li {
    padding: 0;
}

*:first-child+html legend {
    margin-left: -5px;
}

* html legend {
    margin-left: -5px;
}

* html #home_page #right_col {
    height: 317px;
}

* html #home_page #right_col p {
    background: none;
    bottom: 15px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/gui/events_link_bg.png', sizingMethod='scale');
}

* html #nav ul li ul li a {
    width: 210px;
}