body{
	font-family: "Trebuchet MS", sans-serif;
	background: #83724d url(/images/bg-fade.png) top repeat-x;
	padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {
	font-size:2.0em;
	border-bottom: 1px solid #666;
	margin-bottom: .5em;
}
h2 {font-size:1.7em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:1em;}
p, li{
	font-size: 1.3em;
	font-family: arial;
	font-family: helvetica;
}
a{
	outline: none;
}
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'],
a[href$='.pdf'], 
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'],
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'],
a[href^="mailto:"]
{
	background:transparent url(/images/sprites-white.png) top left no-repeat;
	display:inline-block;
	padding-left:23px;
	line-height:16px;
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt']{
	background-position: 0 0;
}
a[href^="mailto:"]{
	background-position: 0 -36px;
}
.sprite-external-link { background-position: 0 -72px; } 
.sprite-external { background-position: 0 -108px; } 
a[href$='.pdf']{
	background-position: 3px -144px;
}
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt']{
	background-position: 0 -180px;
}
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt']{
	background-position: 0 -216px;
}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip']{
	background-position: 0 -252px;
}

#content_wrap{
	border: 1px solid #666;
	background: #fff;
	position: relative;
padding-bottom: 30px;
}
#header{
	position: relative;
	background: #800000 url(/images/bg-fade-header.png) top repeat-x;
background: #aaa;
	height: 90px;
}
#logo_wrap{
	width: 210px;
	text-align: center;
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 1;
}
#logo_wrap img{
	background: url(/images/rmfi-logo-color.png) 0 0 no-repeat;
}
* html #logo_wrap img{
	behavior: url(/css/htc/iepngfix.htc);
	/*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/logo.png');
*/
}

#header #header_wrap{
	margin-left: 210px;
	position: absolute;
	top: 30px;
}
#header #company_name{
	position: absolute;
	top: 11px;
	left: 210px;
	
	width: 730px;
	xborder-bottom: 1px solid #444;
	border-color: #fff;
	border: none;
line-height: 1.3em;

	
	color: #114;
color: #003610;
xcolor: #fff;
	font-size: 2.5em;
	font-weight: bold;
	font-family: garamond, georgia, "times new roman" serif ;
	letter-spacing: .05em;
}
#header #mission_statement{
	position: absolute;
	top: 50px;
	right: 12px;
	width: 700px;
	color: #fff;
color: #003610;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#content{
    padding-top: 20px;
}
#footer{
	color: #e7ceab;
	margin-top: 5px;
}
#footer_right{
	text-align: right;
}
.right{
	float: right;
	margin-left: 10px;
}
.left{
	float: left;
	margin-right: 10px;
}

.selected a{
	color: red;
	}
.selected ul a{
	color: black;
}
.row{
    margin-bottom: 10px;
}
.image_wrapper{
	border: 1px solid #bbb;
	padding: 3px;
}
.image_wrapper .caption{
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
}
#nav_col{
	position: relative;
	padding-bottom: 120px;
}
#nav_col li{
	z-index: 1;
}
#loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/pngbg/ffffff-40.png);
}
#loading div{
	background: url(/images/loading.gif) no-repeat 50% 50%;
	width: 100%;
	height: 100%;

}
.powered_by a{
	color: inherit;
	text-decoration: none;
}
.powered_by a:hover{
	text-decoration: underline;
}
#sideNavLinks{
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 210px;
}
#sideNavLinks div{
padding-top: 20px;
}
#sideNavLinks a.button{
text-decoration: none;
font-size: 180%;
color: #fff;
xfont-family: "Arial Black", "Arial Black", Gadget, sans-serif;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}
#sideNavLinks a.button span{
padding: 8px 12px;
background: #517849;

}
#sideNavLinks a:hover.button span{
background: #5C8A53;
}




