

body {
	text-align: center;

		/* custom */
		color: #484646;
		background: #828ced url(../images/pagebak.jpg) repeat-x;
		font-family: verdana;
		font-size: .7em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


ol, ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

p {
	padding: 8px 0;
}

h1,h2,h3,h4 {
	line-height: 1.5em; padding: 9px 0; margin: 0; color: #b12524; font-family: georgia;
}

h1 {font-size: 1.7em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: .9em;}




#c1 {
	margin: 0 auto;
	width: 780px;
	text-align: left;

		/* custom */
		background:  url(../images/contbak.jpg);
}

#c2 {

		/* custom */
		background:  url(../images/gradtop.jpg) no-repeat;
		padding-top: 25px;
}

#c3 {
	margin: 0 auto;
	width: 764px;
}

#topbar {


		/* custom */
}

#menu {
	/* menu options found in css/menucss.asp */
}

#content {

		/* custom */
		margin: 0 30px 30px 0;
}

.floatleft {
		float: left;
		margin: 0 10px 4px 0;
}

.floatright {
		float: right;
		margin: 0 0 4px 10px;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 178px;
		margin: 0 30px 0 0;
}

.testimonial {
		margin: 0 0 32px 0;
}

.testimonial blockquote {
		font-weight: bold;
		padding: 20px 15px 20px 20px;
		z-index: 20;
		font-family: georgia;
		font-size: 1.1em;
		color: #b12524;
}

.testimonial blockquote p {
		padding: 0;
		margin: 0;
}

.testimonial .open, .testimonial .close {
		font-size: 8em;
		position: absolute;
		opacity: .12;
		font-family: "Century Schoolbook",Times,Palatino,Georgia,serif;
		z-index: 2;
		padding: 37px 0 0 0;
		margin: -8px 0 0 0;
}

.testimonial .close {
		padding: 0 0 0 478px;
		margin: -15px 0 0 0;
}

.testimonial p {
		padding: 0 0 0 340px;
		margin: -15px 0 0 0;
}

.gallery, .galleryleft {
		float: left;
		margin: 10px 13px 0 0;
}

.galleryleft {
		margin: 10px 0 0 0;
}

.gallery img, .galleryleft img {
		width: 160px;
		border: 1px solid #BFB3B3;
		padding: 1px;
		display: block;
}

.gallery span, .galleryleft span {
		display: block;
		text-align: center;
}

.gallery div, .galleryleft div {
		width: 160px;
}

#rhs {
	float: left;

		/* custom - set width of rhs */
		width: 525px;
		background: #ffffff;
		margin: 20px 0 0 0;
		line-height: 1.6em;
}

#contacts {
	text-align: center;
	color: #fff;
	background: #B22217;
	text-align: right;
	font-family: arial;
	font-weight: bold;
}

#contacts a {
		color: #ffffff;
}

#contacts span {
	text-align: center;
	padding: 13px 14px 10px 14px;
}

#contacts span#eml {
	width: 150px;
	background: #ce7068;
	float: left;
}

#contacts span#addr {
	display: block;
}

#footer {
	margin: 0 auto;
	width: 780px;

		/* custom */
		padding-top: 10px;
		padding-bottom: 5px;
		background:  url(../images/footshado.jpg) top center no-repeat;
		text-align: center;
		color: #E0E0EF;
}

#footer a {

		color: #E0E0EF;
}

#footer a:hover {
		color: #fff;
}

.clear {
	clear: both;
}

#sitemap li {
	margin-left: 15px;
	padding-left: 5px;
	list-style-type: disc;
}

#sitemap li li {
	list-style-type: square;
}

#sitemap li li li {
	list-style-type: circle;
}