/* CSS Document */

/*

Site: Deardorff Communications

URL: http://www.deardorffinc.com

Author: John R. Williams

Version: 1.0

Date: 2-7-06

*/

/* @import url(headers.css); */


body
{
	background-color: #FFF;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 1.2em;
	color: #666;
	padding: 0;
	margin: 0;
}

#wrapper
{
	width: auto;
}

/* Header Elements */
#header
{
width: auto;}


#logoprint
{
	width: 300px;
	padding: 10px 0;
}

#tagline, #globalnav, #subnav, #tertiary, #logo
{
	display: none !important;
}

#main
{
	width: auto;;
	padding-bottom: 10px;
}

#main.home
{
	width: auto;;
	padding-bottom: 10px;
	padding-top: 10px;
}

#headerimage
{
	width: 800px;
	height: 250px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color:#333;
}

#content
{
	width: auto;;
}

/*    Sections    */

#sections
{
	width: auto;
	padding: 0;
}

#sections p
{
color: #333;
}

#sections p a
{	
	visibility:hidden;
}

#sections a:hover
{
	color: #cbcbcb;
	text-decoration:underline;
}

.sectionslist ul
{
margin: 5px 0 0 5px;
padding: 0;
}

.sectionslist ul li
{
	list-style-type:none;
	border-left: 1px solid #d43b3b;
	padding: 0 0 0 5px;
	margin-bottom: 5px;
	color: #777;
	font-size: 11px;
	line-height: 1em;
}

#sections img
{
	width: 195px;
	height: 106px;
}

#section1
{
	float: left;
	width: 195px;
	margin-right: 5px;
	
}

#section2
{
	float: left;
	width: 195px;
	margin-right: 5px;
}

#section3
{
	float: left;
	width: 195px;
	margin-right: 5px;
}

#section4
{
	float: left;
	width: 195px;
}

#section3col
{
	float: left;
	width: 595px;
}

#section3col h3
{
	margin-bottom: 8px;
}

.section4col
{
	float: left;
	width: auto;
	margin-bottom: 30px;
}

#sections img
{
	margin: 10px auto;
}

a.directions
{
	background-image:url(../images/contact/download_directions.gif);
	display:block;
	height: 50px;
	width: 141px;
	overflow:hidden;
	line-height: 300px;
}

a:hover.directions
{
	background-image:url(../images/contact/download_directions_over.gif);
	display:block;
	height: 50px;
	width: 141px;
	overflow:hidden;
	line-height: 300px;
}

/*   Standard Elements    */
h1
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px solid #333;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 0px;
}

h2
{
	color: #6f6f6f;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
}

h3
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: 1px solid #393939;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	line-height: 9px;
	letter-spacing: 0px;
}

p
{
	font-size: 11px;
	line-height: 16px;
	margin: 5px 0 10px 0;
}

a
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
}

.small { font-size: 11px; }
.clearer { clear: both; }

input
{
	font-size: 10px;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	padding: 4px;
	margin: 0;
	background-color: #292929;
}

input.reverse
{
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;	
}

textarea
{
	font-size: 10px;
	color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	padding: 4px;
	margin: 0;
	background-color: #292929;
	height: 111px;
	width: 95%;
}

.hide4print
{
	display:none;
}

.printheader
{	
	display:block;
	background-color:#333333;
}

#footer
{
display: none;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h3
{
	visibility: hidden;
	line-height: 11px;
	_font-size: 1px;
	padding: 0 0 3px 0;
	margin: 0;
}

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
