@charset "utf-8";
/* -----------------------------------------------------

* Filename: style.css
* Description: Global Style Sheet
* Version: 1.0.0 (2009.03.09)
* Website: hwy5selfstorage.com
* Author: Dana Severance @ Automatit Inc

== STRUCTURE =========================================

* Page width: 

-------------------------------------------------------*/

/* Reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0;}

/* General
-------------------------------------------------------*/
body {background: url(images/bg.gif); color: #585046; font: 13px/16px Arial, Helvetica, sans-serif;}
img {border: 0px;}
#wrapper {margin: 0px auto; width: 980px;}
#container {width: 100%;}
.clear {clear: both;}
a:link {color: #3d3730;}
a:visited {color: #3d3730;}
a:hover {color: #3d3730; text-decoration: none;}


/* Header
-------------------------------------------------------*/
#header {background: url(images/header.jpg) no-repeat; height: 424px; position: relative; width: 100%;}
#logo {position: absolute; left: 56px; top: 0px;}
#nav {position: absolute; right: 20px; top: 27px;}
#nav img {display: block; float: left;}

/* Container Top
-------------------------------------------------------*/
#container #top {background: url(images/container-top.jpg) repeat-y; width: 100%;}
#top .content {background: url(images/box-bg.jpg) repeat-y; float: left; margin-left: 54px; padding-bottom: 15px; position: relative; width: 447px;}
#top .content h1 {}
#top .content h2 {font-size: 16px; margin: 0px 15px; padding-bottom: 10px;}
#top .content p {margin: 0px 15px; padding-bottom: 16px;}
#top .content ul {margin-left: 40px; padding-bottom: 16px;}
#top .content .bot {background: url(images/box-bot.jpg); bottom: 0px; height: 25px; left: 0px; position: absolute; width: 100%;}
#top .aside {float: right; margin-right: 60px; width: 357px;}
#top .aside h2 {text-align: center;}
#top .aside .boxes {float: left; margin: 0px 5px 15px 22px;}
#top .aside h5 {color: #000000; font-size: 20px; line-height: 23px; margin: 60px 10px 0px 0px;}
#top .aside h5 strong {color: #cf6d20;}
#top .aside p {clear: both; margin: 0px 15px; padding-bottom: 16px;}
#top .aside address {font-style: normal; margin: 0px 15px; padding-bottom: 16px;}


/* Container Bottom
-------------------------------------------------------*/
#container #bottom {background: url(images/container-bot.jpg); height: 347px; width: 100%;}
#bottom .content {float: left; margin: 50px 0px 0px 52px; width: 452px;}
#bottom .aside {float: right; margin: 30px 60px 0px 0px; width: 357px;}
#bottom .aside h3 {text-align: center; margin-bottom: 10px;}
#bottom .aside p {margin: 0px 15px; padding-bottom: 16px;}

/* Footer
-------------------------------------------------------*/
#footer {background: url(images/footer.jpg) repeat-x; font-size: 12px; height: 52px; width: 100%;}
#footer p {font-size: 10px; float: left; padding: 20px 0px 0px 20px;}
#footer ul {display: block; float: right; list-style: none; margin: 0px; padding: 20px 20px 0px 0px;}
#footer ul li {display: inline;}
#footer li a:link {color: #585046; text-decoration: none;}
#footer li a:visited {color: #585046; text-decoration: none;}
#footer li a:hover {color: #585046; text-decoration: underline;}

/* 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;}
	
/*----------------- Min-Width ---------------*/
/* most browsers */.lbWidth {position: absolute; top: 0px; left: 0px; width: 100%; min-width: 790px;}
/* IE6 */ * html .lbContent {margin-left: -790px; position:relative;}
/* IE6 */* html .lbMinWidth {padding-left: 790px;}
/* Clearfix */	.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
