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

/* ---global styles--- */
body {
	font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
	font-size: 100.01%;
	color: #000;
	background-color: #143269;
	background-image: url(_images/ri_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, span, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #143264;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.4px;
}
h2 {
	margin-bottom: .4em;
}
h4 {
	margin-bottom: -0.2em;
}
p {
	line-height: 1.2em;
	margin-bottom: 1.4em;
}

ul {
	margin-bottom: 1.4em;
}
li {
	margin-bottom: 0.6em
}
ul, li {
	list-style:none; 
	padding: 0;
}

a img { 
	border: none;
}

a:link {
	color: #009;
	text-decoration: underline;
}
a:visited {
	color: #09F;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #F00;
	text-decoration: none;
}
.rotaryBlue {
	color: #003399;
}
.rotaryGold {
	color: #ffcc00;
}
.rotaryBrown {
	color: #444;
}
.rotaryLBrown {
	color: #aa8c46;
}
.rotaryLBlue {
	color: #4678c8;
}
.rotaryDBlue {
	color: #143264;
}
.rotaryGrey {
	color: #777;
}
.rotarySilver {
	color: #dcd7c8;
}
.rotarySand {
	color: #d2c896;
}

/* ---establishing header region--- */
#wrapper {
	width: 980px;
	background: #f8f7ef;
	margin: 0 auto;
	padding: 0em;
}
#banner {
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0px 0px;
	position: relative;
}

#login {
	background-color: #f8f7ef;
	margin: 0;
	font-size: x-small;
	text-align: right;
	height: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ---establishing navigation region--- */

.nav {
	height:50px;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width:100%;
	z-index:100;
	margin:0;
	padding:0;
	background-image: url(_images/bg.gif);
	background-repeat: repeat-x;
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:35px; 
float:left; 
font-weight:bold;
background: url(_images/bg.gif); 
padding:0 15px 0 15px; 
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#2b3238;
}


.nav .select a:hover, 
.nav .select li:hover a {
	padding:0 0 0 15px;
	cursor:pointer;
	color:#2b3238;
	background-image: url(_images/hover.gif);
}

.nav .select a b{
	font-weight:bold;
	}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 30px 0 15px; 
background:url(_images/hover.gif) right top; 
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 auto; 
padding:0; 
list-style:none;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#2b3238;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display:block;
	position:absolute;
	width:100%;
	top:35px;
	padding:0;
	z-index:100;
	left:0;
	text-align:center;
	background-image: url(_images/back.gif);
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0 10px 0 10px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#2b3238;
}

.nav .current .sub li.sub_show a {
color:#2b3238; 
cursor:default; 
}

.nav .select .sub li a {
	font-weight:normal;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#73a0d2; 
}


/* ---establishing central regions--- */

#sidebar {
	float: left;
	width: 220px;
	background: #fff;
}
#announcements {
	/*float: left;*/
	width: 200px;
	background: #f8f7ef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.9em;
}
#announcements ul {
	line-height: 1.2em;
	/* [disabled]font-style: italic; */
	font-size: 0.9em;
}

#sidebargap {
	/*float: left;*/
	width: 220px;
	height:30px;
	background: #fff;
}
#relatedinfo {
	/*float: left;*/
	width: 200px;
	background: #dcd7c8;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: .9em;
}
#relatedinfo ul {
	line-height: 1.2em;
	/* [disabled]font-style: italic; */
	font-size: 0.9em;
}
#content {
	width: 520px;
	float: left;
	background: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	clear: none;
}
#linkssidebar {
	float: right;
	width: 200px;
	background: #f8f7ef;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: .8em;
}

/* ---establishing footer region--- */

#footer {
	width: 900px;
	background: #f8f7ef;
	position: relative;
	clear: both;
	text-align: center;
	height: 60px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
#footer p {
	line-height:normal;
	font-size: .7em;
}
#content ul li {
	line-height: 1.2em;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
	/* [disabled]white-space: pre; */
}
#wrapper #content p img {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
}
