@charset "utf-8";

/* ----- delete me when all content is complete ----- */
.TEMPnotes {
	font-weight: bold;
	color: #F00;
}
/* ----- basic styles ----- */
* { /* zero out default spacing */
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
}
/* ----- backgrounds ----- */
body {
	background-color: #8b979b;
	background-image: url(../images/bkgd-body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	background-color: #fff;
	margin-left: 23px;
	width: 704px;
	background-image: url(../images/bkgd-wrapper.gif);
	background-repeat: repeat-y;
}
#stage, #footer {
	border-right-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f0f1f1;
	border-left-color: #f0f1f1;
}
#banner {
	height: 143px;
	background-color: #004224;
	background-image: url(../images/bkgd-banner-stripe.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#shadowbox {
	background-image: url(../images/bkgd-shadowbox.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
}
/* ----- global styles ----- */
body, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #54676c;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	font-variant: small-caps;
	color: #004224;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #709584;
	margin: 5px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #004224;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: .05em;
}
p, ol, ul {
	font-size: 11px;
	line-height: 16px;
	color: #54676c;
}
p {
	margin: 8px 0px;
}
ul, ol {
	margin: 10px 30px;
	list-style-position: outside;
}
#mainContent ol li, #mainContent ul li {
	margin: 10px 0px;
}

a {
	font-weight: bold;
}
a:link,a:visited  {
	color: #004224;
}
a:hover, a:active {
	color: #709584;
}

.footnote {	
	font-style: italic; 
	font-color: #666666;
	font-size: 11px; 
	margin: 10px 5px;
	

	
 }

.title { /* -- member titles on ourteam page -- */
	font-style: italic;
	color: #8B979B;
}
/* ----- header styles ----- */
#header {
	height: 75px;
	position: relative;
}
#header h1 a {
	background-image: url(../images/RGS-logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 61px;
	width: 254px;
	position: absolute;
	left: 20px;
	top: 8px;
}
#header p {
	font-weight: bold;
	position: absolute;
	right: 20px;
	bottom: 0px;
	color: #700;
}

/* ----- nav styles ----- */
#nav {
	width: 178px;
	position: relative;
	float: left;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
}
#nav a {
	color: #004224;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #004224;
	border-right-color: #004224;
	border-left-color: #004224;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	background-color: #fff;
	width: 156px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* -- sub nav styles -- */
#nav a.sub {
	font-weight: normal;
	background-color: #ccd9d3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-left: 25px;
	width: 141px;
}
#sub1, #sub2, #sub3, #sub4, #sub5 {
	display: none;
}
/* -- last nav has special style -- */
#nav a.last {
	background-image: url(../images/bkgd-nav-last.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 0px;
	border-left-width: 0px;
	width: 158px;
}
#nav a.last:hover {
	background-image: url(../images/bkgd-nav-last-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav a:hover {
	background-color: #99B3A7;
}
#contactPage li#contact a {
	background: url(../images/bkgd-nav-last-current.gif);
	color: #fff;
	cursor: default;
}
/* ----- current page is marked in nav by editing the body tag ID ----- */
/* for MAIN and SUB pages */
#homePage li#home a, #realestatePage li#realestate a.main, #whyPage li#why a, #uniquePage li#unique a.main, #educPage li#educ a, #aboutPage li#about a.main, #teamPage li#team a, #affiliatesPage li#affiliates a{
	background-color: #99b3a7;
	background-image: url(../images/bkgd-nav-current.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	cursor: default;
}
/* for SUB pages only */
#whyPage li#realestate a.main, #educPage li#unique a.main, #teamPage li#about a.main, #affiliatesPage li#about a.main {
	background-color: #99b3a7;
} /* shows dark color for parent section */
/* --- displays sub nav when parent is selected --- */
/* for sub1 nav */
#realestatePage #sub1, #whyPage #sub1 {
	display: block;
}
/* for sub2 nav */
#uniquePage #sub2, #educPage #sub2 {
	display: block;
}
/* for sub3 nav */
#aboutPage #sub3, #teamPage #sub3, #affiliatesPage #sub3 {
	display: block;
}
/* ----- content styles ----- */
#mainContent {
	width: 470px;
	display: block;
	left: 20px;
	position: relative;
	float: left;
	margin-bottom: 30px;
}
.listHeading {
	color: #004224;
	font-weight: bold;
}
#mainContent ul ul {
	list-style-type: disc;
}
/* -- image styles -- */
#mainContent img {
	float: right;
	border: 2px solid #8b979b;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
#mainContent img.borderless {
	border: none;
}
#mainContent img.left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}
/* left borderless image */
#mainContent img.leftbless { 
	float: left;
	border: none;
	margin-right: 10px;
	margin-left: 0px;
}
#mainContent img.diagram {
	display: block;
	float: none;
	border: none;
	margin: 5px 0px;
}
/* Our Team page styles for the member boxes */
div.member {
	display: block;
	background-color: #CCD9D3;
	padding: 10px;
	clear: both;
	margin: 10px 0px;
}
#mainContent div.member img {
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
/* ----- heading 1 image replacements ----- */
#mainContent h1 {
	background-repeat: no-repeat;
	background-position: left 5px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	display: block;
}

/* add height of 50px for 2 line headings only */

#homePage #mainContent h1 {
	background-image: url(../images/h1-index.gif);
	height: 50px;
} 
#bizPage #mainContent h1 {
	background-image: url(../images/h1-buildingbiz.gif);
	height: 50px;
}
#realestatePage #mainContent h1 {
	background-image: url(../images/h1-realestate.gif);
	height: 50px;
}
#whyPage #mainContent h1 {
	background-image: url(../images/h1-whydonate.gif);
	height: 50px;
}
#uniquePage #mainContent h1 {
	background-image: url(../images/h1-unique.gif);
	height: 50px;
}
#educPage #mainContent h1 {
	background-image: url(../images/h1-educ.gif);
	height: 50px;
}
#aboutPage #mainContent h1 {
	background-image: url(../images/h1-about.gif);
}
#teamPage #mainContent h1 {
	background-image: url(../images/h1-ourteam.gif);
}
#affiliatesPage #mainContent h1 {
	background-image: url(../images/h1-affiliates.gif);
}
#contactPage #mainContent h1 {
	background-image: url(../images/h1-contact.gif);
}

/* ----- footer styles ----- */
#clear {
	clear: both;
}
#footer {
	background-color: #dcddde;
	padding: 5px 10px;
	text-align: center;
}
#footer p {
	font-size: 10px;
	line-height: 12px;
}
/* ----- print specific styles ----- */
#printlogo {
	display: none;
}
