@CHARSET "utf-8";
/* CSS Document
 global.css includes style for elements global to the entire site.  The global elements include the followin:
 - structural elements (body, wrapper, headers, containers, links, etc.)
 - branding section (aka. header) which contains the site logo, name, call to action, etc.
 - reference section (aka footer) which contains supporting navigation, policies disclosures, copyright, signatures, etc.
 - navigation including primary, secondary, etc. navigation.  If navigation styles are complex
 a new navigation.css file might be justified to simplify editing.
 */
/* font families
 

/*--- Element Styles -----*/ 
* {
    margin: 0;
    padding: 0;
}

html * {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

html {
    font-size: 125%;
}

body {
    font-size: 12px; 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #4c4c4c;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    background: #9fc0e3 url(../images/main_bg.jpg) repeat-x; /*dceaf7*/
    text-align: center; /*this is in place to center in older browsers*/
}

h1, h1 a {
    font-size: 18px;
    font-weight: 200;
	color: #6f6f6f;
}

h2, h2 a {
    font-size: 14px;
	color: #0072BB; /*color: #AE0002;*/
	
}
h2 a:hover, h2 a:hover span.grey {
	color: #AE0002;	
}


h3, h3 a {
    font-size: 12px;
    font-weight: 600;
	color: #0072BB; /*color: black;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p {
    line-height: 18px;
    font-size: 12px;
}

a {
    text-decoration: none;
	color: #076EB7;
}

a:hover { /* mouse over link */
    color: #AE0002;
}

a:active { /* selected link */
    color: #05c7c0;
}
a:active, a:focus { /* selected link */
	outline: none;
	-moz-outline-style: none;
}
a img,:link img,:visited img {
    border: none
}

li {
    list-style-type: none;
}

ul.hmenu li {
    display: inline;
}

ol {
    margin: 10px 20px 10px 25px;
    line-height: 18px;
	font-size: 12px;
}

ol li {
    list-style: decimal;
}

label {
    display: block;
}

label.required:after {
    content: "*";
}

.smallfont {
    font-size: 12px;
}

.red {
    color: #0072BB; /*color: #AE0002;*/
}

.grey, .grey a {
    color: #616161;
}
.drkgrey {
    color: #4d4d4d;
}

.blue {
    color: #4182af;
    /*
     color:#0072bc;
     */
}

.green {
    color: #95ca05;
}

.date {
    color: #8b8b8b;
    clear: both;
}

.more-link {
    display: block;
    padding: 0 20px 0 0;
    text-align: right;
	font-size: 12px;
    color: #076eb7;
    font-weight: 600;
    background: url(../images/more_arrow.png) no-repeat center right;
}



a.newbutton{
	float: left;
	display: block;
	color:#eeeeee;
	text-decoration: none;
    border: none;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 25px;
	margin: 8px 0 5px 0;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
    background: url(../images/newbutton.png) no-repeat left -30px;
}
a.newbutton strong {
	float: left;
	display: block;
	padding-right: 16px;
	margin-right: -8px; 
    background: url(../images/newbutton.png) no-repeat right -30px;	
}
a.newbutton:hover{
	color:#ffffff;
	background: url(../images/newbutton.png) no-repeat left 0px;
}
a.newbutton:hover strong{
	background: url(../images/newbutton.png) no-repeat right 0px;
}
a.newbutton.back{}
	


.red-bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/bullet_arrow_white_on_red.png) no-repeat;
}

.red-bulleted {
    background: url(../images/bullet_arrow_white_on_red.png) no-repeat left top;
}

.white-bullet {
    display: inline;
    width: 20px;
    height: 20px;
    background: url(../images/bullet_arrow_red_on_white.png) no-repeat;
}

.white-bulleted {
    background: url(../images/bullet_arrow_red_on_white.png) no-repeat left top;
}

.plus-bulleted {
    background: url(../images/bullet_plus.gif) no-repeat left center;
}

ul.red-arrow-bulleted li {
    list-style-image: url(../images/bullet_arrow.gif);
}

.quotation {
    font-style: oblique;
}

.bolded {
    font-weight: 600;
}

.floating, .floating-left {
    float: left;
}

.floating-right {
    float: right;
}

.timestamp {
    color: #076EB7;
}

/*--- Page Structure -----
 
 Defines overall page structure without sub-elements */
#wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-top: 7px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0 10px 14px 10px;
	background: url('../images/wrapper_bgr.png') repeat-y;
}

#header {
    position: relative;
    z-index: 500;
    height: 140px;
    background: url('../images/header_bgr.gif') repeat-x;
    margin: 0 0 1px 0;
}

#content-wrapper {
    position: relative;
	
}

.content-column {
    float: left;
}

#page-promotion {
}

#content {
}

#main-column {
    /*clear: both;
	width: 670px;*/
	width: 695px;
	margin: 0;
	overflow: hidden;
}

#secondary-column {
    position: relative;
    margin: 10px 0 0 0;
    width: 290px;
    right: 0;
	padding: 0;
	float: right;
}

body.home #secondary-column {
    /*
	width: 358px;
    margin-top: 0px;
	*/
}



/*--- Header styles ----- */
#logo {
    position: absolute;
	left: 10px;
	top: 7px;
	width: 170px;
	height: 112px;
}

#top-nav {
	text-align: right;
    float: right;
    padding: 22px 0px 0px 0;
}

#top-nav a {
	color: #707070;
    margin: 0 15px 0 0;
}

#top-nav a img {
    display: inline;
    position: relative;
    top: -4px;
    margin: 0 5px 0 0;
}

/*--- At a glance panel ----- */
.panel.at-a-glance {
    background: url(../images/panel_bg.png) repeat-y;
    width: 358px;
    padding: 15px 0 0 0;
}

#at-a-glance-top {
    background: url(../images/panel_top.png) no-repeat top left;
    width: 358px;
    height: 24px;
}

.at-a-glance .panel-content {
    width: 230px;
    margin: 0 0 10px 80px;
}

.at-a-glance .panel-content a:hover {
}

.at-a-glance .panel-title {
    padding: 0 0 0 30px;
    margin: 0 0 10px 28px;
}

.at-a-glance .sidebox {
    border: none;
}

.at-a-glance .sidebox-title {
    padding: 0 0 0 20px;
    margin: 0 0 0 -20px;
    border-top: #c0c0c0 dotted 1px;
    border-bottom: #c0c0c0 dotted 1px;
}

.at-a-glance .sidebox-title h2 {
    margin: 5px 0;
}

.at-a-glance .sidebox-content {
    margin: 5px 0 15px 0;
}

.at-a-glance .sidebox-content ul li {
    line-height: 1.3em;
    font-size: 1.1em;
    z-index: 700;
}
.at-a-glance .sidebox-content ul li a{
	color: black;
}
.at-a-glance .sidebox-content ul li a:hover{
	color: #AE0002;
}

.at-a-glance .case-summary {
    margin: 7px 0 0 0;
}

.at-a-glance .case-summary .title {
    margin: 0 0 4px 0;
}

.at-a-glance #subscribe-newsletter-wrapper {
    position: relative;
    background: url(../images/panel_bottom.png) no-repeat bottom;
    height: 158px;
    width: 358px;
    margin: 0 0 0 0;
}

.at-a-glance #subscribe-newsletter {
    position: absolute;
    top: 85px;
    left: 35px;
    color: white;
}

.at-a-glance #subscribe-newsletter a {
    display: block;
    color: white;
    font-size: 14px;
	line-height: 22px;
    background: transparent url(../images/bullet_arrow_red_on_white.png) no-repeat left top;
}

.at-a-glance #subscribe-newsletter a:hover {

    background: url(../images/bullet_arrow_white_on_red.png) no-repeat left top;
}

.at-a-glance #subscribe-newsletter a span {
    margin-left: 40px;
    line-height: 22px;
}

.at-a-glance .more-link {
}

.at-a-glance .testimonial {
    border-top: #cdcdcd solid 1px;
    padding-top: 15px;
    margin: 0;
}

.at-a-glance .testimonial .sidebox-content {
    font-style: oblique;
    margin-bottom: 0;
}

.at-a-glance .testimonial .author {
    text-align: right;
    font-weight: 600;
    font-style: normal;
}

/*--- Panel ----- */
#side-panel {
    position: relative;
    background: url(../images/tab_panel_body.png) top repeat-y;
	width: 287px;
}

#panel-top {
    position: absolute;
    top: -10px;
	left: 0;
    background: url(../images/tab_panel_top.png) no-repeat top;
    width: 287px;
    height: 10px;
}

#panel-bottom {
    position: absolute;
    bottom: -10px;
    background: url(../images/tab_panel_bottom.png) no-repeat top;
    width: 287px;
    height: 10px;
	z-index: 599;
}

#tabs-wrapper {
    padding: 5px 15px 10px 23px;
}

.mootabs_title {
    position: relative;
    list-style-image: none;
    list-style-type: none;
    top: 1px;
    height: 30px;
    z-index: 400;
}

.mootabs_title li {
    float: left;
    background-color: #9A9A9A;
    
border: #E9E9E9 solid 1px;

    color: #6b6b6b;
    padding: 2px 8px 2px 8px;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    width: 100px;
    text-align: center;
}

.mootabs_title li.active, .mootabs_title li.active:hover {
    background-color: #E9E9E9;
    
border: #E9E9E9 solid 1px;

    border-bottom: none;
	color: #6b6b6b;
}

.mootabs_title li:hover {
    border: #AE0002 solid 1px;
	color: #AE0002;
}

.mootabs_panel {
    display: none;
    position: relative;
    clear: both;
    overflow: auto;
    background: url(../images/logo_watermark.png) no-repeat center;
    clear: both;
}

.mootabs_panel.active {
    display: block;
}

.sidebox {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: #9E9E9E dotted 2px;
}

.sidebox.blueline{
	border-bottom: #0072BB dotted 2px;
}

.sidebox-title {
    margin: 10px 0 8px 0;
}

.more-link {
    margin: 10px 0 0 0;
}

.sidebox-content .content-item {
    margin: 0 0 12px 0;
}

#panel-subscribe-newsletter {
    position: relative;

    margin: 10px 0 15px 0;
    padding: 10px 0 10px 25px;
}

#panel-subscribe-newsletter a {
    display: block;
    font-size: 16px;
	line-height: 26px;
    background: transparent url(../images/bullet_arrow_red_on_white.png) no-repeat left top;
}

#panel-subscribe-newsletter a:hover {
    font-size: 16px;
    background: url(../images/bullet_arrow_white_on_red.png) no-repeat left top;
}

#panel-subscribe-newsletter a span {
    margin-left: 40px;
    line-height: 22px;
}

.hidden {
    display: none;
}

#related {
	/*height: 630px;*/
	overflow: hidden;
}

/*--- Page reference ----- */
#page-reference {
    width: 1014px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
    font-size: 12px;
	background: url(../images/page_reference_bgr.png) no-repeat top;
}

#footer-nav {
    text-align: center;
	color: #ffffff;
}
#footer-nav a {
	color: #ffffff;
}
#footer-nav a:hover {
	color:#0072bb;
}

#copyright {
	font-size: 11px;
    text-align: center;
    color: white;
    margin: 8px 0 0 0;
}



/*----- Contact Forms -------- */
#ContactForm {
	margin-left: 50px;
}
#ContactForm input {
    margin: 0 0 10px 0;
}

#ContactForm label {
}

/*----- Errors -------- */
/* Styles for displaying error pages and messages */
/*Float clearing hacks*/
.floatcontainer:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.floatcontainer {
    display: inline-block;
}

/* Hide from IE Mac \*/
.floatcontainer {
    display: block;
}

/* End hide from IE Mac */


/**
* Clearfix
*/		
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
* New stuff
*/

.rss {
	position:absolute;
	right:-245px;
	top:-10px;	
}

.rss img{
	border:none;
}

