@charset "UTF-8";
/* CSS Document */

<!--

/* general styles */
html, body, form, div, table, tr, td, p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 21px;
	background: #d1d1d1 url(../images/body-bg.png) repeat-x;
	color: #666;
}
h1, h2, h3 {
	background-repeat: no-repeat;
	text-indent: -9999px;
}
p {
	margin-top: 18px;
}
a {
	color: #575757;
	text-decoration: none;
	border-bottom: 1px solid #d5d5d5;
}
a:hover {
	border-bottom: 1px solid #84d459;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
#container {
	margin: 0 auto;
	width: 990px;
}
#top {
	background: #fff;
	height: 56px;
}
#toplogo {
	display: none;
}
#topmenu {
	display: none;
}
#topmenu li {
	float: left;
	margin-right: 30px;
	line-height: 54px;
}
#topmenu li a {
	color: #575757;
	border: none;
}
#topmenu li a:hover {
	border-bottom: 1px solid #84d459;
}

/* template-2.php only */
#topimage2 {
}
#topimage2 h1 {
	font-size: 28px;
	line-height: 30px;
	text-indent: 0;
	color: #fff;
	font-weight: normal;
	width: 450px;
}

/* template-1.php only */
#topmap {
	position: absolute;
	margin-left: 630px;
}
#quicklinks {
	padding-top: 22px;
	padding-left: 28px;
	background: #575757;
	height: 40px;
}
#quickmenu {
	list-style: none;
}
#quickmenu li {
	background: url(../images/arrow-normal-green.gif) no-repeat;
	float: left;
	padding-left: 29px;
	margin-right: 20px;
	height: 20px;
	padding-top: -10px;
	line-height: 14px;
}
#quickmenu li a {
	color: #fff;
	border: none;
}
#quickmenu li a:hover {
	border-bottom: 1px solid #84d459;
}
#boxes {
	border-bottom: 7px solid #ddd;
}
#boxes a {
	border: none;
	color: #ccc;
}
#boxes a:hover {
	border-bottom: 1px solid #84d459;
}
#boxes .box {
	height: 182px;
	float: left;
	width: 300px;
	padding: 20px 0 0 30px;
}
#boxes .boxarrow {
	height: 60px;
	width: 60px;
	position: absolute;
	padding: 0;
	margin: 80px 0 0 240px;
	cursor: pointer;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/
}
#box1 {
	color: #cacaca;
	background: #737373 url(../images/box-bg-1.png) repeat-x;
}
#box2 {
	background: #efefef url(../images/box-bg-2.png) no-repeat;
}
#box3 {
	background: #efefef url(../images/box-bg-3.png) no-repeat;
}
#login {
	width: 300px;
	padding-top: 20px;
}
#login input {
	padding-top: 5px;
	padding-left: 10px;
	width: 220px;
	height: 20px;
	background: #808080;
	color: #fff;
	border: none;
	margin-bottom: 8px;
}
#newsletter {
	padding-top: 12px;
}
#newsletter input {
	border: none;
}
#newsletter #email {
	padding-top: 5px;
	padding-left: 10px;
	width: 115px;
	height: 20px;
	background: #ccc;
	color: #575757;
	border: none;
	margin-bottom: 8px;
}


/* template-1.php */
#content {
	background: #fff;
	padding-top: 10px;
	padding-left: 10px;
}
#content #left {
	display: none;
}
#content #right {
}
#content #right ul {
	padding: 5px;
}


/* template-2.php */
#content2 {
	background: #fff;
	padding: 5px;
}
#content2 #left {
	display: none;
}
#content2 #left ul {
	display: none;
}
#content2 #right {
	float: left;
}
#content2 #right table tr td {
	vertical-align: top;
}
#content2 #right ul {
	 margin-left: 18px;
	 margin-top: 18px;
}
#content2 #right table tr td {
	vertical-align: top;
}

#links ul li {
	margin-left: -18px;
	list-style: none;
}

/* _front-sitemap.php */
#sitemap {
	display: none;
}
#sitemap a {
	color: #686868;
	border: none;
}
#sitemap a:hover {
	border-bottom: 1px solid #84d459;
}
#sitemap ul.top {
	float: left;
	padding-left: 45px;
	list-style: none;
	margin: 0px;
}
#sitemap ul li {
	margin-left: 15px;
	float: left;
	margin-right: 26px;
}
#sitemap ul li:first-child {
	margin-left: 0;
}
#sitemap ul li ul {
	list-style: inherit;
	margin: 0px;
	margin-top: 10px;
}
#sitemap ul li ul li {
	margin: 0px;
	line-height: 18px;
	clear: both;
}

/* general styles */
.readmore {
	padding-left: 10px;
	background: url(../images/arrow-tiny-green.png) no-repeat 0 3px;
}
.left {
	float: left;
}
.backtotop {
	float: right;
	background: url(../images/arrow-tiny-white.gif) no-repeat right 9px;
	padding-right: 14px;
}
.phpmail {
	vertical-align: middle;
}
-->