/*reset.css*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*fonts.css*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

:focus
{
 	-moz-outline-style: none;
	outline: none -webkit-focus-ring-color;
	outline-style: none;

}

/*
 * colors
 * grey bg: d7d2cb
 * dark grey txt: 616265
 * grey accents (underlines): b3b3b3
 * nav: cacac8
 * */

/*
 * widths, homestyle
 * 37px left/right padding for main content
 * 20px right margin, main column content
 * 20px left padding, side bar
 * 20px right padding, side bar
 */

.clear {
    clear: both;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

a {
    /* color: #616265; */
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #919295;
    text-decoration: underline;
}

a:active {
    color: #333;
    text-decoration: underline;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

html, body {
    background: #fff;
    color: #616265;
    font-size: 11px;
}

p + p {
    /* margin-top: 1em; */
    margin-top: 1em;
}

#contact_form p + p {
    margin-top: 0em;
}

body {
    display: block;
    margin: 0 auto;
    width: 1100px;
    background: #fff url(../images/main_bg.png) repeat-y;
}

body.homestyle {
    background: #fff url(../images/main_bg-home.png) repeat-y;
}

#footer {
    background: #fff;
    width: 926px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 3px solid #616265;
    padding-bottom: 30px;
    position: relative;
}

#footer,
#footer a {
    color: #b3b3b3 !important;
}

#links {
    position: absolute;
    top: 10px;
    right: 257px;
}

#copyright{
    position: absolute;
    top: 10px;
    right: 0;
}

#header {
    background: url(../images/header_bg.png) no-repeat;
    display: block;
    margin: 0 auto;
    width: 1000px;
    height: 153px;

    position: relative;
}

#homelink a{
    display: block;
    height: 50px;
    width: 200px;
    position: absolute;
    top: 50px;
    left: 25px;
}

#nav {
    /*margin-left: 258px;*/
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    padding-top: 36px;
    height: 100px;
    padding-left: 258px;
}
#nav li a{
    color: #cacac8;
    text-decoration: none;
    /*display: block;*/
    text-transform: uppercase;
    font-size: 11px;
    /*line-height: 1.3em;*/
}

#nav #subnavs {

}
.item1,
.item2,
.item3,
.item4,
.item5,
.item6,
.item5b {
    margin-left: 0em;
}
.item7,
.item8,
.item9,
.item10,
.item11,
.item12 {
    margin-left: 15em;
}
.item13,
.item14,
.item15,
.item16,
.item17,
.item18 {
    margin-left: 28em;
}
.item19,
.item20,
.item21,
.item22,
.item23,
.item24 {
    margin-left: 47em;
}

.item7
{
    margin-top: -7em;
}

.item13{
    margin-top: -2.5em;
}
.item19{
    margin-top: -7em;
}

#container {
    margin: 0 auto;
    display: block;
    width: 926px;
    height: 400px;
    padding: 22px 37px 37px 37px;
    line-height: 1.5em;
}

#maincontent {
    float: left;
    clear: none;
    margin-bottom: 20px;
    width: 689px;

}

.homestyle #maincontent {
    width: 516px;
    margin-left: 10px;
}



/*
 * article sizes
 * 4 wide: work indiv
 * 3 wide: home
 * 2 wide
 * 1 wide
 */


.content {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 26px;
    float: left;
    clear: none;
    margin-right: 20px;
    margin-bottom: 20px;
}

#maincontent .content {
    /*border: 1px solid #f00;*/
    height: 235px;
    /*padding-bottom: 40px;*/
    /*overflow: hidden;*/
    position: relative;
    overflow: hidden;
}

#maincontent .content p{
    /*max-height: 6em;*/
    overflow: hidden;
}

.content + .content {
    /*margin-top: 20px;*/
}

.size4 { width: 668px; }
.size3 { width: 496px; }
.size2 { width: 323px; }
.size1 { width: 152px; }

.article_image {

}

.label_contenttype {
    font-style: italic;
    text-transform: uppercase;
    display: block;
}

.article_date {
    display: block;
    font-weight: bold;
}

.title {
    font-weight: bold;
    display: block;
}

.more_link {
    font-weight: bold;
    display: block;
    color: #616265;
    font-style: italic;
    text-decoration: none;
}

#maincontent .more_link {
    position: absolute;
    bottom: 8px;
    left: 0px;
}

#maincontent .copy .more_link{
    position: relative;
    bottom: auto;
    left: auto;
}

#maincontent .content .more_link{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*background: #fff;*/
    background: url(../images/transp.png) center bottom repeat-x;
    height: 20px;
    padding-top: 40px;

}
#content_listing {
    border-top: 1px solid #b3b3b3;
    padding-top: 20px;
    margin-top: 20px;
    clear: both;
}

.current_content {
    background: url(../images/current_check.png) right top no-repeat;
}

#sidebar {
    float: left;
    clear: none;
    margin-bottom: 20px;
    width: 228px;
    /*height: 800px;*/
}

.homestyle #sidebar {
    /*width: 410px;*/
    width: 210px;
}

#search {
    width: 196px;
    height: 22px;
    border: 1px solid #616265;
    display: block;
    background: #fff url(../images/search_icon.png) right center no-repeat;
    margin-left: 19px;
    margin-bottom: 20px;
}

#search input {
    margin-left: 6px;
    width: 165px;
    height: 16px;
    margin-top: 2px;
    font-size: 11px;
    background: none;
    border: none;
}

.homestyle .small_sidebarcolumn  .break{
    /* how about we don't show this on the homepage? */
    /*display: none !important;*/
}

.sidebar .break{
    height: 3px;
    background: #c8c3bc;

}

.sidebarcolumn {
    float: left;
    clear: none;
    width: 237px;
}

.homestyle .sidebarcolumn {
    float: left;
    clear: none;
    width: 229px;
    margin-left: -10px;
}

.sidebarcolumn .break{
    height: 3px;
    background: #c8c3bc;
    width: 237px;
    margin-top: 20px;
}

.small_sidebarcolumn {
    display: block;
    float: left;
    clear: none;
    width: 173px;

    /*this is the value with a search*/
    /*padding-top: 25px;*/
    margin-top: -20px;
    padding-top: 0px;
    color: #383838 !important;
}

.expertise_listing {
    font-weight: bold;
    font-style: italic;
}

.small_sidebarcolumn .break{
    height: 3px;
    /*background: #c8c3bc;*/
    background: #dbb100;
    width: 173px;
    margin-top: 20px;
}

.sidebar_item {
    margin-top: 20px;
    font-size: 11px;
    overflow: hidden;
}

.sidebar_item .label_contenttype{
    font-weight: bold;
    text-transform: none;
}

.small_sidebarcolumn .sidebar_item {
    width: 135px;
    margin-left: 20px;
    margin-right: 15px;
}

.section_title {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sidebarcolumn .sidebar_item {
    margin-left: 20px;
    margin-right: 20px
}


.homestyle .sidebarcolumn .sidebar_item {
    margin-left: 20px;
    margin-right: 10px
}

.sidebarcolumn .sidebar_item .title {
    font-weight: normal
    font-size: 11px;
    margin-bottom: 15px;

}

.sidebarcolumn .homepage_sidebar_item .title {
    margin-bottom: 0px;
}

.sidebarcolumn .sidebar_item .big {
    font-size: 14px;
}
.sidebar_header {
    font-size: 16px;
    font-weight: normal;
    margin-left:  20px;
    display: block;
    margin-top: 20px;
}

.homestyle .sidebar_header {
    margin-left:  20px;
    margin-right: 8px;
}

.small_sidebarcolumn .sidebar_header {
    font-size: 14px;
}

.sidebar_intro {
    margin-left:  20px;
    display: block;
    margin-top: 10px;
}

.tweet_list li{
    margin-bottom: 1em;
    margin-top: 1em;
}

#callouts {
    width: 238px;
    display: block;
    float: right;
    clear: none;
    margin-top: 5px;
    margin-right: 20px;

}

#content_main {
    float: left;
    clear: none;
    width: 410px;
}

.space_for_support_images {
}

.mainimg {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
}

.webinar_meta {
    margin-top: 10px;
    float: right;
    clear: none;
    width: 130px;
    padding-right: 20px;
    font-weight: bold;
}

.webinar_copy{
    margin-top: 10px;
    border-right: 1px solid #b3b3b3;
    padding-right: 20px;
    margin-right: 20px;
    width: 490px;
    /*height: 400px;*/
    height: auto;
}

.tweet_time {
    font-style: italic;
    display: block;
}

.controls
{
    display: block;
    float: right;
    clear: none;
    margin-right: 25px;
    font-style: italic;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}
.controls * {
    /*float: left;*/
    /*clear: none;*/
    /*display: block;*/
}

.blog_item {
    display: block;
    border-bottom: 1px solid #b3b3b3;
    /*padding-bottom: 26px;*/
    /*float: left;*/
    /*clear: none;*/
    margin-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.blog_read_more {
    font-weight: bold;
    font-style: italic;
}

#twitter_follow {
    margin-left: -20px;
}

.no_top_margin {
    margin-top: 0px !important;
}