/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* RESET END ------------------------------------------*/

body {
background: url(img/body.jpg) repeat top center fixed;
font-family: Arial, Helvetica, sans-serif;
font-size: .8em;
}
p {
margin: 10px 0px;
line-height: 1.3em;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.7em;
color: #723626;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 1.3em;
color: #723626;
margin: 15px 0px;
}
#mainWrapper {
margin: 0px auto;
background-color: #f9f8f2;
width: 750px;
border-bottom: 1px solid #554932;
border-right: 1px solid #554932;
border-left: 1px solid #554932;
}
#content {
float: left;
width: 475px;
margin: 20px;
color: #555244;
padding-bottom: 140px;
background-image: url(img/content_back.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}
#content p {
line-height: 18px;
}
#content ul {
list-style-type: disc;
}
#content li {
margin-left: 35px;
line-height: 18px;
}
#header {
background-image: url(img/header.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #fff;
width: 750px;
height: 164px;
}
#sidebar {
float: left;
width: 232px;
margin: 0px;
color: #555244;
background-color: #f3f1e8;
padding-bottom: 35px;
}
#sidebar li {
list-style-type: circle;
line-height: 1.4em;
margin-left: 35px;
}
#sidebar p {
margin: 12px 20px 20px 20px;
}
#sidebar h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
color: #006791;
margin: 20px 0px 6px 20px;
}
#sidebar h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
color: #006791;
margin: 20px 0px 6px 20px;
}
#footer {
clear: both;
background-color: #fff;
border-top: 1px solid #e9e7d9;
color: #666;
padding: 20px;
}
#footer p {
font-size: .9em;
}
.testimonial {
clear: both;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
background-color: #e8e5d9;
padding: 15px;
width: 85%;
}
strong {
font-weight: bold;
}
.gallery img{
float: left;
padding: 8px;
margin: 7px;
border: 1px solid #ccc;
}
.gallery h2 {
clear: left;
padding-top: 25px;
}

/* Navigation
===================================================================*/

.nav ul {
  margin: 0px;
  margin-top: 127px;
  padding: 0;
  float: right;
  width: 517px;
  background-image: url(img/navback.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #006791;
  list-style: none;
  text-transform: uppercase;
}

.nav ul li {
  float: right;
}
.nav ul a {
  padding: 0 2.2em;
  line-height: 3.4em;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-image: url(img/nav_button_back.jpg);
  background-repeat: repeat-x;
  font-size: 11px;
  color: #fff;
  float: left;
  display: block;
}
.nav ul a:visited {

  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  float: left;
  display: block;
}
.nav ul a:hover {
  color: #fff;
  background-image: url(img/nav_button_backhover.jpg);
  background-repeat: repeat-x;
  background-color: #004e6e;
}
.nav ul a:active {
color: #fff;
background-color: #666;
}