@charset "utf-8";
/* CSS Document */

/*fix width for addition of this site*/
#googlesearch {
	width:175px;
	}

/*CSS for Image Rotator*/
/*Styling for rotating image in content area*/
.pagephoto {
	margin:0 auto;
	width:849px;
	height:160px;
	overflow:hidden;
	background:url('../images/template_images/headerimg.jpg') no-repeat;
}

html>body .pagephoto{
	width:100%;
	}
	
/*To add or remove images from the rotator add the respective CSS below and update the number of rotating images in the Template*/
/*First image to rotate*/
#pagephoto1{
	background:url('../images/template_images/randomImages/1.jpg') no-repeat;
	}
	
/*Second image to rotate*/
#pagephoto2{
	background:url('../images/template_images/randomImages/2.jpg') no-repeat;
	}
	
/*Third image to rotate*/
#pagephoto3{
	background:url('../images/template_images/randomImages/3.jpg') no-repeat;
	}
	
/*Fourth image to rotate*/
#pagephoto4{
	background:url('../images/template_images/randomImages/4.jpg') no-repeat;
	}
	
/*Fifth image to rotate*/
#pagephoto5{
	background:url('../images/template_images/randomImages/5.jpg') no-repeat;
	}
	
/*Sixth image to rotate*/
#pagephoto6{
	background:url('../images/template_images/randomImages/6.jpg') no-repeat;
	}
	
/*Seventh image to rotate*/
#pagephoto7{
	background:url('../images/template_images/randomImages/7.jpg') no-repeat;
	}
	
/*Eight image to rotate*/
#pagephoto8{
	background:url('../images/template_images/randomImages/8.jpg') no-repeat;
	}
	
/*Ninth Image to rotate*/
#pagephoto9{
	background:url('../images/template_images/randomImages/9.jpg') no-repeat;
	}
		
/*Tenth Image to rotate*/
#pagephoto10{
	background:url('../images/template_images/randomImages/10.jpg') no-repeat;
	}
/*End of Image rotator CSS*/

