body {
	font-family: sans-serif;
}


.cf:before,
.cf:after {
    content:"";
    display:table;
}


.cf:after {
    clear:both;
}


.cf {
    zoom:1;
}


#page-wrap {
    width: 780px;
	margin: 0 auto;
}


#header-wrap {
	margin-top: 5px;
    height: 103px;
	width: 780px;
}

.headerlogo {
	float: left;
	width: 45%;
}

.contact {
   float: right;
   text-align: right;
   width: 45%;
   
}

#header-wrap h1 a {
   text-indent: -999px;
   float: left;
   margin-left: 0px;
}

#headerquote {
	background-color: #118da8;
	color: #ffffff;
}

#headerquote p {
	float: left;
	width: 360px;
	padding: 20px;
	background-color: #118da8;
	color: #ffffff;

}

#headerquote img {
	padding: 15px 0 0 10px;
}

#headerquote img {
	
	float: right;
	width: 370px;
}

#navigation {
	float: right;
	padding: 0.5em;
	margin: 0;
	background-color: #118da8;
	height: 1em;
}
	#navigation ul {
        margin: 0;
		padding: 0;
	}

	#navigation ul li {
	 	list-style-type: none;
	 	display: inline;
	}
	
		#navigation ul li a {
		   
	      color: #ffffff;   
			text-decoration: none;
		}
		#navigation ul li a:link {
	      color: #ffffff;   
      }			
		#navigation ul li a:visited {
	      color: #ffffff;   
      }			
		#navigation ul li a:hover {
	      color: #666666;   
      }			

	  
	  
#content-wrapper {
   width:780px;
}

			
#content-wrapper.content {
	width: 780px;
	float: left;
	
}
      #content-wrapper.content h1 {
      color: #118da8;	
      }
         
      #content-wrapper.content p.question {
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
      	padding: 15px;
      	background: #777777 url("images/question.png") bottom right no-repeat;
      	margin: 0 0 1.2em 0;
      }
	  
	  #content-wrapper.contactpage {
	    text-align: center;
	  }

      .quote {
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
      	padding: 15px;
      	background: #777777 url("images/quote.png") bottom right no-repeat;
      	margin: 0 0 1.2em 0;
      }
      
      quote span.quoteauthor {
         margin: 0 0 0 1em;
      }
      
.jlwpicleft {
	float: left;
	padding: 10px;
}
.jlwpicright {
	float: right;
	padding: 10px;
}
#footer-wrapper {
	width: 780px;
	text-align: center;
}
#footer-wrapper.footer {
	width: 780px;
	
	
}
