
* {
    	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;
	min-height: 600px;
	background-color: white;
	
}

div#mainbody p {
	line-height: 150%;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 11pt;
}


div#sidebarcontainer {
	float:right;
	background-color:white;
	margin-top: 5px;
	margin-left: 30px;
	width: 300px;
	margin-bottom: 10px
}

div#polaroid1 {
    	width: 300px;
    	height: 330px;
    	box-shadow: 3px 4px 5px #888888;
    	outline: 1px solid lightgray;
		margin-top: 9px
    
}

div#polaroid1 img {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	outline: 2px solid lightgray;
	width: 250px;
	height: 250px;
}

div#polaroid2 {
    width: 300px;
    height: 300px;
    box-shadow: 3px 4px 5px #888888;
    outline: 1px solid lightgray;
    margin-bottom: 20px
    
 
}

div#contactcontainer {
	width: 300px;
    height: 300px;
	box-shadow: 3px 4px 5px #888888;
	outline: 1px solid lightgray;
	margin-top: 29px;
	margin-bottom:30px;

}

h4 {
	font-weight: normal;
	color: #0066CC;
	font-size: 16pt;
	margin-left: 20px;
	padding-top: 20px;
	margin-right: 20px;
	border-bottom: 2px solid #0099FF;
	margin-bottom:10px;
}

h5 {
	font-weight: normal;
	color: #0066CC;
	font-size: 14pt;
	margin-left: 20px;
	padding-top: 15px;
	
}

p.contact_information{
	margin-top:5px;
	margin-left:35px;
}

#telephone_contact{
	float:right;
	margin-top:5px;
	margin-right:82px;
	height:14.1px;
	width:121.69px;
}

#surgery_address{
	margin-left:35px;
	margin-top:5px;
	height:15px;
	width:211px;
}

table#opening_hours {
	margin:5px auto;
	width: 80%;
	font-size:10.5pt;
}

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

div#maincontent {
	background-color: white;
	min-height: 900px;
	margin-right: 5px;
	padding-top: 10px;
	padding-left: 15px;
}

h1 {
	font-weight: normal;
	margin-bottom: 18px;
	margin-right: 332px;
	color: #0066CC;
	border-bottom: 4px solid #0099FF;
	padding-bottom: 10px;
	font-size: 20pt
	
}

h2 {
	font-weight: normal;
	color: #0066CC;
	font-size: 18pt;
	border-bottom: 4px solid #0099FF;
	margin-top: 26px;
	margin-bottom: 17px;
	margin-right: 332px;
	padding-bottom: 10px
	
	
}

h3{
	font-weight: normal;
	color: #0066CC;
	font-size: 12pt;
	float:left;
	margin-right: 10px;
	padding-top: 2px;	
}

p.main {
	margin-bottom: 22px;
	line-height: 140%;
	margin-top: 15px;
	font-size: 16pt;
	color: black
}

p.main a {
	color: #0099FF
}

p.descriptions {
	margin-bottom: 15px;
}

div#maincontent ul {
	margin-bottom: 10px;
	margin-top:25px
}

div#maincontent ul li {
	list-style-type: none;
}

p#NHS {
	background-color: #0099FF;
	opacity: 0.7;
	width: 610px;
	min-height: 35px;
	box-shadow: 3px 4px 5px #888888;	
}

p#NHS a {
	color: white;
	text-decoration: none;
	font-size: 14pt;
	min-height: 35px;
	display: block;
	padding: 15px 100px 0px;
}

ul#reasons {
	list-style-type: none;
	margin-bottom: 20px
}

ul#reasons li {
	padding-left: 15px;
	margin-bottom: 6px
} 

span.arrow {
	color: #0066CC
}

table#hours {
	
	margin: 20px auto;
	width: 35%;
}

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

span.openings {
	font-weight: bold;
}

footer {
	min-height: 25px;
	padding-top: 15px;
	width: 960px;
	margin: 25px auto;
	clear: both;
	border-top: 3px solid #0099FF
	 
}

p#footertext {
	color:#0066CC;
}

p#footertext a {
	color:#0099FF
}

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



