/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a, address, input, textarea {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 11pt;
	color: black;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 15px;
}
h2 {
	padding-top:0;
	font-size: large;
	font-weight: bold;
}
.dot {
	font-size: large;
	color: #6278ad;
	padding-right: 10px;
}
a {
	color: #6278ad;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
.highlightColour {
	color: #6278ad;
	font-weight: bold;
}
.highlightItalic {
	color: #6278ad;
	font-style: italic;
}
.villageDate {
	color: #6278ad;
	font-style: italic;
	font-weight: bold;
	padding-right: 30px;
}
.orangeText {
	color: #ff9900;
}
#thanksText {
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
}
#strapline {
	font-size: 35px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 32px;
}
/*** From the original CSS for the original website *****/
.textorangebold { 
	color: #6278ad; 
	font-weight: bold; 
}
.textboldbig { 
	font-style: italic; 
	font-weight: bold; 
	font-size: 12pt; 
}
.textital { 
	font-style: italic; 
	font-size: 10pt; 
}
.texttitle { 
	color: #6278ad; 
	font-weight: bold; 
}

/*************** Image Handling **************************/
.floatLeft, .floatRight {
	margin: 0px 10px;
}
.imageCentre {
	text-align: center;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imageLabel {
	text-align: right;
	font-style:italic;
}
/**************** MENU OPTIONS ****************/
#menuBar {
	width: 160px;
	float: left;
}
.dash { /* For WAI */
	display: none;
}
#menuBar span {
	display: none;
}
#menuBar a {
	width: 160px;
	float: left;
	display:block;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#home {
	background-image: url(Images/Buttons/home.gif);
	height: 35px;
}
#home:hover {
	background-image: url(Images/Buttons/homeRO.gif);
}
#townMaps {
	height: 26px;
	background-image: url(Images/Buttons/townMaps.gif);
}
#townMaps:hover {
	background-image: url(Images/Buttons/townMapsRO.gif);
}
#villageMaps {
	height: 26px;
	background-image: url(Images/Buttons/villageMaps.gif);
}
#villageMaps:hover {
	background-image: url(Images/Buttons/villageMapsRO.gif);
}
#mapShop {
	height: 31px;
	background-image: url(Images/Buttons/mapShop.gif);
}
#mapShop:hover {
	background-image: url(Images/Buttons/mapShopRO.gif);
}
#genealogists {
	height: 27px;
	background-image: url(Images/Buttons/genealogists.gif);
}
#genealogists:hover {
	background-image: url(Images/Buttons/genealogistsRO.gif);
}
#viewBasket {
	height: 27px;
	background-image: url(Images/Buttons/viewBasket.gif);
}
#viewBasket:hover {
	background-image: url(Images/Buttons/viewBasketRO.gif);
}
#contactUs {
	height: 27px;
	background-image: url(Images/Buttons/contactUs.gif);
}
#contactUs:hover {
	background-image: url(Images/Buttons/contactUsRO.gif);
}
#menuBottom {
	margin-left: 0;
}
/***************** DIV DEFINITIONS ********************/
body {
	background-color: #f6e2b7;
	padding-right: 30px;
}
#header {
	padding-left: 150px;
}
#title {
	padding-left: 1em;
}

#bodyText {
	padding-right: 30px;
	margin-left: 170px;
	padding: 5px;
}

#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
}
#ACWD, #footer a {
	font-size: 10px;
	font-style:italic;
}

/******don't show the human field on the contact form so as to catch spam robots*******/
#humanLabel, #human {
	display: none;
	visibility: hidden;
}

/*********** Misc *************/
#Village_LHS, #Village_RHS, #Town_LHS, #Town_RHS { /* For column layouts on two village pages and mapshop */
	width: 300px;
	float: left;
}
