/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

small {
	font-size:0.75em;
}

.center, .centre {
	text-align:center;
}

.green {
	color: green;
}
acronym, abbr {
	border-bottom: 1px dotted #999999;
}
/* png fix */

#logo {
	behavior: url(/css/iepngfix.htc)
}

/* main */

body {
	background: url(../images/bg.jpg) center top no-repeat;
	font: 65%/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
}

#page {
	width: 925px;
	margin: 0 auto 0 auto;
}

#header {
	height: 293px;
}

#powered a {
	background: url(../images/powered-by.jpg) center top no-repeat;
	float: right;
	display: block;
	width: 314px;
	height: 48px;
	text-indent: -10000px;
	margin-right:45px;
}

#logo {
	margin: 55px 0 10px 14px;
	clear: left;
	display: block;
	width: 328px;
	height: 91px;
	float: left;
}

#nav {
	margin-top: 63px;
	float: left;
	clear: both;
	width: 925px;
}

#nav li {
	float: left;
	margin-right: 2px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	display: block;
}

#nav li a {
	background-image: url(../images/tab-thin.jpg);
	display: block;
	width: 190px;
	height: 44px;
	text-decoration: none;
}

#nav li a:link, #nav li a:visited {
	background-position: 0 -44px;
	color: #fff;
}

#nav li a:hover, #nav li.thispage a {
	background-position: 0 0px;
	color: #4c4c4c;
}

#nav li.yellow, #nav li.yellow-thispage {
	font-size: 1em;
}

#nav li.yellow a {
	background-image: url(../images/tab-yellow.jpg);
	width: 150px;
	height: 29px;
	margin-top: 15px;
	color: #4c4c4c;
}

#nav li.yellow-thispage a {
	background-image: url(../images/tab-yellow.jpg);
	width: 150px;
	height: 29px;
	margin-top: 15px;
	color: #4c4c4c;
}

#nav li.yellow a:link, #nav li.yellow a:visited {
	background-position: 0 -29px;
}

#nav li.yellow a:hover, #nav li.yellow-thispage a {
	background-position: 0 0px;
}

#nav span {
	position: relative;
	top: 30%;
	display: block;
}

#main {
	padding: 0 14px 30px 14px;
}

#main h1 {
	font-size: 3.5em;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #999999;
}

#main h1 small {
	font-size:0.35em;
}

#main h2 {
	color: #999999;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 1em 0;
}

#main h2.strapline {
	font-size:1.5em;
	margin: -2.3em 0 2.3em 0;
}

#main h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 1em;
}

#main h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

#main p, #main dl {
	font-size: 1.4em;
	margin: 0 0 1em;
	color: #666666
}

#main #col1 p {
	color: #4c4c4c;
}

#main dt {
	width:6em;
	float:left;
	margin-bottom:8px;
}

#main dd {
	margin-left:6em;
	margin-bottom:8px;
}

#col1 {
	float: left;
	width: 220px;
	padding: 0 0 40px 0;
}

#col2 {
	float: right;
	width: 660px;
	padding: 0 0 40px 0;
}

#main-map {
	width:660px;
	height:560px;
}

#yourmap-map {
	margin:5px auto;
	width:300px;
	height:400px
}

#footer {
	font-size:1.2em;
	background-image: url(../images/footer.jpg);
	background-position: 0 top;
	background-repeat: repeat-x;
	background-color: #F7F6FC;
	clear: both;
	padding: 14px 0 20px 14px;
	margin: 20px 0 0 0;
}

#footer .cols {
	margin: 0 auto;
	width: 925px;
}

#footer a:link, #footer a:visited {
	color: #4c4c4c;
	text-decoration:none;
}

#footer a:hover {
	color: #666666;
}

#footer .col {
	float: left;
	padding-right: 70px;
}

#footer .col h3 {
	margin-bottom: 10px;
}

#footer .col li {
	margin-bottom: 5px;
}

#notice {
	padding:0 11px;
	width: 913px;
	margin: 10px auto;
}

form {
	text-align: left;
}

fieldset {
	margin: 0 0 25px 90px;
}

.radio_list, .checkbox_list  {
	margin-left: 135px;
}

.radio_list li, .checkbox_list li {
	margin-bottom:8px;
}

.radio_list label, .radio_list input, .checkbox_list label, .checkbox_list input {
	width:auto;
	float:none;
	display:inline;
}
#yourmap_width, #yourmap_height, #yourmap_lat, #yourmap_lng, #yourmap_zoom {
	width:8em;
}
#yourmap-link {
	margin-left:0.5em;
}
.eror_block ul {
	margin: 0 0 10px 0;
	padding: 5px;
	border:1px solid red;
	width: 100%;
	text-align:center;
	font-size:1.2em;
}
.error_list, .note {
	width: 350px;
	clear:left;
	margin-left: 135px;
}

.error {
	text-align:center;
	margin:5px;
}

.error, .error_list {
	color:red;
	font-size:1.1em;
}

.green {
	color:green;
}

label {
	width: 135px;
	display: block;
	float: left;
	font-size: 1.4em;
	color: #666666;
}

input, select {
	padding: 5px;
	width: 350px;
	float: left;
	/*border:1px solid #E8E8E8;*/
}
/*
input:focus, select:focus {
	border:1px solid green;
	border:1px solid #F1FF90;
}

input.invalid, select.invalid, input.invalid:focus, select.invalid:focus {
	border:1px solid red;
}
*/
input.button {
	background-color: black;
	border: 0;
	cursor: pointer;
	width: auto;
	padding: 10px 30px;
	margin: 10px 0 20px 225px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 1.4em;
}
#map-subscribe {
	border-color:#F1978F;
}
#map-search input, #map-subscribe input {
	padding:2px;
	float:none;
	display:inline;
}
#map-subscribe input {
	margin-top:0.4em;
}
#map-search .button, #map-subscribe .button {
	display:inline;
	margin:0;
}
#map-search-postcode, #yourmap-map-search {
	width:110px;
	margin:0;
	margin-right:5px;
}
#map-subscribe .text {
	width:145px;
	margin:0;
	margin-right:5px;
	margin-top:0.4em;
	text-align:left;
}
#map-subscribe .message {
	width:100%;
	margin:0;
	margin-top:0.4em;
	text-align:left;
}
.checkbox {
	margin: 0 0 30px 220px;
}
.keepupdated {
	margin: -15px 0 30px 220px;
}

.checkbox input, .keepupdated input {
	display:inline;
	float:left;
	width:auto;
	margin-right:6px;
}

.checkbox label, .keepupdated label {
	width: auto;
	float: left;
	text-align: left;
}

.rejected {
	background-color:#FFCFC6;
}

hr {
	height:1px;
	border:none;
	border-bottom:1px solid #DADADA;
	color:#DADADA;
}

.box {
	padding:8px;
	border: 4px solid #E8E8E8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.box h2 {
	color:#4C4C4C !important;
	font-size:1.4em !important;
	margin-bottom:0.25em !important;
}

.box li.first {
	margin-bottom:8px;
}
.box li span {
	display:inline-block;
}
.box li span.c1 {
	width:43%;
}
.box li span.c2 {
	width:55%;
}
.box li img {
	vertical-align:middle;
	margin-right: 4px;
}
.map-comments {
	font-size:0.75em;
}
map-comments hr {
	margin:0;
}
.map-comments p {
	margin:0 -3px !important;
	padding: 2px 3px;
}
.quote span {
	font-size:2.5em;
	color:#E8E8E8;
}
.map-output .diag, .highlight {
	background-color:yellow;
}
.exchange-info {
	float:left;
	width:430px;
	margin-left:10px;
}
.exchange-info-text {
	padding:10px;
	font-size:1.2em;
	border: 4px solid #E8E8E8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.exchange-info-note {
	padding:10px;
}
.private-map, .share-map {
	width:425px;
	height:340px;
}
.private-map {
	float:left;
}
.grey-text {
	color: #CFCFCF;
}

#map-tools {
	float:right;
	margin-top:-2em;
}
#map-tools input,#map-tools select {
	display:inline;
	line-height:1em;
	margin:0;
	padding:0;
	float:none;
	width:auto;
	font-size:1em;
}
.county-col {
	font-size:1.4em;
	width:25%;
	float:left;
}
pre {
	font-size:1.4em;
}
table.data {
	width: 100%;
	background-color: white;
	border:4px solid #E8E8E8;
	color: black;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

table.data thead td {
	background-color: #D3D3D3;
}

table.data tbody tr:hover td {
	background-color: #F0FFFF;
}

table.data td {
	border: 2px solid gray;
	padding: 2px 8px;
}
table.data tbody ul {
	font-size: 0.8em;
}
table.data ul.tools a {
	display:block;
	text-align:center;
}
table.data tr.pager td {
	border-left: none;
	border-right: none;
	background-color: transparent;
}
table.data thead tr.pager td {
	border-top: none;
}
table.data tfoot tr.pager td {
	border-bottom: none;
}
.pager .showing, .pager .total {
	font-weight: bold;
	font-size:1.2em;
	padding: 0 5px;
}
.pager ul {
	float: right;
	display:inline;
	font-size:1.2em;
}
.pager li {
	display:inline;
}