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

/* >>> Typography <<<*/

body	{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100.1%;
	}
	

/* >>> Headings <<<*/	

h1, h2, h3, h4, h5, h6, p, ul {
	margin-top: 10px;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 110%;
	font-weight: lighter;
}
h2	{
	font-size: .9em;
	line-height: 110%;
	font-weight: bold;
	margin-top: 15px;
}
h3	{
	font-size: .8em;
	line-height: 120%;
	font-weight: bold;
}
h4	{
	font-size: .8em;
	line-height: 130%;
	font-weight: bold;
}
h5	{
	font-size: .8em;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;
}
h6	{
	font-size: .8em;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0;}



/* >>> Standard Body Text <<< */

p	{
	font-size: .9em;
	line-height: 140%;
}

p img.left	{
	float: left;
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0;
	}
p img.right	{
	float: right:
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
	}
blockquote	{margin: 1.5em}

a:link {color: #36C;}
		
a:visited {color: #639;}

/* >>> Custom Adjustments <<< */

#testimonial h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	color: #999;
	margin-left: 15px;
}
#testimonial p {
	font-size: 0.7em;
	padding-left: 15px;
	color: #A9863F;
}
#textContainer ul, ol {
	font-size: 0.85em;
	line-height: 140%;
	}
#textContainer li {
	margin-top: 10px;
	list-style-position: inside;
	}
	
	/*Form Styles*/

#textContainer #contactForm {
	width: 530px;
	}
td, th {font-size: .8em;
	padding: 5px;
	}
.contact #textContainer #contactForm {
	background: #E2E4D0;
	padding: 10px;
	}
table {
	border-collapse: collapse;
	}
.redtype {color:#FF0000;}
