@charset "utf-8";
/* CSS Document */

/*Correlo Bar*/
#correlobar {
    margin:0;
    padding:3px;
    height:15px;
    background:#000;
    color:#FFFFFF;
    font-size:11px;
}
#correlobar a {
    color:#ccc;
}
#correlobar a:hover {
    color:#fff;
    text-decoration:none;
}
#correlobar #cleft {
    float:left;
}
#correlobar #cright {
    float:right;
}
/*******Layout*********/
body  {
	font-family:Arial,Helvetica,sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: ##E8EBF0;
	font-size: 13px; /* 16x0.75=12px */
	line-height:160%;
	background-color: #93AFCE;
	background-image: url(../images/bg_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
.thrColFixHdr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 2px solid #7A9BBD;
	border-right: 2px solid #7A9BBD;
}
.thrColFixHdr #content {
    margin:5px 0;
    padding:0 0 0 0;
    background-color:#fff;
    position:relative;
    z-index:0;
}
.thrColFixHdr #shadow {
    margin:0;
    padding:0;
    height:17px;
    background:url(../images/dropshadow.jpg) repeat-x top;
    position:relative;
    z-index:1;
}
.thrColFixHdr #header {
    width:985px;
    height:240px;
    margin:0;
    padding:0;
    display:none;
}
.thrColFixHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 20px 10px 15px 40px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background:#fff; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 20px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
    border-left:1px dotted #CCCCCC;
    line-height:125%;
}
.thrColFixHdr #mainContent {
    margin: 0 40px 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 20px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #footer {
    padding: 0px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    margin:0 0 0 0;
    background:#fff;
    border-top:1px solid #dfdfdf;
}
.thrColFixHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/***********Heading, Paragraph, and List font sizes*************/
h1, h1 a {
    font-size: 22px;
    color: #D7751C;
    line-height: 130%;
    font-weight:normal;
    margin:0;
}
h2, h2 a {
    font-size: 20px;
    color: #3075C0;
    line-height: 130%;
    font-weight:normal;
    margin:0;
}
h3, h3 a {
    color:#78A5D6;
    margin:0 0 10px 0;
    font-size:15px;
	line-height: 140%;
    font-weight:bold;
}
h4, h4 a {
    font-size: 12px;
    line-height:20px;
    font-weight: bold;
    margin:9px 0;
}
p, td {
    font-size: 13px; /* 16x0.75=12px */
    line-height:160%;
}
ul {
    font-size:13px;
    margin:13px 0;
}
ul li {
    margin-bottom:13px;
}
ol {
    font-size:13px;
}

/****************Anchor tags*****************/
a {
    font-size: 13px;
    line-height:160%;
}
a:link {
    color: #3075C0;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #3075C0;
}


a:hover {
    color: #3075C0;
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}

/************************Sidebar Nav************************/
#nav {
    list-style-type:none;
    margin:0 0 10px 0;
    padding:0 0 0 0;
    font-weight:normal;
    font-size:13px;
    line-height:160%;
}
#nav li {
    margin-bottom:0;
    padding:0;
    border-bottom:1px solid #DFDFDF;
}
#nav a {
    background: url(../images/square2.png) no-repeat left;
    display:block;
    text-decoration:none;
    color:#3075C0;
    width:164px;
    padding:3px 0 3px 20px;
}
#nav a:hover {
    background: url(../images/square1.png) no-repeat left;
    text-decoration:none;
    color:#D7751C;
}
#subnav {
    list-style-type:none;
    margin:0;
    padding-left:30px;
    text-decoration:none;
    font-size:12px;
    font-weight:normal;
    letter-spacing:0em;
}
#subnav li {
    margin:0;
    padding:0;
    border-bottom:none;
}
#subnav a {
    display:block;
    width:130px;
    color:#3075C0;
    text-decoration:none;
}
#subnav a:hover {
    text-decoration:none;
    color:#D7751C;
}
#subnav li.inactive, #subnav li.inactive a:hover {
    font-style:italic;
    background-color:transparent;
    color:#000000;
}
#nav2, #nav2 a{
	text-align:center;
	font-size:11px;
	margin:10px 0;
}
#copyright, #copyright a {
    text-align:center;
    font-size:11px;
}
.sqr {
    background-color:#dde9f7;
    display:block;
    float:left;
    height:15px;
    margin:4px 5px 0pt 0px;
    width:15px;
}
.sqr1 {
    background-color:#5794d3;
    display:block;
    float:left;
    height:15px;
    margin:4px 5px 0pt 0px;
    width:15px;
}
/*Sidebar 2 list*/
.downloads {
    list-style:none;
    list-style-image:url(../images/pdf.jpg);
    list-style-position:inside;
    list-style-type:none;
    margin-left:20px;
    padding-left:0;
    text-indent:-20px;
}
.downloads li {
    padding:0 0 0 20px;
    margin:5px 0 0 -20px;
}
.downloads li a {
    color:3075C0;
	font-size:11px;
}
.downloads2 {
    list-style:none;
    /*list-style-image:url(../images/arrow3.gif);*/
    list-style-position:inside;
    /*margin-left:15px;*/
    padding-left:0;
    /*text-indent:-15px;*/
}
.downloads2 li {
    margin:10px 0;
}
.downloads2 li a {
    color:#3075C0;
	font-size:11px;
}
#clickformore {
    list-style-image:url(../images/arrow1.gif);
    border:none;
}
/*Form customizations*/
.subscribe {
    margin:5px 0;
	color:#999999;
}
.go {
    margin:0 0 0 0;
    padding:0;
    line-height:normal;
    border:0;

}
/***********Miscellaneous*********/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidecolor {
    margin: 0 0 -10px;
    padding:3px 0 0 10px;
    background-color:#FAFBFD;
	position:relative;
	z-index:1;
}
.sideworld {
    background:url(../images/sideworld.jpg) left no-repeat;
	margin:0 0 -7px 0;
	padding:11px 0 11px 40px;
	position:relative;
	z-index:2;
	letter-spacing:0px;
}
.hidden {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.ctr {
    text-align:center;
}
.lft {
    text-align:left;
}
.h3box {
    display:block;
    float:left;
    padding:30px;
	padding-top:15px;
	padding-bottom:15px;
    width:90%;
}
#managedfutures ul, #managedfutures li{
	margin:0;
}

/***********Previous Style Sheet Compatibility**********/
.compliance {
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
}
.fields {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.dottedvert {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.dottedhor {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.dotteddl {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding: 5px;
}
.padding {
	padding: 20px;
}
.rhc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rhcpad {
	padding: 5px;
}
.call {
	background-image: url(../images/call_middle.jpg);
	background-repeat: repeat-x;
}
.chart {
	font-size: 12px;
	border: 1px solid #CCCCCC;
    clear:left;
}
.blue {
	color: #3075C0;
}
.headline {
    color:#D7751C;
    font-size:19px;
    line-height:130%;
}
.headline a {
	color:#D7751C;
    font-size:19px;
    line-height:130%;
	text-decoration: underline;
}
.headline2 {
	font-size: 22px;
	color: #3075C0;
	line-height: 130%;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.headline3 {
    color:#D7751C;
    font-size:37px;
    line-height:130%;
}
.subheadline {
	font-size: 16px;
	color: #000000;
	line-height: 130%;
	font-weight: 800;
}
.bold {
	font-size: 13px;
	font-weight: 800;
}
#disclosure {
    background-color:#FFF;
    padding:10px 40px 10px 40px;
	text-align:justify;
}
#disclosure p{
	font-size: 13px;
	color: #999999;
	line-height: 120%;
}
.dotted2 {
    padding:0 0 5px 0;
    margin:0 0 5px 0;
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.bluebar {
    background:url(../images/bluebar.jpg) no-repeat scroll 0;
    padding:8px 0px 11px 8px;
    display:inline;
}
.readmore {
    background:url(../images/bluebar.jpg) no-repeat scroll 100%;
    color:#fff;
    font-size:10px;
    font-weight:bold;
    padding:8px 8px 9px 0px;
    letter-spacing:.1em;
    line-height:25px;
}
.readmore:hover, .readmore:link, .readmore:visited, .readmore:active {
    color:#fff;
    text-decoration:none;
}
.footnote {
	padding: 35px;
	background-color: #F9F9F2;
}
.footnote p, .footnote li, .footnote ul, .footnote a {
	font-size: 13px;
	line-height: 130%;
}

/*Login*/
#mainContainer{
    margin:0;
	padding:10px 0 10px 0;
	font-size:12px;
	color:#3075C0;
}
#mainContainer input {
    margin:5px 0 10px 0;
	border: 1px solid #ccc;
	width: 130px;
}
.breadcrumb {
	font-size: 11px;
	padding: 0px 0px 20px 0px;
}


.error {
	padding-top: 10px;
    color: #ff0000;
    font-size: 9px; /* 16x0.75=12px */
}
.sitemap {
    width:50%;
    float:left;
    padding:0;
}
.sitemap ul {
    padding:0 1em;
    margin:0 1em 1em 1em;
}
.sitemap li {
    padding:0;
    margin:0;
}
.sitemapnews {
    float:left;
    width:100%;
    margin:20px 0;
}
.sitemapnews ul {
    padding:0 1em;
    margin:0 1em 1em 1em;
}
.sitemapnews li {
    padding:0;
    margin:0;
}
#third {
	width:33%;
	float:left;
	text-align:center;
	padding:20px 0;
}
#half {
	width:50%;
	float:left;
	text-align:center;
	padding:20px 0;
}

/*****Contact Form*****/

#address {
	float:right;
	padding:15px;
	margin:10px 0 0 0;
	border: 1px solid #CCCCCC;
	color:#666666;
}
#correloform {
	width:370px;
	height:260px;
	padding:15px;
	margin:10px 0 15px 0;
	border: 1px solid #CCCCCC;
}
#correloform table {
	width:100%;
}
#correloform table td{
	padding:8px 0;
	vertical-align:top;
}

#signin{
	margin:20px 50px;
	border:#CCC 1px solid;
	border-right:#CCC 2px solid;
	border-bottom:#CCC 2px solid;
}
#signin td{
	padding:0 8px;
}
#signin input{
	padding:4px;
	width:150px;
	font-size:16px;
	color:#000;
	background-color:#EEE;
	border:#CCC 1px solid;
}
#signin h3{
	margin:0;
}