﻿

body
{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/body-bg.jpg) repeat-x;
    font-size: 12px;
}

td, li, p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

td
{
    vertical-align: top;
}

a, a:visited
{
    color: #990000;
}

#container
{
    width: 990px;
    margin: 0 auto 0 auto;
    background: #fff;
    padding: 10px 0 10px 0;
}

#container .innercontainer
{
    width: 960px;
    margin: 4px auto 4px auto;
}


table.mainnav
{
    margin: 0 0 2px 0;
    height: 42px;
    width: 960px;
    border: none;
    border-spacing: 0;
}

table.mainnav td
{
    background: url(/images/main_nav_bg.jpg);
    height: 42px;
    font-size: 12px;
    text-transform: lowercase;
    text-align: center;
    border-bottom: 7px solid #333333;
    border-right: 2px solid #fff;
}

table.mainnav td.last
{
    border-right: none;
}

table.mainnav td.selected, table.mainnav td.current
{
    color: #000;
    border-bottom: 7px solid #ED1C24;
}

table.mainnav td a, table.mainnav td a:visited
{
    color: #333;
    display: block;
    padding: 10px;
    text-decoration: none;
}

#toparea
{
    width: 970px;
    margin: 0 auto 0 auto;
    padding: 10px;
    height: 160px;
    float: none;
    clear: both;
}

#toparea .logo
{
    width: 306px;
    height: 143px;
    margin: 5px 0 0 0;
    float: left;
}
#toparea .logo img
{
    border: none;
}

#toparea .right
{
    float: right;
    width: 660px;
}

#toparea .banner
{
    height: 70px;
    margin-top: 12px;
}

#toparea .banner div, #toparea .banner img
{
    float: right;
    display: block;
}



#homepage .content-container
{
    width: 100%; /*height:420px;*/
    min-height: 220px;
}
#homepage .content-container .column
{
    height: 100%; /*400px;*/
    width: 313px;
    float: left;
    margin: 6px 6px 6px 0;
    font-size: 11px;
    border: 1px solid #DFDFDF;
    line-height: 1.5em;
    background-color: #EDEFF1;
}

#homepage .content-container .last
{
    margin-right: 0;
    width: 314px;
}

#homepage .content-container .column .inner
{
    padding: 10px;
    background-image: url(/images/colbg.jpg);
    background-repeat: repeat-x;
    background-color: #EDEFF1;
    border: 2px solid #fff; /*height:376px;*/
    min-height:246px;
}
/*
#homepage .content-container .newslist
{
    width: 310px;
    height: 99%;
    border: 2px solid #fff;
}
*/
.topnav-container
{
    margin: 40px 0 0 0;
}
ul.topnav
{
    list-style: none;
    float: right;
}

ul.topnav li
{
    font-size: 11px;
    float: left;
    margin-left: 10px;
}

ul.topnav li.first
{
    background: url(/images/icon_lock.gif) no-repeat;
    padding-left: 14px;
}

ul.topnav li.last
{
    border-left: 1px solid #fff;
    padding-left: 10px;
}

ul.topnav li a
{
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

ul.topnav li a:hover, ul.topnav li.current a
{
    text-decoration: underline;
}


#homepage .news-section
{
    height: 32px;
    background: #4D5E71;
    color: #fff;
    font-size: 11px;
    width: 960px;
    overflow: hidden;
}

#homepage .news-section .text
{
    padding: 10px;
    font-size: 11px;
}

.footer
{
    background: #4D5E71;
    float: none;
    clear: both;
}
.footer, .footer a
{
    color: #fff;
    font-size: 10px;
}

.footer .text
{
    padding: 10px;
}

table.usersearch
{
    width: 100%;
    border-spacing: 0;
    margin: 10px 0 20px 0;
}

table.usersearch td
{
    font-size: 13px;
    padding: 6px 6px 6px 18px;
    border-bottom: 2px solid #fff;
    vertical-align: middle;
}

table.usersearch tr.head td
{
    font-size: 14px;
    color: #415368;
    font-weight: bold;
}

table.usersearch tr.row1
{
    background: #D1E1F9;
}

table.usersearch tr.row2
{
    background: #DBDBDB;
}

.usersearch .detailsContainer .label
{
    width: 40px;
    float: left;
    margin-right: 2px;
}

.homepagenews
{
    list-style: none;
    margin: 0;
    padding: 0;
}


.homepagenews li
{
    margin-bottom: 4px;
    padding: 0 0 6px 0;
    /*border-bottom: 1px dotted #666666;*/
}


.homepagenews .title
{
    margin: 0 0 0 0;
}

.homepagenews .title a
{
    color: #415368;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.homepagenews .image
{
    float:left;
    margin-right:10px;
}
.content-container
{
    min-height: 420px;
}
.content-container .heading
{
    margin: 26px 0 10px 0;
}
.homepagenews .title a,.homepagenews .title a:visited
{
    color: #000;
}
.homepagenews .title a:hover
{
    text-decoration:underline;
}
.content-container .leftcol
{
    width: 220px;
    float: left;
    padding: 10px;
}

.content-container .rightcol
{
    width: 700px;
    float: left;
}
table.awards
{
    width: 100%;
}
table.awards td
{
    padding: 3px;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
}


table.awards tr.head td
{
    background: #58677A;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border: none;
}

table.awards p
{
    margin: 0;
}

.sponsors
{
    text-align: center;
    background: url(/images/sponsors_bg.jpg) repeat-x;
    height: 200px;
}

.sponsors img.sponsor
{
    border: 1px solid #4D5E71;
    margin-right: 6px;
}


a img
{
    border: none;
}

.clear
{
    clear: both;
}

#board .member
{
    background: #DFE2E5;
    border: 1px solid #C5CACF;
    padding: 6px;
    width: 200px;
    height: 110px;
    float: left;
    margin: 10px 10px 0 0;
    line-height: 140%;
}

#board a .icon
{
    background: url(/images/email.jpg) no-repeat;
    width: 17px;
    height: 12px;
    margin: 3px 3px 0 0;
    float: left;
    text-decoration: none;
}


ul.subNav
{
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.subNav li
{
    padding: 4px;
    background: #CBD0D4;
    margin-bottom: 1px;
}

ul.subNav li.current
{
    font-weight: bold;
}

ul.subNav li a
{
    color: #5D6D7D;
    text-decoration: none;
}

table.agenda td
{
    padding: 2px 2px 2px 1px;
}
table.agenda tr:nth-child(odd)
{
    background-color: #eee;
}

table.agenda tr:nth-child(even)
{
    background-color: #fff;
}
h1
{
    margin-left:20px !important;
}


/* GALLERY STYLING */
.gallery .image
{
    float: left;
    margin-right: 3px;
}
/* HOME PAGE GALLERY */
div.sponsors .image
{
    display: inline;
    margin: 0 2px;
}


/* HOME PAGE NEWS ROTATOR */
.newscycle a, .newscycle a:visited
{
    color: White;
    text-decoration: none;
}
/* MAIN NEWS PAGE */
#mainnews > .item
{
    background-color: #D1E1F9;
    padding: 10px;
    font-size:14px;
    color:#666666;
    margin-bottom:3px;
}
#mainnews > .item:nth-child(even)
{
    background-color: #DBDBDB;
}
#mainnews > .item > .name
{
    color: #4D5E71;
    font-weight:bold;
    font-size:15px;
}
#mainnews > .item > .subtitle
{
    font-weight:bold;
    margin-top:3px;
}
#mainnews > .item > .description
{
    margin-top:8px;
}
#mainnews > .item img
{
    float:right;
    margin-left:8px;
    margin-bottom:8px;
}

