/* Universal Page Styles */
/* Universal Header */
body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

#flash_bg {
    position: absolute;
    left: 0px;
    top: 10px;
    text-align: center;
    width: 100%;
	height: 100%;
}

#flash_container {
    position: relative;
    height: 232px;
    width: 453px;
	top: 30%;
    margin: auto;
    text-align: left;
}

#home_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    background: url("../images/home_bg.jpg") repeat-x;
    width: 100%;
    height: 930px;
    display: none;
}

#home_container {
    position: relative;
    height: 930px;
    width: 908px;
    margin: auto;
    text-align: left;
}

#header {
    position: absolute;
    height: 728px;
    width: 186px;
    left: 0px;
    top: 0px;
}

#signup {
    position: absolute;
    height: 31px;
    width: 368px;
    left: 0px;
    top: 192px;
    z-index: 0;
    background-image: url("../images/signup_bg.jpg");
}

#form_container {
    position: absolute;
    height: 31px;
    width: 368px;
    left: 0px;
    top: 192px;
    z-index: 1;
    background: none;
}

.signup_form {
    position: absolute;
    width: 105px;
    height: 18px;
    top: 5px;
    border: none;
    color: black;
    font-size: 10pt;
    text-align: left;
    z-index: 1;
}

.feature_container {
    left: 0px;
    top: 234px;
    position: absolute;
    height: 232px;
    width: 908px;
}

/* Universal Footer */
#feed_body {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 443px;
    width: 908px;
    overflow: hidden;
}

#twitter_container {
    position: absolute;
    top: 18px;
    left: 0px;
    background: url("../images/twitter_bg.jpg") no-repeat;
    width: 287px;
    height: 346px;
}

#twitter_body {
    position: absolute;
    top: 53px;
    left: 10px;
    width: 268px;
    height: 257px;
    overflow: hidden;
    background: none;
    font-weight: bold;
}

#follow_button {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width: 89px;
    height: 23px;
}

#rss_container {
    position: absolute;
    top: 110px;
    left: 301px;
    background: url("../images/rss_container.jpg");
    width: 603px;
    height: 246px;
    border: 2px solid white;
}

#rss_body {
    position: absolute;
    top: 54px;
    left: 12px;
    width: 584px;
    height: 140px;
    overflow: hidden;
}

#more_button {
    position: absolute;
    bottom: 3px;
    right: 5px;
    width: 65px;
    height: 27px;
}

#social_buttons {
    top: 19px;
    border-top: 1px white solid;
    border-bottom: 1px white solid;
    height: 76px;
    width: 607px;
    left: 301px;
    position: absolute;
}

.social_button {
    width: 148px;
    height: 76px;
    top: 0px;
    border-left: 2px white solid;
    border-right: 2px white solid;
    border-bottom: none;
    border-top: none;
    position: absolute;
}

#footer {
    text-align: center;
    width: 908px;
    left: 0px;
    top: 385px;
    height: 58px;
    background-color: #010000;
    vertical-align: top;
    position: absolute;
}

.rsslink {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.rsslink:hover {
    text-decoration: underline;
}

.homebutton {
    position: absolute;
    top: 15px;
    left: 14px;
    width: 57px;
    height: 20px;
    cursor: pointer;
}

/* Home Page Styles */
#home_rotator {
    width: 465px;
    height: 223px;
    border: 4px solid #010000;
    position: absolute;
    top: 0px;
    left: 0px;
}

#home_speakers {
    width: 420px;
    height: 223px;
    position: absolute;
    left: 480px;
    top: 0px;
    border: 4px solid #010000;
}

.home_rotator_item {
    width: 465px;
    height: 223px;
    border: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#rotator_nav {
    position: absolute;
    left: 10px;
    height: 20px;
    width: 80px;
    top: 201px;
    z-index: 5;
}

#rotator_nav a {
    border: none;
    background: #f20a20;
    text-decoration: none;
    margin: 0 6px;
    z-index: 5;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 4px;
    color: #f20a20;
}

#rotator_nav a.activeSlide {
    background: #010000;
    color: #010000;
}

/* Report Page Styles */
#report_feature {
    display: none;
}

#report_main {
    background-image: url("../images/report/main_graphic.jpg");
    width: 442px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#report_toc {
    width: 466px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 442px;
}

/* New Watch Page Styles */
#new_watch_feature {
    display: none;
}

#new_watch_main {
    background-image: url("../images/watch/wmain_graphic.jpg");
    width: 442px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#new_watch_toc {
    width: 466px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 442px;
}



/* Speakers Page Styles */
#speakers_feature {
    display: none;
}

#speakers_main {
    background-image: url("../images/speakers/speakers_graphic.jpg");
    width: 221px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#speakers_list {
    width: 687px;
    height: 232px;
    position: absolute;
    top: 0px;
    left: 221px;
}

/* Goals Page Styles */
#goals_feature {
    display: none;
}

/* Modal Window Styles */


