body {
	background-color:#85A059;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 10px 10px;
	padding: 0px;
	background-image: url(images/bckground_01.jpg);
}

* {
	margin: 0px;
	padding: 0px;
	font-size: small;
}

a{

}

p{
	margin: 15px 0px;
}
img{
	border-width:0px;
}
h1{
	color:#060;
	font-size:medium;
	margin: 20px 0px 20px 0px;
	text-align: center;
	text-decoration: underline;
}

h2{
	color:#060;
	font-size:14px;
	text-align:left;
	margin: 10px 0px 15px 0px;
	text-decoration: underline;
}

/* Container */

#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}

/* Header */

#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/header.jpg);
	width:717px;
	height:168px;
	position:relative;
	background-repeat: no-repeat;
}
#header ul{
	background-color:#8081FF;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px;
	height:22px;
	text-align:center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_text {
	top:115px;
	left:5px;
	width:166px;
	position:absolute;
	height: 42px;
	background-color: #85A059;
	border: thin groove #666;
}
#header_text p{
	font-size: 16px;
	color:#FFFFFF;
	font-style: italic;
	text-align: center;
	line-height: normal;
	margin: 5px;
	padding: 0px;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
#navigator {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#nav-holder {
	margin: 10px;
}


/* Content */
#content {
	background-image:url(images/content_bg.jpg);
	width:717px;
}
#left-full {
	float:left;
	width:660px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left-full a {
	color:#647843;
}
#left-full a:hover {
	color:#c77e0c;
}
#left-full li {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}



#left {
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{
	color:#647843;
}
#left a:hover{color:#c77e0c;}
#left li {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#85A059;
}
#right a:hover{
	color:#C60;
}
/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url(images/footer_bg.jpg);
	font-size:1px;
	height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
	font-size: x-small;
}
#footer p {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#footer a {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #666;
}
#footer a:hover {
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #960;
}

.para-center {
	text-align: center;
}
#logo {
	padding: 10px;
	float: left;
}
#right ul li {
	padding-left: 3px;
	margin-left: 20px;
}
.white-bg {
	background-color: #FFF;
}
.center-border {
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
h3 {
	font-size: 12px;
	font-style: italic;
	color: #030;
	text-decoration: underline;
	padding-top: 1em;
}
.business-title {
	font-style: italic;
	color: #030;
	text-decoration: underline;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-size: 14px;
}

.business-description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin: 0em;
	font-size: 12px;
}
.bg-dark {
	background-color: #70973E;
}
#left-full table {
	font-size: small;
}
caption {
	font-size: small;
	font-weight: bold;
	color: #71983F;
}
.name-address {
	font-style: italic;
	text-align: center;
	padding: 1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.cs-bullet {
	list-style-image: url(images/green-bullet.gif);
	text-indent: 0px;
}

