
* {margin:0; padding:0}
body {
	margin: 0;
	padding: 0;
	
	background: #000000 ;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #AAFF00;
	padding-left: 5px;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 1em 5px;
	line-height: 120%;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #dddddd;
}

a {
	color: #AAFF00;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	padding: 2px 2px 2px 0;

}

img.left {
	float: left;
	margin: 10px 0 5px 30px;
}


/* Header */

#wrapper {background: url(../images/newbg.png) repeat-x;
width:900px; margin:0 auto} 



#header {
	width: 900px;
	height: 275px;
	margin: 0px auto;
	padding: 0 0 0  0 ;
	overflow: hidden;
	z-index: 1;
}
table {
	border: 0;
	margin: 0;
	padding: 0;
}


#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #AAFF00;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 5px 39px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	margin-top: 65px;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search br {
	display: none;
}

/* Menu */

#menu-sub {
	width: 901px;
	height: 35px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #6AA2FD url(../images/img04.gif);
}

#menu-sub ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-sub li {
	display: inline;
	text-transform: uppercase;
}

#menu-sub a {
	display: block;
	float: left;
	background: url(../images/img15.gif) no-repeat right 100%;
	padding: 6px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu-sub a:hover {
	height: 40px;
	background: url(../images/img16-sub.gif) repeat-x right 30%;
	color: #000000;
}

#menu-sub .current_page_item {
}

#menu-sub .current_page_item a {
	color: #FFFFFF;
}

#menu {
	width: 901px;
	height: 60px;
	margin: 0 auto;
	background: #6AA2FD url(../images/img04.gif);
	margin-top: 64px;
	clear: right;
	overflow: hidden;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/img15.gif) no-repeat right 100%;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 60px;
	background: url(../images/img16.gif) repeat-x right 30%;
	color: #000000;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}
/* Page */

#page {

	width: 880px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Ads */

#ads {
	float: right;
	padding: 15px 0 0 15px;
}

/* Content */

#content {
	float: left;
	width: 880px;
	padding-top: 20px;
}

.post {
	margin-bottom: 30px;
	margin-left: 20px;
	width: 478px;
}

.post .title {
	height: 50px;



}

.post .title h2 {
	font-size: 2.2em;
	background: #FFB700 url(../images/img05.gif);
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding-top: 15px;
	width: auto;
}

div.entry p {margin-right:20px;}

.post .links {
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(../images/img08.gif) no-repeat;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	background: url(../images/img09.gif) no-repeat;
}

.post .links .comments {
	background: url(../images/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(../images/img13.jg) repeat-y left top;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../images/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(../images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #1F1F1D;
	border: 1px solid #11110F;
	text-align: center;
}

#calendar thead {
	background: #161616;
}

#calendar tbody td {
	background: #0F0F0D;
	border: 1px solid #11110F;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #121210;
	border: 1px solid #11110F;
	font-weight: bold;
	color: #AAFF00
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}
#top-nav {
	padding: 10px 39px 5px 0;
	text-align: right;
}
#top-nav a {
	padding: 0 0 3px 24px;
	background: url(../images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}
#top-nav a:hover {
	text-decoration: underline;
}
#contentpage {
	float: left;
	width: 505px;
	padding-top: 30px;
}
#pagezone {
	text-align: left;
	height: 53px;
	padding: 290px 0 0px 1px;
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/page-zones.png);
	background-repeat: no-repeat;
	background-position: left;
}
#wrapper1 {
	background: url(../images/header-index1.jpg) no-repeat center top;
}
#pagebarleft {
	width: 160px;
	padding: 30px 10px 0 0px;
	height: 500px;
	float: left;
}
.pagebarleft  img {
	width: 50px;
	height: 60px;
	padding: 10px 5px 5px 5px;
	float: right;
	position: absolute;
	left: 491px;

}
.pagenavtext {
	width: 100px;
	padding: 15px 5px 0 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	height: 35px;
	float: left;
}
.pagenavtitle {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #000000;
	width: 170px;
	background-image: url(../images/pagenavarrow.png);
	background-repeat: no-repeat;
	background-position: 130px 4px;
}
.pagenavimg {
	width: 40px;
	float: right;
	height: 30px;
	padding: 15px 0 5px 5px;
}
#pagenavcontent {
	width: 170px;
	height: 500px;
	background-color: #000000;
}
.pagenavdivider {
	width: 170px;
	background-image: url(../images/divider.png);
	height: 6px;
}
#pagebarleft a {
	text-decoration: none;

}
#pagebarleft li {
	text-decoration: none;
}
.quicklinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #000000;
	width: 170px;
	text-align: left;
	height: auto;
	background-image: url(../images/quicklinksarrow.png);
	background-repeat: no-repeat;
	background-position: 120px 11px;
}
h4 {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}
#pagenavimg a {

}
.post .iframe {
	margin-bottom: 30px;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	height: auto;
}
h5 {
	color: #aaff00;
	font-size: 13px;
	text-align: justify;

}
.post .entry h3 {
	color: #aaff00;

}
.postindex {
	margin-bottom: 20px;
}
.postindex .title {
	height: 50px;
	width: 100%;
	overflow: hidden;
	clear: left;
}
.postindex .title h2 {
	font-size: 2.2em;
	background: #FFB700 url(../images/img05.gif);
}
.postindex .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}
.postindex .title p a {
	color: #BABABA;
}
.postindex .entry {
	padding-top: 15px;
	height: auto;
	width: 695px;
}
.postindex .links {
	width: 415px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(../images/img08.gif) no-repeat;
}
.postindex .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}
.postindex .links a:hover {
	text-decoration: underline;
}
.postindex .links .more {
	background: url(../images/img09.gif) no-repeat;
}
.postindex .links .comments {
	background: url(../images/img10.gif) no-repeat;
}
.posttraining {
	margin-bottom: 30px;
	width: 478px;
	margin-left: 30px;
}
.posttraining .title {
	height: 50px;
}
.posttraining .title h2 {
	font-size: 2.2em;
	background: #FFB700 url(../images/img05.gif);
}
.posttraining .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}
.posttraining .title p a {
	color: #BABABA;
}
.posttraining .entry {
	padding-top: 15px;
	height: 300px;
	overflow: auto;
}
.posttraining .links {
	width: 415px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(../images/img08.gif) no-repeat;
}
.posttraining .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}
.posttraining .links a:hover {
	text-decoration: underline;
}
.posttraining .links .more {
	background: url(../images/img09.gif) no-repeat;
}
.posttraining .links .comments {
	background: url(../images/img10.gif) no-repeat;
}

img.right {
	float: right;
	margin: 10px 30px 5px 0;
}
h6 {
	color: #aaff00;
	font-size: 16px;
	text-align: justify;
}
img.call {
	margin: 5px 5px 5px 25px;
}
.postindex .contact {
	float: right;
}
#map {
	height: 500px;
	width: 550px;
	border: solid #ffffff 2px;
	margin: 0 0 0 48px;
}
.postindex .contact li {
	line-height: 1.5;
	list-style-type: disc;

}
#logo {
	text-decoration: none;
	color: #AAFF00;
	font-weight: bold;
	width: 900px;
	height: 320px;
}
#indexbuttons {
	float: right;
	width: auto;
	clear: left;
}

img.indexpage {
	float: left;
	margin: 5px 5px 5px 5px;
}
.ads   img {
	padding-right: 5px;

}
.pagenavtitle img {
	width: auto;
	padding: 0;
}
.popuppagetitle {
	font-family: "Trebuchet MS";
	font-size: 17px;
	background-color: #000000;
	width: 200px;
	background-repeat: no-repeat;
	background-position: 130px 4px;
	color: #aaff00;
}
#popuppage {
	width: 515px;
	padding-top: 30px;
	overflow: auto;
	height: 300px;
	margin: 0 15px 0 0;
	padding-right: 30px;
}
.indexintro {
	margin-left: 195px;
}

.pagenavholder {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: left;
	height: 35px;
}

#pagebarright {
	width: 160px;
	padding: 30px 0 0 0;
	height: 500px;
	float: right;
	margin-right: 10px;
}

#pagebarright a {
	text-decoration: none;
}

#pagebarright li {
	text-decoration: none;
}
#wrapper #page #content .postindex .entry #pressrelease {
	width: 200px;
	background-color: #11110F;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#wrapper #page #content .postindex .entry #pressrelease h2 {
	margin-bottom: 10px;
}
#wrapper #page #content .postindex .entry #pressrelease p {
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
}

#slider {margin:0 auto;list-style:none;}	
#slider ul, #slider li,
{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:880px;
		height:100px;
		overflow:hidden; 
		list-style:none;
		}	
		
		
#SlideItMoo_banners_outer {

	display:block; 
	position:relative; 
	width:880px; 
	height:100px; 

}
#SlideItMoo_banners_inner { 
	position:relative ; 
	overflow:hidden ; 
	width:880px ; 
	height:100px ; 
	margin:0px auto 0px;  
}
		
		#mainWrapper {float:left}
		
		.weatherHolder {width:220px; float:left}
		