/*
-------------------------------------------------
Style Sheet Copyright 2008 Pinsonnault Creative
http://www.pinscreative.com

Modified for Civ-Tek Corporation July 2008

This style sheet may not be resold or redistributed
in any way shape or form. You are entitled to use 
it for a single web site.
-------------------------------------------------
*/

body {
	background: #fff url(../images/bodybkgrd.gif) repeat-x top;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#wrap {
	width: 620px;
	margin: 0 auto;
	padding: 0;
}
/* ----- top navigation ------*/
#nav {
	width: 620px;
	margin: 0 0 0 35px;
	padding: 0;
	height: 60px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/navbkgrd.gif) no-repeat center left;
}
#nav li a {
	padding: 10px 15px 8px 15px;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
}
#nav li a:hover {
text-decoration: underline;
}
#main-body {
	width: 618px;
	background:url(../images/mainbkgrd.gif) no-repeat top;
	padding: 10px 0 0 0;

}
#header {
	margin: 25px 20px 8px 20px;
	padding:0;
}
#smallnav {
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: right;
	margin: 0px 25px 25px;
	padding: 0px;
}
#smallnav a {
	color: #333333;
	text-decoration: none;
}
#smallnav a:hover {
	color: #02659A;
	text-decoration: underline;
}
#smallnav a:visited {
	color: #666666;
	text-decoration: none;
}
#content {
	width: 540px;
	padding: 0px 20px 10px 20px;
	margin-left: 20px;
	margin-right: 20px;
}
#content p {
	line-height: 1.5em;
	margin-bottom: 16px;
	margin-top: 8px;
}
#content li {
	margin-top: 6px;
	padding-top: 0px;
	list-style-position: outside;
	list-style-type: square;
}
#content ul {
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	color: #046495;
	font-size: 140%;
	font-family: Helvetica,Arial, sans-serif;
	font-weight: 100;
	padding-bottom: 0px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}
h2 {
	color: #006699;
	font-size: 110%;
	font-family: Helvetica,Arial, sans-serif;
	margin: 0;
	padding-bottom: 0px;
}
.clearfix {
	clear: both;
}
#footer {
	padding: 10px 35px 10px 30px;
	font-size: 0.8em;
	text-align: center;
	border-top-color: #006699;
	border-top-style: solid;
	border-top-width: 2px;
	margin: 0px 20px 0px 20px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #000099;
}
#content a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #000099;
	text-decoration: underline;
}
