ul,li,p,h1,h2,h3,h4,div,form { 
	padding: 0;
	margin: 0;
}
body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	line-height:1.8;
	color: #EBEBEB;
	background: #000 url(../images/bg.jpg) repeat-x;
}
img {
	border: none;
	display: block;
}
/* --HEADINGS-- */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #FCA61D;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 1;
}
h1.pagetitle {
	padding: 40px 0px 25px 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 17px;
	color: #FFF;
	font-weight: normal;
	padding: 12px 0px 10px 0px;
	line-height: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	line-height: 0px;
}
/* --LISTS-- */
ul {
	margin-top: 6px;
	margin-bottom: 12px;
	margin-left: 15px;
}	
ul li {
	padding-bottom: 12px;
	padding-left: 20px;
	line-height:1.4;
	list-style-type: none;
	background: url(../images/bullet.jpg) no-repeat 0px 3px;
}
/* --TEXT-- */
p {
	padding-bottom: 12px;
}
a {
	text-decoration: none;
	color: #EBEBEB;
}
a:hover {
	text-decoration: underline;
}
.big {
	font-size: 16px;
}
.small {
	font-size: 12px;
}
.promin, .promin a {
	color: #FCA61D;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.white {
	color: #FFF;
}
.blue {
	color: #1B77BA;
}
.red {
	color: #C30;
}
/* --FLOATS-- */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --FORMS-- */
input,select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}
input {
	padding-left: 3px;
	padding-right: 3px;
}
.txtbox {
	border: 1px solid #666;
	height: 18px;
	line-height: 18px;
	width: 170px;
	background-color: #FFF;
}
.messagebox {
    border: 1px solid #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	height: 60px;
	width: 365px;
	background-color: #FFF;
}
/* --WRAPPER-- */
.surround {
	width: 940px;
	margin: 0 auto;
	padding: 0px 20px;
}
/* --HEADER-- */
#header {
	background:url(../images/header/bg.jpg) no-repeat top right;
}
/* --MAIN NAV-- */
#nav {
}
#nav ul {
	list-style-type: none;
	padding: 0px 0px 0px 12px;
	margin: 0px;
}
#nav ul li {
	height: 35px;
	float: left;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}
#nav ul li.last {
	margin: 0px 0px 0px 0px;
}
#nav ul li.active {
	background: url(../images/nav/active-bg.jpg) repeat-x;
}
#nav ul li.active a,#nav ul li.active a:hover {
	color: #FFF;
	font-size: 15px;
}
#nav ul li a {
	padding: 0px 7px;
	font-size: 15px;
	color: #666;
	line-height: 35px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #FCA61D;
}
/* --CONTENT HOME-- */
#home_content {
}
/*FOOTER */
#footer {
	background: url(../images/footer-bg.jpg) repeat-x;
	font-size: 12px;
	color: #EBEBEB;
	line-height: 2.5;
}
#footer a {
	color: #EBEBEB;
	font-size: 12px;
}
#footer a:hover {
	color:#FCA61D;
	text-decoration: none;
}
/* */
.pics img {
	padding: 2px;
	border: #EBEBEB 1px solid;
}
table.tbl {
	margin-bottom: 20px;
}
table.tbl tr {
	background-color: #222;
}
table.tbl tr.tbl_heading {
	background-color: #FCA61D;
	color: #FFF;
	font-size: 17px;
	line-height: 1.4;
}
#pscroller1 {
	width: 285px;
	height: 150px;
	margin: 0 auto;
}
.news_item {
	width: 285px;
	height: 150px;
}