/* Styles for securecareselfstorage.com */
div, p, h1, h2, h3, h4, h5, h6, table, span, tr, td, th, body {
	font: 10px/1em Verdana, Arial, Sans;
	color: #8f8f8f;
}

body {
  background: URL("/images/site_background.gif");
  background-color: #606060;
  margin: 0;
  padding: 0;
}

p{
	line-height: 1.25em;
}
#site-content {
	background-color: #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	padding: .71em .71em 0 .71em;
}

#page-header-graphic {
	width: 72.5em;
	height: 20em;
	border-bottom: .71em solid #880000;
	margin: 0 0 1em 0;
	overflow: hidden;
}

#page-content-block {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	padding: .7em;
}

#content-title {
	font-size: 1.4em;
	font-weight: bold;
}

#content-description {
	line-height: 2.15em;
	text-align: justify;
	padding: .4em;
}

#content-description img {
  padding: 1.5em;
}

#content-description img#right {
	float: right;
}

#page-footer {
  height: 4.5em;
  background: URL("/images/site_footer_rounded.gif") no-repeat;	
}

#page-footer div.copyright {
	text-align: center;
}

#fixed-size {
  margin: 2em auto 0 auto;
  width: 73.7em;
}

#site-header {
  position: relative;
  top: 0;
  left: 0;
  height: 10.3em;
  overflow: hidden;
  background: URL("/images/site_header_rounded.gif") no-repeat;
}

/* menuing */

#site-header div#nav {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1.4em;
  padding: .7em;
}

#site-header div#nav a {
  height: 3.7em;
  float: left;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 .3em 0 .3em;
  padding: .4em;
}

#site-header div#nav a:hover {
  background-color: #FFFFFF;
  color: #880000;
}

#site-header div#nav a.selected {
  color: #880000;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  background-color: #FFFFFF;

}

#inner-nav {
	position: relative;
	top: 0;
	left: 0;
	border: .1em solid #8f8f8f;
	padding: 1em;
}

#inner-nav a {
	color: #0065A4;
	text-decoration: none;
}

#security {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 10em;
	height: 8.5em;
	margin: 0;
	padding: 0;
	background: URL("/images/camera.gif") no-repeat;
}


/* applies to accessories listings */

.accessory_group {
  position: relative;
  top: 0;
  left: 0;
  margin: 2em 0 0 0;
}

.accessory_group_title {
  font-weight: bold;
  color: #606060;
  border-bottom: 1px dashed #606060;
  padding: 5px 15px 5px 15px;
  letter-spacing: 2pt;
}

.accessory {
  position: relative;
  top: 0;
  left: 0;
  height: 20em;
}

.accessory_image {
  width: 20em;
  height: 20em;
}

.accessory_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 20em;
  height: 20em;
  overflow: hidden;
}

.accessory_desc {
  position: absolute;
  top: 0;
  left: 20.7em;
  margin: 1em 2em 0 0;
  color: #000000;
  width: auto;
  padding: .2em;
}

.slideshow {
  width: 72em;
  height: 20em;
  border-bottom: .1em solid #880000;
  margin: 0 0 .1em 0;
  overflow: hidden;
}

.slideshow img {
  width: 72em;
  height: 20em;
}

.reserve_now {
  clear: both;
  height: auto;
  padding: 1em;
} 

.reserve_now a {
  display: block;
  background-color: #D4D4D4;
  text-align: center;
  padding: .2em;
}

#gmap {
  width: 72em;
  height: 40em;
}

