@charset "UTF-8";
/* CSS Document */

/*master stylesheet for Virginia Greenway*/

body {
	font-family: Cambria, Palatino Linotype, Times, serif;
	background-color: #daebf2;
	background-image: url(../images/tree-bg-right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #4e2700;
}

p, td, th {
	font-size: 15px;
}

#wrapper {
	width: 100%;
	overflow: auto;
	text-align: left;
	float: left;
}

#columnleft {
	float: left;
	width: 80%;
	text-align: left;
	margin-left: 15px;
}
	

#header {
	margin-top: 15px;
}

#head1 {
float: left;
width: 68%;

}

#head2 {
	float:right;
	width: 300px;
}

#contentwell {
	padding: 5px 5px 5px 5px;
}

/*text and content*/

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	padding: 0 0 2px 0;
	margin: 0;
}

h2 {
	font-size: 13pt;
	padding: 0;
	margin: 0;
	font-variant: small-caps;
}

h3 {
	font-size: 14px;
	font-variant: small-caps;
	padding-bottom: 0;
	margin-bottom: 2px;
	
}

.pagetitle {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
}


a, a:visited {
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

li {
	padding-bottom: 5px;
	list-style: square;
}

.quote {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.h1link:link, .h1link:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #4e2700;
	text-decoration: none;
}

.h1link:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #336699;
	text-decoration: none;
}

.phonelarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
}

/*footer styles*/
#footer {
	width: 75%;
	margin-left: 20px;
	border-top: 1px solid #abc7c7;
	font-size: 11px;
	text-align: left;
	padding-top: 10px;
	float: left;
}

.footerlink:link, .footerlink:visited {
	color: #666666;
	text-decoration:underline;
}

.footerlink:hover {
	color: #333333;
}

div.testi{
padding: 15px;
}
