@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	height:100%;
	/*background-color:#FFFFFF;*/
	background-image:url(../images/RI_body_grad1.gif);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
}

/******* Skip Navigation styles *******/
#skip a,
#skip a:hover,
#skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active,
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}
/*------------------------------------------------*/


/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color:#17236b;
	text-decoration: none;
}

a:hover {
	color:#212b51;
	text-decoration: underline;
}
/*------------------------------------------------*/
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #212b51;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/

#container {
	width:955px;
	height:100%;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	background-image:url(../images/sidebar_color.gif); /* --- makes the sidenav appear to stretch all the way to bottom of page ---- */
	background-position: left;
	background-repeat: repeat-y;
	border:0;
	border-left:#FFFFFF solid 3px;
	border-right:#FFFFFF solid 3px;	
}

#banner {
	width:955px;
	height:94px;
	background-image:url(../images/bannr_grad1.gif);
	background-repeat:repeat-x;
	border-bottom:#FFFFFF solid 4px;
	margin:0;
	padding:0;
	z-index:900;
}

#logo {
	width:336px;
	height:94px;
	float:left;
}

#search {
	float:right;
	width:418px;
	height:42px !important;
	height:40px;
	margin:0 0 0 0;
	padding:20px 3px 0 0;
	text-align:right;
}

.searchName {
		color:#212b51;
}

#menu {
	width:619px;
	height:32px;
	background-color:transparent;
	margin:0;
	padding:0;
	float:right;

}
#menu ul {
	height:32px;
	list-style:none;
	display:block;
	padding:0 0 0 37px;
	margin:0;
	text-align:center;
	font-size:1em;
}

#menu ul li {
	float:left;
	padding:9px 0 9px 0;
	margin:0;
	border:0;
	border-right:#FFFFFF solid 1px;
}

#menu a.notcurrent {
	color:#FFFFFF;
	text-decoration:none;
	padding:9px 10px 9px 10px;
	background-image:url(../images/nav_btn_grad2.gif);
	background-repeat:repeat-x;

}

#menu a:hover {
	color:#31417c;
	text-decoration:none;
	background-image:url(../images/nav_btn_grad1.gif);
	background-repeat:repeat-x;
}


/*a.notcurrent {
	color:#FFFFFF;
	text-decoration:none;
	padding:9px 10px 9px 10px;
	background-image:url(../images/nav_btn_grad2.gif);
	background-repeat:repeat-x;
}*/

a.current {
	color:#31417c;
	padding:9px 10px 9px 10px;
	text-decoration:none;
	background-image:url(../images/nav_btn_grad3.gif);
	background-repeat:repeat-x;
}

#content {
	width:955px;
	height:100%;
	margin:0;
	padding:0;
	/*background-color:#FFFFFF;*/
	/*background-image:url(../images/sidebar_color.gif);*/ /* --- makes the sidenav appear to stretch all the way to bottom of page ---- */
	/*background-position: left;
	background-repeat: repeat-y;*/
}

#sideBar {
	width:221px;
	height:100%;
	background-image:url(../images/side_grad1.gif);
	background-repeat:repeat-y;
	float:left;
	margin:0;
	padding:0;
}

#sideNav {
	width:185px;
	height:100%;
	float:left;
	margin:0 20px 0 17px !important;
	margin:0 20px 0 8px;
	padding:0;
	background-color:#e9eaee;
	border:0;
	border-left:#FFFFFF solid 1px;
	border-right:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
}

#sideNav h3 {
	margin:0 0 10px 0;
	padding:4px 10px 4px 10px;
	background-color:#212b51;
	color:#FFFFFF;
	font-size:1em;
	font-weight:normal;
	}
	
#sideNav h3 a:link,
#sideNav h3 a:active,
#sideNav h3 a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#sideNav h3 a:hover {
	text-decoration:underline;
	}
	
#sideNav ul {
	list-style:none;
	padding:0;
	margin:0;
}


#sideNav ul li {
	padding:2px 10px 7px 10px;
}

#mainContent {
	width:724px;
	min-height:300px;
	height:auto;
	margin:-10px 0 0 231px !important;
	margin:0 0 0 227px;
	border:0;
	padding:0;
	/*border-left:#FFFFFF solid 3px;
	border-right:#FFFFFF solid 3px;*/
	background-image:url(../images/main_content_img.gif);
	background-repeat:no-repeat;	
}

#pageHeader {
	width:518px;
	height:40px;
	margin:0 0 0 0; !important;
	margin:10px 0 0 0;
	padding:10px 100px 0px 45px;
	text-align:left;
	
}


#text {
	width:578px;
	height:auto;
	margin:0;
	padding:10px 100px 0 45px;
	
}

#text_short {
	width:578px;
	height:470px;
	margin:0;
	padding:10px 100px 0 45px;
	
}

#profile {
	width:628px;
	height:auto;
	margin:0;
	padding:10px 50px 10px 45px;
	
}

#profileBox {
	margin:0 0 40px 0;
	border-top:#960 solid 1px;
}

#profileTop {
	margin:0 0 40px 0;
	border-top:none;
}

#profileBottom {
	margin:0;
	border-top:#960 solid 1px;
}

#col1 {
	width:250px;
	height:auto;
	margin:0 0 15px 45px !important;
	margin:20px 0 15px 22px;
	float:left;
}

#col2 {
	width:250px;
	height:auto;
	margin:0 140px 15px 0 !important;
	margin:20px 70px 15px 0;
	float:right;
}

#footerHome {
	float:right;
	width:724px;
	height:300px;
	background-color:#e4e4e6;
	margin:0;
	padding:0;
	font-size:.8em;

}

#footer {
	float:right;
	width:722px;
	height:auto;
	background-color:#e4e4e6;
	background-image:url(../images/RI__footer.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	font-size:.8em;

}

#footer_short {
	float:right;
	width:722px;
	height:200px;
	background-color:#e4e4e6;
	background-image:url(../images/RI__footer.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	font-size:.8em;

}

#footer a:link,
#footerHome a:link,
#footer_short a:link {
	color:#212b51;
	text-decoration:none;
	padding:0 5px 0 10px;
}

#footer a:link.first,
#footer a:active.first,
#footer a:visited.first,
#footerHome a:link.first,
#footerHome a:active.first,
#footerHome a:visited.first,
#footer_short a:link.first,
#footer_short a:active.first,
#footer_short a:visited.first {
	padding:0 0 0 20px;
}


#footer a:hover,
#footerHome a:hover,
#footer_short a:hover{
	text-decoration:underline;
}

#privacy {
	width:390px;
	float:left;
	margin-top:30px;
	padding-top:30px;
}

#address {
	float:right;
	padding:0 50px 20px 0;
	text-align:right;
	margin-top:30px;
	padding-top:30px;
}

.clear {
	clear:both;
	display: block;
	height: 0px;
	width:955px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	}

h1 {
	color:#31417c;
	font-size:1.2em;
	text-align:left;
	font-weight:bold;	
}

h2 {
	color:#6f4507;
	font-size:1.3em;
	text-align:left;
	font-weight:normal;
	margin:.5em 0 -.4em 0;
}

h3 {
	color:#31417c;
	font-size:1em;
	text-align:left;
	font-weight:bold;
	margin:1.2em 0 -.7em 0;
}

p {
	line-height:1.5em;
}

#text ul li,
#profile ul li {
	list-style:url(../images/li_Bullet.gif);
	margin-top:.7em;
}

.menuList li{
	list-style:none;
	margin:0 0 0 -20px;
	padding:3px 0 3px 0;
}

.menuList a {
	color:#333;
}

.menuList a:hover {
	color:#212b51;
}

.searchbox {
	padding:0;
}

.goldtext {
	color:#6f4507;
	font-size:1.2em;
	line-height:1.8em;
}
.goldhighlight {
	color:#6f4507;
	font-weight:bold;
}


.profileImages {
	float:right;
	margin: 3px 0 25px 30px;
}

.blueSubheader {
	font-weight:bold;
	color:#31417c;
}

.affiliateTitle {
	color:#6f4507;
	margin:.5em 0 .4em 0;
	border-bottom:#31417c solid .1em;
}

.goldTitle {
	color:#6f4507;
	font-weight:bold;
}

p.back {
	text-align:right;
	font-size:.8em;
}

.date {
	font-size:.8em;
	color:#6f4507;
	line-height:2em;
}

.date2 {
	font-weight:normal;
	color:#6f4507;
}

.footnote {
	color:#000;
	font-size:.9em;
	text-align:left;
	font-weight:normal;
	padding:.5em 4em 0 3em;
}

.noBreak {
	white-space:nowrap;
}


/********* TABLE STYLES *********/

.tableTitle {
	color:#6f4507;
	font-size:1em;
	text-align:left;
	font-weight:bold;
	margin:.5em 0 .4em 0;
	border-bottom:#31417c solid .1em;
}

.keyAbbr {
	color:#31417c;
	font-size:.9em;
	text-align:left;
	font-weight:bold;
	margin:.5em 0 -.4em 0;
}

.keyText {
	color:#31417c;
	font-size:.9em;
	text-align:left;
	font-weight:normal;
	margin:.5em 0 -.4em 0;
}

.TableHead {
	color:#31417c;
	font-size:1em;
	text-align:left;
	font-weight:bold;
}

.TableBody {
	color:#31417c;
	font-size:1em;
	text-align:left;
	font-weight:normal;
}

tr td.note {
	color:#333;
	font-size:.9em;
	text-align:left;
	font-weight:normal;
	line-height:2em;
	margin:0 4em 1em 3em;
	padding:0 4em 1em 3em;
}

/********* END TABLE STYLES *********/