/* CSS Document */

/* General Page Rules */
* {margin: 0; padding :0;}

body {
	background-color: #4A5561;
}
p {
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* Holds and centers all content */
#container {
	background-color: #8294A6;
	width: 780px;
	margin-left: -390px;
	position: absolute;
	left: 50%;
}

/* Main Navigation */
#navbar_home {
	position: relative;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 73px;
}
#navbar {
	position: relative;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 93px;
}
#nav {
	position: absolute;
	top: 22px;
	left: 244px;
	margin: 0px;
	padding: 0px;
	height: 18px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 521px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding: 18px 0 0;
}
#nav a:hover, #nav a.selected {
	background-position: 0 -18px;
}
#about a {
	background-image: url(images/nav_about.gif);
	background-repeat: no-repeat;
	width: 65px;
	margin-left: 27px;
}
#walks a {
	background-image: url(images/nav_walks.gif);
	background-repeat: no-repeat;
	width: 74px;
	margin-left: 29px;
}
#supporters a {
	background-image: url(images/nav_supporters.gif);
	background-repeat: no-repeat;
	width: 110px;
	margin-left: 33px;
}
#contact a {
	background-image: url(images/nav_contact.gif);
	background-repeat: no-repeat;
	width: 80px;
	margin-left: 31px;
}
#links a {
	background-image: url(images/nav_links.gif);
	background-repeat: no-repeat;
	width: 37px;
	margin-left: 30px;
}
.logohome {
	float: left;
}

/* Main Body Area */
#main {
	padding-bottom: 50px;
}

/* Subnav Column */
#subnav {
	background: #B8C4D1 url(images/subnav_bottom.gif) no-repeat left bottom;
	width: 140px;
	height: 284px;
	float: left;
}
#subnav ul {
	list-style: none;
	font: bold 10px/27px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-left: 20px;
	letter-spacing: .1em;
}
#subnav a {
	text-decoration: none;
	color: #4A5561;
}

#subnav ul li .future {
	font-style: italic;
	display: block;
	margin: 10px 0px 0px;
}

#subnav a:hover, #subnav a.current {
	color:#BF0A1A;
}
#subnav h1 {
	margin-left: 20px;
	font-size: 10px;
	margin-bottom: 10px;
	text-indent: -9999px;
	height: 20px;
}
h1.about {
	background: url(images/subnav_about.gif) no-repeat;
}
h1.walks {
	background: url(images/walks_thewalks.gif) no-repeat;
}
h1.support {
	background: url(images/subnav_support.gif) no-repeat;
}
h1.contact {
	background: url(images/subnav_contact.gif) no-repeat;
}
h1.links {
	background: url(images/subnav_links.gif) no-repeat;
}

/* Main Content Column */
#content, #content_sup {
	margin: 0px 0px 0px 160px;
	padding: 0px;
}
#content h1, #content_sup h1 {
	height: 284px;
	margin-bottom: 20px;
	text-indent: -9999px;
}
#content p {
	padding: 15px 0px 0px;
	margin: 0px 20px 0px 35px;
}
#content a {
	text-decoration: underline;
	color: #FFFFFF;
}
#content a:hover {
	color: #CCD9E0;
}
.top {
	border-top: 2px solid #B8C4D1;
}

/* Main Content Photos */
h1.content_about {
	background: url(images/about_main_mission.jpg) no-repeat left top;
}
h1.content_history {
	background: url(images/about_main_history.jpg) no-repeat left top;
}
h1.content_press {
	background: url(images/about_main_press.jpg) no-repeat left top;
}
h1#content_landing {
	background: url(images/walk_landing_head.gif) no-repeat left top;
	height: 50px;
	margin-bottom: 0px;
}
h1#content_future {
	background: url(images/walk_future_head.gif) no-repeat left top;
	height: 50px;
	margin-bottom: 0px;
}
h1.content_wilshire {
	background: url(images/walk_main_wilshire.jpg) no-repeat left top;
}
h1.content_figueroa {
	background: url(images/walk_main_figueroa.jpg) no-repeat left top;
}
h1.content_sanpedro {
	background: url(images/walk_main_sanpedro.jpg) no-repeat left top;
}
h1.content_chinatown {
	background: url(images/walk_main_chinatown.jpg) no-repeat left top;
}
h1.content_hollywood {
	background: url(images/walk_main_hollywood.jpg) no-repeat left top;
}
h1.content_unionstation {
	background: url(images/walk_main_unionstation.jpg) no-repeat left top;
}
h1.content_bunkerhill {
	background: url(images/walk_main_bunkerhill.jpg) no-repeat left top;
}
h1.content_friends {
	background: url(images/support_main_friends.jpg) no-repeat left top;
}
h1.content_board {
	background: url(images/support_main_board.jpg) no-repeat left top;
}
h1.content_supporters {
	background: url(images/support_main_support.jpg) no-repeat left top;
}
h1.content_contact {
	background: url(images/contact_main.jpg) no-repeat left top;
}
h1.content_links {
	background: url(images/links_main.jpg) no-repeat left top;
}

/* Walks Landing Page */
#landing_gb, #future_nh {
	float: left;
	width: 196px;
	display: inline;
}
#landing_gb img, #future_nh img, #landing_maps img, #future_cren img {
	border-right: 2px solid #B8C4D1;
	padding-right: 12px;
}
#landing_gb h1 {
	background-image:url(images/walk_landing_gb.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 228px;
}

h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 12px;
	margin-bottom: 16px;
}
#landing_gb p, #future_nh p, #landing_maps p, #future_cren p, #landing_stnch p, #future_hp p {
	font-size: 12px;
	line-height: 15px;
	margin-left: 0px;
	margin-bottom: 20px;
	color: #FFFFFF;
	margin-right: 12px;
}
#landing_gb h3, #landing_maps h3, #landing_stnch h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #CCD9E0;
	padding-top: 10px;
	border-top: 1px solid #B8C4D1;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 12px;
}

#landing_maps, #future_cren {
	float: left;
	width: 196px;
	padding-left: 12px;
}
#landing_maps h1 {
	background-image:url(images/walk_landing_maps.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 228px;
}

#landing_stnch, #future_hp {
	float: left;
	width: 184px;
	padding-left: 12px;
}
#landing_stnch h1 {
	background-image:url(images/walk_landing_stanch.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 228px;
}

#future_nh h1 {
	background-image:url(images/walk_future_nh1.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 228px;
}
#future_cren h1 {
	background-image:url(images/walk_future_crenshaw1.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 228px;
}
#future_hp h1 {
	background-image:url(images/walk_future_hp1.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	height: 228px;
}

/*  Individual Walk Pages */
#guidebooks_pdf {
	float: left;
	margin-left: 35px;
	margin-top: 35px;
	width: 172px;
	border-right: 2px solid #B8C4D1;
	padding-right: 12px;
	display: inline;
	font-size: 11px;
	line-height: 13px;
	color: #CCD9E0;
}
#guidebooks_pdf h1, #maps_pdf h1 {
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	text-indent: 0px;
	color: #CCD9E0;
	margin: 0px;
	padding: 0px 0px 50px;
	height: auto;
}
#stanchions_pdf h1 {
	font: bold 14px/22px Arial, Helvetica, sans-serif;
	text-indent: 0px;
	color: #CCD9E0;
	margin: 0px;
	padding: 19px 0px 50px;
	height: auto;
}

#maps_pdf {
	float: left;
	margin-left: 12px;
	margin-top: 35px;
	width: 172px;
	border-right: 2px solid #B8C4D1;
	padding-right: 12px;
}

#stanchions_pdf {
	float: left;	
	margin-left: 12px;
	margin-top: 16px;
	width: 173px;
}
.download {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:hover.download {
	color: #BF0A1A;
}

/* Supporters Pages */
.support_h2 {
	padding: 25px 0px 0px;
	margin: 0px 20px 0px 35px;
	font-size: 18px;
	font-weight: bold;
}
#content_sup p {
	padding: 8px 0px 0px;
	margin: 0px 20px 0px 35px;
}
#content_sup h3 {
	padding: 20px 0px 0px;
	margin: 0px 20px 0px 35px;
	font-size: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
ul#support_list {
	color: #FFFFFF;
	list-style: none;
	font: 14px Arial, Helvetica, sans-serif;
	margin-left: 35px;
	margin-top: 15px;
	margin-bottom: 8px;
}
#support_list ul li {
	list-style: url(none) none;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
}
#support_list ul li ul {
	list-style: url(none) none;
}
#support_list ul li ul li {
	list-style: url(none) none;
	padding-left: 15px;
	padding-top: 8px;
	font-weight: normal;
}

.sup_title {
	font-size: 13px;
	font-style: italic;
	color: #CCD9E0;
}

img.right {
	float: right;
}
.noletterspace {
	letter-spacing: 0em;
}
.clear {
	clear: both;
}

/* Footer */
#footer {
	font: 9px Arial, Helvetica, sans-serif;
	color: #4A5561;
	letter-spacing: 0.1em;
	text-align: right;
	padding-right: 20px;
	height: 20px;
	background: #B8C4D1 url(images/footer_background.gif) no-repeat right bottom;
	border-top: 2px solid #BF0A1A;
	padding-top: 10px;
	clear: both;
}
.floatRight {
	float: right;
	padding-left: 12px;
	padding-top: 4px;
}
.floatLeft {
	float: left;
	padding-right: 12px;
	padding-top: 4px;
}
