* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	font-family: Helvetica, sans-serif;
}

body.directions {
	overflow:auto;
	margin:10px;
}

body.index {
	overflow:scroll;
}

div#fixed-top {
	position: fixed; top: 0px;
	z-index:1;  /*on top of all else */
	background-color:white;
	/*height:133px; */
	width:inherit;
	/*border:2px solid red;*/
}

div.partial-content {
	margin-bottom: 20px;
	width:760px;
}

div.spacer {
	height:300px;
}

div#content-holder {
	margin-top:175px;
}

div#logo {
/*	background: white;*/
	height: 103px; width: 349px; 
	margin-left:auto; margin-right:auto;	
	padding-bottom:0;margin-bottom:0;
}

div#streetSign {
	width:350;height:197;
	margin-left:auto;margin-right:auto;
}

div#button-holder {
	width:760px; height:35px;
	background:white;
}

div#gradient {
/*	border:1px solid blue;*/
	/*z-index:-1; *//*on top of content but underneath fixed-top*/
	position:absolute;top:146px; /*150px puts it even with bottom of fixed-top with absolute positioning*/
	width:760px; 
	margin-left:auto;margin-right:auto;
	background: url(art/gradient.png) repeat-x;
	height:27px;
}

img#vaultHold {
	width:216px; height:162px; float:right; margin-left:10px; margin-bottom:10px;
}

img#photoDon {
	height:195px; width: 144px; float: left; margin-right: 10px; margin-bottom: 10px;
}

div.anchor {
	position:relative;top:-175px;
/*	text-align:center;
	font-size:1.25em;
	font-weight:bold;
	color:#0033CC;
	padding-bottom:10px;*/
}

h2 {
	font-weight:bold;
	font-size: 1.25em;
	color: #0033CC;
	text-align: center;
	margin-bottom:10px;
}


a img {
	border:none;
}

a:hover {
	
}
a:active {
	border:0;
}

#page-wrap {
	position:relative;
	width: 760px;
	margin-left:auto;margin-right:auto;
}

.button {
	/*border:1px dotted blue;*/
	width: 151px;
	margin-left:auto;margin-right:auto;
	float: left;
	margin: 10px 0 0 0;
}

/* == For expand-collapse "Read more ..." spans */
.more-or-less {
	color: #03C;
	font-weight:bold;
	cursor:pointer;
}


/*==============  Typography ==============*/
p {
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:1em;
	text-align:justify;
	padding-bottom:10px;
}

p.first-paragraph:first-letter {
	float:left;
	/*background-color: #eeeeee;*/
	line-height:30px;
	padding: 5px;
	color: #03C;
	font-weight: normal;
	font-size:4.0em;
}

p.first-paragraph:first-line, p.testimonial:first-line {
	font-variant: small-caps;
	color: #03C;
	font-weight: bold;
}

p.question{
	font-variant: small-caps;
	color: #03C;
	font-weight: bold;
	font-size: 1.25em;
}

p.answer {
	margin:0 25px 0 20px;
	line-height: 1.1em;
}

p.testimonial, p.more-testimonial {
	line-height: 1.2em;
	margin: 0 25px 0 25px;
}

p.client-name {
	font-style:italic;
	text-align:right;
	margin: 0 25px 0 0;
}

ul {
list-style-image:url("art/blueDot.gif");
list-style-type:circle;
}