hul,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: 15px;
	text-align: justify;
	line-height:1.8;
	color: #000;
	background: #FFF url(../images/bg.jpg) repeat-x;
}
img {
	border: none;
	display: block;
}
/* --HEADINGS-- */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F8951D;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 1;
}
h1.home {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F8951D;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	line-height: 1.3;
}
h1.pagetitle {
	padding: 0px 0px 10px 25px;
	background: url(../images/pagetitle.jpg) no-repeat 0px 3px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 17px;
	color: #3169C0;
	font-weight: normal;
	padding: 12px 0px 10px 0px;
	line-height: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 10px 0px 0px 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: #000;
}
a:hover {
	text-decoration: underline;
}
.big {
	font-size: 16px;
}
.small {
	font-size: 13px;
}
.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 {
	height: 18px;
	width: 170px;
}
.messagebox {
	height: 70px;
	width: 550px;
}
/* --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 {
	background: #FF6E03 url(../images/nav/bg.jpg) repeat-x top left;
}
#nav ul {
	list-style-type: none;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}
#nav ul li {
	float: left;
	padding: 0px 1px 0px 0px;
	background: url(../images/nav/sep.jpg) no-repeat right;
}
#nav ul li.nosep {
	background: none;
	padding: 0px;
}
#nav ul li a {
	padding: 0px 61px;
	height: 40px;
	font-size: 15px;
	color: #FFF;
	line-height: 40px;
	text-decoration: none;
}
#nav ul li a.active {
	color: #FEF200;
}
#nav ul li a.active:hover {
	color: #FEF200;
}
#nav ul li a:hover {
	color: #FEF200;
}
/* --BANNER-- */
#banner_home {
	background: #FFF url(../images/banner/home-bg.jpg) no-repeat top left;
	margin: 17px 0px 0px 0px;
}
#SlideItMoo_info_outer { 
	display: block;
	position: relative;
	width: 920px;
	height: 332px;
	margin: 0px auto 0px;
	border: none;
}
#SlideItMoo_info_inner { 
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 332px;
	margin: 0px auto 0px;
}
#SlideItMoo_info_items { 
	display: block;
	position: relative;
}
#SlideItMoo_info_items .info_item{
	display: block; 
	position: relative;
	width: 920px;
	height: 332px;
	float: left;
	background: none;
}
#banner_inside {
	background: #FFF url(../images/banner/inside-bg.jpg) no-repeat top left;
	margin: 17px 0px 0px 0px;
}
/* --CONTENT HOME-- */
#home_content {
}
/*FOOTER */
#footer_wrapper {
	background: url(../images/footer/wrapper-bg.jpg) repeat-x top left;
}
#footer {
	background: url(../images/footer/bg.jpg) no-repeat top center;
}
#footer p {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
}
#footer a {
	color: #FFF;
	font-size: 12px;
}
#footer a:hover {
	color: #FEF200;
	text-decoration: none;
}
/*--MISC--*/
.pics img {
	padding: 2px;
	border: #EBEBEB 1px solid;
}
.r1 {
	background: #F0F0F0;
}