@charset "utf-8";

BODY {
background-color:#898d90;
  background-image:url(images/bg_grey.jpg);
  background-repeat: repeat-y;
  background-position:center;
  text-align: center; 
}

#wrapper {
width: 750px; 
margin: 0 auto; 
text-align: left; 
position:relative; 
background-color: #ffffff;
background-image:url(images/rounded_footer.jpg);
background-position:bottom;
background-repeat:no-repeat;
}

P{
font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  line-height:130%;
  margin:0;
}
.footer{
   float: left;
}
.natural{
font-family : Arial, sans-serif;
  font-size:11px;
  color : #ffffff;
  line-height:130%;
  margin:0;
  float: right;
}
.header{
font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  line-height:130%;
  font-weight:bold;
  margin:0;
}

UL{
font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  line-height:130%;
  list-style-type: disc;
}
UL.sidebar{
font-family : Arial, sans-serif;
  font-size:11px;
  color : #ffffff;
  line-height:130%;
}
LI.sidebar{
margin-bottom:15px;
}
OL{
font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  line-height:130%;
}
A:link{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  text-decoration:none;  
}
A:visited{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  text-decoration:none;  
}
A:hover{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #EF3829;
  text-decoration:none;  
}
a.mail{
font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
   text-decoration:underline;
}
a.naturalLink{
font-family : Arial, sans-serif;
  font-size:11px;
  color : #ffffff;
  text-decoration:none;
}
a.headerLink:link{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  text-decoration:none;  
}
a.headerLink:visited{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #000000;
  text-decoration:none;  
}
a.headerLink:hover{
font-family : Arial, sans-serif;
  font-size:12px;
  color : #EF3829;
  font-weight:bold;
  text-decoration:none;
}
a.subLink:link{
  font-family : Arial, sans-serif;
  font-size:11px;
  color : #ffffff;
  font-weight:bold;
  text-decoration:none;
}
a.subLink:visited{
  font-family : Arial, sans-serif;
  font-size:11px;
  color : #ffffff;
  font-weight:bold;
  text-decoration:none;  
}
a.subLink:hover{
  font-family : Arial, sans-serif;
  font-size:11px;
  color : #EF3829;
  font-weight:bold;
  text-decoration:none;  
}
a.textLink:link{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #EF3829;
  text-decoration:none;  
}
a.textLink:visited{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #EF3829;
  text-decoration:none;  
}
a.textLink:hover{
  font-family : Arial, sans-serif;
  font-size:12px;
  color : #EF3829;
  font-weight:bold;
  text-decoration:none;  
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Arial;
text-align:left;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color:#eeeeee;
display: block;
text-indent: 5px;
border-bottom: 1px solid black;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #cccccc;
color:#FFFFFF;
}
#header1 {
  background-image:url(images/rounded_header.jpg);
  background-repeat: no-repeat; 
  text-align:right;
  clear:both;
  height:35px;
}
#header2 {
  left:0px;
  top:35px;
  z-index:5;
  text-align:center;
  clear:both;
}
#middle_section{
background-image:url(images/black_stripe.gif);
background-repeat:repeat-y;
	height: auto;
	border:thick;
}
#leftcol {
  min-height:380px;
  width: 163px;
  z-index:0;
  float:left;
  margin-left:12px;
  margin-right:0px;
  margin-top:10px;
  background-image:url(images/bg_grey_thin.jpg);
  background-repeat: repeat-y;  
}
#leftcol_sub {  
  width: 163px;
  z-index:0;
  float:left;
  margin-left:12px;
  margin-right:0px;
  margin-bottom:0px;
  background-color:#000000;
  height: auto;
}
#leftcol_text{
  margin-right:10px;
  margin-left:-12px;
}
#leftcol_hometext{
  margin-right:10px;
  margin-left:12px;
}


#contentHolder {
  width: 575px;
  z-index:0;
  float:right;
  height: auto;

}
#contentHolder_text {
  margin-left:40px;
  margin-right:140px;
}
#contentHolder_textSub {
  margin-left:40px;
  margin-right:140px;
  min-height:275px;
}
#tagline {
  background-image:url(images/touchstone.jpg);
  background-repeat:no-repeat;
  background-position:right;
  height:55px;
}
#footer{
  width: 750px; 
  margin: 0 auto;
  position:relative; 
  clear:both;
}