body {
		background-image:url(../images/blue-background-slice.jpg);
		background-repeat:repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		color:#ffffff;
	}
/* ----------------p tag-------------------------------------------- */
p {
		font-size:16px;
		line-height:28px;
		font-style:italic;
		color:#FFFFFF;
		width:400px;
		margin-top:20px;		
		}

/* ----------------htags-------------------------------------------- */

	h1{
		font-size:30px;
		margin:20px 0px 40px 0px;
		font-weight:normal;
		color:#FFFFFF;
		}
	h2{
		font-size:30px;
		font-weight:normal;
		color:#333333;
		padding: 20px 0px 0px 120px;
		}	
		
/* ----------------link states-------------------------------------------- */		
		a {
			color: #00539f;
			text-decoration: underline;
		}

		a:hover {
			text-decoration: underline;
			color: #414b56;
		}

/* ----------------photos-------------------------------------------- */

		
		#photoWrapper {
		padding:60px 0px 0px 50px;
	
		}
		
		
		.photo1{
		background-image:url(../images/photo1.jpg);
		height:446px;
		width:1007px;
		
		}
		
		.photo2{
		background-image:url(../images/photo2.jpg);
		height:446px;
		width:1007px;
		}
				
		.photo3{
		background-image:url(../images/photo3.jpg);
		height:446px;
		width:1007px;
		}
		
/* ----------------preload-------------------------------------------- */		
				
	
	img{border:none;}
	
	pre{
		display:block;
		width:1147px;
		}	
/* ----------------footer-------------------------------------------- */	

	#footer{
	height:290px;
	width:1147px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	}	

/* ----------------bottom copy-------------------------------------------- */	

		#action-copy {
		margin:30px 0px 0px 120px;
		}
		#call-to-action-left {
		float:left;
		width:400px;
		}
		#image-action {
		float:left;
		}
		
		#call-to-action-copy {
		font-size:14px;
		color:#333333;
		line-height:20px;
		margin-top:20px;
		}
		
		#call-to-action-right {
		float:left;
		margin-left:60px;
		width:400px;
		}
		
/* ----------------image replacement------------------------------------------- */			
			
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
			
			
	#container-background{
	
	width:1147px;
	background-image:url(../images/middle.jpg);
	background-repeat:no-repeat;
	
	}
	
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:1003px;
		padding-top:24px;
			

		}	

/* ----------------header-------------------------------------------- */	

	#header{
		height:62px;
		width:1147;
		background-image:url(../images/top.jpg);
		background-repeat:no-repeat;
		}	
		

/* ----------------content-------------------------------------------- */	


	#content{
		position:relative;
		}			
/* ----------------slider------------------------------------------- */	


	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0px 0px 0px 0px;
		padding:0;
		list-style:none;
		}
	#slider2{}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1007px;
		height:446px;
		overflow:hidden;
	
		}	
	
		
	/* numeric controls */	

	ol#controls{
	margin-left:10px;
		padding:0;
		height:10px;	
		}
	ol#controls li{
		
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:16px;
		line-height:16px;
		font-size:10px;
		border:1px solid #ccc;
		background:#ffffff;
		color:#00539f;
		padding:0 0px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#cccccc;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
