/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #C3C3C3 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2 {
	font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
	list-style-image: url(images/li.gif);
}

li {
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-top: 1px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 5px;
}

img.right {
	float: right;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-right: 5px;
}

/* Header */

#header {
	height: 100px;
	text-transform: uppercase;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo {
	float: left;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0;
	font-weight: bold;
}

#logo h1 {

}

#logo p {
	padding-left: 1px;
	line-height: normal;
	font-size: 0.85em;
	text-transform: none;
}
#logo p.phone {
	font-size: 20px;
	color: #D82222;
	margin-top: 5px;
}

#menu {
	float: right;
	padding-top: 14px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 31px 20px;
	text-decoration: none;
	font-size: .85em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: #C3C3C3 url(images/img02.gif) repeat-x;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 980px;
}

#content p{
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	line-height: normal;
}

#content a {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #57AA32;
	font-weight: bold;
	font-style: italic;
}

#content a:hover {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #E67817;
}
#content a:visited {
}

#content .phone{
	color: #D62020;
	font-weight: bold;
}

.post {

}

.meta {
	margin: 0;
	padding: 10px 0 15px 20px;
	border-top: 1px solid #F3F3F3;
}

.meta a {
	text-decoration: none;
}

.meta a:hover {
	text-decoration: underline;
}

.meta .more {
	padding-left: 12px;
	background: url(images/img09.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 15px;
	background: url(images/img10.gif) no-repeat left center;
}


/* Three Columns */

.three-columns {
	clear: both;
	background: url(images/img11.gif) repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C3C3C3;
}

.three-columns .title {
}

.three-columns .title h2 {
	height: 53px;
	margin: 0;
	padding: 15px 0 0 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}

.three-columns .blue {
	background: url(images/img13.gif) no-repeat;
}

.three-columns .red {
	background: url(images/img14.gif) no-repeat;
}
.three-columns .orange {
	background: url(images/img17.gif) no-repeat;
}

.three-columns .gray {
	background: url(images/img15.gif) no-repeat;
}

.three-columns .green {
	background: url(images/img18.gif) no-repeat;
}

.three-columns .black {
	background: url(images/img19.gif) no-repeat;
}

.three-columns .columnA, .three-columns .columnB, .three-columns .columnC {
	width: 320px;
}

.three-columns .columnA {
	float: left;
}

.three-columns .columnB {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.three-columns .columnC {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.three-columns .btm {
	clear: both;
	background: url(images/img12.gif) no-repeat left bottom;
}
.three-columns img {
	float: right;
	margin-right: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px solid #CE1818;
}

.three-columns .img_ad {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: none;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	text-align: center;
	font-size: smaller;
}

