/* CSS Document */

/* Normalize margin,padding */
body, div, dl, dt, dd, h1, blockquote, th, td {
margin: 0;
padding: 0;
}

/* links */

a:link {color: #D8693E}
a:visited {color: #D8693E}
a:hover {color: #574021}
a:active {color: #D8693E}

#site_info a:link {color: #574021}
#site_info a:visited {color: #574021}
#site_info a:hover {color: #D8693E}
#site_info a:active {color: #D8693E}


body {
text-align: left;
font-family: Georgia, sans-serif;
font-size: 13px;
color: #574021;
padding: 0;
margin: 0;
background-color: #F9F8F2;
}

#branding {
	position: relative;
	width: 169px;
	height: 172px;
	text-align: left;
}
#branding .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 172px;
	background: transparent url(graphics/logo.gif) no-repeat 0 0;
}
#branding h1 {
	position: absolute;
	padding: 20px;
	font-size: 10px;
}

#branding {
position: relative;
width: 925px;
margin: 0 auto;
padding: 0;
height: 173px;
background: transparent url(graphics/banner.jpg) no-repeat top left;
}

h1 {
	font-size: 17px;
font-weight: 600;
color: #D8693E;
margin-bottom: 0;
padding-bottom: 0;
}

h2 {
font-size: 15px;
font-weight: 600;
color: #D8693E;
margin-bottom: 0;
padding-bottom: 0;
}
h3 {
font-size: 18px;
font-weight: 600;
color: #4D423A;
margin: 0;
padding: 0;
}
h4 {
font-size: 15px;
font-weight: 600;
color: #59676E;
border-bottom: 1px solid #59676E;
}

p {

line-height: 18px;}

.emphasis {
font-size: 14px;
font-weight: 600;
}

.indent {
margin-left: 20px;
}

.indent2 {
margin-left: 45px;
}

.indent3 {
margin-left: 20px;
}

/* main nav */
#nav {
	position: relative;
	margin: 0;
	padding: 4px 0 3px 0;
	font-size: 14px;
	color: #503B13;
	text-align: center;
	background-color: #C7C89B;
	border-bottom: 3px solid #B84616;
	font-weight: bold;
}
#nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#nav li {
display:inline;
padding: 0 18px;
}
#nav li a:link, #nav li a:visited {
color: #503B13;
text-decoration: none;
}
#nav li a:hover {
color: #B84616;
}

#content_wrapper {
position: relative;
width: 920px;
margin: 0 auto;
padding: 0;
background: transparent url(graphics/pg_drawing.gif) bottom right no-repeat;
}

#content {
margin: 0 180px 0 5px;
padding: 10px 0;
}

#bottom_stripe {
height: 12px;
background: transparent url(graphics/content_bottom.gif) top left repeat-x;
}
/* footer */
#site_info {
position: relative;
width: 920px;
margin: 0 auto;
text-align: right;
font-size: 12px;
padding: 10px;
}

.notoppad {
padding-top: 0;
margin-top: 0;
text-indent: 20px;
}

.nobottompad {
padding-bottom: 0;
margin-bottom: 0;
}

.img_left {
float:left;
margin: 0;
padding: 0;
}

#testimonial2 {
	font-size:12px;
	border: 1px solid #d8693E;
	padding: 5px 15px 5px 10px;
	-moz-border-radius: 8px;
}
