/********* Styles to overide browser defaults *************/

/* Normalizes margin, padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th, form
{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Removes list-styles from lists  */

ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */

address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }

/* Removes  border from fieldset and img */

fieldset, img
{border : 0; }

/********* Main page styles ***********/

/* background colour and margins */

body{
	background:#e6e6e6 url(http://www.neighbourhoodprofessionals.co.uk/graphics/bg-grad.gif) repeat-x;
	margin-bottom:5px;
	margin-top:6px;
	margin-right: 45px;
	margin-left: 45px;
	font-size: 12px;
	color: #333333;
}

/* site header / logo */


#header {
	width: 100%;
	display: block;
	margin-bottom: 1px;
	height: 54px;
}

/* the header/logo image */

.header-img {
	position: relative;
	padding-left: 20px;
	display: block;
}

/* main navigation and search menu table */

#nav-search {
	background-image: url(http://www.neighbourhoodprofessionals.co.uk/graphics/nav-bg.gif);
	background-repeat: repeat-x;
	height: 72px;
	width: 100%;
}

/* the main navigation list - controls link style */

topnav ul {
	float:left;
	overflow:hidden;
}

#topnav ul li {
	display:inline;
}

#topnav ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;
	padding-top: 2px;
}

#topnav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* the home icon in the main navigation */

.home-icon{
float:left;
width:10px;
height:10px;
margin-right:-4px;
margin-left:12px;
margin-top:4px
}

/* the search for a business & location menus */

select {
	margin-right: 5px;
	font-size: 11px;
}

option {
	font-size: 11px;
}

.search-button {
	margin-top: 2px;
	display: block;
}

/* Page headings e.g. Legal Services */

#page-header{
background:#529d18;
color:#fff;
padding-left:20px;
padding-top:3px;
padding-bottom:5px;
margin-bottom:5px;
font-size:19px;
display:block;
margin-right:-20px;
margin-left:-20px;
}


/* all services link with border and icon */

.all-services{
	background-color: #E9F0F9;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(http://www.neighbourhoodprofessionals.co.uk/graphics/allservices-icon.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-right: 5px;
	border: 1px solid #9DC7DB;
	line-height: 25px;
}



/* page catergories */

#catergory {
	background:url(http://www.neighbourhoodprofessionals.co.uk/graphics/cat-bg.gif) repeat-x;
	margin:9px -20px;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding-left:21px;
	height:17px;
	display:block;
	padding-top:2px
}


#catergory-doc {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	padding-left:21px;
	height:17px;
	display:block;
	padding-top:2px;
	background-image: url(http://www.neighbourhoodprofessionals.co.uk/graphics/catdoc-bg.gif);
	background-repeat: repeat-x;
	margin-top: 9px;
	margin-right: -20px;
	margin-bottom: 9px;
	margin-left: -20px;
}

#cat {
	float: left;
}

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

#top a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	background-image: url(http://www.neighbourhoodprofessionals.co.uk/graphics/top-arrow2.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}

/* main content area with the listings etc. */

#main-content {
	margin-top: 5px;
	width: 100%;
	height: 1%;
	margin-bottom: 5px;
}

/* border for all adverts /tiles in the right column */

.ads-border {
	border: 7px solid #BBD4E8;	
}

/* gutter - controls the spacing between the left and right columns */

td.gutter {
	width: 5px;
	text-align: center;
}

/* the ads column - spacing, colour, border etc */

td.ads {
	background-color: #e9f0f9;
	text-align: center;
	border: 1px solid #87B4C8;
	width: 138px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* the main listings column - spacing, colour, border etc */

td.listings {
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 8px;
	border: 1px solid #5F9B22;
	padding-right: 20px;
}

td.listings a {
	font-size: 11px;
}


/* rounded edge and spacing on the left of the main nav and search */

td.left-nav {
	background-image: url(http://www.neighbourhoodprofessionals.co.uk/graphics/nav-left.gif);
	background-repeat: no-repeat;
	width: 13px;
}

/* rounded edge and spacing on the right of the main nav and search */

td.right-nav {
	background-image: url(http://www.neighbourhoodprofessionals.co.uk/graphics/nav-right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 13px;
}

/* basic header styles */

h1,h2,h3,h4  {
font-weight: normal;
}

h1 {
	font-size: 17px;
}

/* paragraph style - listings !!!!altered from daz's copy - align left */

p {
	font-size: 11px;
	line-height: 150%;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000000;
	text-align: left;
}

/* standard link style */

A:link, A:visited, A:hover, A:active {
text-decoration:underline
}

A:link, A:active {
color:#039
}

A:visited {
color:#800080
}

A:hover {
color:#000
}

/* footer table */

#footer {
	background-color: #16679B;
	height: 28px;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
}

/* the footer link style */

#footernav ul li {
display:inline;
margin:0;
padding:0;
}

#footernav ul li a {
	color:#E1EBF7;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding-right: 6px;
	padding-left: 6px;
}

#footernav ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

/* the opg copyright text at the bottom of the site */

.basetext {
	font-size: 10px;
	text-align: center;
	color: #333333;
	line-height: 14px;
}

/* the opg copyright link style */

.baselink:visited,.baselink:link {
text-decoration:none;
}

.baselink:visited,.baselink:link,.baselink:hover {
font-size:10px;
}

/* some other styles from the original stylesheet - needed? */

.keys {
	font-size: 11px;
	color: #5A5A5A;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* styles contact page */

#contact {
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #5F9B22;
	width: 100%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#contact-form{
	background-color: #F7F7F7;
	text-align: left;
	width: 500px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.contact{
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.inputbox {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #000033;
	background-color : #FFFFFF;
	border           : 1px solid #B4B4B4;
}

.formtext {
	padding-left: 15px;
}

/* styles for site maps, not used on page  */

#map-table {

}

#map-table td {
	padding: 12px;
}


/* styles for doctors */


#featured-docsites{
background:#fff url(http://www.neighbourhoodprofessionals.co.uk/graphics/featured-bg.gif) repeat-y right;
padding:15px 15px 15px 20px;
margin:-8px -20px;
font-weight:bold;
font-size:11px;
}

#docsites{
	padding:15px 15px 15px 20px;
	margin:-8px -20px;
	font-size:11px;
}

#surgeryadress{
	padding:15px 15px 15px 20px;
	margin:-8px -20px;
	font-size:11px;
}

.disclaimer{
font-size:11px;
color:#666;
line-height:16px;
display:block;
margin-top:10px;
margin-bottom:10px;
padding:12px;
border:1px solid #999;
margin-right:15px
}

/* New input button */
input.btn{
	color:#000000;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color:#ddd;
	border-top:1px solid;
 border-left:1px solid;
	border-right:2px solid;
	border-bottom:2px solid;
	border-top-color:#629ec0;
	border-left-color:#629ec0;
	border-right-color:#376078;
	border-bottom-color:#376078;
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');	height: 20px;
 width: 95px;
 margin-top: 2px;
 display: block;
}

input.btnhov{
   border-top-color:#990000;
   border-left-color:#990000;
   border-right-color:#630101;
   border-bottom-color:#630101;}
   
   


   
   
