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

* Filename: style.css
* Description: external style sheet
* Version: 1
* Website: Gabriela Mini Storage
* Author: John Curtis

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

* Page width: 980px

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

/* Reset
-------------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset {
	margin: 0em; 
	padding: 0em;
}
html {overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0px;}

body, p, td ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#515151;
	line-height:18px;
}

p {
	margin-top:12px;	
}

h1 {
	margin-top:12px;
	font-size:14px;
}

h2 {
	margin-top:12px;
	font-size:15px;
	line-height:22px;
}

ul {
	list-style-image:url(images/standard_bullet.gif);
	margin:0.3em 0 0 1.8em;
	padding:0.3em 0 0 1.8em;
}

ol {
	margin:0 0 0 0.9em;
	padding:0 0 0 0.9em;
}

li {
	padding-bottom:6px;
	padding-left:0.3em;
	margin-left:0.3em;
}

.list_height_more {
	padding-bottom:12px;
}

.bluetext {
	color:#0b5d96;
}

.content {
	padding-top:25px; 
	padding-bottom:45px;
	padding-left:25px; 
	width:835px;
	height:100%;	
	background:url(images/hr_line_long.gif) bottom no-repeat;
}

.error {
	font-family: Verdana;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;	
}

#map_canvas {
	border: 1px solid #536d5b;
	height: 300px;
	text-align: center;
	width: 97%;
}

#map_canvas address {
	padding-top: 10px;
}

/* ------------------ */
/* DEFAULT LINK STYLES */
/* ------------------ */

a:link {
	color:#127bc4;
	text-decoration:underline;
}

a:visited {
	color:#127bc4;
	text-decoration:underline;
}

a:hover {
	color:#127bc4;
	text-decoration:none;
}

/* ----------------------------------- */
/* STYLES FOR FOOTER */
/* ----------------------------------- */

#footer {	
	font-size:12px;	
	text-align:center;
	color:#127bc4;
	background-color:#e0f2fd;
}

#footer a:link {
	color:#127bc4;	
	text-decoration:underline;
}

#footer a:visited {
	color:#127bc4;
	text-decoration:underline;
}

#footer a:hover {
	color:#127bc4;
	text-decoration:none;
}


