@charset "utf-8";
/* CSS Document */
/**************************************************************************/
/* defaults */
/**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: center;
	background-color: #e0f6fe;
	margin-top: 0px;
}
.clear {
	line-height: 1px;
	clear: both;
	height: 1px;
}
/**************************************************************************/
/* main structure */
/**************************************************************************/
#wrapper {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#outercontainer {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #88defa;
	border: 5px solid #88DEFA;
}
#container {
	width: 920px;
}
#header {
	width: 920px;
	margin-bottom: 5px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 120px;
}
#navigation {
	height: 30px;
	width: 920px;
	margin-bottom: 5px;
}
#innercontainer {
	width: 920px;
	clear: both;
	text-align: left;
}
#rightcontainer {
	float: right;
	width: 735px;
	display: inline;
	margin-left: 5px;
}
#rightcolumn {
	float: right;
	height: auto;
	width: 180px;
	min-height:400px;
}
#centralcolumn {
	display: inline;
	float: left;
	height: auto;
	width: 548px;
	margin-right: 5px;
	background-color: #FFFFFF;
	border: 1px solid #00B8F5;
}
#maincontent {
	min-height:495px;
	color: #666666;
	margin-top: 32px;
	margin-right: 50px;
	margin-bottom: 18px;
	margin-left: 50px;
	line-height: 1.3;
}
#leftcolumn {
	float: left;
	height: auto;
	width: 180px;
	min-height:400px;
}
#footer {
	background-color: #2596F4;
	height: 30px;
	width: 920px;
	clear: both;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: x-small;
	margin-top: 1px;
	background-image: url(../images/footer_blue.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
#pictori {
	width: 930px;
	height:60px;
	font-size:x-small;
	color:#666666;
	margin-top: 20px;
	line-height: 1.5;
}

/**************************************************************************/
/* formatting of left & right hand column menu options */
/**************************************************************************/
/* common styles for boxes */
#appt a:link,
#appt a:visited,
#oohappt a:link,
#oohappt a:visited,
#prescriptions a:link,
#prescriptions a:visited,
#patientgroup a:link,
#patientgroup a:visited,
#primarycare a:link,
#primarycare a:visited,
#trainingprct a:link,
#trainingprct a:visited,
#commcomp a:link,
#commcomp a:visited,
#news a:link,
#news a:visited,
#openinghours a:link,
#openinghours a:visited,
#specialist a:link,
#specialist a:visited,
#generalinfo a:link,
#generalinfo a:visited,
#infoleaflets a:link,
#infoleaflets a:visited,
#usefulnos a:link,
#usefulnos a:visited,
#usefullinks a:link,
#usefullinks a:visited,
#nhsdirect a:link,
#nhsdirect a:visited {
	background-color: #FFFFFF;
	border: 1px solid #00B8F5;
	width: 178px;
	margin-bottom: 5px;
	display: block;
	text-decoration:none;
}
/* common styles for box text */
#appt .h1,
#oohappt .h1,
#prescriptions .h1 {
	font-size: medium;
	color: #666666;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.2;
	padding: 15px 10px 8px 10px;
	text-align: right;
	display:block;
}
#news .h1,
#openinghours .h1,
#specialist .h1 {
	font-size: medium;
	color: #666666;
	margin:0;
	padding: 15px 10px 8px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	display:block;
}
#patientgroup .h2,
#primarycare .h2,
#trainingprct .h2,
#commcomp .h2{
	font-size: small;
	color: #666666;
	margin:0;
	padding:5px 0 8px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:small;
	display:block;
}
#generalinfo .h2,
#infoleaflets .h2,
#usefulnos .h2,
#usefullinks .h2,
#nhsdirect .h2 {
	color: #666666;
	margin:0;
	padding: 5px 5px 8px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	font-size: small;
	display:block;
}
#appt .detail,
#oohappt .detail,
#prescriptions .detail {
	color: #666666;
	margin:0;
	line-height: 1.2;
	padding:0px 10px 10px 10px;
	text-align: right;
	display:block;
}
#news .detail,
#openinghours .detail,
#specialist .detail {
	color: #666666;
	margin:0;
	padding:0px 10px 10px 10px;
	line-height: 1.2;
	text-align: left;
	font-size: x-small;
	display:block;
}
/* appointments box */
#appt a:link,
#appt a:visited {
	height: 149px;
	background-image: url(../images/greenphone.jpg);
	background-repeat: no-repeat;
}
/* out of hours box */
#oohappt a:link,
#oohappt a:visited {
	height: 119px;
	background-image: url(../images/redphone.jpg);
	background-repeat: no-repeat;
}
/* prescriptions box */
#prescriptions a:link,
#prescriptions a:visited {
	height: 99px;
	background-image: url(../images/pills.jpg);
	background-repeat: no-repeat;
}
/* patient participation group box */
#patientgroup a:link,
#patientgroup a:visited {
	height: 46px;
	background-image: url(../images/speechboxes.jpg);
	background-repeat: no-repeat;
	background-position: 140px 4px;
}
/* primary care box */
#primarycare a:link,
#primarycare a:visited {
	height: 30px;
	background-image: url(../images/heart.jpg);
	background-repeat: no-repeat;
	background-position: 140px 2px;
}
/* training practice box */
#trainingprct a:link,
#trainingprct a:visited {
	height: 30px;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: 140px center;
}
/* comments and complaints box */
#commcomp a:link,
#commcomp a:visited {
	height: 30px;
	background-image: url(../images/pen.jpg);
	background-repeat: no-repeat;
	background-position: 150px 3px;
}
/* news box */
#news a:link,
#news a:visited {
	height:102px;
	background-image: url(../images/news.jpg);
	background-repeat: no-repeat;
	background-position: right 20px;
}
/* opening hours box */
#openinghours a:link,
#openinghours a:visited {
	height:136px;
	background-image: url(../images/clock.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}
/* specialist clinics box */
#specialist a:link,
#specialist a:visited {
	height:108px;
	background-image: url(../images/heartplus.jpg);
	background-repeat: no-repeat;
	background-position: 126px 6px;
}
/* general surgery info box */
#generalinfo a:link,
#generalinfo a:visited {
    height:30px;
	background-image: url(../images/surgery.jpg);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}
/* info leaflets box */
#infoleaflets a:link,
#infoleaflets a:visited {
    height:30px;
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	background-position: 8px 2px;
}
/* useful numbers box */
#usefulnos a:link,
#usefulnos a:visited {
    height:30px;
	background-image: url(../images/phonebook.jpg);
	background-repeat: no-repeat;
	background-position: 8px 3px;
}
/* useful links box */
#usefullinks a:link,
#usefullinks a:visited {
    height:30px;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
/* nhs direct box */
#nhsdirect a:link,
#nhsdirect a:visited {
    height:30px;
}
/* common styles for hovering over boxes */
#appt a:hover,
#appt a:active,
#oohappt a:hover,
#oohappt a:active,
#prescriptions a:hover,
#prescriptions a:active,
#patientgroup a:hover,
#patientgroup a:active,
#primarycare a:hover,
#primarycare a:active,
#trainingprct a:hover,
#trainingprct a:active,
#commcomp a:hover,
#commcomp a:active,
#news a:hover,
#news a:active,
#openinghours a:hover,
#openinghours a:active,
#specialist a:hover,
#specialist a:active,
#generalinfo a:hover,
#generalinfo a:active,
#infoleaflets a:hover,
#infoleaflets a:active,
#usefulnos a:hover,
#usefulnos a:active,
#usefullinks a:hover,
#usefullinks a:active,
#nhsdirect a:hover,
#nhsdirect a:active {
	text-decoration:none;
	border: 1px solid #2289DF;
}
#appt a:hover .h1,
#appt a:active .h1,
#appt a:hover .detail,
#appt a:active .detail,
#oohappt a:hover .h1,
#oohappt a:active .h1,
#oohappt a:hover .detail,
#oohappt a:active .detail,
#prescriptions a:hover .h1,
#prescriptions a:active .h1,
#prescriptions a:hover .detail,
#prescriptions a:active .detail,
#patientgroup a:hover .h2,
#patientgroup a:active .h2,
#primarycare a:hover .h2,
#primarycare a:active .h2,
#trainingprct a:hover .h2,
#trainingprct a:active .h2,
#commcomp a:hover .h2,
#commcomp a:active .h2,
#news a:hover .h1,
#news a:active .h1,
#news a:hover .detail,
#news a:active .detail,
#openinghours a:hover .h1,
#openinghours a:active .h1,
#openinghours a:hover .detail,
#openinghours a:active .detail,
#specialist a:hover .h1,
#specialist a:active .h1,
#specialist a:hover .detail,
#specialist a:active .detail,
#generalinfo a:hover .h2,
#generalinfo a:active .h2,
#infoleaflets a:hover .h2,
#infoleaflets a:active .h2,
#usefulnos a:hover .h2,
#usefulnos a:active .h2,
#usefullinks a:hover .h2,
#usefullinks a:active .h2,
#nhsdirect a:hover .h2,
#nhsdirect a:active .h2 {
    text-decoration:none;
	color:#0186F4;
}

/**************************************************************************/
/* navigation */
/**************************************************************************/
#navigation ul {
	margin: 0px;
	padding: 0px;
	width: 920px;
	list-style-type: none;
	float: left;
}
#navigation ul li {
	float: left;
}
#navigation ul a {
	display: block;
	width: 180px;
	margin-right: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #2596F4;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bluebutton1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#navigation ul .last a {
	margin: 0px;
	padding: 0px;
	width: 180px;
	background-color: #2596F4;
	height: 30px;
	display: block;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/bluebutton1.jpg);
}
#navigation ul a:hover {
	color: #000066;
}
/**************************************************************************/
/* sub structure */
/**************************************************************************/
/* home page */
#welcomemsg {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#welcomewrapper {
    width:100%;
}
#signature {
    width:45%;
	float:left;
	display:inline;
}
#readmore {
	width:45%;
	float:right;
	display:inline;
	font-size: x-small;
	text-align: right;
}
#homerightcol {
	float: right;
	width: 219px;
	margin-top: 10px;
}
#homeleftcol {
	float: left;
	width: 219px;
	margin-top: 10px;
}
.newsletter {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
/* used on specialist clinics pages to go back to list */
#goback {
	margin-top: 40px;
}
/* doctor's rota */
#maincontent th {
	font-weight: normal;
	text-align: left;
	font-style: italic;
}
#maincontent .top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#maincontent .bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#maincontent .left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#maincontent .right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* contact page */
#contact {
	text-align: right;
	float: right;
	width: 290px;
	display: inline;
}
#address {
	float: left;
	width: 150px;
	display: inline;
}
/* primary care page */
#carelist {
	text-align: left;
}
/* practice team page */
.doctordetailx {
	width: 144px;
	display: inline;
	float: left;
	margin-right: 8px;
	height: 230px;
}
.doctordetail {
	float: left;
	width: 144px;
	display: inline;
	height: 230px;
}
.jobtitle {
    font-weight:normal;
}
/**************************************************************************/
/* footer links */
/**************************************************************************/
#footer a:link,
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #666666;
	text-decoration: none;
}
/**************************************************************************/
/* pictori links */
/**************************************************************************/
#pictori a:link,
#pictori a:visited,
#pictori a:hover,
#pictori a:active {
	color: #999999;
	text-decoration:none;
}
/**************************************************************************/
/* text formatting */
/**************************************************************************/
/* general content */
#maincontent h1 {
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0186F4;
	font-weight: normal;
}
#maincontent h2 {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0186F4;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#maincontent .subheading {
	font-size: small;
}
#maincontent p {
	color: #666666;
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
.superscript {
	font-size: x-small;
	vertical-align: top;
}
.telno {
	color: #A6BE00;
	font-size: medium;
}
.indent {
	padding-left: 20px;
}
.openhours {
	float: left;
	width: 150px;
	display: block;
}
.days {
	float: left;
	width: 100px;
	display: block;
}
.usefulphoneno1 {
	float: left;
	width: 300px;
	display: block;
}
.usefulphoneno2 {
	float: left;
	width: 140px;
	display: block;
}
/* home page text */
#maincontent #welcomemsg h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#welcomemsg p {
	font-size: x-small;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#signature p{
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
.signature {
	font-style: italic;
	font-weight: bold;
}
#homeleftcol h2 {
	color: #0186F4;
	font-size: small;
	font-weight: normal;
}
#homeleftcol p {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: x-small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#homerightcol h2 {
	color: #0186F4;
	font-size: small;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#homerightcol p {
	padding-bottom: 15px;
	font-size: x-small;
	margin: 0px;
}

/* left menu phone numbers */
.appttel {
	color: #A6BE00;
	font-size: medium;
	text-align: right;
	display: block;
}
.oohtel {
	color: #E43D00;
	font-size: medium;
}
/* right menu opening hours */
.day {
	display: inline-block;
	width: 35px;
	float: left;
}
.hours {
	display: inline-block;
}
/* right menu nhs direct */
.nhsblue {
	font-weight: bold;
	color: #0054C6;
	font-style: italic;
}
/* primary care page - list */
#carelist ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#carelist li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* practice team */
.name {
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	height: 50px;
}
.letters {
	font-size: xx-small;
	font-weight: normal;
}
.staffname {
	width: 180px;
	display: block;
	float: left;
	font-weight: bold;
}
.staffphoto {
	border: 1px solid #999999;
	height: 178px;
	width: 142px;
}
.photo {
	float: right;
	height: 178px;
	width: 142px;
	border: 1px solid #999999;
	display: inline;
	margin-bottom: 20px;
	margin-left: 25px;
	margin-top: 2px;
}
/**************************************************************************/
/* general content links */
/**************************************************************************/
#maincontent a:link,
#maincontent a:visited {
    color: #0186F4;
	text-decoration: none;
}
#maincontent a:hover,
#maincontent a:active {
    text-decoration:underline;
	color: #0186F4;
}
#goback a:link,
#goback a:visited,
#goback a:hover,
#goback a:active {
	font-size: x-small;
	color: #999999;
	text-decoration: underline;
}
#welcomewrapper #readmore a:link,
#welcomewrapper #readmore a:visited {
    text-decoration:none;
	color: #0186F4;
	font-style:italic;
}
#welcomewrapper #readmore a:hover,
#welcomewrapper #readmore a:active {
    text-decoration:underline;
	color: #0186F4;
	font-style:italic;
}

