@charset "utf-8";
/* CSS Document */
body {
background-color:#6E6761;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
margin:0;
color:#454545;
}
p {
margin:0 0 14px 0;
line-height:18px;
}
a, a:link, a:visited {
color:#003769;
}
a:hover, a:active, a:focus {
color:#454545;
}
.blue {
color:#16558b;
}
/*-----------------------------------------
					    Containers
-----------------------------------------*/
div#container {
width:970px;
margin:0 auto;
}
div#container-nav {
float:right;
position:absolute;bottom:0px;right:8px;
background-color:#887f76;
padding:6px 6px;
}
/*div#container-nav-top {
position:absolute;top:10px; right:10px;
width:500px;
}*/
div#container-content {
border:10px solid #fff;
background-color:#5080A8;
}
/*-----------------------------------------
					    Header
-----------------------------------------*/
div#header {
height:170px;
position:relative;
margin:0 0 10px 0;
}
h1#logo {
width:192px;
height:168px;
margin:0;
float:left;
background-image:url(../i/logo.gif);
background-position:20px 32px;
background-repeat:no-repeat;
text-indent:-9999px;
}
h1#logo:hover{
background-image:url(../i/logo2.gif);
}
h1#logo a {
display:block;
width:146px;
height:125px;
position:relative;left:20px;top:32px;
}
/*-----------------------------------------
					    Navigation
-----------------------------------------*/
ul#nav-top {
margin:0;
padding:6px 8px 0 0;
list-style:none;
float:right;
}
ul#nav-top li {
float:left;
margin:0 0 0 10px;
color:#332F2B;
font-size:11px;
text-transform:uppercase;
}
ul#nav-top li a {
color:#332F2B;
margin:0 10px 0 0;
text-decoration:none;
}
ul#nav-top li#loginLink {
padding-left:18px;
background-image:url(../i/icon_lock.gif);
background-position:0px 1px;
background-repeat:no-repeat;
}
ul#nav-top li a:hover {
text-decoration:underline;
}

/*-----------------------------------------
					    Main Navigation
-----------------------------------------*/

/*
ul#nav-main {
margin:0;
padding:0;
list-style:none;
width:757px;
height:50px;
background-color:#948C84;
}

ul#nav-main li {
float:left;
width:108px;
text-align:center;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
}

ul#nav-main li#nav-contact a {
background-image:none;
}

ul#nav-main li a#nav-about {
width:99px;
}
ul#nav-main li a#nav-insight {
width:90px;
}
ul#nav-main li a#nav-products {
width:104px;
}
ul#nav-main li a#nav-consulting {
width:116px;
}
ul#nav-main li a#nav-news {
width:124px;
}
ul#nav-main li a#nav-contact {
width:116px;
}
/*
ul#nav-main li a {
display:block;
height:32px;
padding:18px 0 0 0;
color:#fff;
text-decoration:none;
background-image:url(../i/divider.gif);
background-position:100% 5px;
background-repeat:no-repeat;
line-height:12px;
}
* + html ul#nav-main li a {
height:30px;
padding-top:20px;
}
ul#nav-main li.lines2 a {
padding-top:13px;
height:37px;
}

ul#nav-main li a:hover,ul#nav-main li a.on {
background-image:none;
background-color:#3B3B3A;
border:3px solid #646363;
height:29px;
padding:18px 15px 0 15px;
padding-top:15px;
}
* + html ul#nav-main li a:hover {
height:27px;
padding-top:17px;
}
* + html ul#nav-main li a.on {
height:27px;
padding-top:17px;
}
ul#nav-main li.lines2 a:hover,ul#nav-main li.lines2 a.on {
padding-top:10px;
height:34px;
}
ul#nav-main li.lines2 a.on {
}
*/


/*-----------------------------------------
					   Drop-down Styles
-----------------------------------------*/
/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
 font: bold 12px "Arial", Helvetica, sans-serif;
 text-transform: uppercase;
 width:757px;
 height:50px;
 
 }

	ul.dropdown li {
	 padding: 0px;
	 background-color:#948C84;
	 color: #fff;
	 line-height: normal;
	 
	}
/*	
	float:left;
width:108px;
text-align:center;
text-transform:uppercase;
font-size:12px;
font-weight:bold;
		}
*/
	ul.dropdown li.hover,
	ul.dropdown li:hover {	 
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover, ul.dropdown a.on { color: #FFF; text-decoration: none; 
background-color:#3B3B3A;
border:3px solid #646363;
padding-top: 17px;
height:27px;
}

/*padding-top:15px;*/
/*padding:18px 15px 0 15px; */


ul.dropdown li.lines2 a.on {
padding-top:10px;
height:34px;
} 

	ul.dropdown a:active { color: #fff; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 width: 265px;
	 border:3px solid #646363;
	 background-color: #3B3B3A;
	 color: #fff;
	 font-size: 12px;
	 text-transform: uppercase;
	 filter: alpha(opacity=90);
	 -moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9;
	}

		ul.dropdown ul li {
		background-color: transparent;
		color: #000;
		width: 265px;
		}
		

	/*	ul.dropdown ul li.lastnixbar {
		border: none;
		}
	*/	
		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #fff; }
		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
		ul.dropdown ul a:active { color: #fff; }


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */
/*
ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
*/
/* ----- END LEVEL */


/* Components override 


/*ADV DEFAULT START*/
ul.dropdown li a {
display:block;
height:32px;
padding:18px 0 0 0;
color:#fff;
text-decoration:none;
text-align:center;
}

ul.dropdown li a {
height:30px;
padding-top:20px;
}

ul.dropdown li.lines2 a {
padding-top:13px;
height:37px;
}

ul.dropdown li.lines2 a:hover {
padding-top: 10px;
height: 34px;
}

ul.dropdown ul.nixlines2 a {
padding-top: 12px;
height: 28px;
}

/*ul.dropdown ul a.2ndlvllines2 {
	padding-top: 8px;
	height: 32px;
	}
*/
/*ul#nav-main li.lines2 a {
padding-top:13px;
height:37px;
}

/* ------------- Override default 

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  

	ul.dropdown li.dir {
	 padding: 7px 20px 7px 14px;
	}

	ul.dropdown ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	ul.dropdown li {
	width: 108px;
	
}

	ul.dropdown li.firstlvlbar {
	background-image:url(../i/divider.gif);
background-position:100% 5px;
background-repeat:no-repeat;}


	ul.dropdown ul a {
	 margin: 0px 5px;
	/* padding: 12px 0px 0px 20px;*/
	padding-left: 20px;
	width: 235px; /* Especially for IE */
	/* height: 28px;*/
	 background-image: url(../i/dot_gray.png);
	 background-position: 2% 50%;
	 background-repeat: no-repeat;
	 text-align: left;
	 border-bottom:1px solid #7b7b7b;
	}

	ul.dropdown ul a.lastnixbar {
	border: none;
	}
	
	ul.dropdown ul li a:hover {
	 background-color: #000;
	 border: none;
	 padding-top: 12px;
	 height: 28px;
	 border-bottom:1px solid #7b7b7b;
	}

	ul.dropdown ul li a.lastnixbar:hover {
	border: none;
	}
		
	 ul.dropdown ul.nixlines2 li a:hover {
	 background-color: #000;
	 border: none;
	 padding-top: 12px;
	 height: 28px;
	 border-bottom:1px solid #7b7b7b;
	}
	
	ul.dropdown ul.nixlines2 li a.lastnixbar:hover {
	border: none;
	}

/*	ul.dropdown ul.nixlines2 li a.2ndlvllines2:hover {
	padding-top: 8px;
	height: 32px;
	}

	
/*	ul.dropdown a.open {
	 background-color: #3B3B3A;
	 color: #76b900;
	}

/*	ul.dropdown ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	background-color: #3B3B3A;
	 color: #FFF;
	 border:solid;
	 border-width: 3px 3px 0px 3px;
	 border-color: #646363;
padding-top: 17px;
height:27px; 

	}
	
	ul.dropdown li.lines2:hover > a.dir {
	padding-top:10px;
	height:34px;
	}



ul.dropdown li.lines2 a:hover,ul.dropdown li.lines2 a.on {

	}
	
	
/*	ul.dropdown ul li:hover > a.dir {
	 background-color: #76b900;
	 color: #fff;
	}



/*-----------------------------------------
					   End Main Navigation
-----------------------------------------*/



ul#nav-side {
margin:0;
padding:0;

list-style:none;
}
ul#nav-side li {
margin:0;
text-transform:uppercase;
border-bottom:1px solid #577FA1;
font-size:12px;
height: 50px;

}
ul#nav-side li a {
color:#fff;
line-height:16px;
height:33px;
padding:8px 3px 8px 26px;
display:block;
text-decoration:none;
background-image:url(../i/dots_blue.gif);
background-repeat:no-repeat;
background-position:9px -11px;
background-color:#336A99;
}

ul#nav-side li a:hover,ul#nav-side li.on a {
background-color:#1F5481;
background-position:9px 21px;

}

ul#nav-side li.line1 a {
padding: 16px 3px 0px 26px;
}


/*-----------------------------------------
			Home Page Content
-----------------------------------------*/
div#hp-content {
background-color:#fff;
border:5px solid #fff;
height:370px;
padding:30px 32px 13px 16px;
margin:0 0 10px 0;
overflow:hidden;
background-image:url(../i/background_hp_primary.jpg);
background-position:top left;
background-repeat:no-repeat;
}
div.sideCaption {
float:left;
width:154px;
font-size:10px;
}
div.sideCaption img {
display:block;
margin:0 0 14px 0;
}
div.sideCaption p {
line-height:14px;
color:#616361;
padding:0 12px 0 6px;
}
div#hp-primary {
width:370px;
padding:0 0 0 33px;
float:left;
}
div#hp-primary h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:30px;
color:#454545;
line-height:28px;
margin:0 0 24px 0;
}
div#hp-primary h2 {
font-size:15px;
font-weight:normal;
margin:0 0 18px 0;
width:330px;
line-height:20px;
}
div#hp-primary p {
width:330px;
line-height:22px;
}
div#hp-side {
width:300px;
float:right;
}
div#hp-side h2 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#454545;
font-size:25px;
background-image:url(../i/icon_speech_bubble.gif);
background-position:top left;
background-repeat:no-repeat;
margin:0 0 24px 0;
line-height:25px;
font-weight:normal;
padding:0 0 0 75px;
}
ul#noiseList {
margin:0;
padding:0;
list-style:none;
}
ul#noiseList li {
margin:0 0 14px 0;
font-size:12px;
color:#82786F;
line-height:14px;
padding:0 0 0 16px;
background-image:url(../i/arrow_brown.gif);
background-position:0px 2px;
background-repeat:no-repeat;
}
ul#noiseList h3 {
font-size:20px;
color:#B2541A;
font-weight:normal;
margin:0 0 8px 0;
}

ul#noiseList h3 {
font-size:20px;
color:#B2541A;
font-weight:normal;
margin:0 0 8px 0;
}

ul#noiseList h3 a{
color:#B2541A;
text-decoration:none;
}


div#hp-bottom {
border:5px solid #fff;
background-color:#fff;
height:400px;
font-size:12px;
color:#8A8179;
}
div#hp-bottom h3 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#454545;
font-size:25px;
font-weight:normal;
line-height:25px;
margin:0 0 24px 0;
}
div#whatsNew, div#ourSuccess {
float:left;
width:270px;
padding:8px;
margin:10px 8px 0 0;
height:366px;
}
div#whatsNew h3, div#ourSuccess h3 {
padding-left:26px;
background-position:0px 3px;
background-repeat:no-repeat;
}
div#ourSuccess img {
float:left;
margin:0 12px 0 0;
}
div#whatsNew {
border-right:1px solid #E0DDDB;
}
div#whatsNew h3 {
background-image:url(../i/icon_news.gif);
}
div#ourSuccess h3 {
background-image:url(../i/icon_find.gif);
}
div#claimChallenge {
float:right;
width:314px;
height:364px;
background-color:#FFF6E6;
padding:18px 20px;
}
div#claimChallenge h3 {
color:#B2541A;
}
div#claimChallenge img {
float:left;
margin:0 12px 0 0;
}
ul#miniNews {
margin:0 0 10px 0;
padding:0;
list-style:none;
}
ul#miniNews li {
margin:0;
padding:10px;
color:#82786F;
font-size:12px;
background-color:#F2F1F0;
}
ul#miniNews li.even {
background-color:#fff;
}
ul#miniNews span.date {
color:#003769;
display:block;
margin:0 0 6px 0;
}
span#newsAll {
display:block;
margin:0 0 0 10px;
}
.brown {
color:#B2541A !important;
}
div#column-side {
width:170px;
float:left;
padding:95px 0 0 0;
background-color:#5080A8;
}

/*-----------------------------------------
			Page Level Content
-----------------------------------------*/

div#content {
width:754px;
padding:26px 0 0 26px;
float:right;
min-height:400px;
background-color:#fff;
}
* + html div#container-content {
min-height:1%;
overflow:visible;
}
* html div#container-content {
height:1%;
overflow:visible;
}
div#content:after {
content:".";
display:block;
clear:both;
height:0px;
visibility:hidden;
}
div#container-content:after {
content:".";
display:block;
clear:both;
height:0px;
visibility:hidden;
}

* html div#content {
height:400px;
}
div#content h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:30px;
font-weight:normal;
padding:0 0 14px 10px;
margin:0 0 14px 0;
border-bottom:1px solid #DBD9D7;
}

div#content h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:normal;
padding:0 0 0 0;
margin:0 0 0 0;
}

div#content h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
padding:0 0 0 0;
margin:0 0 0 0;
}

div#main {
width:490px;
padding:0 0 40px 10px;
float:left;
}
div#main p {
line-height:20px;
}
div#main ul {
margin:0 16px 20px 0;
padding:0 0 0 24px;
font-size:13px;
font-weight:bold;
}
div#main ul li {
margin:0 0 10px 0;
}
div#sidebar {
width:230px;
overflow:hidden;
float:right;
}
div#sidebar img {
display:block;
}
div#caption {
background-color:#b2541a;
color:#fff;
padding:10px 20px 20px 12px;
}
div#caption h4 {
font-size:14px;
font-style:italic;
margin:0px;
}
div#caption p {
line-height:16px;
font-size:11px;
}

div#pullout {
float: right;
border:3px solid #5080A8;
width: 300px;
padding:10px 20px 20px 12px;
margin: 15px 30px 15px 25px;
}

div#smallpullout {
float: right;
border:3px solid #5080A8;
width: 150px;
padding:10px 12px 10px 12px;
margin: 5px 30px 5px 10px;
}
div#democontact {
float: right;
padding:10px 0px 8px 0px;
width: 206px;
text-align: left;
}

div#sidebar h2 {
padding-left:26px;
background-position:0px 3px;
background-repeat:no-repeat;
background-image:url(../i/icon_find.gif);
}

div#graphic {
margin: 0px 30px 10px 10px;
float: right;
}

.sidebarpullout {
float: right;
border:3px solid #5080A8;
padding:14px 4px 0px 12px;
margin-bottom: 10px;
width: 208px;
text-align: left;
}

/*-----------------------------------------
					    RACLandingPage
-----------------------------------------*/

ul#nav-side li {
margin:0;
text-transform:uppercase;
border-bottom:1px solid #577FA1;
font-size:12px;
height: 50px;

}
ul#nav-side li a {
color:#fff;
line-height:16px;
height:33px;
padding:8px 3px 8px 26px;
display:block;
text-decoration:none;
background-image:url(../i/dots_blue.gif);
background-repeat:no-repeat;
background-position:9px -11px;
background-color:#336A99;
}

div#sidebox {
width:300px;
overflow:hidden;
float:right;
margin: 0 0 20px 0;
}

div#sidebox-title {
background-color:#336A99;
color:#fff;
padding:10px 20px 10px 12px;
}
div#sidebox h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:25px;
font-weight:normal;
line-height:25px;
}

ul#sidebox {
margin:0;
padding:0;
list-style:none;
}

ul#sidebox li {
margin:0;
background-color:#fff;
}

ul#sidebox li a {
padding:8px 3px 8px 115px;
display:block;
background-repeat:no-repeat;
background-position: 5px 8px;
height: 60px;
color:#82786F;
text-decoration: none;
font-size: 15px;
}

ul#sidebox span.sideboxlink {
color:#003769;
display:block;
margin:9px 0 0 0;
padding:0 5px 0 0;
text-align: right;
text-decoration: underline;
font-size: 12px;
}

div#sidebox img {
float:left;
padding:0 12px 0 0;
border: none;
}


/*-----------------------------------------
					    Sidebar
-----------------------------------------*/
/*-----------------------------------------
					    Podcasts
-----------------------------------------*/

div#media-box {
height:370px;
width: 730px;
padding:30px 14px 13px 10px;
background-image:url(../i/background_mediabox.jpg);
background-position:top left;
background-repeat:no-repeat;
float: left;
}

div#media-player {
width: 320px; 
float:right; 

}

div#podcast-background {
background-image: url(../i/podcast_background.jpg);
background-repeat: no-repeat;
margin: 0 0 10px 0;
}

div#insightspodcast {
height: 115px; 
padding: 10px 10px 10px 10px; 
}

div#insightspodcast h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size:33px;
color:#6E6761;
line-height:43px;
margin:10px 0 24px 0;
text-align: center;
}

div#playpodcast {
float:left;
width:320px;
font-size:10px;
}

div#playpodcast p {
line-height:20px;
color:#616361;
}

div#media-description {
float: left; 
width: 380px;
}

div#media-description h2 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#454545;
font-size:25px;
line-height:25px;
font-weight:normal;
padding:0 0 0 0px;
}

div#media-description h3 {
margin:0 0 14px 0;
font-size:12px;
color:#82786F;
line-height:14px;
padding:0 16px 0 0;
}

/* div#pcast-indicator {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../i/pcast-border.gif) repeat-x scroll 0 0;
float:left;
height:8px;
text-align:right;
width:754px;
margin: 0 0 10px 0;
}*/

div#pcast-shadow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../i/pcast-shadow.gif) repeat-x scroll 0 0;
clear:both;
height:21px;
width:754px;
}
div#pcast-shadow .left {
float:left;
width:80px;
}
div#pcast-shadow .right {
float:right;
width:80px;
}

/*-----------------------------------------
					    Footer
-----------------------------------------*/
div#footer {
padding:10px 0;
color:#fff;
font-size:12px;
text-align:center;
}