/*
 * Main CSS Stylesheet
 *
 * @copyright Copyright 2008 Rick Crumley, Magnetic Marketing
 * @http://www.yourstoragenamehere.com
 * @version 1.2 08-04-2008 $
 */

body {
	background-color: #F5F5CA;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

a.accesslink img {
	height: 1px; 
	width: 1px; 
	position: absolute; 
	border: none;
	visibility: hidden;
}

a img { border: none; }

a:link, a:visited { color: #030; text-decoration: none; }
 
a:hover { color: #F30; }

a:active { color:#030; padding:0; margin:0; }

/* ---------------------------------------------------------------------------- */


/* Containers ----------------------------------------------------------------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
	
#header {
	float: left;
	margin: 0 auto;
	padding: 0;
}
	
#container {
	width: 800px;
	background: #FFF url(../images/bg.gif) repeat-y right;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: both;
}

#path {
	background-color: #DEE4C7;
	display: block;
	width: auto;
	margin: 0 18px 0 13px;
	height: 26px;
}

#menu {
	width: 160px; /* Width of nav column minus margin/padding */
	float: left;
}

#content {
	width: 580px; /* Width of content column minus margin/padding */
	float: right;
	padding: 0 35px 20px 20px;
}

#loc_box {
	font-size: 10px;
	padding: 4px;
	width: 200px;
	background-color: #DEE4C7;
	display: block;
	border: 1px solid #363;
}

#menu1 {
	width: 210px; /* locations page only */
	float: left;
}

#content1 {
	width: 530px; /* locations page only */
	float: right;
	padding: 0 35px 20px 20px;
}

#footer {
	float: left;
	margin: 0 auto;
	padding: 0;
}

#left_loc {
	width: 220px; /* Width of nav column minus margin/padding */
	float: left;
	padding-left: 40px;
}

#right_loc {
	width: 480px; /* Width of content column minus margin/padding */
	float: right;
	padding: 0 35px 20px 20px;
}

#left_col {
	width: 45%;
	float: left;
	padding: 10px;
}

#right_col {
	width: 45%;
	float: right;
	padding: 10px;
}



/*

#left_locations {
	width: 470px;
	float: left;
	padding: 0;
	background-color:#FFFF00;
}

#right_locations {
	width: 200px;
	float: right;
	padding: 0;
	background-color:#00FFFF;
}

*/

.clear_both { clear: both; }

/* ---------------------------------------------------------------------------- */


/* Design styles -------------------------------------------------------------- */

p { margin-top: 10px; margin-bottom: 10px; }

h1, h2, h3, h4, h5 { color: #030; }

h6 { color: #F30; }

h1 { font-size: larger; }

h2 { font-size: large; }

h3 { font-size: small; }

h4 { font-size: smaller; }

.red { color: #F00; }

.orange { color: #F60; }

.green { color: #030; }

.style11 {color:#f00; font-size:28px; font-weight:bold; }

.style12 {color:#fff; font-size:14px; font-weight:bold; }

.heading {
	color: #003300;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

.breadcrumbs {
	float: left;
	font-size: 14px;
	padding: 5px 0 0 5px;
}

.pay_rent {
	float: right;
}

.quote {
	font-size: x-small;
	text-align: center;
	font-style:italic;
	background-color:#FFFFCC;
	border-top: 2px solid #030;
	border-bottom: 2px solid #030;	
}

.special {
	text-align: center;
	font-style:italic;
	background-color: #FFFF66;
	border: 4px dashed #000;
	padding: 10px;
}

.bullet {
	list-style-image: url(../images/bullet.gif);
}

.bulletcheck {
	list-style-image: url(../includes/images/check.gif);
}

.bulletarrow {
	list-style-image: url(../images/bullet_arrow.gif);
}

.loc ul {
	margin: 0;
	background-color:#ebebeb;
	border: 1px solid #999;
	padding: 0 10px 0 10px;
}

.loc ul li {
/*	padding: 0 0 5px 0; */
	margin: 0;
}
	
.coupon {
	width:500px;
	background-color: #D2FFD2;
	border: 4px dashed #000;
}	

.box {
	text-align:center;
	background-color:#DEE4C7;
	border: 1px solid #999;
	padding: 10px;
}

.list_heading td {
	background: #363 url(../includes/images/list_head.gif) top left repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #036;
}

.list td {
	background: #DEE4C7 url(../includes/images/list.gif) bottom left repeat-x;
	padding: 3px 5px 2px 10px;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
}

.list_continue td {
	background: #DEE4C7;
	padding: 3px 5px 2px 10px;
	vertical-align: top;
}

.state {
	color: #FF3300;
	font-size: 18px;
	font-weight: bold;
}

.contact_city {
	background: #363 url(../includes/images/list_head.gif) top left repeat-x;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: left;
	display: block;
	padding: 1px 0 1px 10px;
}

.contact_loc {
	background: #ebebeb url(../includes/images/listing.gif) bottom left repeat-x;
	font-size: 14px;
	color: #333;
/*	text-align: left;*/
	display: block;
	padding: 4px 0 6px 10px;
	margin: 0 5px 0 5px;
	border-bottom: 1px solid #999;
}

.contact_continue {
	background: #ebebeb;	display: block;
	padding: 4px 0 6px 10px;
	margin: 0 5px 0 5px;
}
/*.contact_continue {
	background: #ebebeb;
	padding: 2px 5px 1px 25px;
	margin: 0;
}*/

.table_heading {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
/*	width: 155px;*/
	background: #363 url(../includes/images/list_head.gif) top left repeat-x;
	padding: .1em;
	display: block;
	border: 1px solid #363;
}

.table {
/*	font-size: 10px;
	color: #000;
	padding: 1em .1em 1em .1em;
	width: 155px; */
	padding: 1em;
	background-color: #DEE4C7;
	display: block;
	border: 1px solid #363;
}

.table1 {
	font-size: 10px;
	padding: 1em;
	width: 160px;
	background-color: #DEE4C7;
	display: block;
	border: 1px solid #363;
}

.tour {
	background-color: #DEE4C7;
	padding: 1em;
	display: block;
	border: 1px solid #030;
}

.warning {
	background: #FFFFCC;
	text-align: left;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px;
	display: block;
}

.directory {
	font-size: 12px;
	color: #030;
	background: #DEE4C7;
	text-align: left;
	padding: 5px 10px 5px 10px;
	margin: 0;
	width: 180px;
	list-style: none;
	/*display: block;*/
}

.directory_heading {
	font-size: 14px;
	background-color: #FFF;
	color: #F30;
	font-weight:bold;
	width: 180px;
	padding: 5px 10px 5px 10px;
	margin: 0;
	border: 1px solid #030;

}

.directory_footing {
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	color: #030;
	width: 180px;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 1px solid #030;
}

/*
.loc_dir {
	text-align: left;
	border-top: 1px solid #363;
	border-bottom: 1px solid #363;
	padding: 1px 0 1px 0;
	margin: 0;
	width: auto;
	/*display: block;
} 
*/


.loc_heading {
	background: #336633;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.loc_photos {
	text-align:center;
	background-color:#DEE4C7;
	border: 1px solid #336633;
	padding: 10px;
	display: block;
}

.loc_map {
	text-align:center;
/*	background-color:#DEE4C7;*/
	border: 1px solid #336633;
	padding: 10px;
	display: block;
}

.required {
	font-size: 9px;
	color: #F00;
}

.footer_links {
	font-size: 11px;
}

.sm_print {
	font-size: 9px;
	color: #000;
}

.phone {
	font-size: 24px;
	font-weight: bold;
	color: #030;
}

.faq_q {
	font-weight: bold;
	color: #030;
	padding-top: 20px;
}

.faq_a {
	color: #333;
	padding-left: 10px;
}

.faq_sp {
	padding-bottom: 30px;
}	



/* ---------------------------------------------------------------------------- */


/* Nav - Menu ----------------------------------------------------------------- */

/* fixes for IE/win */
* html #menu li a { cursor: hand; }
* html #menu li a:hover { height:1%; }
* html #menu { width: 160px; w\idth: auto; }
/* end fixes for IE/win */

#mainNav {
	width: 779px;		/* change width for horizontal menu */
	padding: 0;
	margin: 3px 0 0 12px; 
	list-style: none;
	background: #F5F5CA;
}
 
#mainNav li {
	float: left;
	margin: 0;
	padding: 0;
} 

#mainNav a:link, #mainNav a:visited { 
	background: transparent url(../images/bg_button.gif) bottom right no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
    display: block;
    line-height: 18px;
	width: 110px;
	height: 20px;
    padding: 6px 0 1px 0;
} 

#mainNav a:hover {
    background-position: top right;
	cursor: pointer;
}

#mainNav a:active {
    background-position: top right;
	cursor: pointer;
}

#mainNav a:focus {
    background-position: top right;
	outline: none;
}

#clear { /* generic container for floating buttons */
    overflow: hidden;
    width: 100%;
}

/*

a.button, a.button:visited {
    background: transparent url(../includes/images/bg_button_a.gif) no-repeat top right;
    color: #FFF;
    display: block;
    float: right;
	font-size: 11px;
	font-weight: bolder;
	height: 21px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding 
    text-decoration: none;
}

a.button span, a.button:visited span {
    background: transparent url(../includes/images/bg_button_span.gif) no-repeat top left;
    display: block;
	height: 13px;
	line-height: 10px;
    padding: 3px 0 5px 10px;
} 

a.button:hover {
	cursor: pointer;
    background-position: bottom right;
    color: #FFF;
    outline: none; /* Firefox 
}

a.button:hover span {
    background-position: bottom left;
    padding: 4px 0 4px 10px;
}
*/

#unit {
	padding: 10px 0 10px 0;
	height: auto;
	width:522px;
	background-color: #DEE4C7;
	border-left: 3px solid #CCC;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	}

#thumbs {
	display:block;
	width: 522px;
	background-color: #DEE4C7;
	border-top: 3px solid #CCC;
	border-left: 3px solid #CCC;
	border-right: 3px solid #000;
	}
	 	 
#thumbs a {
	/* font:Arial, Helvetica, sans-serif; */
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666;
	/*text-decoration:none; */
	display: block;
	height: auto;
	padding: 4px 0 4px 0;
	width: 62px;
	float: left;
	border-left: 3px solid #DEE4C7;
	}	

#thumbs a:hover {
	color: #FFFF00;
	border-left: 3px solid #DEE4C7;
	}

/*	
#thumbs a:active, a:focus {
	background-color: #DEE4C7;
	border-left: 3px solid #DEE4C7;
	color: #030;
	}
*/

#map {
	display:block;
	width: 522px;
	background-color: #333333;
	border-top: 3px solid #CCC;
	border-left: 3px solid #CCC;
	border-right: 3px solid #000;
	height: 24px;
	}

#map a {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #666;
	display: block;
	height: auto;
	padding: 4px 15px 4px 15px;
	width: auto;
	float: left;
	border-left: 3px solid #333;
	}	

#map a:hover {
	color: #FFFF00;
	}
	
#map a:active, a:focus {
	background-color: #DEE4C7;
	color: #030;
	}

.map_tab {
	color: #030;
	font-weight: bold;
	background-color: #DEE4C7;
	display: block;
	height: auto;
	padding: 4px 15px 4px 15px;
	width: auto;
	float: left;
	border-left: 3px solid #333;
	}
