/* CSS Document */

	
body {
color:#000000;
background-color:#003333;}

.outertable{
	border: thin ridge #FFCC00;
	background-color:#669999;
}

.headerpic {
width:410px;
text-align:center;
font-weight: bold;
}
.indentmenu{
font: bold 13px "Times New Roman", Times, serif;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}
#rivers {
	background-color: #4EA5D0;
	border:#000000 thin solid;
}

#rivers td{
padding:5px;
font-size:14px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 40%; /*width of menu*/

border-width: 1px 0;
background: black url(file:///C|/Users/Christina/Documents/Golden Stone Web Design/Websites/rivers/images/up.jpg) center center repeat-x;
}


.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(file:///C|/Users/Christina/Documents/Golden Stone Web Design/Websites/rivers/images/down.jpg) center center repeat-x;
}

.container{
text-align:left;
margin:auto;
}
A:link {
	COLOR:#0033CC; TEXT-DECORATION: none;
}

A:visited {
	COLOR:#666666; TEXT-DECORATION: none;
	}
	
A:hover{
text-decoration:underline;
color:#FFFF66;
}
A:active {text-decoration:none;}

#half {

text-align:left;
padding: 5px;
width:45%;
}
#referral
{
width:95%;
color:#000000;
}
#full {
	width:auto;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.list {
width:45%;
float:left;
}
.inner {
background-color:#A7C5C5;
}

.chart {
border:#FFFFFF thin solid;
}
.footerlinks{
margin:2px; 
padding:0; 
font-size:12px; 
font-family:"Times New Roman", Times, serif;
}

.footerlinks a{
color:#FFCC00;
}

.invertedshiftdown{
	padding: 0;
	margin-top:0;
	width: 100%;
	border-top: 5px solid #000000;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #669999;
}

.invertedshiftdown ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px "Times New Roman", Times, serif;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #BAD1D1; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
-moz-border-radius-bottomleft: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #9EBEBE; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #000000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}
img {
padding:5px;
}
#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}
