@charset "UTF-8";

/* CSS Document */

/* from Eric Meyer to Zero Out */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*end zeroes*/

/*STRUCTURE---------------------------------------------------------------------------------------------------------------------------------*/

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	background-color: #C9DBEA;
	}

#wrapper {
	width: 798px;
	height: 600px;
	background-color: #fff;
	margin: 12px auto auto auto;
	border: solid 1px rgb(169,144,109);
	}
	
#top {
	width: 798px;
	height: 18px;
	background-color: #C9DBEA;
	}
	
#header {
	width: 798px;
	height: 98px;
	border-top: solid rgb(53,89,121) 4px;
	background-image: url(../images/bart_header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	}

#header_map {
	width: 798px;
	height: 98px;
	border-top: solid rgb(53,89,121) 4px;
	background-image: url(../images/emeryville.png);
	background-position: center;
	background-repeat: no-repeat;
	}

#header_car {
	width: 798px;
	height: 98px;
	border-top: solid rgb(53,89,121) 4px;
	background-image: url(../images/door_glass.png);
	background-position: center;
	background-repeat: no-repeat;
	}

#header_pro {
	width: 798px;
	height: 98px;
	border-top: solid rgb(53,89,121) 4px;
	background-image: url(../images/ssfbart.png);
	background-position: center;
	background-repeat: no-repeat;
	}

#header_home {
	width: 798px;
	height: 98px;
	border-top: solid rgb(53,89,121) 4px;
	background-image: url(../images/sears.png);
	background-position: center;
	background-repeat: no-repeat;
	}
	


#buttons {
	width: 686px;
	height: 18px;
	background-color: rgb(53,89,121);
	padding: 2px 0 4px 112px;
	}
	
#main {
	width: 798px;
	height: auto;
	}
	
#sidebar {
	width: 112px;
	height: auto;
	padding: 0 0 36px 0;
	float: left;
	background-color: rgb(109,114,110);
	}
	
#bread {
	width: 686px;
	height: 48px;
	float: left;
	}
	
#title {
	width: 331px;
	margin-right: 343px;
	padding-left: 12px;
	height: 76px;
	float: left;
	}

#title_right {
	width: 331px;
	margin-left: 343px;
	padding-right: 12px;
	height: 76px;
	float: left;
	}

#main_left {
	width: 308px;
	float: left;
	padding-left: 12px;
	padding-right: 10px;
	background-color: #fff;
	height: auto;
	}
	
#main_right {
	width: 330px;
	padding-left: 12px;
	padding-bottom: 12px;
	height: auto;
	background-color: #fff;
	float: left;
	}

#bottom {
	width: 798px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 1em;
	}
	
#nav {
	width: 798px;
	height: 24px;
	float: left;
	padding-left: 112px;
	}

#bottom_bottom {
	width: 798px;
	height: auto;	
	}
	
#top li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.8em;
	float: right;
	color: #fff;
	margin-left: 2px;
	background-color: rgb(53,89,121);
	padding: 0 12px;
	text-decoration: none;
	display: inline;
	}
	
#buttons li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.8em;
	float: left;
	color: #fff;
	border-right: solid #fff 1px;
	padding: 0 12px;
	text-decoration: none;
	display: inline;
	}

#sidebar li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.8em;
	float: left;
	color: #fff;
	padding: 0 12px;
	text-decoration: none;
	list-style: none;
	}


#bread li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.8em;
	float: left;
	display: inline;
	color: rgb(53,89,121);
	padding: 0 6px;
	text-decoration: none;
	list-style: none;
	}

#nav li {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
	font-weight: bold;
	line-height: 1.8em;
	float: left;
	display: inline;
	color: #aaa;
	padding: 0 12px;
	text-decoration: none;
	list-style: none;
	}

.first {
	border-left: solid #fff 1px;
	}	
	
.title {
	text-transform: uppercase;
	margin-top: 1.5em;
	padding-top: 1.5em;
	}
	
.bullet {
	margin-left: 1.5em;
	margin-top: 8px;
	}

#photo {
	padding-top: 18px;
	}
	
/*END STRUCTURE---------------------------------------------------------------------------------------------------------------------------------*/

/*NAVIGATION---------------------------------------------------------------------------------------------------------------------------------*/
#nav_top a:link, #nav_top a:visited, #top a:link, #top a:visited, #buttons a:link, #buttons a:visited, #sidebar a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#top a:hover, #top a:active, #buttons a:hover, #buttons a:active, #sidebar a:hover, #sidebar a:active {
	color: #C9DBEA;
	text-decoration: none;
	}
	
#nav a:link, #nav a:visited, #bread a:link, #bread a:visited, .map a:link, .map a:visited {
	color: #666;
	text-decoration: none;
	}
	
#nav a:hover, #nav a:active, #bread a:hover, #bread a:active, .map a:hover, .map a:active {
	color: #444;
	text-decoration: none;
	}
	


/*	END NAVIGATION---------------------------------------------------------------------------------------------------------------------------------*/


/*TYPOGRAPHY---------------------------------------------------------------------------------------------------------------------------------*/


span.bright {
	color: #900;
	font-weight: bold;
	}

span.telephone {
	font-size: 1.3em;
	padding-right: 1em;
	}

span.prefix {
	font-weight: bold;
	padding-right: .5em;
	padding-left: 1em;
	}

p {
	font-size: .7em;
	line-height: 1.4em;
	}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0;
	}
	
h2 {
	font-size: .8em;
	font-weight: bold;
	color: rgb(53,89,121);
	margin-top: 1em;
	}

.customers {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .7em;
	}

.caption {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .6em;
	line-height: 1.4em;
	padding-right: 20px;
	padding-top: 4px;
	}