html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead{
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
img{
	border: 0px;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #76782D;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	line-height: 45px;
	font-size: 30px;
	color: #76782D;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-size: 20px;
	line-height: 30px;
	color: #76782D;
}
hr{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
table, tr, th, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 0px;
}
table{
	padding: 0;
	margin: 0;
}
table.datatabel{
	border-top: 1px solid #cccccc;
	padding-top: 10px;
}
table.datatabel td{
	border-right: 1px solid #cccccc;
}
table.datatabel td:last-child{
	border-right: 0px solid #cccccc;
}
p{
	padding: 0px;
	margin: 0px;
}
form{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	font-size: 100%;
	padding: 6px;
	width: 98%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	background: -o-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(top, #ffffff, #f0f0f0);
	text-shadow: -1px -1px 0px #ffffff;
	border: 1px solid #cccccc;
}
select{
	width: 98%;
}
input.submit{
	background-color: #232323;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#232323));
	background: -webkit-linear-gradient(top, #555555, #232323);
	background: -moz-linear-gradient(top, #555555, #232323);
	background: -ms-linear-gradient(top, #555555, #232323);
	background: -o-linear-gradient(top, #555555, #232323);
	background: linear-gradient(top, #555555, #232323);
	-webkit-box-shadow: 0px 1px 0px 0px #a8a8a8 inset;
	-moz-box-shadow: 0px 1px 0px 0px #a8a8a8 inset;
	-ms-box-shadow: 0px 1px 0px0px #a8a8a8 inset;
	-o-box-shadow: 0px 1px 0px 0px #a8a8a8 inset;
	box-shadow: inset 0px 1px 0px 0px #a8a8a8;
	text-shadow: -1px -1px 0px #3b3b3b;
	border: 1px solid #232323;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	width: 100%;
}
input.submit:hover, input.submit:active{
	background-color: #232323;
	border: 1px solid #232323;
	-webkit-box-shadow:0 0 10px 5px #232323 inset;
	-moz-box-shadow: 0 0 10px 5px #232323 inset;
	-ms-box-shadow: 0 0 10px 5px #232323 inset;
	-o-box-shadow: 0 0 10px 5px #232323 inset;
	box-shadow: 0 0 10px 5px #232323 inset;
	cursor: pointer;
}
/* MENU.CSS */
#wrapper{
	margin: auto;
	width: 900px;
	float: none;
}
#wrapper #header{
	padding: 35px 0px;
	height: 70px;
	width: 900px;
	text-align: center;
	float: left;
}
#wrapper #info{
	background-color: #ffffff;
	min-height: 275px;
	width: 860px;
	margin: 0px;
	clear: both;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .15);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .15);
	-ms-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .15);
	-o-box-shadow: 0px 0px 10px 1px rgba(0,0,0, .15);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0, .15); 
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
	line-height: 24px;
	padding: 20px;
	float: left;
}
#wrapper #footer{
	text-align: center;
	line-height: 25px;
	padding: 5px 0px 15px 0px;
	font-size: 11px;
	color: #999999;
	width: 900px;
	float: left;
}
#wrapper #footer a:link, #wrapper #footer a:visited{
	text-decoration: none;
	color: #999999;
}
#wrapper #footer a:hover{
	text-decoration: underline;
}
#footer #sitemap{
	padding: 15px 0px 25px 0px;
	width: 100%;
	margin: 0px;
}
#footer #sitemap table{
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px;
}
#footer #sitemap table tr{
	padding: 0px;
	margin: 0px;
}
#footer #sitemap table tr td{
	border-left: 1px solid rgba(0,0,0, .15);
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#footer #sitemap table tr td:last-child{
	border-left: 0px solid rgba(0,0,0, .1);
	padding: 0px;
	margin: 0px;
}
#footer #sitemap table tr td:first-child{
	border-left: 0px solid rgba(0,0,0, .1);
	padding: 0px;
	margin: 0px;
}
#footer #sitemap table tr td a:link, #footer #sitemap table tr td a:visited{
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	display: block;
	color: #666666;
	margin: 0px;
}
#footer #sitemap table tr td p{
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	display: block;
	color: #666666;
	margin: 0px;
}
#footer #sitemap table tr td a:hover{
	text-decoration: underline;
	color: #666666;
}
#footer #sitemap table tr td a.sub:link, #footer #sitemap table tr td a.sub:visited{
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	display: block;
	color: #666666;
	margin: 0px;
	float: none;
}
#footer #sitemap table tr td a.sub:hover{
	text-decoration: underline;
	color: #666666;
}
#footer #sitemap table tr td a.sub2:link, #footer #sitemap table tr td a.sub2:visited{
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
	font-size: 12px;
	display: block;
	color: #666666;
	margin: 0px;
	float: none;
}
#footer #sitemap table tr td a.sub2:hover{
	text-decoration: underline;
	color: #666666;
}
#footer #sitemap table tr td a.current:link, #footer #sitemap table tr td a.current:visited{
	font-weight: bold;
}

#footer #sitemap table tr td.contactinfo{
	text-align: left;
	padding-left: 70px;
	color: #666666;
	width: 140px;
}

ul.newsspot{
	list-style-type: none;
	width: 100%;
	padding: 0;
	margin: 0 0 40px 0;
	float: left;
}
ul.newsspot li{
	list-style-type: none;
	width: 28%;
	float: left;
	padding: 0 5% 0 0;
	margin: 0;
}
ul.newsspot li i{
	font-size: 13px;
	color: #666666;
}
.newscount1 li{
	width: 100% !important;
	padding: 0 !important;
}
.newscount2 li{
	width: 45% !important;
}




