@import url("960_24_col.css");
@import url("dcmms.css");


body{
	font-family:Arial,sans-serif;
	color:#000000;
	background-color:#fff;
	font-size:0.85em;
	margin:0;
	padding:0;
	text-align:left;
	line-height:165%;


}

a {
	outline-style:none;
}

.clearboth{
	clear:both;
}

#header{
	background-color:#FBFAF9;
	border-bottom:solid 3px #c76326;
	background-image:url(../images/banner_bg.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	width:100%;

}

#header h1{
	height:135px;
	background-image:url(../images/dorset_logo.png);
	background-repeat:no-repeat;
	background-position:left center;
	position:relative;
	text-indent:-30000px;
	
	width:960px;
	margin:0 auto;

}
a {
	color:#c76427;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#594E30;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
	display:inline;
}
.imageholder {
	float:right;
	margin:0px 0px 20px 20px;
	position:relative;
	clear:right;
	width:330px;
	overflow: hidden;
}
.imageholder .caption {
	color:#9F998B;
	line-height:125%;
	
	/*bottom:5px;
	left:1px;*/

	/*position:absolute;*/
	margin:2px 0px;
	padding:0px;

}
.imageholder .caption {
	padding-left:5px;
	/*border-left:solid 1px #c76326;
	border-bottom:solid 1px #c76326;
	border-right:solid 1px #c76326;*/
}
.imageholder a{
	margin:0px;
	padding:0px;
	display:inline;

}
#utlilitynav {
	left:970px;
	margin:0;
	position:absolute;
	top:10px;
	width:300px;
}
#utlilitynav p {
	margin:0px;
	display:inline;
	color:#c76326;
}
#utlilitynav a {
	font-weight:normal;

}
#topnav {
	/*background-color:#594E30;*/
	margin:auto;
	padding:0;
	width:960px;


}
#topnav ul li {
	padding:0px;

}
#topnav ul {
	margin: 0px;
	padding:0px;

}

#topnav li{
	display:inline;
}
#topnav ul li a {

	background-color:#594E30;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	margin:0 6px 0 0;
	padding:5px 0;
	text-align:center;
	width:100px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}


#topnav ul li.here a, #topnav li.expandhere a,  #topnav li.ancestor a {
	background-color:#c76326;
	font-weight:normal;
	color:white;


}
#topnav ul li a:hover {
	background-color:#b7a06d;
	text-decoration:none;
	color:white;

}

.fullwidth #subnav{
	position:absolute;
	left:-15000px;
}

#subnav{
	border:0px solid black;
	background-color:#fff;
	line-height:110%;
	margin-left:0;
	margin-top:-5px;
	padding-bottom:6em;
}
#subnav ul li a:hover {
	color:#c76326;
	text-decoration:none;

}

#subnav ul {
	margin:0px;
	padding:0px;
	
}

#subnav ul li {
	display:inline;
}

#subnav ul li a{
	padding: 7px 5px 10px;
	background-image:url(../images/subnav_bg.png);
	background-repeat:repeat-y;
	
	margin-bottom:0px;
	display:block;
	color:#594E30;
}



#subnav ul li.here a ,#subnav ul li.expandhere a,#subnav ul li.ancestor a  {
	background-image:url(../images/subnav_here_bg.png);
	background-repeat:no-repeat;
	background-position:right center;
	color:white;
	background-color:#C76326;

}
#subnav ul li.here a:hover ,#subnav ul li.expandhere a:hover,#subnav ul li.ancestor a:hover {
	color:white;
}
#subnav ul li.expandhere ul li a,#subnav ul li.ancestor ul li a  {
	background-image:none;
	background-color:white;
	font-size:0.9em;
	padding:3px 5px 3px 10px;
	color:#AAA;

}

#subnav ul li ul li.here a,#subnav ul li ul li.expandhere a  {

	color:#000;
}
#subnav ul li ul li.here a:hover,#subnav ul li.expandhere a:hover,#subnav ul li.ancestor a:hover {
	color:black;
	text-decoration:none;

}

#subnav h2 {

	font-size:1.1em;
	font-weight:normal;
	padding:0 5px 3px;
	margin-bottom:0;

}

.pad{
	padding:0 0px;

}
#sidebar{
	float:right;
}
#sidebar .pad{

	/*margin-top:8px;
	padding:4px;*/
}
.crumbtrail a {
	margin-left:0px;
	padding:0px 10px 0px 30px;
	font-size:0.7em;
	display:block;
	width:auto;
	height:25px;
	float:left;
	background-image:url(../images/crumb-a.gif);
	line-height:25px;
	font-weight:normal;

}
a.crumbhome {
	background-image:url(../images/crumb-home.gif);
	display:block;
	float:left;
	padding-left:15px;
	margin:0px;

}
.crumbtrail .crumbhere {
	background-image:url(../images/crumb-here.gif);
	background-repeat:no-repeat;
	width:auto;
	height:auto;
	float:left;
	height:25px;
	line-height:25px;
	padding-left:30px;
	color:#000 !important;
	
	font-weight:bold;
}
.crumbtrail .crumbtrailseparator {
	color:#d8d5d5;
	margin:0px;
	padding:0px;
	display:block;
	width:auto;
	float:left;
	display:none;
}
.crumbtrail {
	font-size:1.2em;
	color:#c76326;
	

}

.fullwidth .crumbtrail{
	padding-left:0px;
	width:960px;
}

.fullwidth #content0{
	clear:left;
	margin-left:0px;
	width:960px;
}

#content0 .pad{
	/*border:4px solid #EEE;*/
	margin-top:1em;
	/*padding:4px;*/
	padding:0px;
}

.home #content0 .pad{
	margin-top:0;
}
#content0  {
	padding:0px;

}

#content2 .pad{
	/*background-color:#EEE;*/
	margin-top:20px;
	padding:4px;

}
#content{
	background-color:#FFF;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.gallery_thumb {
	float:left;
	padding-right:10px;

}
.gallery_detail {
	clear:left;


}
#footer{
	background-color:#FBFAF9;
	border-top:solid 3px #c76326;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	width:100%;
	padding-bottom:5em;

}
#footer_content{
	width:960px;
	margin:auto;


}
#footer_content p {
	color:#AFAFAF;
	font-size:0.8em;
	margin:5px;
	float:right;
}
#footer_nav {
	
	margin-top:10px;

}
#footer_content #footer_nav li {
	display:inline;
	margin:0;
	padding:0;
}
#footer_content #footer_nav ul{
padding:0;
margin:0;
}
#footer_content #footer_nav li a{
	width:80px;
	text-align:center;
	border-right:1px solid #CCC;
	padding:0 5px;
	margin:0;
}
.toc {
	width:330px;
	background-color:#fff;
	background-image:url(../images/toc_bg.gif);
	background-repeat:repeat-y;
	float:left;
	margin:0 10px 10px 0;
	position:relative;

}

.toc .tocimageholder {
	float:left;
	height:200px;
	margin-bottom:5px;
	overflow:hidden;
	width:330px;
}
.toc.nopromo .tocimageholder{
	display:none !important;
}
.toc img {
	border:none;
}
.toc h3  {
	padding-left:5px;
	margin:0;
}
.toc h3 a {
	background-image: url(../images/arrow_small.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	color:#594E30;

}
.toc .exhibinfo{
	margin:0;
	padding:0 5px 0 20px;
	font-weight:bold;
	font-size:0.9em;
}
.half {
	background-color:#E7D7D5;
	/*background-image:url(../images/promobg.gif);
	background-position:right center;
	background-repeat:no-repeat;*/
	float:left;
	margin-right:18px;
	padding:8px;
	width:45%;
	margin-bottom:20px;
}
.half .imageholder {
	float:left;
	height:140px;
	margin:0 8px 0 0;
	overflow:hidden;
	width:60%;

}
.half h3 {
	margin:0px;
}
.half p {
	margin:3px 3px;
	line-height:125%;
}
.half a {
	font-weight:normal;

}
/*dl a , dl a img {
	float:left;
}
dl {

	padding:10px;
	background-color:#edf8fc;
}
dl dd {
	border-bottom:4px solid white;
	margin:20px;
}
dl dt {
	clear:both;
}*/
.main_gallery #sidebar{
	border:solid 1px grey;
}
.picright .imageholder{
	float:right;
}

.galleryimage {
	float:left;
	width:220px;
	margin:0 10px 20px 0;
	
	
}
.galleryimage .imageholder {
	text-align:center;
	float:left;
	overflow:hidden;
	width:220px;
	height:250px;
	margin:0;
	border:2px solid #F1E8E7;
	background-color:#F1E8E7;
}
.galleryimage p.caption {
	width:210px;
	padding:5px;
	min-height:40px;
	margin:0px;
	color:#9F998B;
	line-height:125%;

}

/*HOME PAGE*/

.home #content2 .pad2{
	width:310px;
	float:right;
	margin:0px;
}
.home #content2 {
	width:320px;
	margin-right:12px;
	float:right;
}
.home #content0 {
	width:610px;
	position:relative;
}

.home #sidebar {
width:960px;
}

.home #content0 .style1 h3{
	/*background: url(../images/tab-red-bg.jpg) repeat-x;*/
	background-color:#9F998B;
	color:#FFFFFF;
	margin:0;
	padding:5px;

}

.home #content0 .style1 div.selected h3 {
	background:none;
	background-color:#9f998b;
}

.home #content0 .style2 a{
	color:#f9a577;
}

.home #content0 .style2 h3 {
	/*background: url(../images/tab-dkblue-bg.jpg) repeat-x;*/
	background-color:#ab7067;
	color:#FFFFFF;
	margin:0;
	padding:5px;

}

.home #content0 .style2 div.selected h3 {
	background:none;
	background-color:#ab7067;
}
.home #content0 .style3 h2.page_subtitle {
	background: url(../images/tab-yellow-bg.jpg) repeat-x;

}

.home #content0 .style3 div.selected h2.page_subtitle, .home #content0 .style3 div.selected h2.page_subtitle:hover {
	background:none;
	background-color:#F9E755;

}

.home #content0 .pageblocktext .description{
	padding:10px;
}

.home #content0 .style1 .pageblocktext {
	background-color:#9f998b;
	color:#fff;
	padding:5px;

}

.home #content0 .style2 .pageblocktext {
	background-color:#ab7067;
	color:#fff;
	padding:5px;

}
.home #content0 .style3 .pageblocktext {
	background-color:#594e30;
	color:#fff;
	padding:5px;

}

.home #content0 .style3 .pageblocktext {
	background-color:#F9E755;

}

.home #content0 .style1 .description h2, .home #content0 .style1 .description p{
	margin:0px 5px 8px 5px;

}
.home #content0 .style1 .description li{
       list-style-position:inside;
        margin: 0px 0px 0px 5px;
}

.home #content0 .style3 .description p{
	color:#4d4d4d;
	margin:0px 5px 8px 5px;
}


.home #content0 .style2 .description {
	background:#9DA6BC none repeat scroll 0 0;
	bottom:0;
	color:#FFFFFF;
	font-weight:normal;
	height:64px;
	left:0;
	margin-bottom:0;
	padding:10px 0 5px 10px;
	position:absolute;
	top:156px;
	width:690px;
}


.home #content0 .style1 .description {
   width:420px;
   float:none;
}


.style2 .description h2, .style2 .description h3, .style2 .description p{
   text-align: left;
   color:#fff;
   margin:0px;
   background:none;
   padding:0px;
}

.home #content0 .teaser {
	clear: both;
}

.home #content0 .teaser .imageholder {
	width: 200px;
	height: 150px;
	float: left;
	margin: 0 20px 20px 0;
}

.home #content0 .teaser p {
	margin-bottom: 0;
	margin-top:0.5em;
}

.home #content0 .teaser h3{
	margin-bottom: 0.3em;
}


.home #content0 .teaser .pageblocklink {
	margin-top: 0.3em;
}

.tabset{
	margin-top:1em;
}



.visiting_promo, .promo {
	width:300px;
	height:180px;
	border:solid 1px #9f998b;
	padding:0px;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.visiting_promo p a, .collection_highlight p a, .promo p a{
	background-image:url(../images/link_arrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:14px;
}

.visiting_promo h3, .promo h3 {
	background-image:url(../images/promo_h2_bg.gif);
	background-repeat:repeat-x;
	color:#5A4E30;
	margin:0;
	padding:5px;
}
.visiting_promo p, .collection_highlight p, .promo p {
	padding:0px 5px;
}
.visiting_promo .imageholder {
	float:right;


}
.collection_highlight {
	overflow:hidden;
	width:300px;
	border:solid 1px #9f998b;
	padding:0px;
	float:left;
	margin-right:0px;
	background-image:url(../images/collection_highlight_tag.gif);
	background-repeat:no-repeat;
	height:180px;
}
.collection_highlight .pageblocktext {
	padding-top:80px;
}
.home .feed h2 {
	color:#594d2f;
	padding:5px;
	font-weight:normal;
	margin:0px;
	border-bottom:solid 1px #9f998b;
	font-size:1.3em;
}
.home .feed {
	position:relative;
	/* top:-0.5em; */
}
.eventitem {
	border-bottom: 1px solid #9F998B;
	/* margin:0px 8px 8px;
	padding-bottom:5px; */
	padding: 5px 0 8px 0;
	margin: 0 0 0 6px;
}
.eventitem h3 {
	color:#594d2f;
	margin:5px 0;
}
.eventitem h3 a {
	
}

.eventteaserimage {
	float: left;
	margin: 0 10px 10px 0;
	overflow:hidden;
	width: 200px;
}
.feed .eventteaserimage {
	height: 100px;
	width: 100px;
	margin: 0 6px 6px 0;
}

.eventitem .eventteaserdate {
	font-size:0.9em;
	color:#594d2f;
	font-weight:bold;
}
.eventitem p {
	margin:5px 0px;

}
.eventitem p.keywords {
	background-image:url("../images/category_tag.png");
	background-repeat:no-repeat;
	line-height:120%;
	margin:5px 0;
	padding-bottom:15px;
	padding-left:55px;
	padding-top:0;

}
.eventitem h4.link a {
	background-image:url(../images/link_arrow.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left center;
}
.eventitem h4 {
	margin:5px 0px;



}

.wrapper{
	
	position:relative;
}


#researchlink {
	position:absolute;
	top:0px;
	right:0px;
}

#servicelink {
	position: absolute;
	top: 0;
	right: 0;
}

#servicelink a:link, #servicelink a:visited {
	color: #666;
	font-size: 1.2em;
	padding: 5px 5px;
	display: block;
	float: right;
	font-weight: normal;
}

#servicelink a:hover, #servicelink a:active {
	color: #aaa;
}


#servicelink .servicedivider {
	float: right;
	padding: 5px 5px;
}

/* #researchlink a:link, #researchlink a:visited {
	display:block;
	background-color:#594E30;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:normal;
	margin:0 6px 0 0;
	padding:5px 5px;
	width:100px;
	text-align:center;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#researchlink a:hover, #researchlink a:active {
	background-color:#b7a06d;
	text-decoration:none;
	color:white;
}
*/

.highlight{
	border:solid 1px #c76427;
	
}

.highlight h3{
	margin:0px;
	color:#FFF;
	background-color:#c76427;
	padding: 3px 3px 3px 0;
}

.highlight .pageblocktext{
	padding: 0 10px;
}

.highlight .pageblocktext h3{
	color:#000;
	background-color:transparent;
}

.highlight  h3.pageblocktitle {
	padding-left: 6px;
	white-space: nowrap;
}

.highlight .imageholder {
	margin-top: 38px;
	margin-right: 10px;
}

.highlight .pageblockfinal {
	clear: both;
}

label{
	display:block;
	font-weight:bold;
}
.biginput{
	width:90%;
}
textarea{
	width:90%;
	height:100px;
}
fieldset{
	border:0px;
	
}

legend{
	background-color:#594E30;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	
}

form{
	background-color:#F0E8E6;
}

.tab{
	margin-bottom:1em;
	background-color:#A86E64;
	color:#FFF;
	border:2px solid #A86E64;
}

.tab .pageblocktext{
	
	font-size:1.2em;
	clear:left;
	padding:10px;
	height:200px;
	
	
}

.tab h3{
	margin:0 0 0.5em 0;
}

.tab a{
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}

.tab .pageblocktext p{
	margin-top:0px;
	margin-bottom:1em;
}

h2.tabcontrol{
	color:#594E30;
	margin:0px;
	padding:5px 10px;
	background-color:#e3d8d6;
	font-size:1.2em;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	

}

h2.tabcontrol.selected{
	background-color:#A86E64;
	color:#FFF;
}
.col1{
	width:88px;
}

.col3{
	padding:0 10px;
	width:150px;
}

table{
	width:100%;
	border-collapse: collapse; 
}

th {
	text-align: left;
}

td{
	padding: 8px;
	border-bottom: 1px solid #9F998B;
	vertical-align: top;
	
}
.address{
	float:left;
	padding-left:25px;
	padding-top:15px;
	color:#666;
	
}
.address strong{
	color:#333;
}
.blogimage{
	text-align:center;
}
.dark{
	background-color:   #e6deda;
}
.comment{
	padding:10px;
}
.comment h4{
	margin:0;
}
.comment p{
	margin-top:0.5em;
}

#comments_form{
	padding:10px;
}

.credit{
	font-size:0.7em;
	text-align:right;
	margin:0;
}

/* SITEMAP */

.sitemap ul {
	clear: both;
	
}

.sitemap li {
	clear: both;
}


.sitemap .grid_2 {
	float: none;
}

/* CROSSFEEDS */

.feeditem {
	clear: both;
}

.highlightfeed {
	background: #a86e64;
	margin-bottom: 10px;
	font-size: 110%;
}

.highlightfeed .imageholder {
	width: 240px;
	margin-bottom: 0;	
}

.highlightfeed h3 {
	margin-top: 0;
}

.highlightfeed a, .highlightfeed h3, .highlightfeed {
	color: #fff;
}

.highlightfeed .feeditem .inner {
	padding: 8px;
	line-height: 133%;
}

.highlightfeed .feedlink {
	margin-top: 0;
	text-decoration: underline;
}

.headertab {
	background-color:#A86E64;
	color:#FFFFFF;
	-moz-border-radius:5px 5px 0 0;
	font-size:1.2em;
	margin:0;
	padding:5px 10px;
	width: 12em;
}

.rightfeed .imageholder {
	display: none;	
}

.rightfeed {
	float: right;
	width: 248px;
}

.rightfeed .wrapper {
	padding: 6px;
}

.archivebg {
	background-color: #e6deda;
}

.archivebg a:link, .archivebg a:visited {
	color: #666;
}

.archivebg a:hover, .archivebg a:active {
	color: #594E30;
}

.rightfeed .feeditem h3 {
	font-size: 1em;
	line-height: 140%;
	padding: 0;
	margin: 0;

}

.twothirdsfeed {
	overflow: hidden;
	width: 63%;
}

.twothirdsfeed .feeditem {
	margin-top: 0;
}

.twothirdsfeed .imageholder {
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	width: 160px;
	height: 120px;

}

.mainhighlight {
border: 1px red solid;
}


/* CALENDAR & CALENDAR FEED */

.dtstart {
	background-color:white;
	border:2px solid #c76427;
	color:#c76427;
	display:block;
	height:88px;
	float: left;
	overflow:hidden;
	width:88px;
}

.home .dtstart {
	float: right;
	margin: 5px 0 5px 5px;
	width: 74px;
}

span.day {
	display:block;
	font-size:24px;
	line-height:40px;
	text-align:center;
}

span.month {
	background-color:#c76427;
	color:white;
	display:block;
	font-size:1.3em;
	padding:6px 0 0;
	text-align:center;
}

span.year {
	background-color:#c76427;
	color:white;
	display:block;
	font-size:0.9em;
	text-align:center;
}

.vevent .eventinfo, .bloginfo {
	margin-left: 108px;

}

.show_archive {
	text-align: right;
}

/* LINKS */

.links_pagingmenu {
	border-bottom: 1px solid #9F998B;
	padding: 0 0 0.3em 0;
}


.links li {

}

/* BLOG */

.blog {
	margin-bottom: 10px;
}

.blog .wrapper {
	padding: 10px;
}

.blog h3 {
	margin-top: 0;
}

.blog .dtstart, .blogdetail .dtstart {
	margin: 0 10px 10px 0;
}

.blog .imageholder {
	width: 240px;
	overflow: hidden;
	background: #fff;
	margin-top: 5px;
}

.blog .imagewrapper {
	height: 150px;
	overflow: hidden;
}

.blog .imageholder .caption {
	margin: 0.5em 0.2em 0.5em 0.2em;
}

#listing .light .imageholder {
	background: #e6deda;
}

#listing .light .imageholder .caption {
	color: #594e30;
}

.blockcoffset #content2  {
	width: 100%;
}

.blockcoffset #content2 .pad2 {
	padding-left: 104px;
	
}

.grid_7 form {
	padding: 5px;
}

/* COMMENTS */

.comments .dtstart {
	float: right;
	margin: 0 0 10px 10px;
}

#notice{
	padding: 0 10px;
	border: 4px solid  #C76427;
	background-color:#FFFFDD;
}

.imageholder.image_columnwidth{
	float:none;
	width:710px;
	margin:0;
}

.media_asset{
	text-align:center;
	padding:10px 0;
}
