/*
	File: template.css 
	Date: July 24, 2006
	Created by: Kelley Marketing, LLC
	Contents: 
		- DIV id rules
	
*/


/*  template */

html {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

body {
	margin: 0px auto 0px auto;
	text-align: center;
	background-color:#344F32;
}

#main {
	margin: 6px auto 0px auto;
	text-align:left;
	width: 760px;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
}

#header{
	height: 93px;
	margin: 0px auto 0px auto;
	width: 760px;
	background-image:url(../siteImages/header.jpg);
}


/* nav bar styles */

#nav {
	width:760px;
	height:57px;
	margin:0px;
	padding:0px;
	background-image:url(../siteImages/nav_area.jpg);
	text-align:right;
}

#navText {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.70em;
	font-weight:bold;
	padding:2px 30px 0px 0px;
	color:#666666;
}

#navText a:link {
	text-decoration:none;
	color:#CC6600;
}

#navText a:visited {
	text-decoration:none;
	color:#CC6600;
}

#navText a:active {
	text-decoration:none;
	color:#993300;
}

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


#mainContent {
	width:760px;
	text-align:left;
	margin: 0px auto 0px auto;
	height:100%;
	background-image:url(../siteImages/repeat.jpg);
	background-repeat:repeat-y;
}

#content{
	min-height:360px;
	width:760px;
	margin: 0px auto 0px auto;
	float:left;
	background-image:url(../siteImages/content_bg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#pageTitle {
	text-align:left;
	padding: 0px 0px 0px 50px;
	margin:0px auto 0px auto;
}

h1 {
	letter-spacing:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#993300;
	font-size:1.3em;
	font-weight:bold;
}

#innerContent{
	text-align:left;
	height:100%;
	margin: 25px auto 0px auto;
	width:550px;
}

#footer {
	clear:both;
	height: 15px;
	margin: 0px;  
	width: 760px;
	background-image:url(../siteImages/footer.jpg);
	background-repeat:no-repeat;
	background-color:#344F32;
}

#copyright{
	text-align:center;
	font-size:.7em;
	color:#999999;
	font-family:"Times New Roman", Times, serif;
	padding-top:18px;
}

#copyright a {
	text-decoration:underline;
	color:#999999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.85em;
}

#copyright a:link {
	text-decoration:underline;
}

#copyright a:visited {
	text-decoration:underline;
}

#copyright a:active {
	text-decoration:underline;
}

#copyright a:hover {
	text-decoration:underline
}

#sitemap{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:.7em;
	color:#999999;
	text-decoration:none;
	padding:0px 0px 6px 0px;
}

#sitemap a {
	text-decoration:underline;
	color:#999999;
}

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

#sitemap a:visted {
	text-decoration:underline;
	color:#999999;
}

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

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