/* CSS Document */
* {
padding: 0;
margin:0;


}
body {
margin: 0;
padding: 0;
text-align: center; /*center align the wrapper in IE*/
background-color:#666666;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
line-height: -24px;
color: #990000;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
line-height:30px;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #990000;
line-height: 14px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.collection {
font-family: Arial, Helvetica, sans-serif;
font-size: 34px;
color: #660000;
}
.museum {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;

}

.imageright {
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.bodytext {
line-height: 18px;
}

.reservations {float: right; color: white; font-family:Arial, Helvetica, sans-serif; font-size: 16px; margin-bottom: 0px; font-weight: bold;}
.navtop {
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.navtop a {
	color: #FFFFFF;
	text-decoration: none;
	}

.navtop a:hover {
	color: #CCFFFF;
	}
	
.navtop a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
.smallimage {
padding: 4px 10px 10px 5px;
float: left;
}
.smallimagetext {
padding-left: 10px;
float: left;
}
.livingmuseum {
padding-left: 20px;
}

#container {
	text-align: left; /*centers the wrapper div in all standards-compiant browsers*/
	width: 955px;
	overflow: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	background-color: #333333;
}
#containercollection {
	width: 955px;
	text-align: left; /*over rides the center for the IE hack*/
	margin: 10px auto; /*centers the wrapper div in all standards-compiant browsers*/
}
#containervisit {
width: 955px;
text-align: left; /*over rides the center for the IE hack*/
margin: 10px auto;
}
#header  {
	width: 955px;
	float: left;
	clear: left;
	background-color: #666666;
}

#navbar {
	float: left;
	background-image: url(navbar/navbarback.jpg);
	background-repeat: repeat;
	border-bottom: 1px #333333 solid;
	clear: both;
	width: 955px;
	margin: 0;
	padding: 0;
	height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	}
	
#navbar ul {
	margin: 0px;
	padding: 0px;
	}

#navbar li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	float: right;
	}

#navbar a {
	padding: 7px 19px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	}

#navbar a:hover {
	color: #000000;
	background-image: url(navbar/navbarbackover2.jpg);
	text-decoration: none;
	}
	
#navbar a:active {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	}
	
#bottomnav {
	float: left;
	background-image: url(navbar/navbarback.jpg);
	background-repeat: repeat;
	clear: both;
	width: 955px;
	margin: 0;
	padding: 0;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

	}
	
#bottomnav ul {
	margin: 0px;
	padding: 0px;
	}

#bottomnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
	float: right;
	}
#middlesect {
background-color: #FFFFFF;
width: 955px;
float: left;
overflow: visible;
}

#bottomnav a {
	padding: 7px 19px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	}

#bottomnav a:hover {
	color: #000000;
	background-image: url(navbar/navbarbackover2.jpg);
	text-decoration: none;
	}
	
#bottomnav a:active {
	color: #000000;
	background-color: #222222;
	text-decoration: none;
	}

#text {
width: 740px;
margin-top: 10px;
padding-left: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
#spacerimage {
	width: 740px;
	padding-left: 20px;
	padding-top: 15px;
}
#backgroundbox {
	float: left;
	background-image: url(images/spacers/contentback.jpg);
	background-repeat: no-repeat;
	overflow: auto;
	padding-bottom: 20px;
	display: block;
}
#autoimage {
	float: left;
	width: 760px;
}
#autoimagecollection {
	float: left;
	width: 955px;
	background-color:#FFFFFF;
	background-image: url(images/cars/oaklandplanvisit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 239px;
}
#volunteerheaderback {
	float: left;
	width: 955px;
	background-color:#FFFFFF;
	background-image: url(images/volunteers/fadedvolunteerback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 239px;
}
#sidebar {
	background-image: url(images/wedgewood.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 175px;
	float: right;
	text-align: left;
	margin: 0px;
	padding-top: 170px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 10px;
	background-color: #333333;
	clear: right;
	overflow: auto;
}
#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#sidebar a:active {
	color: #000000;
	text-decoration: none;
	}

#sidebarcollection {
	background-image: url(images/spacers/collectionsidebartop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	width: 291px;
	float: right;
	text-align: center;
	vertical-align: top;
	padding-top: 26px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: none;
}
#lodging {
float: left;
clear: both;
width: 895px;
padding: 0 20px 10px 40px;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
background-color: #FFFFFF;
}
#lodging ul{
list-style: none;

}
#collectionside {
	width: 286px;
	background-color: #FFFFFF;
	float: right;
	padding-left: 5px;
	padding-right: 27px;
	height: 1303px;
}
#undercar {
	background-image: url(images/spacers/shadowandbackground.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	width: 955px;
	height: 24px;
	margin: 0px;
	visibility: visible;
}
#collectiontitle {
	background-image: url(images/spacers/titlebackgroundcollection.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 65px;
	width: 594px;
	padding-left: 40px;
	float: left;
}
#collectiontext {
background-color: #FFFFFF;
background-image: url(images/spacers/abovetextspacerimage.jpg);
background-repeat: no-repeat;
background-position: top left;
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top: 30px;
padding-left: 40px;
padding-right: 20px;
float: left;
width: 574px;
padding-bottom: 20px;

}
#collectiontext ul {
list-style-type: none;
padding: 0;
margin: 0;
line-height: 18px;
}
#visitside {
	width: 425px;
	float: right;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 167px;
}
#visitside ul {
list-style-type: none;
font-size: 13px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
line-height: 18px;
}

#visittitle {
	background-image: url(images/spacers/titlebackgroundcollection.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 65px;
	width: 446px;
	padding-left: 40px;
	float: left;
	padding-right: 19px;
}
#visittext {
background-image: url(images/spacers/planyourvisitspacer.jpg);
background-repeat: no-repeat;
background-position: left top;
width: 456px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 30px;
padding-left: 40px;
padding-right: 9px;
float: left;
padding-bottom: 20px;
color: #000000;

}
#visittextgroups {
width: 500px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 10px;
padding-left: 30px;
padding-right: 20px;
float: left;
padding-bottom: 10px;
color: #000000;
}
#visittextright {
	width: 350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 9px;
	float: right;
	padding-bottom: 20px;
	color: #000000;
	list-style-image: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #967447;
	margin-top: 10px;
}

#visittext ul {
list-style: none;
list-style-image: none;
line-height: 20px;
}
#blog {
	background-image: url(images/spacers/blogback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	padding: 10px;

}
#volunteertext {
background-color: #FFFFFF;
background-image: url(images/spacers/volunteershadowbackground.jpg);
background-repeat: no-repeat;
background-position: top left;
width: 905px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top: 35px;
padding-left: 40px;
padding-right: 10px;
float: left;
padding-bottom: 20px;

}
#rightbottom {
width: 365px;
float: left;
}
#leftbottom {
width: 365px;
float: left;
clear: none;
}
#vintageside {
	width: 286px;
	background-color: #FFFFFF;
	float: right;
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	}
#groupspacer {
	background-image:url(images/spacers/volunteershadowbackground.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	width: 955px;
	height: 24px;
	margin: 0px;
	visibility: visible;
}
#footer {
float: left;
clear: both;
background-color: #666666;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width: 955px;
padding-top: 5px;
padding-bottom: 10px;
}
