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

* Filename: style.css
* Description: Global CSS
* Version: 2.1.0 (2009.05.09) (first used towncenterstorage.com)
* Website: http://towncenterstorage.com
* Author: Dana Severance @ Automatit, Inc.

== ANCHOR =========================================

	@reset			General Reset
	@general		General Styles Delcarations
	@typography		Typography Delcarations
	@footer			Footer Declarations
	@lightbox		Lightbox Declarations

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

/* 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;}
html {overflow-y: scroll;}
img {border: 0px;}

/* Overall Styles
-------------------------------------------------------*/
body {background: #a9bdd2; color: #000000; font: 11px/13px Arial, Helvetica, sans-serif;}


/* @typography
-------------------------------------------------------*/
h1 {color: #005883; font-size: 18px; font-style: oblique; font-weight: bold; padding: 38px 0px 0px 22px;}
h2 {color: #005883; font-size: 12px; font-weight: bold; padding-bottom: 10px;}
h3 {color: #000000; font-size: 11px; font-weight: bold;}
ul {padding-left: 40px; padding-bottom: 15px;}
li {list-style: square; padding-bottom: 5px;}
.blue {color: #005883;}
p {padding-bottom: 20px;}
a {color: #0e589a;}
a:link, a:visited {text-decoration: underline;}
a:hover, a:active {text-decoration: none;}



/* @footer
-------------------------------------------------------*/
.foot-box {padding-right: 8px; padding-bottom: 1px;}
li {list-style: square; padding-bottom: 0px;}

/* @lightbox
--------------------------------------------------------
 *author Leandro Vieira Pinho - http://leandrovieira.com
 *version 0.5
 *date April 11, 2008
-------------------------------------------------------*/
#jquery-overlay {height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 90;}
#jquery-lightbox {left: 0; line-height: 0; position: absolute; text-align: center; top: 0; width: 100%; z-index: 100;}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {background-color: #fff; height: 250px; margin: 0 auto; position: relative; width: 250px;}
	#lightbox-container-image {padding: 10px;}
	#lightbox-loading {height: 25%; left: 0%; line-height: 0; position: absolute; text-align: center; top: 40%; width: 100%;}
	#lightbox-nav {height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 10;}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a {Outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {display: block; height: 100%; width: 49%; zoom: 1;}
	#lightbox-nav-btnPrev {float: left; left: 0;}
	#lightbox-nav-btnNext {float: right; right: 0;}
	#lightbox-container-image-data-box {background-color: #fff; font: 10px Verdana, Helvetica, sans-serif; line-height: 1.4em; margin: 0 auto; overflow: auto; padding: 0 10px 0; width: 100%;}
	#lightbox-container-image-data {color: #666; padding: 0 10px;}
	#lightbox-container-image-data #lightbox-image-details {float: left; text-align: left; width: 70%;}	
	#lightbox-image-details-caption {font-weight: bold;}
	#lightbox-image-details-currentNumber {clear: left; display: block; padding-bottom: 1.0em;}			
	#lightbox-secNav-btnClose {float: right; padding-bottom: 0.7em; width: 66px;}