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

.contentLeft {
	width:500px;
	float:left;
}

.contentRight {
	text-align:right;
	width:200px;
	margin-left:8px;
	border-left: 1px dashed #999999;
	float:left;
	padding-right:5px;
}


p {
	font-size: 70%;
	line-height:150%;
	margin-bottom:0px;
}

a:link {
	color:#0066cc;
}

a:visited {
	color:#0066cc;
}

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

a:active {
	color:#000;
}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color:#006633;
	font-size:140%;
	margin-bottom:.5em;
}

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

h3 {
	font-size:80%;

}

.contentRight h2 {
	margin-top:1.5em;
}

#innerContent ul {
	list-style-type:square;
	font-size:70%;
	line-height:160%;
	margin-top:.3em;
}

#innerContent ul ul{
	font-size:100%;
	list-style-type:circle;
}

p img {
	border:4px solid #fff;
	margin:3px;
}

.greenFees {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
	border:1px solid #666666;

}

.greenFeesHeader {
	font-size:105%;
	font-weight:bold;
	background-color:#999966;
	color:#FFFFFF;
}

.features {
	text-align:left;
	color:#993333;
	margin-left:1.2em;
	padding-left:1.2em;
}

.features li {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type:circle;
	list-style-image:url(../contentImages/checkmark.jpg);
}

.courseInfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
	border:1px solid #666666;
}

.courseInfoHeader {
	font-size:105%;
	font-weight:bold;
	background-color:#999966;
	color:#FFFFFF;
}

.redTees {
	background-color:#993333;
	color:#fff;
}

.red {
	color:#993333;
}

.whiteTees {
	background-color:#fff;
	color:#333333;
}

.white {
	color:#333333;
}

.blueTees {
	background-color:#006699;
	color:#fff;
}

.blue {
	color:#006699;
}

.contactForm {
	font-size:65%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	width:100%;
}

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

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

.required {
	color:#FF6633;
}

#fieldset {
	border:none;
	margin:0px auto 0px auto;
}

.holeDescription {
	font-size:70%;
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
}
