@charset "utf-8";
/* -----------------------------------------------------

* Filename: styles.css
* Description: external style sheet for Premier Self Storage
* Version: 1
* Website: http://www.premier-self-storage.com
* Author: Automatit, Inc

== ANCHOR =========================================

	@reset				Standard Reset

-------------------------------------------------------*/

/* @reset
-------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset {margin: 0px; padding: 0px;}
html {height: 100%; overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0;}
a {outline: none;}

/* @general
------------------------------------------------------*/
body {background:url('images/background_repeat.jpg') top; color: #4d3123; width:100%;}
body, select, input {font: 13px Verdana, Arial, Helvetica, sans-serif;}

/* @typography
------------------------------------------------------*/
h2 {font-size: 14px; padding-bottom: 3px;} 
h3 {font-size: 13px;} 
p, address {text-align:left; padding-bottom: 14px;}
ul {list-style: disc outside; margin-left: 30px; padding-bottom: 8px;}
	li {padding-bottom: 3px;}
a:link, a:visited {text-decoration: underline; color: #983503;}
a:hover {text-decoration: none; color: #983503;}

/* @defined classes
------------------------------------------------------*/


/* @defined ids
------------------------------------------------------*/
#topNav {
	background:url('images/topNav.jpg') no-repeat; 
	color:#f6b289; 
	font: bold 13px Arial, Helvetica, sans-serif;
	text-align:center;
}
#topNav a:link, #topNav a:visited {text-decoration: underline; color: #f6b289;}
#topNav a:hover {text-decoration: none; color: #f6b289;}

#content {margin:20px 20px 0px 20px;}

#footer {color: #ffffff; font: bold 10px Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase;}
#footer a:link, #footer a:visited {text-decoration: underline;}
#footer a:hover {text-decoration: none;}
#footer a {color: #f6b289;}

/* LightBox
-------------------------------------------------------*/
#lightbox {position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#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: url('images/lightbox/blank.gif') no-repeat; /* Trick IE into showing hover */ display: block}
#prevLink {left: 0; float: left;}
#nextLink {right: 0; float: right;}
#prevLink, #prevLink:visited {background: url('images/lightbox/prevlabel.gif') no-repeat left 15%; }
#nextLink, #nextLink:visited {background: url('images/lightbox/nextlabel.gif') no-repeat right 15%; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em;}
#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;}	
#overlay{position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000;}

