@charset "UTF-8";
/* CSS Document */

body {
  font:12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  text-align:center;
  color:#624e3e;
  margin:0;
  
  }
  
a:link {
  color:#489f1e;
  text-decoration:none;
  }
a:visited {
  color:#489f1e;
  text-decoration:none;
  }
  
a:hover {
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

h1 {
  font: 18px Verdana, Arial, Helvetica, sans-serif;
  color: #8c7a54;
  }
  
h2 {
  font: 14px Verdana, Arial, Helvetica, sans-serif;
  color: #624e3e;
  font-weight:bold;
  }

hr {
border: none 0; 
border-top: 1px solid #ffa303;
height: 1px;
}

ol {   
  padding: 0;   
  list-style: none;  
}

li {    
float: left;    
clear: left;    
width: 100%;    
padding: 0;   
}

#subnav {
  margin: 0px 0px 20px 0px;
  font:14px Arial, Helvetica, sans-serif;
  text-align:center;
  color: #8c7a54;
}

#subnav a {
  color: #8c7a54;
  border-bottom: 2px solid #8c7a54;
}
#subnav a.noactiveLink {
  border-bottom: 0;
}

#subnav a:active {
  text-decoration:underline !important;
}

.line { 
  background: url(/images_nav/horiz_rule.jpg) no-repeat center bottom;
  margin: 10px 0px 10px 0px;
  height: 1px;
}

/* form styles */

fieldset {     
float: left;     
clear: both;     
width: 100%;     
margin: 0 0 1.5em 0;     
padding: 0;
border-style: none;  
background-color: #FFFFFF;    
}

legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  

fieldset ol {   
padding: 1em 1em 0 1em;   
list-style: none;  
}  

fieldset li {    
float: left;    
clear: left;    
width: 100%;    
padding: 0;   
}

fieldset.submit {   
float: none;    
width: auto;    
border: 0 none #FFF;    
padding-left: 100px;   
}

/* left align labels */
label {    
  float: left;    
  width: 160px;    
  margin-right: 10px;
}

/* right align labels
  label {    
  float: left;    
  width: 10em;    
  margin-right: 1em;    
  text-align: right;   
}*/


/* end form styles */

.quote {
  font: 18px Georgia, "Times New Roman", Times, serif;
  line-height: 26px;
  font-style:italic;
  color:#56652b;
  }

.attrib {
  font: 11px Arial, Helvetica, sans-serif;
  padding: 0 0 0 50px;
  line-height: 20px;
  font-style:normal;
  color:#624e3e;
  }

 
.seequotes {
  font-size:10px;
  line-height: 20px;
  }
 
.seequotes a {
  color:#000000;  
}

#quote2 {
  font: 14px Georgia, "Times New Roman", Times, serif;
  text-align:justify;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  font-style:italic;
  color:#56652b;
  }
  
#quote3 {
  font: 14px Georgia, "Times New Roman", Times, serif;
  text-align:justify;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  font-style:italic;
  color:#000000;
  }
  
#quote4 {
  font: 14px Georgia, "Times New Roman", Times, serif;
  text-align:justify;
  padding: 0px 0px 0px 0px;
  line-height: 20px;
  font-style:italic;
  color:#999999;
  }
 
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border:1px solid #eee;
  border-width:0 1px 1px;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Content
----------------------------------------------- */
#wraper{
  width:860px;
  min-width:860px;
  margin:0 auto;
  text-align:center;
  }
  
#content {
  width:860px;
  background:#FFFFFF;
  /*margin:0 auto;*/
  text-align:center;
  }
  
#main {
  width:570px;
  text-align:left;
  background:#FFFFFF;
  padding:0px;
  float:left;
  }
  
#sidebar {
  width:215px;
  background:#FFFFFF;
  padding:0px 20px 0px 50px;
  float:right;
  }

#forms {
  margin:0;
  font-size:14px;
  line-height: 16px;
 }

/* Sidebar Content
----------------------------------------------- */

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  line-height: 14px;
  font-size: 11px;
  }

/* Footer
----------------------------------------------- */
#footer {
  width:860px;
  clear:both;
  margin:0 auto;
  }

#footer p {
  font:100% Arial, Helvetica, Sans-serif;
  color: #624e3e;
  font-size: 10px;
  line-height: 12px;
  text-align:center;
  }

/* clearfix */
.clearfix{
  clear:both; visibility:hidden;
}