/* Yorkshire's Great Houses, Castles and Gardens Content CSS
   Jamie Ingilby Web Services 2008 | http://www.op-i.net 
   This file is used for content styling. */
   
div#dContent h1 {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	text-align: center;
	color: #1B3F94;
	font-size: 150%;
	display: block;
	width: 100%;
	border-bottom: 1px #333333 solid;
	background: #FFFFFF;
}

div#dIntro {
  background-color: #FFFFCC;
  margin:1em 2em 1em 2em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 13em;
  min-height: 224px; 
}

h3#hIntro {
  font-size: 13px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  text-indent: 1em;
  padding-top: 1em;
  border-bottom: 1px dashed #000033;
  padding-bottom: 0.5em;
}

p#pIntro {
  font-size: 12px;
  font-style: italic;
  margin: 0 2em 0 2em;
  background-color: #FFFFCC;
  padding-top: 0.5em;
  padding-bottom: 1em;
  float: left;
}

img#iChairmanSig {
  margin-left: 3em;
  margin-right: 3em;
  margin-bottom: 0.5em;
}

img#iChairman {
  padding: 2px 2px 2px 2px;
  margin-left: 10px;
  border: 1px solid #000033;
  float: right;
}

div#dMain td {
  vertical-align: top;
}

div#dMain p, td {
  font-family: Arial, Verdana, sans-serif;

  padding-left: 3em;
  padding-right: 2em;
  line-height: 18px;
}

/* Full Listing Styles */

ul#ulFullList {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}

li.liItem {
  padding: 5px 10px 5px 10px;
  border: 1px #FFFFFF solid;
  font-size: 12px;
}

li.liItem a {
  padding-left: 20px;
  color: #FFFFFF;
  text-decoration: none;
}

li.liItem.low a {
  padding-left: 27px;
}

li.liItem a:active {
  color: #FFFFFF;
  text-decoration: none;
}

li.liItem a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

li.liItem a:hover {
  color: #333333;
}

.house {
  background-color: #CC66CC;
}

.abbey {
  background-color: #336699;
}

.bronte {
  background-color: #990033;
}

.garden {
  background-color: #669900;
}

.castle {
  background-color: #CC6600;
}

.museum {
  background-color: #C7DEE3;
}

li.museum a {
  color: #333333 !important;
}

p.museum {
  color: #333333;
}

p.museum a {
  color: #333333;
}

li.EH {
  background-image: url(images/EHLogo.gif);
  background-position: right;
  background-repeat: no-repeat;
}

li.NT {
  background-image: url(images/NTLogo.gif);
  background-position: right;
  background-repeat: no-repeat;
}

div#dLegend {  
  display: block;
  width: 850px;
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

span#sLegend p {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  color: #FFFFFF;
}

a.aLegend {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: auto;
  color: #FFFFFF;
  text-decoration: none;
}

table.tWeddingDb {
  width: 850px;
  margin-left: auto ;
  margin-right: auto ;
  margin-top: 1em;
  margin-bottom: 1em;
}

table#tWeddingDatabase tr.even th {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

table#tWeddingDatabase td {
  vertical-align: middle;
}

table#tWeddingDatabase tr.even td {
  background-color: #eee;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

table#tWeddingDatabase tr.odd  td {
      background-color: #fff;
}

/* This is the style used on the popup tooltips which appear on the map page. */
	
img#YGHCGMap {
  margin-left: 30px;
  border: 5px #999999 solid;
}

img#iBrochureImage {
	position: relative;
	float: right;
	margin-right: 3em;
	margin-bottom: 1em;
}

p#pFNTrick {
	margin-left: -9999px;
	height: 0;
	padding: 0;
}

div#dMapContainer {
	width: 900px;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

div#map {
  width: 700px;
  height: 500px;
  float: left;
}

div#dMapDirections {
  width: 150px;
  float: left;
  padding-left: 10px
}

div#dMapDirections p {
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}

div#dMapDirections form {
	margin-top: 10px;	
}

div.clear {
	clear: both;	
}

div#dNavDirections {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

span#sSelProp {
	font-family: Arial, Verdana, sans-serif;
	
	margin-bottom: 10px;
	color: #666;
}

div.dNewsItem {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* Index Page */
div#dMainContent {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

div#dMainContent img.iLogo {
	display: block;
	width: 402px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#dAboutStatement {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

div#dAboutStatement p {
	font-size: 105%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}


div#dInPageNavigation {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px #FFF solid;
}

div#dInPageNavigation p,div#dInPageNavigation a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
}

div#dInPageNavigation a:link, div#dInPageNavigation a:active, div#dInPageNavigation a:visited {
	color: #FFF;
}

div#dInPageNavigation a:hover {
	color: #FF9;
	font-weight: bold;
}

div#dCarousel {
	width: 740px;
	height: 148px;
	margin-bottom: 4em;
}

div.dCarouselItem {
	width: 185px;
	height: 148px;
	overflow: hidden;
	float: left;
}
