
	* {
	  margin: 0;
	  padding: 0;
	}
	html {
	}
	body
	{
		background-repeat: no-repeat;
		background-position: top center;
		background-color:#000000;
		background-image: url(images/background-images/001.jpg);
		font-size: 80%;
		font-family: "Tahoma", Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		letter-spacing:normal;
	}

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

	img
	{
		border: 0px;
	}


	h2
	{
		text-transform: uppercase;
		color: #FFCC00;
		padding-bottom: 8px;
	}

	h3
	{
		padding-bottom: 8px;
		color: #FFCC00;
		font-weight: normal;
		line-height: 20px;
	}

	h4
	{
		padding-bottom: 2px;
		padding-top: 8px;
		color: #FFCC00;
		font-size: 110%;
		font-weight: normal;
		line-height: 20px;
	}

	h5
	{
		color: #FFCC00;
		font-weight: normal;
		line-height: 20px;
	}


	p
	{
		color: #FFFFFF;
		font-weight: normal;
		line-height: 20px;
		margin-bottom: 10px;
	}
	
.bold {
font-weight:bold;
}
	strong
	{
		color: #FFCC00;
}
	#headerimg
	{
		position: relative;
		top: -35px;
	}

	#pagebg
	{
		background-image: url(../images/bg-fade.png);
		background-repeat: repeat-x;
		background-position: top center;
		clear: both;
	}


	#homemap
	{
		width:100%;
		min-height:288px;
		position: relative;
		top: -30px;
		background-image: url(../images/home-map.png);
		background-repeat: no-repeat;
		background-position: right top;
		padding-top:110px;
	}

	.innerbox
	{
		width: 910px;
		margin: auto;
	}

	.page_item
	{
		position: relative;
		z-index: 2;
	}


	.alignright
	{
		float: right;
		padding-left: 20px;
	}

	.post a:visited,
	.post a:active,
	.post a:link,
	.post a:hover
	{
		color:#FFCC00;
		text-decoration: underline;
	}
	
	.post a:hover
	{
		text-decoration: none;
	}


	#breadcrumbs
	{
		color: #FFCC00;
		font-size: 90%;
		padding-bottom:20px;
	}


	#breadcrumbs a:link,
	#breadcrumbs a:visited,
	#breadcrumbs a:hover
	{
		color: #FFCC00;
	}

	#navitop
	{
		width: 100%;
		height:35px;
		text-align:right;
		background-image:url(../images/top-nav-bg.png);
		font-weight: bold;
		text-transform: uppercase;
		font-size: 90%;
	}

	#navitop ul
	{
		padding-top: 12px;
	}

	#navitop ul li
	{
		display: inline;
		padding: 5px;
		position: relative;
		z-index: 5;
	}

	#navileft
	{
		width: 180px;
		float: left;
	}
	#navilefttop
	{
		text-align: right;
	}

	#navileftbot
	{
		text-align: right;
		padding-top: 80px;
		padding-right: 20px;
		color: #ffcc00;
		font-size: 120%;
	}


	#navileftbot ul
	{
		padding-top: 10px;
	}


	#navileftbot ul li
	{
		font-size: 90%;
		list-style: none;
	}

	#contentbg-top
	{
		width: 720px;
		height: 17px;
		background-image:url(../images/content-block-top.png);
		float: right;
	}

	#contentbg
	{
		float: right;
		width: 720px;
		min-height: 564px;
		/* ie6 min-height hack */
		height: auto !important;
		height: 564px;
		background-image: url(../images/content-block-mid.png);
		background-repeat: repeat-y;
	}

	#content
	{
		padding: 13px 30px 30px 30px;
	}

	#footer
	{
		/*background-image: url(../images/footer-bg.png);*/
		background-position:center;
		background-color: #000000;
		min-height:200px;
	}

	#footer h5
	{
		text-transform: uppercase;
		font-size: 120%;
	}

	#leftfooter
	{
		padding-top: 10px;
		float: left;
		width: 253px;

	}

	#rightfooter
	{
		margin-top: -20px;
		width: 480px;
		padding-right: 15px;
		float: right;
		position: relative;
		left: 20px;
		text-align: right;
	}

	#rightfooter h5
	{
		float: left;

	}

	#rightfooter .gallery img
	{
		position: relative;
		bottom: 65px;
	}


/* form elements */
form {
	margin:0px; padding: 0 5px;
	border: 0px solid #dcdcdc; 
	background-color: transparent;
	}
	
fieldset
	{
		border:0px solid #000;
		clear:both;
		padding-bottom:10px;
	}
	
label {
		float:left;
		width:120px;
		border:0px solid #000;
		margin-right:20px;
		clear:both;
		padding-bottom:8px;
}
input {
	padding:2px;
	border:1px solid #dcdcdc;
	font: normal 1em Lucida,tahoma,sans-serif;
	color:#777;
}
textarea {
	width:430px;
	padding:0px;
	font: normal 1em Lucida,tahoma,sans-serif;
	border:1px solid #dcdcdc;
	height:100px;
	display:block;
	color:#777;
}
input.submitButton { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #000;
	background: #dcdcdc;
	border: none;
}


.yellowTxt
	{
		color: #FFCC00;
	}

	.yellowlink a:link,
	.yellowlink a:visited,
	.yellowlink a:hover,
	.yellowlink a:active,
	.yellowlink
	{
		padding-top: 5px;
		color: #FFCC00;
	}

	
	



  /*
    Alpha PNG support for IE
    ------------------------------
    \*/
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+(this.src="images/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }



