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

/*THIS IS THE NORMALIZING CODE FOR ALL BROWSERS-------------------------------------------------*/

/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h1, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0;}

/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6
{ font-size: 100%;}

h3 { color: #990000; margin: 10px 0; font-size: 14px; }

/*Removes list-style from lists*/
ol,ul
{ list-style: none; }

#content_main ul { list-style: square; margin-left: 15px; margin-bottom: 10px; }

/*Normalizes font-style and font-weight to normal*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/* =strong */
strong {
	font-weight: bold;
	color: #006699;
	}
	
/*Collapses all tables*/
table
{ border-collapse: collapse; border-spacing: 0;}

/*Removes borders from fieldset and img*/
fieldset, img
{ border: 0;}

/*Left-aligns text in caption and th*/
caption, th
{ text-align: left;}

/*Removes quotations from q*/
q:before, q:after
{ content: '';}

/*Aligns entire html page and starts layout.css-------------------------------------------------*/
html
{ text-align: center; background: #6699cc url(../images/RiverCrestBkgd.jpg) no-repeat top left;  }

/*ALPHA FIXES FOR PNGS IE 6*/
* html img,
* html img a:hover,
* html .png,{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

/*clearfix*/
.clearfix {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	}

.clearfix { display: inline-block; }
.expandable { clear: both; }
.expandable li div { background: #006699; color: #FFFFFF; padding: 10px; font-size: 12px; }
.expandable li a { font-weight: bold; font-size: 13px; text-underline: none; }
.expandable li a:hover { text-underline: underline; }
.expandable li a:visited, .expandable li a:active { text-decoration: none; }
ul.indentedUL { margin-left: 10px; }

/*Aligns body to center and sets width, aligns text left*/
body {
 	width: 100%;
	text-align: center;
	font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(../images/TimelineBkgd.png) no-repeat top center;
	}
p { margin-bottom: 10px; }

/* =a */
a {
	color: #333333;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	color: #990000;
	}

/* =CLASSES */
.left { float: left; }
.leftImg { padding: 3px; margin: 3px 4px 4px 0; float: left; border: 1px solid #333333; }
.rightImg { padding: 3px; margin: 3px 0 4px 4px; float: right; border: 1px solid #333333; }
.right { float: right; }
span.lightGreen { color: #99ff99; font-size: 16px; }
span.lightBlue { color: #99ccff; font-size: 16px; }

/* =wrapper AND content_wrapper */
#wrapper {
	width: 819px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
#content_wrapper {
	float: left;
	width: 819px;
	background: transparent url(../images/middleBkgd.png) repeat-y top center;
	}

/* =topNav */
#topNav {
	float: right;
	width: 422px;
	height: 64px;
	padding: 0;
	margin-right: 13px;
	}
#topNav li { float: left; display: inline; margin-right: 2px; }

/* =branding */
#branding { width: 819px; float: left; }
#branding h1 {
	text-indent: -9999px;
	background: transparent url(../images/logo.jpg) no-repeat top center;
	height: 90px;
	width: 178px;
	float: left;
	margin-left: 15px;
	}
#branding h1:hover {
	cursor: pointer;
	}

/* =features */
#mainNav {
	float: left;
	height: 31px;
	width: 782px;
	background: url(../images/mainNavBkgd.gif) repeat-x top center;
	}
#mainNav li { display: inline; padding: 0; margin: 0; }
#mainNav a { color: #FFFFFF; padding: 7px 12px; margin: 0; float: left; text-decoration: none; background: url(../images/mainNavDivider.gif) no-repeat 100% 0; }
#mainNav a:hover { color: #0099CC; }

/* =sidebar */
#sidebar {
	width: 225px;
	margin-right: 19px;
	margin-bottom: 20px;
	float: right
	}

/* =content_main */
#content_main {
	width: 540px;
	margin-left: 18px;
	margin-bottom: 20px;
	float: left;
	}
#content_main img {
	float: left;
	border: 1px solid #333333;
	padding: 2px;
	margin: 8px;
	}
h2#quicklinksH2 {
	text-indent: -9999px;
	width: 219px;
	height: 42px;
	margin-bottom: 5px;
	background: url(../images/quicklinksH2.jpg) no-repeat top left;
	}

/* = */
#features {
	float: left;
	width: 782px;
	margin-left: 18px;
	background: #333333;
	clear: both;
	}
/* =featureBtns */
#featureBtns {
	float: right;
	width: 240px;
	height: 249px;
	}
#featureBtns img {
	display: block;
	margin: 0;
	padding: 0;
	}
#featureBtns ul { width: 240px; height: 249px; float: left; }
#featureBtns ul li { float: left; width: 240px; }
#featureBtns ul li a { display: block; }

/* =viewer */
#viewer {
	float: left;
	height: 249px;
	width: 540px;
	}

/* =featureItems */
#featureItems { float: left; width: 782px; }

/* =features2 */
#features2 {
	color: #FFFFFF;
	font-size: 11px;
	width: 782px;
	height: 99px;
	float: left;
	clear: both;
	margin: 3px 0 0 18px;
	background: url(../images/featureBkgd.jpg) no-repeat top center;
	}
#features2 p { padding-top: 5px; }
#features2 ul {
	width: 782px;
	}
#features2 ul li {
	display: inline;
	float: left;
	width: 380px;
	position: relative;
	}
#features2 img { float: left; margin-right: 10px; position: relative; top: -10px; }
h2#registration { margin-left: 10px; margin-top: 10px; }
h2#registration img { margin-top: 10px; }
h2#everyone { margin-left: 10px; margin-top: -2px;}
h2#relatedLinksH2 {
	margin-bottom: 5px;
	}
	
/* =NEWS */
.newsMore { color: #0099CC; font-size: 12px; }
.newsTitle { color: #0099CC; font-weight: 600; font-size: 15px; font: Georgia, "Times New Roman", Times, serif; }
a.newsTitle { text-decoration: none; }
a.newsTitle:hover { text-decoration: underline; }
.newsDate { color: #333333; font-size: 10px; }

/* =QLINKS */
#qlinks { font: 13px/1.4 Georgia, "Times New Roman", Times, serif; }
#qlinks li { margin-left: 10px; }
#qlinks h2 {
	font-size: 15px;
	padding-left: 18px;
	margin-bottom: 2px;
	margin-left: 5px;
	background: url(../images/qlinksArrow.gif) no-repeat 0 6px;
	}
#qlinks a { color: #333333; text-decoration: none; margin-left: 5px; }
#qlinks a:hover { color: #990000; text-decoration: underline; }

/* =headerPic */
.headerPic {
	padding: 2px;
	}
.headerPicH2 { margin: 25px 0 0 0; padding: 0; height: auto; }
#featurePic {
	float: left;
	width: 782px;
	}
div#maininfo { margin-left: 8px; float: left; padding: 0; }

/* = */
#site_info {
	clear: both;
	width: 819px;
	height: 95px;
	position: relative;
	background: transparent url(../images/site_info.png) no-repeat top center;
	font-size: 10px;
	}
#site_info p {
	padding: 18px 10px;
	color: #FFFFFF;
	float: left;
	width: 250px;
	margin-left: 30px;
	line-height: 1.4;
	}
#site_info a, #site_info a:visited, #site_info a:active {
	color: #999999;
	text-decoration: none;
	}
#site_info a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* =ads */
#ads {
	margin-top: 20px;
	}
	
/* =fieldset */
fieldset {
	margin: 20px 0;
	padding: 10px;
	border: 1px solid #333333;
	}
legend { color: #990000; }
label { margin-right: 10px; text-align: right; width: 90px; float: left; }
#submitMessage { margin-left: 97px; }
#mailingList { margin-right: 10px; margin-left: 100px; }
.error { color: #990000; font-weight: bold; }
.success { color: #006699; font-weight: bold; }

/* =PDF */
.pdf {
	padding-right: 20px;
	background: url(../images/application-pdf.gif) no-repeat 100% 0;
	}
	
/* =TABLE */
table {
	border: 1px dashed #333333;
	border-collapse: collapse;
	margin: 10px 0;
	}
th { 
	background: #333333;
	color: #FFFFFF;
	}
th, td { padding: 10px; }
tr { border: 1px dashed #333333; }
.odd { background: #cccccc; }

#CCCA {
	float: right;
	margin-right: 110px;
	}
	
/* SPECIAL BACKGROUND IMAGES */
#CRCLeft {
	float: left;
	position: relative;
	top: -40px;
	left: -220px;
	margin-bottom: -400px;
	margin-right: -220px;
	}
#CRCRight {
	float: right;
	position: relative;
	top: 120px;
	left: 220px;
	margin-bottom: -400px;
	margin-left: -220px;
	}
#videos {
	float: left;
	position: absolute;
	top: 250px;
	left: -94px;
	margin-bottom: 0;
	margin-right: 0;
	}
	
/* =indexPage CSS Styles */
#newsDiv {
	width: 100%;
	float: left;
	}
#leftFeature {
	float: left;
	width: 200px;
	margin-right: 10px;
	padding: 5px;
	}
#rightFeature {
	float: right;
	width: 200px;
	padding: 5px;
	}
	
/* =CSS adjustments */
h2#lightBlueH2 {
	width: 530px;
	float: left;
	border-bottom: 1px solid #333333;
	margin: 10px 0;
	color: #0099CC;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2#lightBlueH2 span {
	color: #333333;
	}
.sideBlueH2 {
	width: 223px;
	border-bottom: 1px solid #333333;
	margin: 10px 0;
	color: #990000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.sideBlueH2 span {
	color: #333333;
	}
	
/* =notRegistered */
#registeredUser {
	float: right;
	clear: right;
	width: 400px;
	text-align: right;
	margin: 10px 25px 10px 0;
	}
	
/* =sitemapLinks */
#sitemapLinks {
	margin-right: 100px;
	width: 600px;
	text-align: right;
	float: right;
	font-size: 10px;
	}
#sitemapLinks li {
	display: inline;
	}
#sitemapLinks li a {
	padding: 0 5px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #333333;
	}
#sitemapLinks li a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
/* =selectedLink */
a.selectedLink {
	border-bottom: 1px solid #990000;
	}
	
/* =News */
h2#news {
	width: 530px;
	float: left;
	border-bottom: 1px solid #333333;
	margin: 10px 0;
	color: #0099CC;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2#news span { color: #333333; }
.frontNews { padding: 3px; margin: 0; background: #FFFFFF; border-bottom: 1px dashed #cccccc; }

#features2 ul li a { text-decoration: none; }
#features2 ul li a:hover { text-decoration: underline; border: none; }