@charset "utf-8";
/* CSS Document */
	body {
	margin:0px;
	background:url(../images/bg.jpg) #ffffff repeat-x;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif
}
a {
	outline:none;
}
.repeat-x {
	background-repeat:repeat-x;
}
.repeat-y {
	background-repeat:repeat-y;
}
.runTxt, .runTxt a {
	/*font-family:Tahoma;*/
	font-size:12px;
	color:#666666;
	line-height:16px;
	text-decoration:none;
}
.runTxt a:hover {
	/*font-family:Tahoma;*/
	font-size:12px;
	color:#666666;
	line-height:1em;
	text-decoration:none;
}
.subTxt {
	/*font-family:Tahoma;*/
	font-size:14px;
	font-weight:bold;
	color:#97ab00;
}
.readMoreTxt, .readMoreTxt a {
	/*font-family:Tahoma;*/
	font-size:12px;
	font-weight:bold;
	color:#97ab00;
	text-decoration:none;
}
.readMoreTxt a:hover {
	/*font-family:Tahoma;*/
	font-size:12px;
	font-weight:bold;
	color:#97ab00;
	text-decoration:underline;
}
.sublink, .sublink a {
	/*font-family:Tahoma;*/
	font-size:14px;
	font-weight:bold;
	color:#37b000;
	text-decoration:underline;
}
.sublink a:hover {
	/*font-family:Tahoma;*/
	font-size:14px;
	font-weight:bold;
	color:#97ab00;
	text-decoration:underline;
}
.no-repeat {
	background-repeat:no-repeat;
}
.bdr {
	border-right: #cfcfcf solid 1px;
	border-bottom:#cfcfcf solid 1px;
	border-left:#cfcfcf solid 1px;
}
.footerBdr {
	border:#dbdada solid 1px;
}
.footerTxt {
	/*font-family:Tahoma;*/
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.rightTblLB {
	border:#cdcec9 solid 1px;
}
.links {
	/*font-family:Tahoma;*/
	font-size:12px;
	color:#000;
	line-height:16px;
}
a.links {
	/*font-family:Tahoma;*/
	font-size:12px;
	color:#000;
	line-height:16px;
	text-decoration:none;
	border:0
}
a.links:hover {
	/*font-family:Tahoma;*/
	font-size:12px;
	color:#666;
	line-height:16px;
	text-decoration:none;
	border:0;
	border-bottom:1px dotted #666

}
.imgBdr {
	border:#ccc solid 2px;
}
.MainNav {
	font-family:Tahoma, "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.MainNav a {
	font-family:Tahoma, "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding:0px 10px;
}
.MainNav a.current {
	font-family:Tahoma, "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:0px 10px;
}
.MainNav a:hover {
	font-family:Tahoma, "Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:0px 10px;
}
.textfield
{
	width:200px;
	}
	
ul.arrow li {
	list-style:none;
	background: url(../images/arrow.jpg) left center no-repeat;
	padding:.5em;
}

ul.arrow-sidebar li {
	list-style:none;
	background: url(../images/arrow.jpg) left center no-repeat;
	padding:.5em;
	margin-left:-3.5em
}

ul.arrow li span, ul.arrow-sidebar li span{
	margin-left:1.25em;
}

ul.arrow li span.runTxt {
	display: block
}

label {
	font-weight:700;
	width:10em;
	display:block;
	float:left
}

div.contact-info {
	margin:1em;
	clear:both;
	padding:1em;
}

div.contact-info span {
	display:block;
	float:left
}

img {
	border:0
}