/* CSS Document */
/* -----------------------------------------=========================RESET BROWSER DEFAULTS=======================--------------------- */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote{ padding: 0; margin: 0; font-size: 100%; font-weight: normal; }
ol{ margin-left: 1.4em; list-style: decimal; }
ul{ margin-left: 0; padding-left: 20px; list-style: none; }
img{ border: 0; }
table{ border-collapse: collapse; }
/* --------------------------------------========================= END RESET BROWSER DEFAULTS=====================--------------------- */

/* ---------------------------------------------------------------------------------------------------------------------CONTAINER DIV --*/
body{
	background-color: #669999;
	background-image: url(images/background02.jpg);
	background-position: top center; background-repeat: no-repeat; background-attachment: fixed;
}
a:link, a:hover, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}
a:hover{
	color: #4f6525;
}
#container{
	font-family: "Arial", Arial, Verdana, sans-serif;
	letter-spacing: 2px;
	line-spacing: .8em;
	font-size: 1.2em;
}

/*-------------------------------------------------------------------------------------------------------------------------HEADER DIV --*/
#header{
	margin-bottom: 110px;
}
#header ul{
	background-color: #ffffff;
	background-color: rgba(255,255,255,.65);
	font-size: .9em;
	text-align: right;
	padding-top: 5px; padding-bottom: 7px;
}
#header li{
	color: #000000;
	text-align: right;
	margin: 0 20px 0 0;
	display: inline;
		
}
#header img{
	margin: -30px 0 0 2px;
}

/*------------------------------------------------------------------------------------------------------------------------CONTENT DIVS --*/
#contact, #portfolio, #slideshow{
	background-color: #ffffff;
	background-color: rgba(255,255,255,.6);
	margin-left: 15px; margin-bottom: 10px;
	color: #000000;
	border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em;
}

h2{
	font-size: 2em;
	font-family: "Arial Black", Arial, Verdana, sans-serif;
	margin-bottom: 18px;
	color: #4F6525;
	border-top: 1px solid #4f6525; border-bottom: 1px solid #4f6525;
}
h2 a:hover{
	color: #374916;
}
h3{
	border-bottom: 1px solid #000000;
	margin-top: 20px;
	font-size: 1.3em;
}
li{
	font-size: .95em;
}

#contact{
	float: left;
	padding: 10px; padding-top: 30px;
	min-height: 400px;
	line-spacing: 1.5em;
}
#portfolio{
	float: left;
	padding: 10px; padding-top: 30px;
	min-height: 400px;
}

#slideshow{
	float: left;
	padding: 30px;
	min-height: 380px;
	width: 427px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider .slide img{
	-webkit-box-shadow: 3px 3px 5px #525e5e;
	-moz-box-shadow: 3px 3px 5px #525e5e;
	box-shadow: 3px 3px 5px #525e5e;
}
#slider, #slider li{ 
	width: 00px;
	height: 00px;
	overflow:hidden;
	}
span#prevBtn{}
span#nextBtn{}	









    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0 auto 0 auto;
		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:450px;
		height:290px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	

	/* 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;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
