/* Gold Ridge RCD - CSS Document */

* {
  margin: 0;
}

html, body {
  background-color: #D7D7B3;
}

body {
  color: #333;
  font: 14px Verdana, Arial, sans-serif; 
  text-align: center;
  height:100%;
}

h1 {
    padding: 1em 0 .2em 0;
  font:145% Verdana, sans-serif;
	font-weight:bold;
}

h2 {
  padding: 1em 0 .2em 0;
  font:120% Verdana, sans-serif;
 font-weight:bold;
}

p {
  font-size: 14px; 
  margin: 2em 0;
}



/*Begin Top Navigation */
.navigation {
	background:  #999966;
	height: 44px;
        padding-right: 8px;
	text-align: right;
}


a:link         {color:#442200; font-weight: normal; font-size: 14px; text-decoration:none}
a:visited      {color:#663300; font-weight: normal; font-size: 14px; text-decoration:none}
a:active       {color:#880000; font-weight: normal; font-size: 14px; text-decoration:none}
a:hover        {color:#880000; font-weight: normal; font-size: 14px; text-decoration:underline}

a.news:link    {color:#442200; font-weight: bold; font-size: 12px; text-decoration:none}
a.news:visited {color:#663300; font-weight: bold; font-size: 12px; text-decoration:none}
a.news:active  {color:#880000; font-weight: bold; font-size: 12px; text-decoration:none}
a.news:hover   {color:#880000; font-weight: bold; font-size: 12px; text-decoration:underline}

a.nav:link     {color:#593109; font-weight: bold; font-size: 12px; padding: 3px 4px; line-height: 44px; text-decoration:none}
a.nav:visited  {color:#442200; font-weight: bold; font-size: 12px; padding: 3px 4px; line-height: 44px; text-decoration:none}
a.nav:active   {color:#d7d7b3; font-weight: bold; font-size: 12px; padding: 3px 4px; line-height: 44px; text-decoration:none}
a.nav:hover    {color:#d7d7b3; font-weight: bold; font-size: 12px; padding: 3px 4px; line-height: 44px; text-decoration:underline}



/* sub navigation */
.sidenav {
	width: 180px;
	background: #C3C399;
	font-size: 1em;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #C3C399;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:visited {
	background: #C3C399;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #999966;
	color: #654;
}





#container-page {
  border: thin;
  border: solid;
  margin: 0 auto;
  width: 760px;
  background: #ededca;  /* lighter */
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto; /* For Modern Browsers */
  height: 100%; /* For IE */
  margin-top:20px;
}

#container-partners {
  border: thin;
  border: solid;
  margin: 0 auto;
  width: 760px;
  background: #ffffff;  /* white */
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto; /* For Modern Browsers */
  height: 100%; /* For IE */
  margin-top:20px;
}

#container-head {
  background: #D7D7B3;
  }

#container-content {
  position:relative;
  min-height:100%;
  width: 100%;
}


#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}



/* Begin Content */



#content-right{
	float: right;
	width: 550px;
	padding: 10px 13px 0px 13px;
}


#content-left{

	width:65%;
	padding: 10px 13px 0px 13px;
}


#smallbox{
float: right;
display: inline;
width: 180px;
}


#home-main{
	display:inline;
	float: right;
	width: 520px;
        margin: 0px;
	padding: 8px;
}

#newsbox{
	display:inline;
	float: left;
        border: thin;
        border-right: solid;
	width: 200px;
	margin: 0px;
	padding: 8px;
	background-color: #C3C399;
}




/* Begin Footer */

#container-foot{
	font-size: 90%;
	color:#000000;
	background: #999966;
	text-align:center;
	width: 100%;
	padding-bottom: 8px;
	padding-top: 2px;
}



/* Text Styles */



.rightalign{
text-align:right;
}

.smallcaption{
text-align:justify;
font-size:90%;
}

.photocaption{
text-align:center;
font-size:90%;
}


.textcenter{
text-align:center;
}


.textleft{
text-align:left;
}


.bold{
font-weight:bold;
}

.italics{
font-style:italic;
}



.coloremphasis{
color: #660000;
font-weight: bold;
}

.announcement{
color: #FF0000;
text-align:right;

}

.background{
padding-left:8px;
}

.centercolor{
color: #660000;
font-weight: bold;
text-align:center;
}

.l-image {float:left;   margin: 2px 16px 6px  0px}
.c-image {              margin: 2px  0px 2px  0px}
.r-image {float:right;  margin: 2px  0px 6px 20px}

.style1  {font-size: small}
.style2  {font-size: small}
.project {font-size: 16px}
.tiny    {font-size:  8px}
