@charset "UTF-8";
/* CSS Document */

/* initial CSS */
html, body {
   	height:100%; /* needed for container min-height */
}

html, body, form, fieldset,textarea {
	margin: 0;
	padding: 0;
	font: 84%/100% Helvetica, sans-serif;
	color: #0000000;
	background-image:url('../../assets/img/background.jpg');
}

a {
	color: #d28522;
}

a:link { text-decoration:underline; }
a:visited  { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:none; }

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font: 100%/100% Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	padding: 0px;
	line-height: 1.5em;
}

h1 {
	font: 100%/100% Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 1.5em;
}

h3 {
	font: 125%/100% Georgia, sans-serif;
	margin: 0 0 0 0;
	padding: 0px;
}

h4 {
	font: 110%/110% Georgia, sans-serif;
	font-style:italic;
	margin: 0 0 0 0;
	padding: 0px;
}

h5 {
	font: 100%/100% Georgia, sans-serif;
	font-style:italic;
	margin: 0 0 0 0;
	padding: 0px;
}

.georgiaplain {
font:100%/100% Georgia, "Times New Roman", Times, serif;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

img {
	border: 0;
}

hr {border: none 0; 
border-top: 1px solid #CCCCCC;/*the border*/
height:1px;
}

#maindevon a {
	display:block;
	height: 45px;
	width: 277px;
	background: url(../../assets/img/main-dukeofdevonon.jpg) no-repeat;
}
#maindevon a:hover {
	background: url(../../assets/img/main-dukeofdevonoff.jpg) no-repeat;
}

#mainkent a {
	display: block;
	height: 45px; 
	width: 277px;
	background: url(../../assets/img/main-dukeofkenton.jpg) no-repeat;
}
#mainkent a:hover {
	background: url(../../assets/img/main-dukeofkentoff.jpg) no-repeat;
}

#mainrichmond a {
	display: block;
	height: 45px;
	width: 277px;
	background: url(../../assets/img/main-dukeofrichmondon.jpg) no-repeat;
}
#mainrichmond a:hover {
	background: url(../../assets/img/main-dukeofrichmondoff.jpg) no-repeat;
}

#mainsomerset a {
	display: block;
	height: 45px;
	width: 277px;
	background: url(../../assets/img/main-dukeofsomerseton.jpg) no-repeat;
}
#mainsomerset a:hover {
	background: url(../../assets/img/main-dukeofsomersetoff.jpg) no-repeat;
}

#mainwestminster a {
	display: block;
	height: 45px;
	width: 277px;
	background: url(../../assets/img/main-dukeofwestminsteron.jpg) no-repeat;
}
#mainwestminster a:hover {
	background: url(../../assets/img/main-dukeofwestminsteroff.jpg) no-repeat;
}

#mainyork a {
	display: block;
	height: 45px;
	width: 277px;
	background: url(../../assets/img/main-dukeofyorkon.jpg) no-repeat;
}

#mainyork a:hover {
	background: url(../../assets/img/main-dukeofyorkoff.jpg) no-repeat;
}


