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

p {
	font-size: 90%;
	line-height:140%;
	color:#fff;
	}
	
h1 {
	font-size:220%;
	color:#AF2282;
	font-family:"Gill Sans", Geneva, sans-serif;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:1em;
}

a:link, a:visited, a:active {
	color:#CCFF66;
}

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

ul {
	list-style-type:square;
	color:#fff;
	font-size: 95%;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

li {
	margin-bottom: 8px;
}

ul ul {

	font-size: 95%;
	margin-top:5px;
	list-style-type:disc;
}

.photoCaption {
	margin: 20px auto 100px 5px;
	float:right;
	font-size:70%;
	text-align:center;
	color:#fff;
	font-style:italic;
	width:260px;
}

.clear {
	clear:both;
}

/* --------- Contact Page ----------- */

.contactForm {
	font-size:80%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border: 1px dotted #CCCCCC;
}

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

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

.required {
	color:#FFCC33;
}

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