@charset "utf-8";
/* CSS Document */

body {
	/*background-color:#becede;*/
	background-image:url(images/BlueStripe.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper {
	width:800px;
	position:relative;
	left:50%;
	margin-left:-400px;
	border:2px solid #543f13;
	background-color:#ffffff;
}
#header {
	width:800px;
	height:100px;
}
#header img {
	border: none;
}
/* Navigation */
#navigationContainer {
	width:800px;
	background-color:#ffffff;
}
#navigation {
	list-style: none;
	padding: 0px;
	margin:0px;
}
#navigation a {
	color:#000;
	background:#a2b0ca url("images/left-tab.gif") left top no-repeat;
	text-decoration:none;
	padding-left:10px;
}
#navigation a span {
	background:url("images/right-tab.gif") right top no-repeat;
	padding-right:10px;
}
#navigation a, #navigation a span {
	display:block;
	float:left;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span {
	float:none;
}
/* End IE5-Mac hack */
#navigation a:hover {
	color:#fff;
	background:#543f13 url("images/left-tab-hover.gif") left top no-repeat;
	text-decoration:none;
	padding-left:10px;
}
#navigation a:hover span {
	background:url("images/right-tab-hover.gif") right top no-repeat;
	padding-right:10px;
}
#navigation span {
	display:block;
	float:left;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation span {
	float:none;
}
#navigation .active {
	color:#fff;
	background:#543f13 url("images/left-tab-hover.gif") left top no-repeat;
	text-decoration:none;
	padding-left:10px;
}
#navigation .active span {
	background:url("images/right-tab-hover.gif") right top no-repeat;
	padding-right:10px;
}
#navigation li {
	float:left;
	display:block;
	margin:0px;
	padding:0px 0px 0px 1px;
}
#navigationContainer .phone {
	padding-right:5px;
	float:right;
	font-size:14px;
}
#bar {
	width:800px;
	height:15px;
	background-color:#543f13;
	clear:both;
}
#content {
	width:800px;
	background-color:#fff;
}
#content img{
	border: none;
}
#content li {
	list-style-position: inside;
	padding-left:10px;
	padding-right:20px;
}
#leftSideFeature {
	width:200px;
	float:left;
}
#leftSideFeature img {
	margin-left:20px;
	border:2px solid #543f13;
	margin-top:15px;
	margin-bottom:0px;
}
#leftSideFeatureNoBorder {
	width:200px;
	float:left;
}
#leftSideFeatureNoBorder img {
	margin-left:20px;
	margin-top:15px;
	margin-bottom:0px;
}
#rightSideContent {
	width:600px;
	float:right;
}
#rightSideFeature {
	width:200px;
	float:right;
}
#rightSideFeature img {
	margin-right:20px;
}
#constantContact {
	margin-left:20px;
	margin-right:20px;
	margin-top:40px;
}
#constantContact img {
	margin:0px;
	border: none;
}
#socialMedia {
	margin-left:20px;
	margin-right:10px;
	margin-top:40px;
	text-align:center;
}
#leftSideContent {
	width:600px;
	float:left;
}
#testimonial {
	width:140px;
	border: 2px solid #a2b0ca;
	margin-left:20px;
	margin-top:20px;
	text-align:center;
	padding:10px;
	font-size:12px;
}
#contentBottom {
	width:800px;
	float:none;
	clear:both;
}
#footer {
	width:790px;
	position:relative;
	left:50%;
	margin-left:-395px;
	font-size:11px;
	padding:5px 5px 0px 5px;
}
/* Text Styles */
p {
	padding:0px 20px 0px 20px;
	text-align:justify;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#543f13;
	font-style:italic;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	margin-top:15px;
	border-bottom: 2px solid #a2b0ca;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-style:normal;
	font-weight:bold;
	padding:15px 20px 0px 20px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5d6d8c;
	font-style:normal;
	font-weight:bold;
	padding:10px 20px 0px 0px;
	text-align:center;
}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
