body{
	margin: 0;
	padding: 0;
	background: #fff url(images/back_ground_top.gif) repeat-x;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
}

.hidden {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#container {
	width: 760px;
	margin: 25px auto 0 auto;
}

div#header {
	height: 60px;
	margin: 0;
	padding-left: 1px;
}

#logo {
	float: left;
	padding: 10px 0 10px 0px;
}

#site-menu {
	float: right;
	background: #fff url(images/bar_right_end.gif) no-repeat bottom right;
	color: #808080;
	padding: 18px 1px 11px 0;
	margin: 0;
}

#site-menu li {
	padding: 14px 16px 14px 16px;
	color: #444;
	background: #fff url(images/nav_bar.gif) no-repeat bottom left;
	display: inline;
}

#site-menu li active {
	background: #fff url(images/nav_bar_hover.gif) no-repeat bottom left;
	color: #8D9CAF;
	font-weight: bold;
	padding: 14px 18px 14px 18px;
	margin: 0 1px 0 0;
}

#site-menu li a {
	background: #f8f8f8;
	color: #808080;
	text-decoration: none;
}

 	
#site-menu li a:hover {
	color: #000;
	background: #f8f8f8;
}

	.key {
	text-decoration: underline;
}

div#content p{
	background-color: #FFFFFF;
	color: #0A4472;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1.1em;
	line-height: 1.2em;
}

div#content p a {
	color: #0A4472;
	background: transparent;
}

div#content p a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

	
div#content li {
	color: #0A4472;
	background: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	list-style: square;
}

	
	div#content li a {
	color: #0A4472;
	background: transparent;
}

div#content li a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

	
div#content H1{
	font-size: 1.7em;
	padding-left: 35px;
	margin-left: 10px;
	height: 31px;
	background: transparent url(images/small_riverdocs_red_logo3.jpg) no-repeat left ;
	color: #c00010;
}

div#content H2 {
	font-size: 1.5em;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #0A4472;
}

div#content H2 a{
	background-color: #FFFFFF;
	color: #0A4472;
	text-decoration: none;
}

div#content H2 a:hover{
	background-color: #FFFFFF;
	color: #c00010;
	text-decoration: underline;
}

div#content H3 {
	background-color: #FFFFFF;
	color: #c00010;
	padding-left: 10px;
	line-height: .2;
	font-size: 1.3em;
}

div#content H4 {
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 10px;
	line-height: .2;
	font-size: 1.2em;
}

div#content H4 a{
	background-color: #FFFFFF;
	color: #0A4472;
	
}

div#content H4 a:hover{
	background-color: #FFFFFF;
	color: #c00010;
	text-decoration: underline;
}

div#title-image{
	background: #c00010 url(images/back_ground_header.gif) repeat-x;
	color: #ffffff;
	float: left;
	width: 170px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#sub-navigation-menu{
	background: #c0c0c0;
	float: left;
	clear: left;
	width: 170px;
}

#sub-menu-left {
	float: left;
	width: 170px;
	margin: 0 0 0px 0;
	padding: 0 0 1px 0;
	border: 0px;
}

#sub-menu-left li {
	list-style: none;
}

#sub-menu-left li a {
	display: block;
	color: #808080;
	background: #D6DED6 url(images/bar2.jpg) no-repeat center left;
	width: 144px;
	padding: 7px 3px 10px 23px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#sub-menu-left li a:hover {
	background: #9EB1C9 url(images/bar3.jpg) no-repeat center left;
	color: #000000;
}

.bold {
	background-color: transparent;
	color: #808080;
	font-weight: bold;
}

	
.site-map {
	background: #ffffff;
	color: #0A4472;
	float: right;
	font-weight: bold;
	height: 24px;
}

	.top-line {
	height: 1px;
	background: #fff url(images/hr1.gif) repeat-x;
	margin-left: 1px;
}
	
	.line {
	height: 1px;
	background: #fff url(images/hr1.gif) repeat-x;
	margin-left: 10px;
}

.home-line {
	height: 1px;
	background: #fff url(images/hr1.gif) repeat-x;
}

	
	
div#footer{
	background: #f8f8f8 url(images/note_back2.gif) bottom repeat-x;
	
	color: #000;
	clear: both;
	height: 30px;
	width: 100%;
		
	
}

div#footer p{
	margin: 0;
	padding: 5px 10px;
	text-align: center;
}

div#footer a {
	color: #000000;
	background: transparent;
	text-decoration: none;
}

div#footer a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#wrapper{
	float: right;
	width: 100%;
	margin-left: -200px;
}

div#content{
	margin-left: 172px;
}

div#breadcrumb {
	background: #fff url(images/breadcrumb.gif) bottom repeat-x;
	margin-top: 7px;
	margin-left: 10px;
	padding-left: 0px;
	line-height: 2.1em;
	font-weight: bold;
}

div#breadcrumb a {
	color: #0A4472;
	background: transparent;
}

div#breadcrumb a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#box {
	background: #fff url(images/box.gif) repeat-x;
	color: #c00010;
	float: left;
	width: 100%;
}

div#box-content {
	background: #fff url(images/box2.gif) repeat-x;
	color: #000000;
	float: left;
	width: 100%;
}

div#home-box-content {
	background: #fff url(images/convert2.gif) repeat-x;
	color: #000000;
	float: left;
	width: 100%;
	font-weight: bold;
}

div#home-box-content a {
	color: #808080;
	background: transparent;
}

div#home-box-content a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#ability {
	background: White;
	color: #000000;
	width: 94%;
	float: left;
	padding: 4px;
	margin-top: 0px;
	text-align: left;
	font-size: 96%;
	border-right: #c00010 1px solid;
	border-left: #c00010 1px solid;
	border-top: #c00010 1px solid;
	border-bottom: #c00010 1px solid;
}

div#aiim {
	background: White;
	color: #000000;
	width: 94%;
	float: left;
	padding: 4px;
	margin-top: 0px;
	text-align: left;
	font-size: 96%;
	border-right: #c00010 1px solid;
	border-left: #c00010 1px solid;
	border-top: #c00010 1px solid;
	border-bottom: #c00010 1px solid;
}


div#company-details {
	background: White;
	color: #000000;
	width: 94%;
	float: left;
	padding: 4px;
	margin-top: 0px;
	text-align: left;
	font-size: 96%;
	border-right: #c00010 1px solid;
	border-left: #c00010 1px solid;
	
	border-bottom: #c00010 1px solid;
}
	
code {
	color: #c00010;
	background-color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	font-weight: bold;
}

.note {
	background: #f8f8f8 url(images/note_back.gif) bottom repeat-x;
	color: #000000;
	border: 1px solid #c00010;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
}

 table {
	width: 100%;
	text-align: left;
	color: #0A4472;
	background: transparent;
	margin-left: 10px;
		
}

table a {
	color: #0A4472;
	background: transparent;
}

table a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#site-map-content  {
	color: #0A4472;
	background: transparent;
	font-size: 1.2em;
	line-height: 1.2em;
}

	
	div#site-map-content a {
	color: #0A4472;
	background: transparent;
}


div#site-map-content a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#site-map-content H1{
	font-size: 1.5em;
	padding-left: 0px;
	background-color: transparent;
	color: #c00010;
}

div#site-map-content H2 {
	font-size: 1.3em;
	color: #c00010;
	background: transparent url(images/small_riverdocs_red_logo.jpg) no-repeat left ;
	padding-left: 22px;
	
}



div#chart-content{
	margin-left: 2px;
	font-size: 1.1em;
	
	
	}
div#chart-content H1{
	font-size: 1.7em;
	background-color: #FFFFFF;
	color: #c00010;
}	

.note-home {
	background: #f8f8f8 url(images/note_back.gif) bottom repeat-x;
	color: #000000;
	border: 1px solid #c00010;
	font-size: 1.0em;
	line-height: 1.2em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
}
.note-home-link {
	background: #f8f8f8 url(images/note_back.gif) bottom repeat-x;
	color: #000000;
	border: 0px solid #c00010;
	font-size: 1.0em;
	line-height: 1.2em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	margin-left: 0px;
	text-align: left;
}

.note-home-link a {
	background: transparent;
	color: #000000;
	
}



div#software{
	background: #ffffff;
	color: #000;
	clear: both;
	width: 100%;
}




div#software a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#software p{
	background-color: transparent;
	color: #0A4472;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 1px;
	font-size: 1.1em;
	line-height: 1.2em;
}

div#software p a {
	color: #0A4472;
	background: transparent;
}

div#software p a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

div#software li {
	color: #0A4472;
	background: transparent;
	font-size: 1.1em;
	line-height: 1.2em;
	list-style: square;
}

div#software H1{
	font-size: 1.7em;
	padding-left: 0px;
	background-color: transparent;
	color: #c00010;
}

div#software H2 {
	font-size: 1.5em;
	
	background-color: transparent;
	color: #0A4472;
}
a img {border: none; }

div#legal-box-content {
	background: #fff url(images/box2.gif) repeat-x;
	color: #000000;
	float: left;
	
	text-align: center;
	border: 1px solid #0A4472;
	margin-top: 12px;
	padding: 4px;
	width: 94%;
	
	}
	
div#legal-box-content a {
	color: #000000;
	background: transparent;
	
}

div#legal-box-content a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}	

.style1 {
	background-color: #FFFFFF;
	color: #000000;
}

.style2 {
	background-color: #FFFFFF;
	color: #c00010;
	font-weight: bold;
	font-size: 1.2em;
}


.section-link a {
	color: #0A4472;
	background: transparent;
}


.section-link a:hover {
	background: transparent;
	color: #c00010;
	text-decoration: underline;
}

.section-link {
	
	font-weight: bold;
	color: #c00010;
	background: transparent url(images/small_riverdocs_red_logo.jpg) no-repeat left ;
	padding-left: 22px;
	
	
}

.sitemap-image {
	
	font-weight: bold;
	text-align: center;
	color: #c00010;
	background: transparent url(images/river_map.gif) no-repeat center ;
	
	
	height: 150px;
	
	
}

.soft {
	font-weight: bold;
	text-align: center;
	color:#0A4472; 
	background-color: transparent;
	border: 2px solid #c00010;
}
