/*
	File: content.css 
	Date: March 11, 2009
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size: 70%;
	line-height:1.6em;
}

h1 {
	color:#003366;
	font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size:120%;
	line-height:1em;
}

h2 {
	font-family:"Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size:100%;
	color:#999999;
	line-height:1em;
	letter-spacing:1px;
}

h3 {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:1em;
	margin-bottom:0px;
	padding-bottom:0px;
}

ul {
	font-size: 75%;
	color:#993333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	list-style-type:square;
}

#calltoAction {
	color:#990000;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	font-weight:bold;
	margin-top:15px;
}

.contentImage {
	border: 4px solid #CCCCCC;
	margin:4px;
}

.caption {
	font-size: 55%;
	font-style:italic;
	text-align:center;
}

.divideLine {
	border-bottom: 1px dotted #999999;
	width:60%;
	margin:20px auto 20px auto;
}


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

.contactForm {
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px dotted #003366;
	padding:20px;
	margin: 0 auto;
	width:400px;
}

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

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

.required {
	color:#990000;
}

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