body {
    font-family: arial, sans-serif;
    font-size: small;
    background-color: #666;
    line-height: 1.5em;
    text-align: center;
    color: #555;
}

a {
    color: #990000;
    text-decoration: none;
}
a:link {
    color: #990000;
    text-decoration: none;
}
a:visited {
    color: #990000;
    text-decoration: none;
}
a:hover {
    color: #cc0000;
    text-decoration: none;
}
a:active {
    color: #990000;
    text-decoration: none;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    position: relative;
    background-color: #ebebeb;
    text-align: left;
}

#masthead {
    border-bottom: 1px solid #ddd;
    border-top: 5px solid #cc0000;
    height: 125px;
    position: relative;
    background-color: #eee
}

#masthead h1 {
    width: 300px;
    height: 130px;
    position: absolute;
    left: 15px;
    top: -5px;
    z-index: 1;
}

#masthead h2 {
    width: 203px;
    height: 49px;
    position: absolute;
    left: 335px;
    top: 40px;
    z-index: 2;
}

#masthead #search {
    width: 290px;
    height: 30px;
    background: transparent url(../images/search_bg.png) no-repeat 0 0;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 3;
    
}

#masthead #search p {
    position: relative;
    width: 100%;
    height: 30px;
}

#masthead #search p label {
    position: absolute;
    top: 0;
    left: -5000em;
}

#masthead #search input.search-button {
    position: absolute;
    right: 9px;
    top: 4px;
    width: 23px;
    height: 22px;
}

#masthead #search input.text-field {
    border: none;
    background-color: transparent;
    position: absolute;
    width: 245px;
    padding: 5px 0;
    left: 15px;
    top: 2px;
    
}

#navigation {
    position: relative;
    z-index: 75;
    height: 50px;
    background: #ededed url(../images/navigation_bg.png) repeat-x 0 100%;
}

#navigation ul {
    margin-left: 15px;
}

#navigation li {
    float: left;
    margin-top: 12px;
    font-weight: bold;
    position: relative;
    height: 25px;
    line-height: 25px;
    margin-right: .5em;
    padding-right: 20px;
}

#navigation li a {
    display: block;
    padding: 0 8px;
    float: left;
    color: #777;
    line-height: 25px;
    height: 25px;
    background: transparent url(../images/navigation-li_bg.png) no-repeat 0 0;
    text-decoration: none;
}

#navigation li span {
    width: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../images/navigation-li_bg.png) no-repeat 100% 0;
    height: 25px;
    cursor: pointer;
}


#navigation li:hover span {
    background: transparent url(../images/navigation-li_bg.png) no-repeat 100% -25px;
}

#navigation li span:hover {
    background: transparent url(../images/navigation-li_bg.png) no-repeat 100% -50px;
}

#navigation li:hover a {
    background: transparent url(../images/navigation-li_bg.png) no-repeat 0 -25px;
}
#navigation li a:hover {
    color: #cc0000;
}

#navigation li ul.drop-down {
    display: none;
    width: 200px;
    position: absolute;
    left: 0;
    top: 23px;
    background: transparent url(../images/drop-down_bg.png) no-repeat 0 100%;
    margin-left: 0;
    font-size: 90%;
    padding-top: 5px;
    padding-bottom: 10px;
    z-index: 100;
    border-top: 3px solid #ccc;
}

#navigation li ul.drop-down li {
    float: left;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    height: auto;
    font-weight: bold;
}

#navigation li ul.drop-down li ul {
    margin-left: 10px;
    padding: 0;
}

#navigation li ul.drop-down li ul li{
    font-weight: normal;
    font-size: 95%;
}

#navigation li ul.drop-down li a {
    display: block;
    height: auto;
    width: 174px;
    margin: 0 5px;
    padding: 3px 8px;
    line-height: 15px;
    background-image: none;
}



#billboard {
    width: 100%;
    height: 320px;
}

#content {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 95%;
    z-index: 50;
}

.gutter {
    padding: 15px;
}

#center-column p {
    margin-bottom: 1em;
}

#center-column ul, 
#center-column ol,
#center-column dl {
    margin-left: 15px;
    margin-bottom: 1em;
}

#center-column ul li ul {
    margin-left: 30px;
    padding-top: 10px;
}

#center-column ul li ul li {
    list-style: circle;
}

#center-column ul li {
    list-style: disc;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#center-column ol li {
    list-style: decimal;
    line-height: 1.5em;
    margin-bottom: 5px;
}

#center-column h1 {
    font-size: 130%;
    color: #990000;
}

#center-column h3 {
    font-size: 110%;
}

#center-column h1, 
#center-column h2, 
#center-column h3 {
    color: #000;
    margin-bottom: 1em;
}

#center-column h4 {
    margin-bottom: .5em;
}

#center-column blockquote {
    margin-bottom: 1em;
}

#center-column blockquote p {
    margin-bottom: 0;
}


.float-right {
    float: right;
    margin: 0 0 1em 1em;
}

.float-left {
    float: left;
    margin: 0 1em 1em 0;
}

.alert {
    padding: 3px;
    text-align: center;
    background-color: #cc0000;
    border: 1px solid #990000;
    color: #fff;
}


.section {
    margin-bottom: 2em;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 1em;
}


/* sub-navigation */

#sub-navigation {
    
}

#sub-navigation li {
    border-bottom: 1px solid #bbb;
}

#sub-navigation li a {
   padding: 5px 0;
   display: block;
   color: #555;
}

#sub-navigation li a:hover {
    color: #333;
}

#sub-navigation li.current a,
#sub-navigation li.current a:hover {
    font-weight: bold;
    color: #990000;
    background: transparent url(../images/subnav-li-current_bg.png) no-repeat 97% 50%;
}

#sub-navigation li ul li {
    border-bottom: none;
    padding-left: 15px;
    font-size: 95%;
}

#sub-navigation li ul li a {
    padding: 2px 0;
}

#sub-navigation li.current ul li a {
    font-weight: normal;
    color: #555;
    background: none;
}
#sub-navigation li.current ul li a:hover {
    font-weight: normal;
    color: #333;
    background: none;
}

.links {
    font-size: 90%;
}

.links li {
    border-bottom: 1px dotted #999;
    line-height: 1.2em;
    padding: 3px 0;
}



#left-column {
    float: left;
    margin-right: 20px;
    width: 220px;
    margin-left: 10px;
    background-color: #cccccc;
}

#center-column {
    float: left;
    width: 460px;
    margin-right: 20px;
    background: transparent url(../images/center-column-body_bg.png) repeat-y 0 0;
    
}

#right-column {
    width: 220px;
    float: left;
    background-color: #cccccc;
}

#right-column .gutter,
#left-column .gutter {
    padding: 5px 10px 10px 10px;
}

.top {
    width: 100%;
    height: 10px;
    background: transparent url(../images/right-column_top.png) no-repeat 0 0;
}

.bottom {
    width: 100%;
    height: 30px;
    background: transparent url(../images/right-column_bottom.png) no-repeat 0 0;
}


#center-column .top {
    background: transparent url(../images/center-column-top_bg.png) no-repeat 0 0;
}

#center-column .bottom {
    background: transparent url(../images/center-column-bottom_bg.png) no-repeat 0 100%;
    height: 20px;
}

#center-column .gutter {
    padding: 5px 15px 10px 15px;
}

/* right-column styles */

#right-column #bannerettes {
    margin-bottom: 10px;
}

#right-column #advertisements {
    background-color: #a3a3a3;
    text-align: center;
    padding: 20px 0;
}






#footer {
    clear: both;
    background-color: #242424;
    padding: 10px 0 100px 0;
    position: relative;
    font-size: 80%;
}

#footer #footer-navigation {
    padding-left: 10px;
}

#footer #footer-navigation li {
    float: left;
    margin-right: 10px;
}

#footer #footer-navigation li a {
    color: #999;
    text-decoration: none;
}

#footer #footer-navigation li a:hover {
    color: #fff;
}

#footer #social-media {
    position: absolute;
    height: 30px;
    width: 250px;
    right: 10px;
    top: 10px;
    color: #999;
    display: inline;
}

#footer #social-media p {
    line-height: 30px;
    width: 75px;
    float: left;
    text-align: right;
}

#footer #social-media ul {
    float: right;
    width: 155px;
    margin-left: 0;
}

#footer #social-media ul li {
    width: 75px;
    height: 30px;
    float: left;
    margin-right: 5px;
}

#footer #social-media ul li.facebook {
    margin-right: 0;
}

#footer #copyright {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 90%;
    color: #666666;
}


/* home page */

body.home #left-column {
    display: none;
}

body.home #center-column {
    margin-left: 10px;
    width: 700px;
    background-color: transparent;
    background-image: none;
}

body.home #center-column .gutter {
    padding: 0;
}

body.home #center-column .top,
body.home #center-column .bottom {
    display: none;
}




/* News module on home page */

#news {
}

#center-column #news .box-content {
    height: 225px;
    overflow-y: auto;
}

#center-column #news-items {
    margin-left: 0;
}

#center-column .news-item {
    float: left;
    display: inline;
    clear: both;
    padding: 5px 0 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#center-column .news-header {
    margin-bottom: 5px;
    line-height: 1.3em;
    color: #000;
}

 #center-column .news-header a {
    color: #cc0000;
}

#center-column .news-header, 
#center-column .news-description {
}

#center-column .news-thumbnail {
    float: left;
    display: block;
    margin-right: 10px;
    height: 54px;
    overflow: hidden;
    border: 2px solid #ddd;
}

#center-column .news-thumbnail img {
    /* thumbnail size: 85x50 */
    display: block;
    width: 140px;
}

#center-column .news-description {
    font-size: 90%;
    line-height: 1.3em;
    margin-bottom: 0;
}

#center-column .news-description a {
    font-weight: bold;
}


/* box module */

#center-column .box {
    width: 100%;
    margin-bottom: 15px;
}

#center-column .box-header {
    height: 40px;
    line-height: 40px;
    position: relative;
    background: #929292 url(../images/box-header_bg.png) no-repeat 0 0;
}

#center-column ul.tabs.box-header {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 10px;
}

#center-column .box-header h2 {
    padding-left: 15px;
    color: #cc0000;
}

#center-column .box-content {
    position: relative;
    padding: 15px;
    background: #fff url(../images/box_bg.png) repeat-x 0 100%;
}

#center-column .box-options {
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 15px;
    top: 0;
    width: auto;
    margin-left: 0;
}

#center-column .box-options li {
    float: left;
    margin-right: 1em;
    font-size: 85%;
    list-style: none;
    height: 40px;
    line-height: 40px;
}

#center-column .box-options li a {
    color: #555;
    text-decoration: none;
}

#center-column .box-options li.last {
    margin-right: 0;
}

/* tabs */

#center-column ul.tabs {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 0;
}

#center-column ul.tabs li {
    float: left;
    font-weight: bold;
    background-color: #999;
    margin-right: 5px;
    list-style: none;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    margin-top: 5px;
}

#center-column ul.tabs .ui-tabs-selected.ui-state-active {
    background-color: #fff;
}

#center-column ul.tabs li a {
    float: left;
    color: #cc0000;
    padding: 0 10px;
    text-decoration: none;
}



/* news-links */

body.news-links #center-column .news-item {
    padding: 10px 0;
}

body.news-links #center-column .news-item h3 {
    font-size: 120%;
    margin-bottom: 5px;
}


.ui-tabs .ui-tabs-hide {
     display: none;
}

/* sessions list */
#center-column dl.sessions {
    margin-left: 0;
    border-bottom: 1px solid #DDD;
}

#center-column h4 {
    clear: both;
}

#center-column .sponsor_logos {
    margin-left: 0;
}

#center-column .sponsor_logos li {
    padding-left: 15px;
    list-style: none;
    background: #fff url(../images/circle_bullet.png) no-repeat 0 50%;
    
}

#center-column .sponsor_logos li.logo {
    list-style: none;
    padding-left: 0;
    background-image: none;
    float: left;
    margin: 0 10px 10px 0;
}


/* BIOS PAGE */
#center-column div#bios div.bio {
	float: left;
	clear: both;
	margin-bottom: 1em;
	border-bottom: 1px solid #DDD;
	width: 100%;
}

#center-column div#bios p.bio_photo {
	float: left;
	display: inline;
	margin: 0 0px 10px 0;
	padding-bottom: 0;
	background-color: #313131;
	border: 2px solid #DDDDDD;
}

#center-column div#bios p.bio_short_description {
    float: left;
	width: 300px;
	height: 100%;
	padding-left: 20px;
	padding-bottom: 0;
}

/*h4 {
    font-size: 110%;
    padding-bottom: 8px;
}*/

#center-column div#bios-detail p.bio_photo {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #313131;
	border: 2px solid #DDD
}