/*
Company:	Southern Self Storage
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #b8c8d7;
}
body {
	font-family: Verdana, Arial, sans-serif;
}
/* @end */

/* @group Layout */
div#bkg-top {
	width: 1032px;
	height: 24px;
	background: url(../images/hd-bkg.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
div#bkg {
	width: 1032px;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
div#bkg-btm {
	width: 1032px;
	height: 30px;
	background: url(../images/ft-bkg.gif) no-repeat 0 0;
	margin-left: auto;
	margin-right: auto;
}

/* Head */
div#hd {
	width: 1000px;
	margin-left: 16px;
	background: url(../images/hd-right-bkg.gif) no-repeat 100% 0;
}

/* Body */
div#bd {
	width: 1000px;
	margin-left: 16px;
	overflow: hidden;
	background: url(../images/bd-fade.jpg) repeat-x 0 0;
}

/* Footer */
div#ft {
	width: 1032px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#ft p.more {
	font-family: Georgia, Times, serif;
	font-size: 108%;
	color: #004990;
	font-weight: bold;
	margin: 0 0 20px 0;
}
div#ft p.more a:link, div#ft p.more a:visited {
	text-decoration: none;
}
div#ft p.more a:hover {
	text-decoration: underline;
}
div#ft p.contact {
	font-size: 85%;
	margin: 0 0 20px 0;
	color: #4d4d4d;
}
div#ft p.copyright {
	font-size: 85%;
	margin: 0 0 20px 0;
	color: #4d4d4d;
}
div#ft p.copyright a:link, div#ft p.copyright a:visited, div#ft p.contact a:link, div#ft p.contact a:visited {
	color: #4d4d4d;
	text-decoration: none;
}
div#ft p.copyright a:hover, div#ft p.contact a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 310px;
	height: 96px;
	background: url(../images/southernss-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Location */
div#location {
	width: 455px;
	padding: 5px 0 0 0;
	float: right;
	display: inline;
}
div#location label {
	font-size: 85%;
	font-weight: bold;
	color: #053652;
	display: block;
	padding: 0 0 3px 2px;
}
div#location select {
	width: 420px;
	font-size: 85%;
	margin: 0 0 10px 0;
}
div#location p {
	font-size: 85%;
	font-weight: bold;
	color: #053652;
	display: block;
	padding: 0 0 0 2px;
	margin: 0 0 7px 0;
}
div#location ul {
	margin: 0;
}
div#location ul li {
	list-style: none;
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}
div#location ul li a {
	display: block;
	font-size: 85%;
	background: url(../images/yellow-arrow.gif) no-repeat 0 60%;
	padding: 0 0 0 12px;
	font-weight: bold;
}
div#location ul li a:link, div#location ul li a:visited {
	color: #053652;
	text-decoration: none;
}
div#location ul li a:hover {
	text-decoration: underline;
}

/* Feature */
div#feature {
	border: 1px solid #004990;
	padding: 2px;
	width: 582px;
	height: 219px;
	background-color: #fff;
	margin: 13px 0 0 22px;
	float: left;
	display: inline;
}

/* Seal */
div#seal {
	width: 107px;
	height: 107px;
	background: url(../images/seal.png) no-repeat 0 0;
	position: absolute;
	margin: -35px 0 0 880px;
	z-index: 10;
}

/* Get Started */
div#get-started {
	background: url(../images/get-started-bkg.jpg) no-repeat 0 0;
	width: 344px;
	height: 225px;
	margin: 13px 22px 0 0;
	overflow: hidden;
	float: right;
	display: inline;
}
div#get-started div.content {
	width: 200px;
	margin: 50px 0 0 120px;
	text-align: center;
}
div#get-started h2 {
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
	font-family: Georgia, Times, serif;
	font-size: 146.5%;
	color: #04315c;
	border-bottom: 1px solid #ffde00;
}
div#get-started ul {
	margin: 0 0 8px 0;
}
div#get-started ul li {
	list-style: none;
	margin: 0;
	font-family: Georgia, Times, serif;
	font-size: 123.1%;
	padding: 3px 0;
}
div#get-started ul li a:link, div#get-started ul li a:visited {
	color: #04315c;
	text-decoration: none;
}
div#get-started ul li a:hover {
	text-decoration: underline;
}

/* Callout Box */
div#callout-box {
	margin: 10px 22px;
	text-align: center;
	background-color: #004990;
}
div#callout-box p {
	margin: 0;
	line-height: 35px;
	font-family: Georgia, Times, serif;
	font-size: 108%;
	color: #fff;
}
div#callout-box p span {
	padding: 0 6px;
}
div#callout-box p a:link, div#callout-box p a:visited {
	color: #fff;
	text-decoration: underline;
}
div#callout-box p a:hover {
	text-decoration: none;
}

/* Side */
div.side {
	width: 346px;
	padding: 20px 0 0 0;
	margin: 0 0 0 22px;
	float: left;
	display: inline;
}
div.side div.content {
	width: 188px;
	float: left;
	display: inline;
}

/* Side Pic */
div.side img.pic {
	margin: 0 10px 10px 0;
	float: left;
	display: inline;
}

/* Main */
div.main {
	width: 570px;
	margin: 0 22px 0 0;
	padding: 20px 0 30px 0;
	float: right;
	/* display: inline; */
}

div.main .cols1 {
	float: left;
    width: 270px;
}

div.main .cols2 {
	float: right;
    width: 270px;
}

/* Member Logos */
div#member-logos {
	text-align: center;
	padding: 30px 0 10px 0;
	clear: both;
}
/* @end */

/* @group Nav */
div#nav {
	clear: both;
	height: 35px;
	background-color: #004990;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 12px;
}
div#nav ul li {
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 35px;
	border-right: 1px solid #80a4c8;
	padding: 0 10px;
	font-size: 116%;
	font-family: Georgia, Times, serif;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li.last a {
	border: none;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #004990;
	width: 260px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 26px;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 26px;
	padding: 0 10px;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border: none;
	border-bottom: 1px solid #80a4c8;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #326ba1;
}

/* @end */

/* @group Default Headings */
div.side h2 {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ffde00;
	font-size: 138.5%;
	font-family: Georgia, Times, serif;
	color: #04315c;
}
div.side h3 {
	margin: 0;
	font-size: 85%;
	line-height: 140%;
}

div.main h1 {
	margin: 0 0 10px 0;
	font-size: 138.5%;
	font-family: Georgia, Times, serif;
	color: #04315c;
}
/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 93%;
	line-height: 150%;
}

div.side p {
	font-size: 85%;
	line-height: 140%;
}
div.side p.view-all {
	background: url(../images/yellow-arrow.gif) no-repeat 0 60%;
	font-weight: bold;
	padding-left: 12px;
}
div.side p.view-all a:link, div.side p.view-all a:visited {
	text-decoration: none;
}
div.side p.view-all a:hover {
	text-decoration: underline;
}
div.side a:link, div.side a:visited {
	color: #000;
}
/* @end */

/* @group Default Lists */
div.main li {
	font-size: 93%;
	line-height: 150%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #004990;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.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 */
/* @end */