/* css file for local pages */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
	font-size: 14px;
	background: WHITE;
	color: BLACK;
	text-decoration: none;
	text-align: center;
}

a:link, a:active, a:visited a:hover {
	color: #007CC4;
	text-decoration: none;
}

img {
	border: 0;
}

.page {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30px;
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1000px;
	border: 1px solid #CBE3F9;
	text-decoration: none;
	text-align: left;
	background: url('../images/bluelines.png') repeat-y;
}

.header {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
	height: 42px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background: url('../images/menu.png');
}

.midsection {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0px;
}

.col1 {
	float: left;
	margin: 0px;
	padding: 0px;
}

.col2 {
	float: left;
	margin: 0px;
	padding: 0px;
}

.col3 {
	float: right;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	width: 1000px;
	height: 30px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-left: 2px solid #CBE3F9;
	border-right: 2px solid #CBE3F9;
	background: url('../images/footer.png') repeat-y;
}

#footer p {
	font-size: 12px;
	margin: 0px;
	padding-top: 7px;	
	text-align: center;
	color: #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFFFFF;
}

#clearfooter { 
	clear:both;
	height:50px;
}

#owl {
	position: absolute;
	top: 5px;
	right: 10px;
}

#logo {
	left: 0px;
	top: 10px;
}

#hdate {
	position: absolute;
	top: 75px;
	right: 15px;
        color: black;
}

#local {
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
}

#endorseold {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#endorse {
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 0px;
	border: 0;
	background-color: NAVY;
	height: 1px;
	width: 100%;
	text-align: left;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 214px;
}
 
#menu li {
	float: left;
}
 
#menu li a {
	padding: 0px 3px 0px 3px;
	height: 42px;
	width: 80px;
	line-height: 42px;
	float: left;
	display: block;
	border-left: 1px solid #007CC4;
	color: #007CC4;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
 
#menu li a:hover {
	color: BLACK;
}
 
/* Hide from IE5-Mac \*/
#menu li a{
	float: none
}
/* End hide */

#black {
	font-weight: bold;
	color: BLACK;
}
 
.search {
	margin-top: 10px;
	margin-left: 5px;
	padding: 0px;
	height: 290px;
	width: 200px;
	background: url('../images/search.png') no-repeat;
/*	width: 190px;*/
	/*background: #007CC4;*/
}

.searchfixed {
	margin: 0px;
	padding-top: 7px;
	padding-left: 11px;
/*	border: thin solid black;*/
	/*background: #CBE3F9;*/
	color: #007CC4;
}

.searchheader {
	margin: 0px;
	padding: 5px;
	text-align: center;
	font-size: 16px; 
	font-weight: bold;
	color: BLACK;
}

.bigsearchheader {
	margin: 0px;
	padding: 5px;
	font-size: 20px; 
	font-weight: bold;
	color: BLACK;
}

.searchbox {
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	width: 170px;
	border: 1px solid #007CC4;
	background: #CBE3F9;
}

.nosearchbox {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 170px;
}

#spacer {
	margin-top: 3px;
	padding: 0px;
}

.newcontent {
	clear: both;
	margin-top: 13px;
	margin-left: 23px;
	padding: 0px;
	width: 620px;
	background: #CBE3F9;
}

.newitemfixed {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 20px;
	border-left: 1px solid #007CC4;
	border-right: 1px solid #007CC4;
	background: #F3F9FF;
	color: #007CC4;
}

.content {
	clear: both;
	margin-top: 110px;
	margin-bottom: 0px;
	margin-left: 13px;
	margin-right: 5px;
	padding: 1px;
	border: none;
	width: 620px;
	background: #007CC4;
}

.item {
	position: relative;
	margin: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #007CC4;
	border-bottom: 1px solid #007CC4;
	background: url('../images/result.png') repeat-y;
	color: #007CC4;
}

.item p {
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
}

.item:hover {
	background: white;
	border-top: 10px solid #007CC4;
	border-bottom: 1px solid #007CC4;
	border-left: 1px solid #007CC4;
	border-right: 1px solid #007CC4;
}

.item  a:link, .item a:active, .item a:visited {
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
	color: #007CC4;
}

.citem {
	position: relative;
	margin: 3px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #F3F9FF;
	color: #007CC4;
	background: url('../images/result.png') no-repeat ;
}

.citem p {
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
}

.citem:hover {
	background: url('../images/resulthover.png') no-repeat ;
}

.citem  a:link, .item a:active, .item a:visited {
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
	color: #007CC4;
}

.pitem {
	position: relative;
	margin: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #F3F9FF;
	color: #007CC4;
	background: url('../images/resultp.png') no-repeat ;
	border-bottom: 1px solid #007CC4;
}

.pitem p {
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
}

.pitem:hover {
	background: url('../images/resultphover.png') no-repeat ;
}

.pitem  a:link, .item a:active, .item a:visited {
	font-family: verdana, arial, sanf-serif;
	font-weight: normal;
	color: #007CC4;
	text-decoration: none;
}

.itemheader {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 16px; 
	font-weight: bold;
	color: BLACK;
}

.itemcontent {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 14px;
}

.itemcontent strong {
	font-weight: bold;
}

.itemcontent a:link, .itemcontent a:active, .itemcontent a:visited {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.itemfixed {
	margin: 3px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 20px;
	border-left: thin solid black;
	border-right: thin solid black;
	background: #CBE3F9;
	color: #007CC4;
}

#itemsmallplain {
	font-size: 12px;
	color: #007CC4;
}

#itemsmallfancy {
	font-size: 12px;
	color: NAVY;
}

.plain {
	margin: 3px;
	padding: 5px;
	color: #FFFFFF;
}

.error {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 14px; 
	font-weight: bold;
	color: #E31818;
}

#searchtotal {
	padding-left: 10px;
	font-size: 13px; 
	font-weight: normal;
	color: #007CC4;
}

#searchtotal strong {
	font-style: oblique;
}

#searchprompt {
	padding-left: 10px;
	font-size: 13px; 
	font-weight: normal;
	color: BLACK;
}

#directorymap {	
	margin: 0px;
	padding: 0px;
	border: 1px solid #CBE3F9;
}

#pricelist {	
	margin: 0px;
	padding-top: 20px;
	padding-left: 11px;
}

#copy {	
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 20px;
}

#telephone {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#telephone p {
	font-size: 20px;
	color: #000000;
}

#date {
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	padding: 0px;
	font-size: 12px;
	color: #007CC4;
}

#datetext {
	text-align: center;
	font-weight: bold;
}

#page-content {
	margin-left: 50px; 
	margin-top: 15px;
	padding-bottom: 10px;
}

#map {
	height: 300px;
	width: 400px;
}

#maps {
	margin-top: 10px;
	margin-bottom: 10px;
}

#getmap {
	padding-bottom: 10px;
}

#results {
	margin-left: 50px;
	font-size: 12px;
}

#company {	
	margin-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #B6CDFF;
	font-size: 16px;	
}

#company:hover {
	background: #FFFFFF;
}

#home {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

#office {
	margin: 0px;
	padding: 0px;
	width: 250px;
	font-style: italic;
	color: NAVY;	
}

#contact {
	padding-bottom: 10px;
}

input, textarea, select {
	border: 1px solid #007CC4;
	font-family: Verdana, arial, sanf-serif;
	font-size: 12px; 
	padding: 1px;
	color: NAVY;
	background-color: WHITE;
}

option {
	font-family: Verdana, arial, sanf-serif;
	font-size: 12px; 
	padding: 1px;
	color: NAVY;
	background-color: #FFFFFF;
}

.altinput {
	border: 2px inset #007CC4;
}

#altbut {
	color: WHITE;
	background-color: #007CC4;
}

#readonly {
	background-color: #E0E0E0;
	border: 2px inset #007CC4;
}

#googlemap {
	clear: both;
	margin-top: 10px;
	width: 570px;
	height: 400px;
}

#localmap {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	width: 300px;
	height: 250px;
	border: 1px solid NAVY;
}

#privatemap {
	margin: 0px;
	padding: 0px;
	width: 528px;
	height: 300px;
	border: 1px solid NAVY;
}

#crimestoppers {
	clear: right;
	float: right;
	margin: 0px;
	margin-right: 25px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#crimestoppersie {
	clear: right;
	float: right;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
}

#royalmail {
	float: right;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

#flagwords {
	float: right;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

#flag {
	float: right;
	margin: 0px;
	padding: 0px;
}

#loginmanager {
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 100px;
	margin-bottom: 100px;
	padding: 10px 10px 0px 10px;
	border: 2px solid #007CC4;	
}

#aunmainheader {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: BLACK;
}

#aunsubheader {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 13px;
	font-weight: bold;
	color: BLACK;
}

#auncontent {
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #007CC4;
}

#extraheadroom {
	padding-top: 10px;
}

#topcorners {
	margin: 0px;
	height: 20px;
	background: url('../images/topborder.png') no-repeat top left;
	border: none;
	display: block !important;
}

#bottomcorners {
	margin: 0px;
	margin-left: 1px;
	height: 20px;
	background: url('../images/bottomborder.png') no-repeat top left;
	border: none;
	display: block !important;
}

html > body #bottomcorners {
	margin: 0px;
	height: 20px;
	background: url('../images/bottomborder.png') no-repeat top left;
	border: none;
	display: block !important;
}

#foundit {
	color: red;
}

#icontable {
	margin-top: 10px;
	padding: 0px;
}

#iconheader {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: BLACK;
}

#icontext {
	font-size: 12px;
	color : #007CC4;
}

#titletext {
	color: BLACK;
}

#notitletext {
	color: NAVY;
}

#infotext {
	color: NAVY;
}

#companyname {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-size: 16px;
	text-decoration: underline;
	color: NAVY;
}

#tablemargin {
	margin: 0px;
	padding-top: 25px;
	padding-left: 60px;
}

#largeform {
	font-size: 18px;
}

#mainmap {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#directorycover {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 300px;
	height: 250px;
}

.adverttype{
	position: relative;
	z-index: 0;
	text-decoration: none;
}

.adverttype:hover{
	background-color: transparent;
	z-index: 50;
}

.adverttype span{
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 2px solid navy;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.adverttype span img{
	border-width: 0;
	padding: 2px;
}

.adverttype:hover span{
	visibility: visible;
	top: 0px;
	left: 70px;
}

#moreinfo {
	float: right;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	padding-right: 0px;
	text-decoration: none;
}

#moreinfoie {
	float: right;
	top: 13px;
	right: 32px;
	padding-top: 10px;
	padding-right: 0px;
	text-decoration: none;
}

.morecontent {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 14px;
}

.morecontent a {
	color: RED;
}

#privateinfo {
	margin: 0px;
	padding-left: 20px;
}

.matches {
	margin: 0px;
	padding: 0px;
}

.matches ul {
	padding-left: 20px;
}

.matches li {
	padding-bottom: 8px;
	font-size: 15px; 
	font-weight: bold;
	color: ORANGE;
}

.matches a:hover {
	text-decoration: underline;
}

.alternatives {
	margin: 0px;
}

.alternatives p {
	padding: 0px;
	padding-left: 20px;
	font-size: 12px;
}

.alternatives a:hover {
	text-decoration: underline;
}
