@charset "utf-8";
/* -----------------------------------------------------

* Filename: style.css
* Description: external style sheet
* Version: 1
* Website: American Self 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 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

p {
	margin-top:12px;
}

h1 {
	margin-top:12px;
	margin-bottom:16px;
	font-size:18px;
}

h2 {
	margin-top:16px;
	font-size:14px;
}

ul {
	list-style-image:url(images/standard_bullet.gif);
	margin:0.0em 0 0.3em 1.8em;
	padding:0.0em 0 0.3em 1.8em;
}

.SanMateo {
	font-weight:bold;
	color:#000000;
	/* color:#891a17; */
}

.Candelaria {
	font-weight:bold;
	color:#000000;
	/* color:#f49615; */
}

.IndianSchool {
	font-weight:bold;
	color:#000000;
	/* color:#185997; */
}

.PageHeader { 
	padding-bottom:16px;
	font-size:18px;
}

#map_canvas {
	border: 1px solid #536d5b;
	height: 300px;
	text-align: center;
	width: 100%;
}

#map_canvas address {
	padding-top: 10px;
}
.ProgramH1 {font-size: 18px; line-height: 20px; color: #000000; border-bottom: 3px solid #000000; padding-bottom: 10px; margin-top: 0px; margin-bottom: 0px;}
.ProgramH2 {font-size: 14px; line-height: 16px; color: #000000; border-bottom: 0px; padding-bottom: 0px; padding-top: 15px; margin-top: 0px; margin-bottom: 0px;}
/* ------------------ */
/* DEFAULT LINK STYLES */
/* ------------------ */

a:link {
	color:#931614;
	text-decoration:underline;
}

a:visited {
	color:#931614;
	text-decoration:underline;
}

a:hover {
	color:#931614;
	text-decoration:none;
}

/* ------------------ */
/* STYLES FOR HOMEPAGE RED BOX */
/* ------------------ */

#redbox {
	background:url(images/redbox.jpg) no-repeat;	
}

#redbox ul {	
	list-style-image:url(images/redbox_bullet.gif);
	margin:0 0 0 1.8em;
	padding:0 0 0 1.8em;
}

#redbox a:link {
	color:#e72c22;
	text-decoration:underline;
}

#redbox a:visited {
	color:#e72c22;
	text-decoration:underline;
}

#redbox a:hover {
	color:#e72c22;
	text-decoration:none;
}

/* ------------------ */
/* STYLES FOR HOMEPAGE YELLOW BOX */
/* ------------------ */

#yellowbox {
	background:url(images/yellowbox.jpg) no-repeat;	
}

#yellowbox ul {	
	list-style-image:url(images/yellowbox_bullet.gif);
	margin:0 0 0 1.8em;
	padding:0 0 0 1.8em;
}

#yellowbox a:link {
	color:#a53e06;
	text-decoration:underline;
}

#yellowbox a:visited {
	color:#a53e06;
	text-decoration:underline;
}

#yellowbox a:hover {
	color:#a53e06;
	text-decoration:none;
}

/* ------------------ */
/* STYLES FOR HOMEPAGE BLUE BOX */
/* ------------------ */

#bluebox {
	background:url(images/bluebox.jpg) no-repeat;
}

#bluebox ul {	
	list-style-image:url(images/bluebox_bullet.gif);
	margin:0 0 0 1.8em;
	padding:0 0 0 1.8em;
}

#bluebox a:link {
	color:#5fd7f1;
	text-decoration:underline;
}

#bluebox a:visited {
	color:#5fd7f1;
	text-decoration:underline;
}

#bluebox a:hover {
	color:#5fd7f1;
	text-decoration:none;
}

/* ----------------------------------- */
/* STYLES FOR HOMEPAGE CURRENT SPECIALS & HINTS */
/* ----------------------------------- */

#specials-hints ul {	
	list-style-image:url(images/standard_bullet.gif);
	margin:0 0 0 0.9em;
	padding:0 0 0 0.9em;
}

/* ----------------------------------- */
/* STYLES FOR FOOTER */
/* ----------------------------------- */

#footer {	
	font-size:10px;	
	text-align:center;
	color:#c2c1c1;
}

#footer a:link {
	color:#c2c1c1;	
	text-decoration:underline;
}

#footer a:visited {
	color:#c2c1c1;
	text-decoration:underline;
}

#footer a:hover {
	color:#c2c1c1;
	text-decoration:none;
}


