/*
	File: typography.css 
	Date: January 16, 2008
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size: 75%;
	line-height:150%;
}

a:link {
	color:#993300;
}

a:visited {
	color:#CC6600;
}

a:active {
	color:#993300;
}

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

.contentImage {
	margin:5px;
	border: 1px solid #003300;
}

.contentList {
	margin-top:-5px;
}

.contentList li {
	font-size: 95%;
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#336633;
	font-weight:bold;
	margin-bottom:10px;
}

.contentList ol li {
	font-size: 95%;
	list-style-type:lower-roman;
}

.contentList ul li {
	font-size: 95%;
	list-style-type:circle;
}

.contentListSmall {
	margin-top:-5px;
}

.contentListSmall li {
	font-size: 75%;
	margin-bottom:10px;
}

.contentListSmall ul li {
	font-size: 95%;
	list-style-type:circle;
	line-height:140%;
}

blockquote {
	font-size:72%;
	line-height:150%;
}

.notice {
	font-size:60%;
	font-style:italic;
}

	
/* Page title */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:90%;
	letter-spacing:1px;
	font-weight:normal;
	margin:20px 0px 30px 5px;
	font-style:italic;
	border-bottom:1px solid #fff;
}

/* Home page */

.homepageTable {
	border: 1px solid #849173;
	background-color:#849173;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
}

.homepageTable p {
	font-size:110%;
	margin-top:5px;
	letter-spacing:1px;
	font-style:italic;
	line-height:120%;
	color:#CCCC66;
	font-weight:bold;
}

.homepageTable ul {
	margin-top:-10px;
	

}

.homepageTable a {
	color:#CCCC00;
}

.homepageTable li {
	
	font-size:120%;
	font-weight:bold;
	list-style-type:square;
	list-style-image:url(../contentImages/leaf.gif);
	line-height:130%;
}

/* Forest Homes page */

.foresthomesTable {
	border: 1px dotted #ffffff;
	background-color:#333333;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	margin:5px;
}

.foresthomesTable p {
	font-size:100%;
	margin-top:5px;
	line-height:120%;
	color:#FFFFFF;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:1px;
}

.foresthomesTable ul {
	margin-top:-10px;
}

.foresthomesTable a {
	color:#CCCC00;
}

.foresthomesTable li {
	
	font-size:100%;
	list-style-type:square;
	line-height:120%;
	margin-bottom:5px;
}


/* Plan title */

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#663300;
	letter-spacing:1px;
	font-size:130%;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003333;
	font-size:100%;
}


/* Plans page */

.plansTable {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	text-align:center;

}

.plansTable a {
	color:#993300;
}

.plansTable a:link, a:active {
	color:#993300;
}

.plansTable a:hover {
	color:#006699;
	text-decoration:none;
}

.plansTable a:visited {
	color:#CC6600;
}

.plansTable img {
	border: 1px #993300 solid;
}

.divider{
	background-image:url(../contentImages/dot.gif);
	margin:0px auto 0px auto;
	height:2px;
}

/* Plan description page */

.planDescript {
	border:2px solid #663300;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:70%;
	text-align:center;
	font-weight:bold;
}

.planDescriptHeader {
	background-color:#663300;
	color:#fff;
}

.planDescriptOuter {
	text-align:center;
}

.planDescriptOuter img {
	border: 1px solid #333333;
}

.planPrintEmail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align:right;
	line-height:130%;
}

/* Contact us page */

.contactForm {
	font-size:70%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

input {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.button {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

.required {
	color:red;
}

#fieldset {
	width:300px;
	border:none;
	text-align:left;
	margin:0px auto 0px auto;
}


/* Resources page */

.resourceList {
	margin-top:-5px;
	
}

.resourceList li {
	font-size:76%;
	list-style-type:square;
	margin-bottom:3px;
	margin-top:0px;
	line-height:2em;
}

.resourceList li li {
	font-size:95%;
	list-style-type:circle;
	margin-top:0px;
	line-height:2em;
	
}

/* Events page */

.eventBkgrd {
	background-color:#003366;

}

.eventTable {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:75%;
}

.eventTable td {
	background-color:#fff;
}

.eventTitle {
	color:#fff;
	font-size:110%;
	font-weight:bold;
	letter-spacing:1px;
}

.eventTitle td {
	background-color:#003366;
}

/* Community - Wynbrooke Place page */

.lotTable {
	text-align:center;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
}

.lotTable img {
	border:2px solid #336633;
}

.lotTabletop {
	font-size:150%;
}

.lotTabletopgold {
	font-size:120%;
	color:#336633;
	letter-spacing:1px;
}

/* Community - Lynchburg area */

.univBox {
background-color:#CCCC99;
margin:0px auto 0px auto;
border: 1px dotted #666666;
width:500px;
}

.univBox p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:80%;
}

.univBox li {
	font-size:70%;
}

/* Site map page */



.sitemapTable li {
	font-size:75%;
	list-style-type:none;
	margin-bottom:10px;
	color:#666666;
	list-style-type:disc;
}

.sitemapTable li ul li {
	font-size:100%;
	line-height:100%;
	list-style-type:circle;
	margin-top: 5px;

}

.sitemapTable li ul li ul li {
	font-size:95%;
	line-height:90%;
	list-style-type:square;
}