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

body,html {
	background: #000000 url(../images/bgTop.jpg) 50% 0 no-repeat;
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;}

a:link, a:active, a:visited {
	color:#06C;
	text-decoration:none;}
	
h3{
	font-size:32px;
	font-weight:bold;
	width: 100%;
	color:#000;
	background-color:#C9C6E3;
	padding:0 0 0 3px;
}

h4{
	font-size:28px;
	color:#C9C6E3;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

#flash{
	outline: none; 
	-moz-outline-style: none;	
}

a:link, a:active, a:visited {
	color:#F90;
	text-decoration: underline;}

a:hover {
	color:#06C;
	text-decoration: underline;}
	
a.top{
	font-size:18px;
	font-style:italic;
	font-weight:bold;
}	

#container {
	width:960px;
	margin:0 auto;}

#header {
	height:350px;}
	
	#header h1, #header h2 {
		display:none;}

#nav {
	height:50px;}
	
	#nav ul {
		margin:0;
		padding:0px 0px 0px 20px;}
	
	#nav ul li {
		text-align:center;
		display:block;
		float:left;
		padding:10px 15px 0px 15px;}
		
		#nav ul li a {
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			font-weight:bold;
			text-decoration:none;}

#content {
	min-height:991px;}
	
#content2 {
	min-height:1431px;
	background:url(../images/paper2.jpg) 0 0 no-repeat;}	
	
#content3 {
	min-height:1638px;
	background:url(../images/paper3.jpg) 0 0 no-repeat;}		
	
.panes ul {
	font-size:15px;}

#textArea {
	padding:50px;
	width:510px;
	float:left;}

#imageArea {
	margin-top:45px;
	width:350px;
	float:right;}

#footer {
	text-align:right;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
	color:#CCC;
	padding-bottom:20px;}
	
	#footer a {
		color:#FFF;
		text-decoration:none;}
		
#map {
	height:450px;
	width:500px;
	padding: 27px 0px 0px 13px;
	background:url(../images/mapBg.png) 0 0 no-repeat;}
	
	#mapLink {
		padding-top:8px;}	
		
	#mapLink a {
		color:#000;
		font-weight:bold;
		font-family: Verdana, Geneva, sans-serif;
		font-size:12px;}

#subNavArea {
	height:54px;}

ul#subNav {
	list-style:none;
	padding:0;
	margin:0;
	font-size:14px;
	text-transform:uppercase;}
	
	ul#subNav li {
		float:left;
		height:54px;
		margin-right:6px;}
		
	ul#subNav li a:link, ul#subNav li a:active, ul#subNav li a:visited  {
		padding:20px 10px 20px 10px;
		outline:none;
		display:block;		
		background:url(../images/subNavBg.png) center no-repeat;
		color:#000;
		text-decoration:none;}
		
	ul#subNav li a:hover {
		color:#000;}		
		
.clear {
	clear:both;}
	
	
#sanfranmap{
	display:none;
}