* {
    	margin: 0px;
    	padding: 0px;
}

body {
	font-family: helvetica, verdana, sans-serif;
}


header {
	width: 960px;
	margin: 0px auto;
	position: relative;
	background: white;
	min-height: 105px;
}

header img#logo {
	height: 50px;
	position: absolute;
	left: 1px;
	top: 30px;
}

#telephone_number{
	width:324px;
	height:56px;
	position: absolute;
	top: 32px;
	right: 2px;
}

div#navcontainer {
	background-color: #0066CC;
	opacity: 0.7;
	min-height: 33px;
	margin-bottom: 25px;
	box-shadow: 5px 5px 10px #888888;
	border-top: 3px solid #0099FF;

}

div#navcontainer ul {
	width:960px;
	margin: 0px auto;
	overflow:hidden
}

div#navcontainer ul li {
	width: 182px;
	height: 33px;
	float: left;
	margin-bottom: 1px;
	list-style-type: none
}

div#navcontainer ul li a {
	display: block;
	width: 182px;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	text-align: center;
	font-size: 13.5pt;
	color: white;	
}

div#navcontainer ul li a:hover {
	color: #0099FF
}

div#navcontainer ul li span#active {
	color: #0099FF
}

div#mainbody {
	width: 960px;
	margin: 0px auto;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12pt;
	background-color: white;
	padding-left: 40px;
}

div#mainbody p {
	line-height: 150%;
}

h1 {
	font-weight: normal;
	color: #0066CC;
	padding-bottom: 10px;
	font-size: 21pt;

}

sidebar {
	float: left;
	width: 440px;

}

p#info {
	margin-bottom: 20px
	margin-top: 8px
}

table#contacts {
	border-top: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;
	margin: 30px auto
}


table#contacts td {
	vertical-align: top;
	padding: 10px;
	letter-spacing: 0.5px
}

img#surgery_address {
	height:15px;
}

p#NHS {
	background-color: #0099FF;
	opacity: 0.7;
	margin-right: 20px;
	width: 440px;
	min-height: 35px;
	margin-top: 40px;
	margin-bottom: 20px
}

p#NHS a {
	color: white;
	text-decoration: none;
	font-size: 12pt;
	min-height: 35px;
	display: block;
	padding-left: 47px;
	padding-top: 8px
}

p#directions {
	text-align: justify;
	margin-top: 10px;
}

a.click {
	color: #0066CC;
	cursor: pointer
}

td a:hover {
	color: #0099FF;
}

div#maincontentarea {
	float: right;
	width: 400px;
	margin-right: 35px
}

iframe {
	padding-right: 40px;
	margin-bottom: 10px
	
}

h2 {
	font-weight: normal;
	color: #0099FF;
	font-size: 14pt;
}

p.accessibility {
	margin-top: 16px;
	margin-bottom: 17px;
	text-align: justify;
}

h3 {
	font-size: 14pt;
	width: 115px;
	color: #0099FF;
	float: left;
	font-weight: normal;
	margin-top: 16px;
}

table#hours {
	border-top: 2px solid #0099FF;
	border-bottom: 2px solid #0099FF;
	margin: 20px auto;
	width: 70%
}

table#hours td {
	vertical-align: top;
	padding: 5px;
	letter-spacing: 0.5px;
	margin-left: 10px;
	margin-right: 10px
}


footer {
	min-height: 60px;
	padding-top: 15px;
	width: 960px;
	margin: 0px auto;
	clear: both;
	border-top: 3px solid #0066CC
	 
}

p#footertext {
	color:#0066CC
}

p#footertext a {
	color:#0099FF
}

p#footertext a:hover{
	color: #0066CC;
}
