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

html,body{ 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #666;
	line-height: 12.5pt;
	height:0px;
}

#wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: inherit;
	height: inherit;
	background: none;
	border: none;
}


h1 {
	color: #014576; 
	font-size: 13pt;
}

h2 {
	margin: 5px 0 1px 0;
	color: #F28C1E;
	font-size: 10.5pt;
}

h3 {
	margin: 5px 0 1px 0;
	color: #F28C1E;
	font-size: 10pt;
}

.hidden {
	display: none;
}

#mainNav, #utilities, #subNav, #subBar form, #header, #img-rotation, #weather, #subContent, #logo, #subBar, #topmidad, #rightad, #sitesnav, #footer {
	display: none;
}

#content {
	margin:15px 0 0 0;
	padding:0;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	line-height: normal;
	border-top: 1px dashed #014576;
}

#breadcrumbs {
	font-size: 8pt;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	line-height: normal;	
	border-bottom: 1px dashed #014576;
}

#breadcrumbs span {
	margin: 0 2px;
}

a:link, a:visited {
	color: #014576;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}



