body {
	color:#333;
	line-height:180%;
	margin:0;
	padding:0;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #069;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
	background-image: url(../images/bg.jpg);
	}
	a:link {
	color: #033;
	}
	a:hover {
	color: #066;
	}
	a:active {
	color: #069;
	}
	a:visited {
	color: #333;
	}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:0 0px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		margin:0;
		padding:0 0px;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{
	position:relative;
	text-align:left;
	width:960px;
	margin-bottom:2em;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
		}	
	#header{
	height:314px;
	line-height:80px;
	color:#fff;
		}
	#nav{
	text-align: center;
	padding: 5px;
	}
	#nav li{
	display: inline;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	text-transform: uppercase;
	}
	#content{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFCE2;
	border: 10px solid #C4E0C1;
	padding: 5px;
		}
	#columns { 
	width: 940px; 
}
	#columnlft{
	position:relative;
	background-color: #FFFCE2;
	float: left;
	width: 450px;
	padding: 5px;
		}	
	#columnrt{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFCE2;
	float: right;
	width: 450px;
	padding: 5px;
		}	
	#footer{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../images/footer.png);
	background-position: center top;
	height: 100px;
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leadTxt {/*this class is meant to style the leading text of paragraphs */
	font-size:105%;
	text-transform: uppercase;
	color: #033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	list-style:none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
	#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:940px;
		height:400px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	color:#FFF;
	padding:0 10px;
	text-decoration:none;
	background-color: #99591E;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #930;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Shadowbox */

.galleryBig {
	padding:0 0px 10px 20px;
}
.galleryRow {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
}

.galleryRow img{
	border-bottom:4px solid #000000;
}


.galleryRow img:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #066;
}

/* // Shadowbox */

