/* CSS */
body {
font: 12pt serif;
}
 a {
   color: #000000;
 }
 
 

/* page elements */

#footer {
width: 100%
}

#footer_text{
  font-size: 10pt;
  color: #000000;
  text-align: center;
}

#footer_text a{
  color: #000000;
  
}

#wrapper {
	position:relative;
    margin: 0 auto;
	width:100%
	
}

#page_header {
display: none;
}

#header_cap{
  margin: 0;
  padding: 0;
  	width:770px;
	height:11px;
}

#nav_menu {
  float: right;
  width: 441px;
  height: 72px;
  margin: 0;
  background-color: #006000;
}

#nav_menu span{
float: right;
}

#logo {
  float: left;
 	 width:329px;
	height:72px;
	  margin: 0;
}

/* Content */

#content_copy {
width: 100%
}

#content_copy h1 {
  margin-top: 0px;
  }
#content_copy h2 {
  font-variant: small-caps;
}
#content_copy p {
  margin:15px 0px 15px 0px;
}

#homeCopy img {
 margin: 0 -10px 0 -10px;
}

#homeInfo {

  }
  
#homeColumns {
 width: 100%;
}

#homeColumns a {
  text-decoration: none;
}

#homeColumns a:hover {
text-decoration: underline;
}

#homeQuote {
 text-align: center;
 vertical-align: middle;
 }


#homeQuote h2 {
 font-size: 24pt;
 padding-top: 20px;
}

#credit {
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}

#quote {
 font-style: italic;
 padding-top: 10px;
}

#serviceImage{
display: none;
}

#services {
 
  height: 125px;
}

#logoSection {
  text-align: center;
}

/* Slideshow */

#slideshow {
display: none;
}
