/**********************************************************
* Default Style overrides
**********************************************************/
body {
    background:#9fa1a4 url(../images/index_bg.gif) repeat-x scroll 0 0;
    font-family: georgia, serif;
    color: #231f20;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, div, p, td, th, table, tr, ul, li {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 36px;
    color: #445;
}

h2 {
    font-size: 24px;
    padding: 15px 0;
    margin: 0;
    color: #556;
}

th {
    text-align: left;
    padding: 5px 10px 3px 5px;
}

.hr {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    border-left: 0 solid;
    border-right: 0 solid;
    height: 10px;
    margin: 15px 0;
}

div .hr_white {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 0;
    border-right: 0;
    height: 10px;
    margin: 15px 0;
}

a, a:visited {
    color: #28a7dc;
}

.white_background {
    background-color: white;
}

.no-padding {
    padding: 0 !important;
}
/**********************************************************
* Structural Styles 
**********************************************************/
#main_container {
    width: 960px;
    margin: auto;
    position: relative;
}

#header {
    height: 150px;
}
#header h1.logo span {
    display: none;
}
#header h1.logo {
    height: 47px;
}
#header h1.logo img {
    position: absolute;
    top: 40px;
    left: 20px;
}
#header .contact_us {
    font-family: helvetica;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top: 37px;
    right: 0;
    color: white;
}
#header .contact_us p {
    padding: 4px 0px;
    text-align: right;
}
#product_state {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    color: #888;
    padding: 0 0 20px 30px;
}
#flash_notice, #flash_error {
    position: absolute;
    width: 500px;
    left: 250px;
    top: -5px;
    text-align: center;
    padding: 5px 3px 3px 3px;
}
#flash_notice.notice {
    color: #002447;
    background-color: white;
    border: 2px solid #e1e9ed;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#flash_error.error {
    color: red;
    background-color: white;
    border: 2px solid #e1e9ed;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.account_links {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
} 
ul.account_links li {
    margin-left: 0;
    padding: 3px 15px;
    list-style: none;
    display: inline;
    border-right: 1px solid white;
    font-size: 14px;
    color: white;
    font-family: helvetica, sans-serif;
}
ul.account_links li.last {
    border-right: 0;
}
ul.account_links a, ul.account_links a:visited {
    color: white;
    font-family: helvetica, sans-serif;
}
ul.account_links a, #header .account_links a:visited {
    color: #69c3e7;
}
ul.account_links li {
}

ul.account_links li.name {
    padding-right: 0;
    border: 0;
}

.nav {
    height:57px;
    left:-13px;
    position:relative;
    top:-13px;
    width:960px;
}
.nav ul.nav_items {
    position: relative;
    display: block;
    left: 0;
    top: 0;
}
.nav .nav_items li {
    display: block;
    float: left;
    border-right: 1px solid white;
}
   
.nav .nav_items li a {
    display: block;
    color: #0e2547;
    font-size: 22px;
    height: 20px;
    padding: 14px 24px;
    text-decoration: none;
}
.nav .nav_items li.active {
    border-right: 0;
}
.nav .nav_items li.active a {
    display: block;
    background: white none repeat scroll 0 0;
    border-top: 1px solid #8596A8;
    color: #F05A29;
    height: 28px;
    position: relative;
    top: -7px;
}
#search_box {
    color: white;
    position: absolute;
    right: 0;
    top: 76px;
}
#search_box th {
    text-transform: uppercase;
    font-size: 12px;
    vertical-align: center;
    font-family: helvetica, sans-serif;
}

#content {
    background: #e7e8e8 url(../images/content_bg.png) repeat-x;
    min-height: 400px;
    padding: 18px;
}
#content.no_blue {
    border-top: 1px solid #8692a3;
    background: #e7e8e8 url(../images/content_bg_no_blue.png) repeat-x;;
}
#main_section {
    position: relative;
    width: 684px;
}
#main_section_header {
    background: url(../images/main_section_header.png) no-repeat;
    height: 53px;
    padding: 15px 0 0px 20px;
}
#main_section_header h1 {
    color: white;
    font-size: 31px;
    font-weight: normal;
}
#main_section_header .actions {
    position: absolute;
    right:15px;
    top:23px;
}
#main_section_content {
    padding: 30px 20px;
    background: white;
    min-height: 320px;
}
#footer {
    background: #4d4d4d;
    padding: 25px;
    color: #cccccc;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    margin-bottom: 15px;
}

#footer ul {
    float: right;
}

#footer li {
    display: inline;
    list-style: none;
    padding: 0px 10px;
    border-right: 1px solid;
}

#footer li.last {
    border-right: 0;
}
.no_content_yet {
    font-size: 18px;
    color: #ccc;
    text-align: center;
}
.no_content_yet .call_to_action {
    padding-top: 7px;
    color: #0E2547;
}
.no_content_yet .call_to_action a, .no_content_yet .call_to_action a:visited {
    color: #F05A29;
    text-decoration: underline;
    cursor: pointer;
}
.wysiwyg {
    width: 400px;
}

form.form input[type="text"].taggable {
    display: block;
    width: 400px;
    padding-bottom: 2px;
}
.taglist {
    margin: 0;
    padding: 5px;
    border: 1px solid #0e2547;
    float: left;
    display: none;
}
.taglist li {
    list-style: none;
    padding: 5px;
}
.taglist li.active, .taglist li:hover {
    background: #999999;
}

/************************************************************************
 * Corporate Web Styles
 ************************************************************************/
#red_box {
    background: url(../images/red_box.png) no-repeat;
    width: 872px;
    height: 292px;
    position: absolute;
    left: -1px;
    top: 120px;
    padding: 45px;
}
#red_box h2 {
    padding-top: 0;
    padding-bottom: 35px;
}
#red_box p {
    font-family: helvetica, sans-serif;
    font-size: 17px;
    color: white;
    padding: 12px 0;
    line-height: 25px;
}
#red_box .left {
    padding-right: 436px;
}
#red_box .left h2 {
    color: #ffda8b;
}
#red_box .right {
    background: url(../images/red_box_blue_box.gif) no-repeat;
    height: 337px;
    width: 358px;
    position: absolute;
    right: 44px;
    top: 15px;
    padding: 30px 22px 0 22px;
}
#red_box .right h2 a, #red_box .right h2 a:visited {
    color: white;
}
#red_box .hr {
    position: absolute;
    z-index: 3000;
    top:70px;
    let: 0;
    width:845px;
}
#red_box th {
    font-family: helvetica, sans-serif;
    font-size: 14px;
    color: #002447;
    text-align: right;
    vertical-align: center;
}
#red_box td {
    padding: 6px 0px;
}
#red_box input.text {
    width: 242px;
    background: white;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    color: #002447;
    font-family: helvetica, sans-serif;
    padding: 5px;
}
#red_box select {
    width: 242px;
    font-size: 14px;
    color: #002447;
    font-family: helvetica, sans-serif;
    padding: 5px;
}
#red_box input.error {
    background-color: #FF9F9F;
}
#red_box .ajax_loader {
    background: url(../images/ajax-loader.gif) no-repeat 0px 2px;
    padding-left: 20px;
    float: right;
    margin-top: 7px;
    display: none;
}
.ajax_loader_white {
    background: url(../images/ajax-loader-white-bg.gif) no-repeat 0px 2px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 7px;
}
#request_an_invite_submit {
    cursor: pointer;
    background: url(../images/request_an_invite_button.gif) no-repeat;
    width: 163px;
    height: 26px;
    border: 0;
}
.section {
    
}
.section ul {
    
}

.section li {
    margin-left: 30px;
    padding-left: 10px;
    padding-bottom: 20px;
}
.inner_content {
    margin-top: 334px;
    background-color: white;
    padding: 25px;
}

.inner_content h3 {
    font-size: 26px;
    font-weight: normal;
    font-style: italic;
    color: #808080;
}
.inner_content h3 .sub_type {
    font-size: 24px;
    font-family: helvetica, sans-serif;
    color: #67c3e8;
    padding-left: 10px;
    font-style: normal;
    font-weight: bold;
}
.inner_content h4 {
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    padding-top: 10px;
    padding-bottom: 15px;
}
.inner_content p {
    line-height: 20px;
    padding-bottom: 25px;
}
.inner_content .left {
    width: 550px;
    float: left;
}
.person_type_list {
    padding: 0px 45px;
}

.person_type_list li {
    list-style-type: square;
    color: #f05a28;
    padding-left: 5px;
    width: 230px;
    float: left;
    padding: 4px 0;
}

.person_type_list li span {
    color: #231f20;
    font-family: helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.after_list {
    clear: both;
    height: 21px;
}
.request_an_invite {
    background: url(../images/request_an_invite_link.gif) no-repeat;
    display: block;
    width: 163px;
    height: 25px;
    margin-bottom: 40px;
    cursor: pointer;
}
.inner_content .right {
    float: right;
    width: 286px;
}
.sidebar_box {
    background: url(../images/sidebar_box_bg.gif) repeat-x;
    padding: 15px 15px 45px 15px;
}
.sidebar_box h3 {
    color: #002447;
    font-family: georgia, serif;
    font-size: 23px;
    font-style: normal;
}
.sidebar_box h3 a, .sidebar_box h3 a:visited {
    text-decoration: none;
    color: #002447;
}
.sidebar_box hr {
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
}
.sidebar_box p {
    font-family: helvetica, sans-serif;
    padding: 11px 0;
    font-size: 13px;
}
.blog_link {
    color: #231f20;
}
.experttweet_box {
    background: url(../images/expert_tweet_promo.gif) no-repeat;
    width: 259px;
    height: 108px;
    color: white;
    padding: 14px;
    margin-bottom: 30px;
}
.experttweet_box  h3 a, .experttweet_box h3 a:visited {
    color: #ffda8b;
    font-style: normal;
    text-decoration: none;
}
.experttweet_box table {
    padding-top: 15px;
}
.experttweet_box img {
    height: 58px;
    width: 58px;
    padding-right: 15px;
}
.experttweet_box td {
    font-size: 14px;
    font-family: helvetica, sans-serif;
    line-height: 19px;
}
/************************************************************************
* Icons
************************************************************************/
.twitter {
    background: url(../images/icons.gif) no-repeat;
    height: 15px;
    padding-left:20px;
}

.rss { 
    background: url(../images/icons.gif) no-repeat 0 -18px;
    height: 15px;
    padding-left:20px;
}
.reply {
    background: url(../images/button_icons.png) no-repeat;
    padding-left: 18px;
}
.delete {
    background: url(../images/button_icons.png) no-repeat left -17px;
    padding-left: 18px;
}