@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(../_images/zigzagBg.gif) #698E65;
}

p {
	padding: 8px 0 8px 0;
	margin: 0;
}

a {
	color: #960000;
}

a:hover, a:active {
	color: #FF3300;
}


#header {
	background: url(../_images/headerBgLine5.gif) repeat-x #F1E1C0;
	width: 100%;
	height: 126px;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #327C5B;
}

#headerSlogan {
	position: relative;
	bottom: 74px;
	text-align: center;
	font-size: 13px;
	font-style: italic;
}

#headerPhone {
	position: relative;
	bottom: 100px;
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 3%;
	font-size: 22px;
	font-weight: bold;
	color: #DB1A23;
	background: url(../_images/phone3.gif) no-repeat bottom left;
}

.topNavButton {
	background: url(../_images/buttonBg.gif) center center no-repeat;
	width: 223px;
	height: 44px;
	text-align: center;
}

.topNavButton a {
	position: relative;
	top: 13px;
	color: #960000;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.topNavButton a:hover, .topNavButton a:active {
	color: #FF3300;
}

#container {
	background: url(../_images/contentBg3.jpg) repeat-x #FFFFFF;
	width: 778px;
	border: 5px solid #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0;
}

#sidebar {
	width: 200px;
	padding: 10px;
	clear: none;
	float:left;
}

#sidebarFloat {
	width: 200px;
	padding: 0 20px 10px 10px;
	clear: none;
	float: left;
}

#sidebar a {
	color: #000000;
}

.imgBorder {
	border: 1px solid #000000;
}

#content {
	width: 540px;
	padding: 10px 9px 10px 9px;
	float: right;
	clear: none;
}

#contentFloat {
	padding: 10px 9px 10px 9px;
	clear: none;
}

.contentTitle {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8D1818;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 0 0 0 40px;
	padding: 0;
	width: 170px;
	list-style: none;
	color: #8D1818;
}
.servicesList span {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.servicesList ul {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.servicesList li {
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
	width: 225px;
	font-weight: normal;
}

.portfolioChoice {
	font-size: 12px;
	width: 125px;
	float: left;
	text-align: center;
}
.portfolioChoice a {
	color: #960000;
}

.floatLeft {
	float: left;
	padding: 2px 8px 8px 0;
}

.horRule {
	padding: 2px 0 10px 0;
	margin: 0 auto 0 auto;
}

#footer {
	color: #0B6F00;
	text-align: center;
	padding: 20px 0 10px 0;
	margin: 0 auto 0 auto;
	width: 780px;
	background: #FFFFFF;
	clear: both;
}