/**************************************************************************
	Style Sheet for Master Template
**************************************************************************/	
/************** Elements ********************/

BODY {
    font-size: 12px;
    line-height:19px;
    font-family: Verdana,Arial,Helvetica;
    background:#2a2a2a;
    text-align: center;
}


/*********** Master Layout *****************/
/** Page Header **/
#siteHeaderContainer { 
    height:210px; 
    background-color:#1a253a;
}
.siteHeader{ 
    width:970px; 
    margin:0 auto;
    text-align:left;
    position:relative;
    /*background: transparent url('../images/bg_mainmenu2.png') bottom left no-repeat;*/
    background: transparent url('../images/bg_mainmenu2.png') left 152px no-repeat;
    z-index:60;
}
.siteHeader A.logo { padding:47px 10px 40px; display:block;}

#globalMenu { 
    position:relative;
    height:58px;
    width:825px; 
    _width:820px;
    z-index:60;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:0.5px;
}
#globalMenu UL LI A,
#globalMenu UL LI UL LI A { 
    color:white; 
    display:block; 
    padding: 19px 15px 20px;
    text-transform:uppercase;
    text-decoration:none;
}
#globalMenu A:hover,
#globalMenu A.hover,
#globalMenu UL LI.active A,
#globalMenu UL LI:hover A,
#globalMenu UL LI.hover A {
    background:transparent url('../images/bg_mainmenu_active.png') top left repeat-x;	
}	

#globalMenu UL { 
    display:block; 
    list-style: none; 
    padding:0; 
    margin:0 0 0 17px;
    z-index:60;
}
#globalMenu UL LI { 
    /*position:relative; //cause drop down broken in IE */
    float:left; 
    font-weight:bold; 
    font-size:12px;
    z-index:60;
}

#globalMenu UL LI UL {
    display:none; 
    position:absolute; 
    width:220px; 
}
#globalMenu UL LI:hover UL,					
#globalMenu UL LI.hover UL,					
#globalMenu UL LI:hover UL LI UL,					
#globalMenu UL LI.hover UL LI UL{
    display:block; 
    margin:0; 
    padding:0; 
    float:none;
}

#globalMenu UL LI UL LI {
    display:block; 
    float:none; 
    background:#082c46; 
    margin:0; 
    padding:0;
    line-height:15px; 
}
#globalMenu UL LI:hover UL LI,
#globalMenu UL LI.hover UL LI {
    line-height: 15px; 
    font-size:12px; 
    float:none; 
    background:#082c46;
}

#globalMenu UL LI.hover UL LI A,
#globalMenu UL LI:hover UL LI A,
#globalMenu UL LI UL LI A{ 
    padding:10px 15px; 
    text-transform:none; 
    background:#082c46; 
    border-bottom:1px solid #113e69;
}

#globalMenu UL LI UL LI:hover A,
#globalMenu UL LI UL LI.hover A,
#globalMenu UL LI:hover UL LI:hover UL LI:hover A,
#globalMenu UL LI.hover UL LI.hover UL LI.hover A{
    background:#1768ac; 
}

#globalMenu UL LI:hover UL LI UL LI A,
#globalMenu UL LI UL LI:hover UL LI A,
#globalMenu UL LI.hover UL LI UL LI A,
#globalMenu UL LI UL LI.hover UL LI A{
    background:#082c46; 
    padding-left:35px;
}

#globalMenu UL LI UL LI UL LI A{ padding-left:35px; }



.topRightMenu{
    float:right;	
    line-height:56px;
    color:#fff;	
    text-transform:uppercase;	
    font-size:10px;
    _width:145px;
}
.topRightMenu A{
    color:#fff;
}


/** Module Content **/
#siteContent{
    clear:both;

    background:#fff;
}
.homepage #siteContent{
    /*background:#fff url('/images/bg_contentHeader.png') top left repeat-x;*/
}

.moduleContentContainer{
    width:970px;
    margin:0px auto;
}

/** Sidemenu **/
#sidemenu{
    background:transparent url('/images/bg_sidemenu.png') top left repeat-y;
    width:240px;	
    color:#fff;
    font-size:12px;
    text-align:left;
    padding:20px 31px 0 0;
    margin-bottom:22px;
    _padding:20px 0px 0 0;
}
#sidemenu H2,
#sidemenu H3{
    color:#7ad1ff;	
    text-transform:uppercase;
    text-align:left;
    font-size:14px;	
    padding:75px 10px 25px 30px;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:0px;
}

#sidemenu A.peopleTitle{
    padding:5px 10px 0px 30px;
    font-size:11px;
    font-weight:bold;
    color:#fff;	
    display:block;
}

#sidemenu H2{
    padding:20px 10px 25px 30px;
}

#sidemenu UL.basicMenu{
    list-style-type:none;
    padding:0 0 20px 30px;		
}
#sidemenu A,
#sidemenu UL LI.active UL.basicMenuSubMenu LI A{
    color:#fff;
    display:block;
    padding:3px 0px;
    text-decoration:none;
}
#sidemenu A:hover,
#sidemenu UL LI.active A,
#sidemenu A.active{
    color:#7ad1ff;
}
#sidemenu UL.basicMenuSubMenu{
    list-style-type:none;
    padding:0 0 5px 20px;		
}
#sidemenuBottom{
    background:transparent url('/images/bg_sidemenu_bottom.png') bottom left no-repeat;
    width:271px;
    float:left;
    height:auto;
}




/** Page Footer **/
#siteFooter { 
    color:#dcdcdc; 
    text-align: left; 
    font-size:11px;
    border-top: 18px solid #dcdcdc;
    padding-bottom: 50px;
}
#siteFooter A { 
    color: #dcdcdc;
    padding: 0px 19px;
    font-size: 12px;
    font-family: "Lucida Sans Unicode","Lucida Grande", Arial;
}
#siteFooter a.first {
    padding-left: 0;
}
#siteFooter #copyright { 
    padding: 20px 0;    
    border-top:1px solid #3a3a3a; 
}
#siteFooter #branding { 
    float:right; 
    font-size:10px; 
    width:230px; 
    text-align:right; 
    color:#797979;
    font-size: 12px;
    font-family: "Lucida Sans Unicode","Lucida Grande", Arial;
}
#siteFooter #branding A { 
    color:#797979;
    padding: 0 5px;
}
.siteFooterContainer { 
    width:970px; 
    margin:0px auto;
}
#siteFooter .footerMenu { 
    border-top:1px solid #3a3a3a; 
    border-bottom:1px solid #000; 
    text-align:left; 
    padding:20px 0px;     
}
#siteFooter .seoFooter {
    padding: 15px 0 20px 0;
    border-bottom:1px solid #000;   
    overflow: auto;
}


/*********** Basic Form Structure *****************/
.formElement {
    margin-bottom:3px;
}

.formElement INPUT,
.formElement TEXTAREA,
.formElement SELECT,
.formElement span { 
    font-size:11px;font-family:Arial;
}
.formElement INPUT {overflow:auto;padding:3px 0px;}	
.formElement INPUT.text { width:200px;}
.formElement TEXTAREA.textarea { width:200px;}
.formElement SELECT { width:200px;}
.formElement LABEL {float:left; font-weight:bold; width:80px;}
.formElement .radio,
.formElement .checkbox { margin-left:80px;}
H3.formElement {border-bottom:1px solid #ccc;}

/** SEO Footer **/

#siteFooter .seoFooter .col {
    width: 222px;
    padding-right: 28px;
    float: left;
    font-family: Arial, Verdana;
}

#siteFooter .seoFooter .col3 {
    padding-right: 0;
    width: 220px;
    font-family: Arial;
}

.seoFooter h3 {
    margin: 20px 0 5px 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}
#siteFooter .seoFooter h3 a {
    font-size: 18px;
}

.seoFooter .followLink {
    background: url("/images/facebook.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 31px;
    width: 31px;
    text-decoration: none;
    text-indent: -9999px;
    margin-right: 5px;
    margin-top: 5px;
}
.seoFooter .tw-follow {
    background-image: url("/images/twitter.png");
}

.seoFooter form {
    clear: both;
    float: left;
}
.seoFooter form div.formElement {
    margin: 10px 0;
    width: auto;
}
#siteFooter .seoFooter form,
#siteFooter .seoFooter form a {
    color: #000;
}
#siteFooter .seoFooter label {
    float: none;
    width: auto;
    color: #dcdcdc;
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: normal;
}

#siteFooter .seoFooter input.text,
div.select {
    width: 169px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    height: 30px;
    line-height: 30px;
    background: transparent url('/images/bg-input.png') no-repeat scroll top left;
}

div.select {
    position: relative;
    outline: none;
    display: block;   
    text-align: left;
}
div.select span.arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: block;
    height: 30px;
    width: 19px;
    background: transparent url('/images/bg-select-drop.png') no-repeat scroll top right;
}


div.select div.value {
    display: inline-block;
    white-space: nowrap;
    z-index: 0;
    overflow: hidden;
    white-space: nowrap;
}
div.select span.arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    display: block;
}

ul.select-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #FFF;
    text-align: left;
    font-size: 11px;
    font-family: Arial;
    width: 187px !important;
    border: 1px solid #DCDCDC;
    border-top: 0;
}
ul.select-dropdown li {
    margin: 0px;
    padding: 0px 10px;
}
ul.select-dropdown li span {    
    overflow: hidden;
    display: block;
    /* @todo move to plugin realm for the sake of passing validation */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

ul.select-dropdown li:nth-of-type(2n+1) {
    background-color: #DCDCDC;
}
ul.select-dropdown li.selected,
ul.select-dropdown li.hover
{
    background-color: #2A2A2A;
    color: #FFF;
}

#siteFooter .seoFooter .formSubmit input {
    width: 89px;
    height: 33px;
    border: 0;
    outline: 0;
    background: transparent url('/images/btn-submit.png') no-repeat scroll top left;
    text-indent: -9999px;
    float: left;    
    overflow: hidden;
    line-height:0;
    margin: 0;
}
.seoFooter form div.formSubmit {
    margin: 15px 0 0 0;
    width: auto;
}

br.smallClear {
    height: 14px;
}

.seoFooter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;        
}
#siteFooter .seoFooter ul a {
    color: #888;
    font-size: 12px;
    line-height: 20px;   
}
#siteFooter .seoFooter a {
    padding: 0;
}

.honeyPot {
    display: none;
}


/** Expertise Buttons **/
.infoButtons {
    margin-top: 40px;
    width: 640px;
    overflow: auto;
}
.expertiseButton {
    padding: 0 3px 6px 3px;
    width: 117px;
    height: 110px;
    float: left;
    margin-right: 5px;
    background: transparent url('/images/btn-expertise.png') no-repeat scroll top left;
    text-align: center;
}

.expertiseButton a {
    padding: 65px 3px 0 3px;
    background: transparent url('/images/btn-expertise-faq.png') no-repeat scroll center 17px;
    display: block;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}
.expertiseButton a.article {
    background-image: url('/images/btn-expertise-article.png');
}
.expertiseButton a.download {
    background-image: url('/images/btn-expertise-download.png');
    background-position: 46px 17px;
}
.expertiseButton a.contact {
    background-image: url('/images/btn-expertise-contact.png');
}
.expertiseButton a.link {
    background-image: url('/images/btn-expertise-link.png');
}

