﻿

html {
	background-image: url('../images/fade.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body  {
	font-family: 90% Arial, Helvetica, sans-serif;
	background-image: url('../images/clouds_bk.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
}
.ridgerite #container { 
	width: 853px;
	margin: 0px auto;
	border: 0px solid #fbdc7a;
	text-align: left;
	background-color: white;
}
.ridgerite #logophotoarea { 
	font: 11pt Arial, Helvetica, sans-serif;
	background-image: url('../images/ridgerite_logoheader.png');
	background-repeat: no-repeat;
	width: 853px;
	height: 180px;
	color: black;
	margin: 0px 0 0 0;
	text-align: right;
}
.ridgerite #mainlinks { 
	background-image: url('../images/linkbk.jpg');
	background-repeat: repeat-x;
	width: 853px;
	height: 42px;
	color: white;
	text-align: center;
	margin: 0px 0 0 0;
}
.ridgerite #mainlink_text { 
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 11px;
}
.ridgerite #btmmainlink_text { 
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight: none;
	padding: 11px;
}
.ridgerite #maincontentarea { 
	font: 10pt Arial, Helvetica, sans-serif;
	background-image: url('../images/contenttopfade.jpg');
	background-repeat: repeat-x;
	color: black;
	margin: 0 auto;
	border-left: 1px solid #fbdc7a;
	border-right: 1px solid #fbdc7a;
	padding: 5px 10px 5px 10px;
	text-align: left;
}
.ridgerite #topstatement { 
	color: black;
	font-style: italic;
	margin: 0 auto;
	padding: 75px 0px 0px 180px;
	text-align: center;
} 
.ridgerite h2{
	color: #000000;
}

.ridgerite #footer {
	width: 853px;
	background-image: url('../images/footerfade.jpg');
	background-repeat: repeat-x;
	height: 126px;
	margin: 0 auto;
	text-align: center;
} 
.ridgerite #footer_text {
	font: 9pt Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	text-align: center;
	color: #FFFFFF;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #E68C06;
	text-decoration: underline;
}
a:visited {
	color: #E68C06;
	text-decoration: underline;
}
a:hover {
	color: #E68C06;
	text-decoration: none;
}
a:active {
	color: #E68C06;
	text-decoration: underline;
}
.mainlinktext a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.mainlinktext a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.mainlinktext a:hover {
	color: #FBD141;
	text-decoration: none;
}
.mainlinktext a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.btmlinktext a:link {
	color: #000000;
	text-decoration: underline;
}
.btmlinktext a:visited {
	color: #000000;
	text-decoration: underline;
}
.btmlinktext a:hover {
	color: #E68C06;
	text-decoration: none;
}
.btmlinktext a:active {
	color: #000000;
	text-decoration: underline;
}
