/* ---------------------------------------------------------------------
Original Author: Anthony Ticknor
Contributors: Brian Litzinger

Target Browsers: All
Media Type: Screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */
body {
    font:12px/17px Arial, Helvetica, sans-serif;
    color:#333;
}

body#home {
    background:url(../images/design/bg_home.jpg) repeat-x 50% 0 #629dc7;
}

body#interior {
    background:url(../images/design/bg_interior.jpg) repeat-x 50% 0 #629dc7;
}

#wrapper {
    width:998px;
    margin:0 auto;
    position:relative;
}

body#home #wrapper {
}

a {
    cursor:pointer;
    color:#317bb5;
    text-decoration: none;
}

a:visited {
    color: #898700;
}

a:hover,
a:active {
    color: #003593;
}

sup {
    font-size: 0.7em;
    position: relative;
    top: -4px;
    vertical-align: baseline;
}

/* Find all links where an href is not provided */
/*html body a:not([href]), html body a[href=''],
html body a:not([href]), html body a[href='#']  { border: 1px solid red !important; background: red !important;}*/

/* ---------------------------------------------------------------------
Common - Classes
------------------------------------------------------------------------ */
.clearfix:after,
#nav ul:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.alert {
    color:#ff0000;
    font-weight:bold;
}

.align_left { float: left; margin: 1em 1em 1em 0;}
.align_right { float: right; margin: 1em 0 1em 1em;}
.align_center { float: none; display: block; margin: 1em auto;}

/* ---------------------------------------------------------------------
Common - Widgets
------------------------------------------------------------------------ */
#content.home .sub_col .widget {
    padding:15px 32px;
    line-height:16px;
}

#content.home .sub_col .widget h3 {
    font:20px/24px "Trebuchet MS", Verdana, Arial, sans-serif;
    margin: 0 0 6px 0;
}

#content.home .sub_col .widget p { margin: 0; }

#content.home .sub_col div.green h3 {
    color:#959300;
}

#content.home .sub_col div.blue h3 {
    color:#1172ad;
}

#content.home .sub_col div.orange h3 {
    color:#be5023;
}

#content.interior .sub_col .widget {
    padding:0 22px 22px 22px;
    line-height:16px;
}

#content.interior .sub_col .widget h3 {
    font: 13px/1em "Trebuchet MS", Verdana, Arial, sans-serif;
    width: 211px;
    color: #fff;
    position: relative;
    margin: 0 -42px 16px -22px;
    padding: 20px 10px 18px 22px;
    text-transform: uppercase;
}

#content.interior .sub_col div.green h3 {
    background:url(../images/design/widget_header_green.png) no-repeat;
}

#content.interior .sub_col div.blue h3 {
    background:url(../images/design/widget_header_blue.png) no-repeat;
}

#content.interior .sub_col div.orange h3 {
    background:url(../images/design/widget_header_orange.png) no-repeat;
}

.widget_rule {
    border:0;
    height:12px;
    background:url(../images/design/widget_rule.png) 50% 0 no-repeat;
}

.sidebar_rule {
    border:0;
    height:12px;
    margin-bottom: 20px;
    background:url(../images/design/sidebar_rule.png) 50% 0 no-repeat;
}

.left_col .widget {
    margin: 15px 15px 80px 15px;
}

.left_col .member_select_widget {
    margin: 15px 0 30px 0;
}

/* ---------------------------------------------------------------------
Common - Buttons
------------------------------------------------------------------------ */
a.button,
.buttons button {
    color:#fff;
    text-transform:uppercase;
    position:relative;
    display: block;
    height:33px;
    margin:10px 0 0 -2px;
}

a.button:visited,
.buttons button:visited,
a.button:hover,
.buttons button:hover {
    color: #fff;
}

/* ".buttons button" is used for form submission buttons */
.buttons button {
    border: none;
    background: none;
    font-size: 13px;
    cursor: pointer;
    display: -moz-inline-block;
    display: inline-block;
    margin: 0;
    margin-right: -13px;
}

a.button span.left,
.buttons button span.left {
    display:block;
    height:33px;
    float:left;
}

a.button span.right,
.buttons button span.right {
    display:block;
    height:33px;
    float:left;
}

a.button span.button_text,
.buttons button span.button_text {
    position:absolute;
    top:7px; /* also in ie6 and ie7 css */
    left:0;
    float:left;
    padding:0 15px 0 10px;
    z-index:50;
}

#contact_form .buttons button {
    text-indent: -9999px;
    width: 89px;
    height: 29px;
    padding: 0;
    margin: 0;
    margin-right: -9px;
    background: url(../images/design/btn_submit.png) 0 0 no-repeat;
}

.green a.button span.left,
.buttons button.green span.left {
    background:url(../images/design/button_green_left.png) no-repeat top left;
}

.green a.button span.right,
.buttons button.green span.right {
    background:url(../images/design/button_green_right.png) no-repeat top right;
}

.blue a.button span.left,
.buttons button.blue span.left {
    background:url(../images/design/button_blue_left.png) no-repeat top left;
}

.blue a.button span.right,
.buttons button.blue span.right {
    background:url(../images/design/button_blue_right.png) no-repeat top right;
}

.orange a.button span.left, 
.buttons button.orange span.left {
    background:url(../images/design/button_orange_left.png) no-repeat top left;
}

.orange a.button span.right,
.buttons button.orange span.right{
    background:url(../images/design/button_orange_right.png) no-repeat top right;
}

/* ---------------------------------------------------------------------
User Content - Standards
------------------------------------------------------------------------ */
#content .user_content {
    position: relative;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font:12px/1em Arial, Helvetica, sans-serif;
    color:#999700;
    text-decoration: none;
    font-weight:bold;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 16px 0; }

h1, h1 a {
    font-size:24px;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#0764b7;
    margin-bottom: 20px;
    font-weight:normal;
    text-decoration: none;
}

h2, h2 a { font-size:18px; }

h3, h3 a { font-size:15px; }

h4, h4 a {
    font-size:15px;
    color:#9d9d9d;
}

#content.home #info_panel h4 a {
    font-size: inherit;
}

h5, h5 a {
    font-size:12px;
    color:#333;
}

h2 i {
    color: #2d8cbd;
}

p { margin:0 0 16px 0; }

ol, ul {
    list-style:disc;
    list-style-position:outside;
    margin:0 0 16px 20px;
}

ol { list-style:decimal; }

.left_col h4 {
    font-weight: bold;
}

/* ---------------------------------------------------------------------
Global - Header
------------------------------------------------------------------------ */
#header {
    height:113px;
}

#header .logo {
    position:absolute;
    left:-2px;
    top:24px;
    width:310px;
    height:66px;
}

#header .logo a {
    display:block;
    background:url(../images/design/logo_consumerology.png);
    text-indent:-9999px;
    width:310px;
    height:66px;
}

#header .sub_logo {
    position:absolute;
    right:29px;
    top:36px;
    width:185px;
    height:41px;
}

#header .sub_logo a {
    display:block;
    background:url(../images/design/logo_express_scripts.png);
    text-indent:-9999px;
    width:185px;
    height:41px;
}

/* ---------------------------------------------------------------------
Global - Navigation
------------------------------------------------------------------------ */
#nav {
    height: 50px;
    width: 1020px;
    margin:0 -12px;
}
#nav_flash {
    margin-top: -23px;
    outline: none;
}
#nav_flash #nav_main {
    margin-top: 23px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background:url(../images/design/bg_nav.jpg) repeat-x;
    text-align: center;
}

#nav ul li {
    display: inline-block;
    float:left;
}

/* BL - Removed fixed widths b/c client added new top level item, and if
they add other items in the future, this will not work */

/*#nav ul li#nav_about {
    width:219px;
}

#nav ul li#nav_science_solutions {
    width:197px;
}

#nav ul li#nav_blog {
    width:106px;
}

#nav ul li#nav_contact_us {
    width:145px;
}

#nav ul li#nav_news_events {
    width:165px;
}

#nav ul li#nav_home {
    width:106px;
}

#nav ul li#nav_ccec {
    width:106px;
}*/

#nav ul li a {
    display:block;
    height:50px;
    line-height:50px;
    padding: 0 20px;
    color:#59feff;
    text-align:center;
    text-transform:uppercase;
}

#nav ul li.here a {
    color: #fff;
    background: url(../images/design/bg_nav_active_right.jpg) 100% 50% no-repeat;
}

#nav ul li.here {
    background: url(../images/design/bg_nav_active_left.jpg) 0 50% no-repeat;
}

/* ---------------------------------------------------------------------
Global - Breadcrumbs
------------------------------------------------------------------------ */
#breadcrumbs {
    margin:30px 0 10px 0;
    color:#fff;
    font-size:10px;
    text-transform:uppercase;
}

#breadcrumbs a,
#breadcrumbs i {
    display: inline-block;
    padding: 0 5px;
    color:#fff;
}

#breadcrumbs i { 
    color:#76b4d4;
    font-style: normal; 
}

/* ---------------------------------------------------------------------
Global - Home - Column Layout
------------------------------------------------------------------------ */
#content.home {
    position:relative;
    padding: 10px 0;
    background:url(../images/design/home_content.gif) 652px 100% no-repeat;
}

#content.home .main_col {
    float:left;
    width:649px;
    background:url(../images/design/home_maincol_bg.jpg) no-repeat #f2f2f2;
    border-color:#fff;
    border-style:solid;
    border-width:3px 0 3px 3px;
}

#content.home .sub_col {
    float: right;
    width: 331px;
    position: relative;
    margin: -10px 0 0 0;
    border: 3px solid #fff;
}

#content.home .gutter_top {
    position: absolute;
    top: -5px;
    left: -13px;
    height: 12px;
    width: 12px;
    background: url(../images/design/gutter_corner.gif) no-repeat;
}

/* ---------------------------------------------------------------------
Global - Interior - Column Layout
------------------------------------------------------------------------ */

#content.interior {
    position:relative;
}

#content.interior .main_col {
    float:left;
    width:711px;
    min-height: 530px;
    padding:28px 26px;
    border:3px solid #fff;
    background:url(../images/design/int_maincol_bg.jpg) no-repeat #e3e3e3;
}

body.contact-us #content.interior .main_col {
    padding-bottom: 0;
}

#content.interior .sub_col {
    position:relative;
    float:left;
    margin:16px 0 0 0;
    width:224px;
    min-height: 300px;
    border-color:#fff;
    border-style:solid;
    border-width:3px 3px 3px 0;
    background:url(../images/design/int_subcol_bg.jpg) no-repeat #bababa;
}
body.people #content.interior .main_col {
    padding-bottom: 0;
    background:url(../images/design/int_maincol_bg_ccec.jpg) no-repeat #e2e2e2;
}

#content.interior .sub_col .shadow {
    position:absolute;
    top:-3px;
    left:0;
    width:16px;
    height: 330px;
    background:url(../images/design/int_shadow.png) no-repeat;
    z-index:55;
}

.left_col {
    float: left;
    width: 230px;
}
.right_col {
    float: right;
    width: 440px;
}
.two_columns {
    background: url(../images/design/divider_two_column.gif) 239px 0 repeat-y;
}

.content_rule {
    border:0;
    height:12px;
    background:url(../images/design/content_rule.png) 50% 0 no-repeat;
}
.content_rule + img {
    margin: 15px 0;
}

/* ---------------------------------------------------------------------
Global - Footer
------------------------------------------------------------------------ */
#footer {
    width:998px;
    margin:20px auto;
}

#footer .footer_hr_top {
    border:none;
    height:12px;
    background:url(../images/design/footer_rule_top.png) no-repeat center top;
    margin:0 0 12px 0;
}

#footer .footer_hr_bottom {
    border:none;
    height:12px;
    clear:both;
    margin:0 0 20px 0;
    background:url(../images/design/footer_rule_bottom.png) no-repeat center top;
}

#footer .footer_content {
    width:998px;
    padding:0;
}

#footer fieldset.search {
    float:left;
    width:235px;
    padding:16px 0 0 0;
}

#footer fieldset.search input.keywords {
    position: relative;
    top: -14px;
    width: 134px;
}
#footer fieldset.search button {
    position: relative;
    top: -14px;
/*    width: 81px;
    height: 29px;*/
    padding: 0;
    
    cursor: pointer;
    color: #fff;
    border: 1px solid #a19f00;
    padding: 2px 3px;
    background: #a19f00 url(../images/form/btn_go_green.gif) 0 0 repeat-x;
}


#footer div.map {
    float:left;
    width:535px;
    padding:2px 0 0 0;
}

#footer div.map ul {
    font-size:11px;
    color:#fff;
    margin:0;
}

#footer div.map ul li {
    display:inline;
    margin:0;
}

#footer div.map ul li a {
    color:#fff;
}

#footer div.map ul.pages li a {
    margin:0 10px;
}

#footer div.map ul.pages li.first a {
    margin:0 10px 0 0;
}

#footer div.map ul.legal {
    font-size:10px;
}

#footer div.map ul.legal li {
    display:inline;
}

#footer div.share {
    float:right;
    width:200px;
}

#footer div.share ul {
    text-align: right;
    margin:0;
}

#footer div.share ul li {
    display:inline;
}

/* ---------------------------------------------------------------------
Page - Home
------------------------------------------------------------------------ */
#main_flash {
    padding:53px 0 0 0;
}

#content.home #welcome {
    padding:41px 33px 37px 33px;
    font-size:14px;
    line-height:24px;
}

#content.home #welcome h1 {
    font:32px/40px "Trebuchet MS", Verdana, Arial, sans-serif;
    color:#0764b7;
    margin:0 0 20px 0;
    font-weight:normal;
}

#content.home #welcome p { margin-bottom: 0; }

#content.home #info_panel {
    padding: 29px 11px 30px 14px;
    background: #ce5c29 url(../images/design/info_panel_bg.jpg) no-repeat;
    color:#fff;
}

#content.home #info_panel a {
    color:#fff;
}

#content.home #info_panel h3 {
    font:20px/24px Trebuchet MS, Verdana, Arial, sans-serif;
    margin:0 0 36px 19px;
    text-transform:uppercase;
    color: #fff;
}

#content.home #info_panel .col {
    float:left;
    width:198px;
    padding:0 9px 0 0;
}

#content.home #info_panel h4 {
    font-size:11px;
    line-height:13px;
    font-weight:bold;
    text-transform:uppercase;
    border-bottom:1px solid #d99072;
    padding:0 0 8px 0;
    margin: 0;
    color: #fff;
    zoom:1;
}

#content.home #info_panel #blog h4 {
    background:url(../images/design/info_panel_blog_icon.png) no-repeat;
    padding-left:22px;
}

#content.home #info_panel #news h4 {
    background:url(../images/design/info_panel_news_icon.png) no-repeat;
    padding-left:20px;
}

#content.home #info_panel #events h4 {
    background:url(../images/design/info_panel_events_icon.png) no-repeat;
    padding-left:14px;
}

#content.home #info_panel h5 {
    color:#ff8d6a;
    line-height:20px;
    padding:6px 0 0 0;
    margin: 0;
    font-weight: bold;
}

#content.home #info_panel p {
    line-height:20px;
    margin-bottom: 0;
}

#content.home #info_panel a {
    text-transform:uppercase;
    font-weight:bold;
}

#content.home .sub_col h2 {
    font:17px/35px Trebuchet MS, Verdana, Arial, sans-serif;
    color:#1172ad;
    text-align:center;
    margin: 0;
}


#content.home object#waste_flash_content {
    position:relative;
    width: 430px;
    height: 160px;
    margin: 4px 0 0 -71px;
}

#content.home #waste_flash_content img { margin-left: -38px; }

#waste_flash_content .numbers {
    position: absolute;
    top: 79px; 
    left: 82px;
    z-index: 999;
    font-size: 16px;
    font-weight: bold;
    width: 270px;
}

#waste_flash_content .numbers span {
    display: block;
    float: left;
    width: 21px;
}

#waste_flash_content .numbers span.split { margin-left: 6px; } 

#content.interior #waste_flash_content .numbers {
    top: 68px; 
    left: 25px;
    z-index: 999;
    font-size: 14px;
    width: 200px;
}

#content.interior #waste_flash_content .numbers span {
    display: block;
    float: left;
    width: 14px;
}

#content.interior #waste_flash_content .numbers span.split { margin-left: 7px; }

/* ---------------------------------------------------------------------
Page - Interior
------------------------------------------------------------------------ */
#content.interior .main_col h1 {
    font:24px/32px Trebuchet MS, Verdana, Arial, sans-serif;
    color:#0764b7;
    margin:0 0 20px 0;
    font-weight:normal;
}

#content.interior .sub_col h2 {
    font:17px/35px Trebuchet MS, Verdana, Arial, sans-serif;
    color:#1172ad;
    text-align:center;
    margin: 0;
}

#content.interior object#waste_flash_content {
    position: relative;
    width: 285px;
    height: 125px;
    margin: 4px 0 10px -4px;
}


#content.interior .sidebar_list {
    list-style: none;
    margin: 0; 
    padding: 0 0 0 10px;
    text-indent: -10px;
}

#content.interior .sidebar_list a.here {
    color:#333;
}

/* ---------------------------------------------------------------------
Page - News & Events / Blog
------------------------------------------------------------------------ */

#content.interior p.display_date {
    margin: 0;
    font-size:11px;
}

#content.interior .entry_img {
    margin:0 0 16px 0;
}

#content.interior .news_entry {
    margin:0 0 50px 0;
}

#content.interior .recent_news_sidebar {
    margin:0 0 20px 0;
}

#content.interior .recent_news_sidebar li {
    margin:0 0 6px 0;
}

#content.interior a .date {
    color:#696969;
}

/* ---------------------------------------------------------------------
Page - Science & Solutions
------------------------------------------------------------------------ */
#content.interior .solutions h3 {
    margin:16px 0 32px 0;
}

#content.interior .solutions ul {
    list-style:none;
    margin:0;
}

#content.interior .solutions li {
    float:left;
    width:300px;
    height:113px;
    margin-bottom:27px;
    background:url(../images/design/solutions_bg.png) no-repeat;
}

#content.interior .solutions li.odd {
    margin-right:63px;
    margin-left:4px;
}

#content.interior .solutions li a {
    display:block;
    padding:6px 6px 7px 6px;
    height:100px;
    width:288px;
    position:relative;
}

#content.interior .solutions li .title {
    position:absolute;
    top:6px;
    left:6px;
    padding:6px;
    width:94px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: #000 1px 1px 2px;

}

#content.interior .solutions li .excerpt {
    position:absolute;
    top:24px;
    left:130px;
    height:81px;
    width:158px;
    color:#333;
    line-height:14px;
    
}

#content.interior .solutions li .more {
    display:block;
    text-transform:uppercase;
    color:#107db6;
    margin:14px 0 0 0;
}

/* ---------------------------------------------------------------------
Page - About
------------------------------------------------------------------------ */
#about_header {
    position:relative;
    margin:-28px -26px 28px -26px;
}

/* ---------------------------------------------------------------------
Common - Typography
------------------------------------------------------------------------ */
body.about.members .user_content h1 + p {
    color: #888;
    font-size: 13px;
    font-weight: bold;
}

/* replaced is added via jQuery for gradient text */
.replaced,
#content.home .sub_col .widget h3.replaced,
#content.interior .main_col h1.replaced,
#content.home #welcome h1.replaced  { margin-left: -2px; }
#content.interior .sub_col .widget h3.replaced { padding-left: 20px; }

.main_col blockquote {
    border-left: 5px solid #003366;
    margin: 15px 30px 0 15px;
    padding-left: 20px;
}

/* ---------------------------------------------------------------------
Common - Member badge/bio
------------------------------------------------------------------------ */
.badge {
    position: relative;
    width: 238px;
    height: 294px;
    text-align: center;
    margin: -30px 0 0 -10px;
}

.badge .png {
    position: relative;
    z-index: 2;
}

.badge .photo {
    position: absolute;
    top: 149px;
    left: 82px;
    width: 75px;
    height: 75px;
    z-index: 1;
}

.badge h2, 
.badge p {
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 238px;
    z-index: 3;
}

.badge h2 {
    color: #b0481f;
    font-weight: normal;
    font-size: 14px;
    bottom: 60px;
    margin-bottom: 0;
}

.badge p {
    color: #4387b7;
    font-size: 10px;
    text-transform: uppercase;
    
    line-height: 1em;
    width: 208px;
    margin: 0 15px;
}

/* ---------------------------------------------------------------------
Common - Tag Cloud
------------------------------------------------------------------------ */
.tag_cloud {
    margin-bottom: 20px;
}

.tag_cloud a {
    line-height: 2em;
}

.tag1 { font-size: 1em; color:#80c9ee;}
.tag2 { font-size: 1.2em; color:#53b0e0; }
.tag3 { font-size: 1.2em; color:#53b0e0; }
.tag4 { font-size: 1.3em; color:#399fd4; }
.tag5 { font-size: 1.3em; color:#399fd4; }
.tag6 { font-size: 1.4em; color:#107DB6; }
.tag7 { font-size: 1.4em; color:#107DB6; }
.tag8 { font-size: 1.5em; color:#0764B7; }

/* ---------------------------------------------------------------------
Common - External Links
------------------------------------------------------------------------ */
.external_links {
    list-style: none;
    margin: 0; 
    padding: 0;
}

.external_links li a,
.video_share a {
    display: block;
    padding: 10px 0 10px 40px;
    background-position: 0 50%;
    background-repeat: no-repeat;
} 

.external_links li.delicious a { background-image: url(../images/design/icons/delicious.png); }
.external_links li.digg a { background-image: url(../images/design/icons/digg.png); }
.external_links li.facebook a { background-image: url(../images/design/icons/facebook.png); }
.external_links li.rss a { background-image: url(../images/design/icons/rss.png); }
.external_links li.post a { background-image: url(../images/design/icons/post.png); }
.external_links li.book a { background-image: url(../images/design/icons/book.png); }
.external_links li.video a { background-image: url(../images/design/icons/video.png); }
.external_links li.wikipedia a { background-image: url(../images/design/icons/wikipedia.png); }
.external_links li.business a { background-image: url(../images/design/icons/business.png); }
.external_links li.university a { background-image: url(../images/design/icons/university.png); }
.external_links li.event a { background-image: url(../images/design/icons/event.png); }
.external_links li.twitter a { background-image: url(../images/design/icons/twitter.png); }
.external_links li.linkedin a { background-image: url(../images/design/icons/linkedin.png); }
.external_links li.blog a { background-image: url(../images/design/icons/blog.png); }
.external_links li.document a { background-image: url(../images/design/icons/document.png); }
.external_links li.article a { background-image: url(../images/design/icons/article.png); }

.video_share a.delicious { background-image: url(../images/design/icons/delicious_share.png); }
.video_share a.digg { background-image: url(../images/design/icons/digg_share.png); }
.video_share a.facebook { background-image: url(../images/design/icons/facebook_share.png); }
.video_share a.twitter { background-image: url(../images/design/icons/twitter_share.png); }


/* ---------------------------------------------------------------------
Contact Form
------------------------------------------------------------------------ */
#contact_form {
    position: relative;
    margin: 0 -25px;
    padding: 40px 125px;
    background: #1e4692 url(../images/design/bg_contact_form.jpg) 50% 0 no-repeat;
}

#contact_form input.text,
#contact_form textarea {
    padding: 6px;
}

#contact_form select,
.left_col select {
    padding: 0;
    font-size: 1.2em;
    color: #666;
    height: 35px;
    border: 1px solid #666; /* turns off Aqua */
}

#contact_form label,
#contact_form input.text,
#contact_form span.select,
.left_col span.select {
    color: #666666;
    font-size: 1.2em;
    width: 225px;
}

.left_col span.select {
    width: 190px;
}

#contact_form .fields {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contact_form .fields li {
    margin: 6px 20px 6px 0;
    position: relative;
    float: left;
    width: 245px;
}
#contact_form .fields li.right,
#contact_form .fields li.full { margin-right: 0; }

#contact_form .fields li.full,
#contact_form .fields li.full input.text,
#contact_form .fields li.full label {
    width: 490px;
}
#contact_form .fields li.full textarea {
    width: 494px;
}

#contact_form label.overlap {
    position: absolute;
    top: 10px;
    left: 8px;
}

#contact_form label.ignore {
    color: #fff;
    margin-right: 20px;
}

#contact_form .fields li.full label.ignore {
    width: auto;
    position: relative;
    top: 11px;
}

#contact_form .fields li.radios label.ignore {
    top: 0;
}

#contact_form .form_errors p { color: #CF1919; font-weight: bold; }
#contact_form .form_errors ul { color: #fff; }

/* following spans are added with jQuery customFormElements plugin */
span.checkbox {
    width: 14px;
    height: 14px;
    padding: 0 5px 0 0;
    background: url(../images/form/checkbox.gif) no-repeat;
    display: block;
    clear: left;
    float: left;
}
span.radio {
    width: 18px;
    height: 18px;
    padding: 0 5px 0 0;
    background: url(../images/form/radio.gif) no-repeat;
    display: -moz-inline-block;
    display: inline-block;
    position: relative;
    top: 4px;
}
span.select {
    font-size: 11px;
    padding: 4px;
    width: 207px;
    display: block;
    padding: 8px 10px 8px 6px;
    background: #fff url(../images/form/select.gif) no-repeat 100% 50%;
    overflow: hidden;
    border: solid 1px #ddd;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.column_body span.select { width: 125px; }
.column_body .module span.select { width: 175px; }

span.select_wrap { 
    position: relative; 
    float: left;
}

.left_col span.select_wrap {
    float: none;
}

#contact_form .fields li.month_label { width: 210px; padding-top: 8px; }
#contact_form .fields li.month_field { width: 130px; }
#contact_form .fields li.year_field { width: 130px; }

#contact_form .fields li.month_field span.select { width: 110px; }
#contact_form .fields li.year_field span.select { width: 110px; }

p.buttons { text-align: right; }
.footer_content p.buttons { 
    display: inline-block; 
    margin-top: -15px;
    margin-left: -10px;
}

button.submit {
    width: 94px;
    height: 30px;
    background: url(../images/form/btn_submit.png) 0 0 no-repeat;
    text-indent: -9999px;
    border: 0;
}

/* ---------------------------------------------------------------------
Comment Form & Blog Comments
------------------------------------------------------------------------ */
body.blog .post img { max-width: 445px; }

#comment_form label {
    display: -moz-inline-block;
    display: inline-block;
    font-weight: bold;
}

#comment_form textarea {
    width: 98%;
}

#comment_preview {
    background-color: #FDFDFD;
    padding: 1em;
    margin: 1em 0;
}

.comments .author {
    text-align: right;
    color: #666;
}
.comments .author b {}
.comments .author i {}
.comments .comment_number {
    float: left;
    margin: 0 0 0 -20px;
    font-size: 1em;
    color: #AFAFAF;
}


.pagination {
    color: #666;
}
.pagination a,
.pagination strong {
    display: -moz-inline-block;
    display: inline-block;
    padding: 2px 4px;
    background: #03346E url(../images/design/bg_pagination) 50% 50% repeat-x;
    border: 1px solid #004B91;
    border-color: #4280c7 #021733 #021733 #4280c7;
    color: #00E8F7;
}

.pagination strong {
    color: #fff;
}

.pagination a:hover {
    color: #fff;
}

.pagination a:active {
    border-color: #021733 #4280c7 #4280c7 #021733;
}

/* ---------------------------------------------------------------------
Search Results
------------------------------------------------------------------------ */
#search_results h3 {
    margin: 0 0 2px 0;
}

#search_results .summary {
    margin:0 0 16px 0;
}

#search_results .widget {
    margin: 1em 0 0 3em;
    width: 275px;
}

.search_bar {
    position: relative;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #dbdbdb;
}

.search_bar h2 {
    margin: 0;
}

.search_bar fieldset {
    padding: 4px 4px 3px 4px;
    position: absolute;
    display: -moz-inline-block;
    display: inline-block;
    top: -5px; 
    right: 0;
    background-color: #e4e4e4;
    text-align: right;
}

.search_bar input {
    width: 130px;
    font-size: 0.8em;
    font-weight: bold;
}

.search_bar button {
    cursor: pointer;
    color: #fff;
    border: 1px solid #356283;
    padding: 2px 3px;
    background: #003d74 url(../images/form/btn_go.gif) 0 0 repeat-x;
}

/* ---------------------------------------------------------------------
Video Player
------------------------------------------------------------------------ */
.video_wrapper {
    width:450px;
    padding:20px 0;
}

.video_player .swf {
    background:#dbdbdb;
    margin:0 0 16px 0;
}

.video_player .swf_player {
    height: 320px;
    background-color: #efefef;
}

.video_player.single .swf_player {
    width: 439px;
    overflow: hidden;
    position: relative;
}
.video_player.single .swf { margin-bottom: 0; }

.video_player .video_share {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff url(../images/design/player_share_bg.gif) 0 0 repeat-x;
    display: -moz-inline-block;
    display: inline-block;
    padding: 2px 1px 0 1px;
    margin: 3px;
    float: right;
}

.video_player .video_share a,
.video_player .video_share b {
    display: -moz-inline-block;
    display: inline-block;
    padding: 7px 0;
    float: left;
}

.video_player .video_share a {
    width:36px;
}

.video_player .video_share a { text-indent: -9999px; }
.video_player .video_share b { padding: 8px; }

.video_library {
    margin:10px 0 0 0;
}

.video_library ul {
    margin:0;
    list-style:none;
}

.video_library ul li {
    margin:0 0 22px 0;
    padding: 5px;
    width:450px;
    position:relative;
    cursor: pointer;
}

.video_library ul li.active {
    background-color: #EFEFEF;
}

.video_library .thumbnail { float:left; }
.video_library .thumbnail img { border:5px solid #dbdbdb; }


.video_library .excerpt_wrapper {
    display:block;
    padding:3px 0 0 147px;
    color:#333;
    line-height:16px;
}

.video_player.single .description {
    display:block;
    padding: 10px;
    color:#999;
    line-height:16px;
}

.video_library h5 { margin:0 0 6px 0; }

.video_library h5 a {
    color:#999700;
    font-size:15px;
}

.video_library p { margin: 0; }


#members_carousel {
    margin-left: -24px;
}