/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

BODY {
	font: 13px arial;
	color: #222;
	background: #87a6b5;
	text-align: center;
}
h1 {
	color: #492513;
	font-size: 17px;
	margin-top: 15px;
	margin-bottom: 18px;
	font-weight: bold;
}
h1.home {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0em;
}
h3 {
	padding: 10px 0px;
}
a {
	outline: none;
}
p {
	padding: 5px 0px;
	line-height: 20px;
}
#main {
	width: 820px;
	height: 500px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 130px;
	margin: 0px auto;
}
#logo {
	padding-top: 10px;
	float: left;
}
#phone {
	position: relative;
	top: 100px;
	right: 5px;
	float: right;
}
#nav {
	width: 783px;
	height: 43px;
	background: #542d19 url('images/nav-bg.gif') repeat-x;
	margin-bottom: 9px;
}

#content {
	width: 820px;
	background: #87a6b5;
}

#footer {
	width: 800px;
	margin: 5px auto;
	font-size: 12px;
	text-align: left;
}
#footer p {
	line-height: 10px;
}
#footer a {
	color: #222;
	text-decoration: underline;
	padding: 0px 8px;
}
#footer .details {
	padding-left: 8px;
}
#footer .details a {
	padding-left: 0px;
}
#footer .closing-text {
	color: #555;
	font-size: 11px;
	line-height: 18px;
}
#footer .closing-text a{
	color: #555;
	padding: 0px;
}
#nav ul {
	font: 14px Arial;
	color: #fff;
	font-weight: normal;
	height: 43px;
}


#nav li {
	float: left;
	margin-right: 1px;
	margin-left: 0px;
	line-height: 43px;
	background: transparent url('images/nav-sep.gif') no-repeat;
}

#nav a {
	color: #fff;
	text-decoration: none;
	margin-left: 2px;
	font-weight: normal;
	padding: 0px 16px;
	display: block;
}
#nav li.last {
	margin-right: 0px;
	display: inline;
}
#nav li.last a {
	padding: 0px 20px;
}
#nav li.first {
	background: none;
}
#nav a:hover {
	text-decoration: none;
	background: transparent url('images/nav-bg-active.gif') repeat-x;
}

#nav a.active {
	background: transparent url('images/nav-bg-active.gif') repeat-x;
}

#nav a.first {
	margin-left: 0px;
}

#content .box {
	width: 820px;
}
#content .box .top {
	height: 16px;
	font-size: 1px;
	width: 820px;
	background: url('images/box-top.gif') no-repeat;
}
#content .box .inner {
	background: url('images/box-bg.gif') repeat-y;
	width: 820px;
}
#content .box .bottom {
	height: 15px;
	background: url('images/box-bottom.gif') no-repeat;
}
#content .box .inner .wrap {
	margin: 0px 19px;
}

#post {
	font-size: 14px;
	margin-left: 15px;
	letter-spacing: 0.03em;
}
#post .heading{
	font: 25px 'Times New Roman', arial;
	color: #1975a1;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
}

#post p {
	padding-bottom: 10px;
	line-height: 21px;
}

#post ul {
	margin-left: 20px;
	list-style-type: disc;
}
#post ul li {
	list-style-type: disc;
	line-height: 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}