/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	background-image: url(../images/bck2.gif);
	background-repeat:repeat-x;
	background-color: #ebeefb;
}

#topline {
	width: 810px;
	margin: auto;
	text-align:left;
	font-family: "Univers 45", Arial, Helvetica, sans-serif;
	font-size:.75em;
	margin-top: 5px;
	color: #df6118;
	}
	
#topline a {
	color: #df6118;
	text-decoration:none;
}

#container {
	width: 810px;
	margin: auto;
	background-color: #ebeefb;
	border-left: 2px solid #df6118;
	border-right: 2px solid #df6118;
	border-bottom: 2px solid #df6118;
	background-image: url(../images/compass2.gif);
	background-repeat:no-repeat;
	background-position: 640px 220px;
}
#homecontainer {
	width: 810px;
	margin: auto;
	margin-top: 3px;
	background-color: #ebeefb;
	border: 2px solid #df6118;
/*	background-image: url(../images/compass2.gif); */
	background-repeat:no-repeat;
	background-position: 560px 200px;
}
#header {
	text-align: left;
}
/* navigation */

.homecaption {
 width: 207px; background-color:#df6118; color: #ebeefb;
 font-family: "Univers 45", Arial, Helvetica, sans-serif;
 font-size:.8em;
 text-align: left;
 padding-left: 17px;
 padding-right: 10px;
 padding-bottom: 17px;
}

.homecaption h3 {
padding-bottom: 2px;
padding-top: 0px;
margin-top: 0px;
}


#navcontainer {
	float: left;
	width: 220px;
	background-color: #ebeefb;
	padding-top: 65px;
	background-image: url(../images/sundial.gif);
	background-repeat:no-repeat;
	background-position: 60px 20px;
}
#navcontainer a.here:link, #navcontainer a.here:visited, #navcontainer a.here:hover, #navcontainer a.here:active {
	background-color: #ffcc33;
	color:#202c75;
	border: none;
	width: 212px;
	border-bottom: 1px solid #202c75;
}

#navlist {
	margin-bottom: 2px;
}

#navcontainer ul {
	padding-left: 0;
	list-style-type: none;
	font-family: "Univers 45", Arial, Helvetica, sans-serif;
	font-size:.8em;
}

#navcontainer ul a {
	text-align: left;
	display: block;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 200px;
	background-color: #202c75;
	margin-bottom: 2px;
	padding-left: 17px;
	border-right: 12px solid #df6118;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #df6118;
	color: #fff;
	width: 200px;
}

#navcontainer ul ul {
	padding-left: 0;
	list-style-type: none;
	font-family: "Univers 45", Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-left: 0px;	
}

#navcontainer ul ul a {
	width: 177px;
	border-right: 12px solid #ffcc33;
	padding-left: 40px;
}

#navcontainer ul ul a:hover {
	background-color: #df6118;
	color: #fff;
	width: 189px;
	border:none; 
}

#navcontainer ul ul a.here:link, #navcontainer ul ul a.here:visited, #navcontainer ul ul a.here:hover, #navcontainer ul ul a.here:active {
	background-color: #df6118;
	width: 177px;
	border-right: 12px solid #ffcc33;
	padding-left: 40px;
	color: #fff;
	border-bottom: none;
}


/* content */

#content {
	margin-left: 243px;
	text-align: left;
	width: 520px;
	padding-top: 27px;
	padding-bottom: 10px;
/*	border-left: 2px solid #df6118; */
	padding-left: 20px; 
}
#content h1 {
	font-family: "Univers Black", Arial, Helvetica, sans-serif;
	color:#202c75;
	margin-bottom: 6px;
	font-size: 1.2em;
}
#content h2 {
	font-family: "Univers Black", Arial, Helvetica, sans-serif;
	color: #202c75;
	margin-bottom: 2px;
	font-size: 1.1em;
}
#content h3 {
	font-family: "Univers Black", Arial, Helvetica, sans-serif;
	color:#df6118;
	font-size: .95em;
}
#content h4 {
	color:#202c75;
	margin-bottom: 3px;
	padding-top: 5px;
	font-size: .85em;
}

#content p {
	font-size: .8em;
	line-height: 135%;
	color: #333333;
	margin-bottom: 7px;
}


#content a {
text-decoration:none;
color: #202c75;
}

#content a:hover {
text-decoration:none;
color: #df6118;
}

.feature {
	width: 250px;
	height: 280px;
	background-color:#fff;
	font-size: .9em;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #202c75;
	padding-bottom: 5px;
}
.feature p {
	margin-left: 13px;
	width: 220px;
}
.feature h3 {
	margin-left: 13px;
}
.feature img {
	border: 6px solid #202c75;
	margin-left: 13px;
	margin-top: 13px;
	margin-bottom: 8px;
}
.feature a:hover img {
	border: 6px solid #df6118;
}
.imagefeature img {
	border: 6px solid #202c75;
	margin-left: 13px;
	margin-top: 13px;
	margin-bottom: 8px;
}

/* special features on content pages */


.exhibitionPre {
height: auto;
min-height: 150px;
}

#content .exhibitionPre img {
	float:left;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 10px;
	border: 4px solid #202c75;
}

#content .exhibitionPre a:hover img {
	border: 4px solid #df6118;
}

.maplist {
	float: left;
}
.maplist a {
	text-decoration:none;
	color: #202c75;
}
.maplist a:hover {
	text-decoration:underline;
	color: #df6118;
}
#content .maplist img {
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	border: 2px solid #202c75;
}
#content .maplist a:hover img {
	border: 2px solid #df6118;
}
#content .maplist p {
	font-size: .8em;
	line-height: 125%;
	color: #333333;
	padding-bottom: 2px;
/*	border-bottom: 1px solid #202c75; */
	min-height: 50px;
	height: auto;
}

#content .maplist h4 {
	border-top: 1px solid #202c75;
	padding-top: 12px;
}
.imagefeature {
	width: 210px;
	float: right;
	margin-left: 12px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

.imagefeature img {
	border: 5px solid #202c75;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;
	
}

div.imagefeature p {
margin-left: 10px;
width: 190px;
}

div.imagefeature h2 {
margin-left: 10px;
width: 190px;
}

div.imagefeature h4 {
margin-left: 10px;
width: 190px;
margin-top: 3px;
}

.imagegallery img {
margin-right: 10px;
margin-bottom: 10px;
margin-left: 0px;
}


#tickets {
font-size: .8em;
margin-bottom: 15px;
}

#tickets th {
padding: 5px;
padding-top: 7px;
padding-left: 10px;
border-bottom: 1px solid #333333;
color:#333333;
}

#tickets td {
width: 110px;
background-color:#CCCCCC;
padding: 5px;
padding-top: 7px;
padding-left: 10px;
color:#333333;
}



/* walters page css */

#internalnav {
	font-family: "Univers 45", Arial, sans-serif;
	list-style:none;
	margin-bottom: 15px;
	font-size: 1em;
}

#internalnav li {
display:inline;
}

#internalnav a {
	text-decoration:none;
	color: #202c75;
}
#internalnav a:link, #internalnav a:visited {
	color: #202c75;
	text-decoration: none;
}
#internalnav a:hover {
	color: #df6118;
	text-decoration: underline;
}

#content a:hover h4 {
color: #df6118;
text-decoration:underline;
}

/* footer */

#footer {
	padding: 9px;
	padding-left: 15px;
	background-color: #df6118;
	color: #FFFFFF;
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	text-align: left;
}

#footer a {
text-decoration:none;
color: #fff;
}

#footer a:hover {
text-decoration:underline;
color: #fff;
}


/*

fieldset {
	border: none;
	width: 500px;
}

label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 60px;
	padding-right: 20px;
}

.formclear {
	clear: left;
}

#submitbutton {
	margin-left: 82px;
}

*/
