/*
|
| TITLE:	Ardmore Chamber Site Home Style Sheet
| AUTHOR:	Eric Shiarla, emshiarla@gmail.com	
| EMPLOYED:	Pendergraphics Design Group, http://www.pendergraphics.com 	
| 
| CREATED:	June 7th 2006
| MODIFIED: 	---------------
|
*/



/* GLOBAL ELEMENTS MODS/ADS
----------------------------------------------------*/

h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 140%;
	color: #014576; 
}

h3 {
	margin: 30px 0 0 0;
}

h3.description {
	margin: -15px 0 0 0;
	padding: 0; 
	color: #999;
	font-weight: normal;
	font-size: 100%;
}


/* NAVIGATION ELEMENTS MODS/ADS
----------------------------------------------------*/
#utilities {
	margin: 30px 10px 0 0;
}



/* HEADER MODS/ADDS 
----------------------------------------------------*/
#weather {
	margin: 15px 455px 10px 0;
	padding: 10px;
	color: #74819F;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

	#time { color: #999; }
	#conditions { color: #333; }
	
	
	#weather a {
		margin-left: 5px;
	}
	
	#weather a:hover {
		border-bottom: 1px dashed #014576;
	}

#callout {
	position: relative;
	float: right;
	width: 350px;
	height: 298px;
	background: #fff url(../../images/home/callouts/requestdirectory.jpg) no-repeat bottom left;
	border-bottom: 2px solid #014576;
	z-index: 10;
}

	#callout h1, #callout h2, #callout p {
		display: none;
	}
	
	#callout a.click {
		display: block;
		position: absolute;
		bottom: 5px;
		right: 129px;
		width: 112px;
		height: 25px;
	}
	
		#callout a.click span {
			display: none;
		}
		
#logo {
	float: left;
	margin: 3px 0 0 0;
	border: none;
}		

#img-rotation {
	float: right;
	margin: 0;
	padding: 0;
	width: 450px;
	height: 298px;	
	z-index: 1;
	border-bottom: 2px solid #014576;	
}

	#rotationImages {
		display: none;
		margin: 0;
		padding: 0;
		width: 450px;
		height: 298px;
		overflow: hidden;	
		border: none;
		z-index: 1;
	}

	#img-rotation img {
		float: left;
		display: none;
		position: absolute;		
		margin: 0 auto;
		padding: 0;
		z-index: 1;
		border: none;
	}


#directoryAd {
	position: absolute;
	top: 115px;
	left: -85px;
	display: block;
	width: 165px;
	height: 180px;
	background: transparent url(../../images/home/callouts/requestDirectory3.png) no-repeat top left;
	z-index: 99;
}


/* SUB BAR MODS/ADDS 
----------------------------------------------------*/
#subBar {
	background: none;
	height: 29px;
}

#subBar form {
	width: 790px;
}




/* CONTENT MODS/ADDS 
----------------------------------------------------*/
#content {
	clear: both;
	float: right; /* float to contain floated images */
	margin-left: 0;
	padding: 0 15px 35px 15px;
	width: 570px;
}

