@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #336600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 20px;
	font-style: italic;
	font-weight: normal;
	font-size: 30px;
}
.clear {
	clear: both;
}
.wrap {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.footer {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-color: #006600;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	padding-top: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #009900;
	padding-bottom: 20px;
}
.header {
	background-color: #009900;
}
.content {
}
.pages {
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.footer a {
	color: #FFFFFF;
}
.footer a:hover {
    text-decoration: none;
}
.footer a:active a:visied {
    color: #FFFFFF;
}

.nav {
	background-color: #009933;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/tab.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009933;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.nav ul {
	list-style-type: none;
}
.nav li {
	display: block;
	float: left;
}
.nav  a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: center;
	width: 135px;
}
.nav   a:hover   {
	background-color: #000000;
	background-image: url(../images/tab-hover.gif);
	background-repeat: repeat-x;
}
.home-pic {
	background-image: url(../images/homeimage.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.info {
	background-repeat: no-repeat;
	background-position: 730px 6px;
	height: 15px;
	border-top-width:0px;
	border-top-style: dotted;
	border-top-color: #DDD;
}
.phone {
	font-size: 10px;
	text-align: center;
	width: 255px;
	float: left;
	margin-top: 33px;
}
.address    {
	width: 300px;
	float: left;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
}
.fax {
	float: left;
	width: 230px;
	font-size: 10px;
	text-align: center;
	margin-top: 33px;
}

