@charset "UTF-8";
body {
	background-color: #000;
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: fixed;
}
a:link {
	color: #066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #066;
}
a:hover {
	text-decoration: underline;
	color: #096;
}
a:active {
	text-decoration: none;
	color: #096;
}
.maincontent {
	padding: 10px;
	float: left;
	width: 700px;
}
.footer {
	clear: both;
	text-align: center;
}
.maincontent p {
	margin-top: 0px;
}
#header {
	background-image: url(images/headerbg.png);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/semitrans.png);
}
#leftnav {
	float: left;
	width: 180px;
	background-color: #000;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #A7CD4A;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#leftnav p {
	margin-top: 0px;
	margin-bottom: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A7CD4A;
	padding-top: 4px;
}
#leftnav a {
	color: #A7CD4A;
}
.phoneno {
	font-size: 28px;
	color: #000;
	float: right;
	margin-right: 15px;
	text-align: right;
	margin-top: 8px;
}
.linkinfo {
	font-size: 10px;
	color: #FFF;
}

.logo {
	background-image: url(images/logo-01.png);
	background-repeat: no-repeat;
	height: 110px;
	width: 419px;
	text-indent: -9999px;
	display: block;
	margin-left: 6px;
}
#bar {
	color: #A7CD4A;
	background-color: #000;
	height: 16px;
	padding: 8px;
}
#bar a {
	color: #A7CD4A;
}.thumbnails {
	background-color: #FFF;
	text-align: center;
	width: 540px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
.thumbnails img {
	border: 0;
}
.quote {
	border: 1px dotted #000;
	background-color: #DFEFD7;
	position: relative;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
.quotecite {
	font-weight: bold;
	padding: 3px;
	background-color: #C2DDB0;
	border: 1px dotted #000;
	left: 576px;
	float: right;
	margin-top: 8px;
	margin-right: 13px;
}
