/*
	File: typography.css 
	Date: April 11, 2006
	Created by: Kelley Marketing, LLC
	Contents: 
		- typography rules
	
*/

p {
	font-size: .80em;
	line-height:1.8em;
	margin-bottom:1px;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-align:center;
	font-style:italic;
	display:block;
	color:#333333;
	margin:10px auto 10px auto;
}

a:link {
	color:#677669;
	text-decoration:underline;
}

a:visited {
	color:#677669;
	text-decoration:underline;
}

a:hover {
	color:#993300;
	text-decoration:underline;
}

a:active {
	color:#677669;
	text-decoration:underline;
}

h4 {
	margin:2px;
	padding:8px 0px 8px 0px;
	color:#677669;
	border-bottom:1px dotted #677669;
	border-top:1px dotted #677669;
}

#homeLeft {
float:left;
width:238px;
padding:0px 10px 0px 0px;
}

#homeServices {
margin:15px auto 15px auto;
color:#006633;
padding:5px;
font-size:.9em;
line-height:1.3em;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
}

#homeServices ul {
	margin:0px;
	text-indent:0px;
	padding-left:1.8em;
	margin:0px;

}

#homeServices li {
	list-style-type:square;
	line-height:1.7em;
	margin-bottom:3px;

}

#homeRight {
float:left;
width:300px;
}

#homeRight img {
	border:1px solid black;
}

.floatLeft {
	float:left;
	margin-right:5px;
}

.imageCaption {

}

.imageCaption img {
border: 1px solid black;
}

.imageCaptionText {
background-color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.2em;
text-align:center;
font-size:10px;
font-style:italic;
padding:2px 2px 2px 2px;
}

.clear {
	clear:both;
}



/* site map page */

#sitemapText {
	margin:0 auto 0 auto;
	font-size:.75em;
	line-height:1.8em;
}

#sitemapText ul li {

	list-style-type:square;
	margin-left:0px;
}

a.sitemapText:link {
	color:#05533d;
	text-decoration:underline;
}

a.sitemapText:visited {
	color:#05533d;
	text-decoration:underline;
}

a.sitemapText:hover {
	text-decoration:none;
}

a.sitemapText:active{
	color:#05533d;
	text-decoration:underline;
}

.bestView {
	font-size:.75em;
	line-height:1.2em;
	font-family:"Times New Roman", Times, serif;
}


/* contact us page */

.contactText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	text-align:center;
	line-height:1.2em;
	border-bottom: solid 1px #666666;
	padding-bottom:10px;
	border-top: solid 1px #666666;
	padding-top:10px;
	text-align:center;
	width:450px;
	margin:15px auto 25px auto;
}

.contactTextheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	letter-spacing:1px;
	color:#677669;
	line-height:1.3em;
	font-weight:bold;
}

#contactForm{
	background-color:#A7C6AB;
	border:#666666 1px solid;
	margin:10px auto 0 auto;
	width:320px;
}

.contactForm td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#003300;
	padding:2px;
}

.formTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.5em;
	letter-spacing:1px;
}

.required {
	color:#993300;
}


/* about us page */

.aboutName {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#999999;
	font-size:1.2em;
	margin:0px;
	color:#993333;
	padding:2px;
	padding-left:10px;

}

.bio {
	border-left:#666 1px dotted;
	border-right:#666 1px dotted;
	width:312px;
	margin:0px auto;
}

.bioText {
	font-size: .80em;
	line-height:1.3em;
	margin:0px;
}

.bioItalic {
	font-style:italic;
}

/* services page */

#servicesList {
	margin-top:10px;
}



.servicesList {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#05533d;
	list-style-image:url(../siteImages/arrow.gif);
	font-size:1em;
	list-style-type:disc;
	text-indent:0em;
	line-height:1.5em;
	margin-left:3em;
	font-weight:bold;
}

.servicesList ul li {
	list-style-type:none;
	list-style-image:none;
	font-size:.8em;
	margin-left:-3em;
	font-weight:normal;
}



/* projects page */

.projectTable {
	text-align:center;
	margin-top:30px;
}

.projectTable img {
	border:solid 1px #000000;
}

.projectHeader {
	width:550px;
	background-color:#677669;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
	padding:3px;
	margin:20px 0px 0px 0px;
}

.projectImage {
	float:left;
	width:250px;
	border:1px solid black;
	margin:10px 0px 10px 10px;

}

.projectFooter {
	width:550px;
	background-color:#677669;
	color:#FFFFFF;
	height:10px;
	margin:30px 0px 10px 0px;
	clear: both;
}

.projectBullets {
	font-size:.70em;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:250px;
	float:left;
}

.projectBullets ul {
	padding-top:5px;
}

.projectBullets li {
	list-style-type:disc;
	font-size:1em;
	margin-top:0px;
	line-height:1.4em;
}

.divideLine {
	border-bottom:dotted 1px #677669;
	width:550px;
	text-align:left;
	margin:15px auto 0px auto;
	color:#677669;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	padding-left:10px;
}

/* events page */

.eventsTable {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.8em;
	border:#344F32 2px solid;
}

#eventsTableBkgrd{
	background-color:#677669;
	margin:20px auto 20px auto;
}

.eventsTable tr {
	background-color:#FFFFFF;
	vertical-align:top;
}

.eventsTableHeader td{
	background-color:#344F32;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	text-align:left;
}

.eventHeading {
	color:#993300;
	font-weight:bold;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* hiawatha page */


#yellowstoneLeft {
	float:left;
	width:245px;
	margin:0px 0px 10px 0px;
}

#yellowstoneFacts {
	float:left;
	width:245px;
	background-color:#D3E9CB;
	font-size:1.5em;
	color:#677669;
	border:dashed 1px #677669;
	padding:5px;
	margin:0px 0px 15px 0px;
}

#yellowstoneFacts ul{
	margin:15px 0px 0px 0px;
	padding-left:18px;
	text-indent:0em;
	color:#333333;
}

#yellowstoneFacts li {
	list-style-type:square;
	list-style-position:outside;
	line-height:1.2em;
	padding:0px;
	margin-bottom:8px;
	text-indent:0em;
	font-size:.6em;
}

#yellowstoneFacts img {
	border:solid 1px #677669;
	margin:5px auto 5px auto;
	text-align:center;
}

.yellowstoneImage {
	float:left;
	margin:5px auto 5px 10px;
	text-align:center;
	padding:0px;
	border:1px solid black;
}

#yellowstoneRight {
	float:right;
	width:275px;
	padding:0px;
	margin:15px 0px 10px 0px;
}

.yellowstoneTable {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:.75em;
	color:#333333;
	font-style:italic;
	font-weight:bold;
	line-height:1em;
}

.yellowstoneTable img {
	border:1px solid black;
}


.yellowstoneTableHeader {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:1px;
	background-color:#677669;
	
}

/* hiawatha page */


#hiawathaLeft {
	float:left;
	width:245px;
	margin:0px 0px 10px 0px;
}

#hiawathaFacts {
	float:left;
	width:245px;
	background-color:#D3E9CB;
	font-size:1.5em;
	color:#677669;
	border:dashed 1px #677669;
	padding:5px;
	margin:0px 0px 15px 0px;
}

#hiawathaFacts ul{
	margin:15px 0px 0px 0px;
	padding-left:18px;
	text-indent:0em;
	color:#333333;
}

#hiawathaFacts li {
	list-style-type:square;
	list-style-position:outside;
	line-height:1.2em;
	padding:0px;
	margin-bottom:8px;
	text-indent:0em;
	font-size:.6em;
}

#hiawathaFacts img {
	border:solid 1px #677669;
	margin:5px auto 5px auto;
	text-align:center;
}

.hiawathaImage {
	float:left;
	margin:5px auto 5px 10px;
	text-align:center;
	padding:0px;
	border:1px solid black;
}

#hiawathaRight {
	float:right;
	width:275px;
	padding:0px;
	margin:15px 0px 10px 0px;
}

.hiawathaTable {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:.75em;
	color:#333333;
	font-style:italic;
	font-weight:bold;
	line-height:1em;
}

.hiawathaTable img {
	border:1px solid black;
}


.hiawathaTableHeader {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	font-size:1.2em;
	letter-spacing:1px;
	background-color:#677669;
	
}