/********************
 * Defaults
 */
html, body {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	overflow-x: hidden;
}

h1, h2, h3 {
	clear: both;
	padding-top: 30px;
	color: #f75200;
	border-bottom: 2px solid #000;
}

a:link, a:visited {
	color: #f70;
} a:hover, a:active {
	color: #f93;
}

img {
	border: none;
}

ol, ul {
	line-height: 1.2em;
}

.error, .message {
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	display: block;
} .error {
	color: #d00;
} .message {
	color: #d42;
}

.print-block, .print-in {
	display: none;
} .screen-block {
	display: block;
} .screen-in {
	display: inline;
}


.fr { float: right !important; }
.fl { float: left !important; }

.cl { clear: left !important; }
.cr { clear: right !important; }
.cb { clear: both !important; }

.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

.p0, .m0 { 
	padding: 0 !important;
	margin: 0 !important;
}

.first {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
}

.phone {
	font-weight: bold;
	color: #f60;
}

.border { border: 1px solid #000; }


/********************
 * Search Fields
 */
.search-fields {
	font-weight: bold;
	float: left;
} .search-field {
	padding-bottom: 7px;
}

/********************
 * Lightbox
 */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/site_images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/site_images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/********************
 * Structure
 */
#core {
	background-image: url(/site_images/backgrounds/BACKside1.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 790px;
	text-align: left;
}

#header {
	background-image: url(/site_images/backgrounds/BACKmain1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 240px;
	clear: both;
} #header-phonenumbers {
	position: relative;
	top: 118px;
	left: 265px;
	width: 525px;
	font-weight: bold;
	font-style: italic;
	color: #f60;
} #header-welcome {
	position: relative;
	top: 130px;
	left: 225px;
	width: 565px;
}

#navigation {
	float: left;
	width: 165px;
	height: 100%;
} #quick-search {
	margin-left: 25px;
	padding-bottom: 18px;
} #quick-search a {
	margin-left: -25px;
} #quick-search .search-field {
	padding-bottom: 5px;
} #quick-search .search-fields {
	margin-bottom: 8px;
	color: #fff;
} #quick-search input, #quick-search select {
	font-size: 0.75em;
} #nav-items {
	margin: 0;
	padding: 0;
} #nav-items li {
	list-style-type: none;
	height: 28px;
}

#content {
	float: right;
	width: 620px;
	margin-left: 5px;
} #content p {
	margin-top: 0;
}

#footer {
	background-image: url(/site_images/backgrounds/BACKbottom1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 250px;
	text-align: center;
	color: #fff;
	clear: both;
} #animated-sign {
	position: relative;
	top: 45px;
	left: 17px;
	margin-right: 60px;
}

#floatdiv {
	position: absolute;
	width: 160px;
	left: 0px;
	top: 0px;
	background: #f90;
	border: 2px solid #f90;
}
#recent-activity {
	padding: 5px;
	background: #fff;
	width: 131px;
} #recent-activity div {
	margin: 4px 0 4px 0;
	height: 38px;
	font-size: 0.7em;
} #recent-activity p {
	margin-top: 0;
	font-size: 0.75em;
	font-weight: bold;
} #recent-activity img {
	padding-right: 4px;
}
