﻿body {
  font-style: normal;
  font-weight: lighter;
  font-size: 11pt;
  line-height: 120%;
  font-family: Tahoma, Arial;
  background: rgb(220,225,179) 0px 0px no-repeat;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  line-height: 120%;
}
p.quote {
  font-style: italic;
  font-weight: normal;
  font-size: 10pt;
  margin-left: 20px;
  line-height: 120%;
}
img {  
    border-style: none;
}
img.left { 
    float: left; 
    margin: 4px; 
}

td {
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  line-height: 120%;
}
li {
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  line-height: 120%;
}


div#navmap {
  float: 		left;
  height: 		250px;
  width: 		100%;
  margin-top: 		0px;
  padding-top: 		0px;
  padding-left:		0px;
  line-height: 		20%;
  background-color:	rgb(220,225,179);
  background-image:	url("images/ridgeview6.jpg");
  background-position:	100% 100%;
  background-repeat:	no-repeat;
}

div#navmap h1{
  float: right;
  padding-top: 05px;
  margin-right: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 24pt;
  line-height: 100%;
}
/* HORIZONTAL LISTS http://css.maxdesign.com.au/listamatic/horizontal16.htm */
#navcontainer ul
{
padding: .1em 0;
margin: 0;
list-style-type: none;
background-color: rgb(205,210,142);
color: rgb(51,102,51);
width: 100%;
font: normal 100% arial, helvetica, sans-serif;
text-align: center;
  position: 		absolute; 
 top: 		248px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
background-color: rgb(205,210,142);
color: rgb(51,102,51);
padding: .1em 1em;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: rgb(229,232,197);
color: rgb(51,102,51);
}

/* VERTICAL LISTS */
div#subnav {
  margin-top: 25px;
  float: left;
  margin-left: 25px;
  margin-right: 25px;

}
div#subnav h2{
  font-style: normal;
  font-weight: normal;
  font-size: 13pt;
  line-height: 120%;
  margin: 0px;
  padding: 0px;
}
div#subnav  ul {
list-style: none;
margin: 0;
padding: 0;
}
div#subnav  li {
border-bottom: 1px solid #363;
}
div#subnav  a { 
    display: 		block;
    text-align: 	right; 
    font: 		bold 1em sans-serif; 
    padding: 		5px 10px; 
    margin: 		0 0 1px; 
    border-width: 	0; 
    text-decoration: 	none; 
    color: 		#FFC; 
    background: 	#444;
    border-right: 	5px solid #505050;
}


div#subnav   a:hover {
color: #411; 
background: #AAA;
border-right: 5px double white;
}

div#subnav   a span {
display: none;
}

div#subnav  ul ul {
margin-left: 12px;
}
div#subnav   ul ul li {
border-bottom: 1px solid #711515;
margin:0;
}
div#subnav  ul ul a:link, #navigation ul ul a:visited {
background-color: #ED9F9F;
color: #711515;
}
div#subnav  ul ul a:hover {
background-color: #711515;
color: #FFFFFF;
}



div#colleft {
  margin-top: 25px;
  width: 60%;
  float: left;
  margin-left: 10px;
  padding-right: 35px;
  background-color: rgb(226, 230, 178);
  
}
div#colleft h1{font-style: normal;
  font-weight: normal;
  font-size: 14pt;
  line-height: 120%;
  color: maroon;
  margin: 0px;
  padding: 0px;
}

div#colleft h2{
  font-style: normal;
  font-weight: normal;
  font-size: 12pt;
  line-height: 120%;
  color: green;
  margin: 0px;
  padding: 0px;
}

div#colleft h3{
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  line-height: 120%;
  color: maroon;
  margin: 0px;
  padding: 0px;
}

div#colleft p{
  margin: 5px;
  padding: 2px; 
  margin-right: 10px;
}

.bold{
  font-weight: bold;
}
.ital{
  font-style: italic;
}


div#footer {
  clear: left;
  text-align: center;
  padding-top: 5px;
  margin-top: 40px;
}
div#footer p{
  font-style: italic;
  line-height: 80%;
  padding: 0px;
}
div#footer hr {  
  margin-left: 10px;
  float: right;
  
}
