/* basic setup stuff*/

body 
{
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background-color:#C8C0A9;
}

/* basic links */
a:link 
{
	color:#B50F1B; /* PCC red */
	text-decoration:underline;
}

a:hover 
{
color:#780B13; /* Darker red hover */
text-decoration:underline;
}

a:visited 
{
color:#B50F1B; /* PCC red */
text-decoration:underline;
}

/* page divisions */
#structuretable 
{
	background-color:#FFFFFF;
	background-image:url(interface/rightborder.gif);
	background-position:right;
	background-repeat:repeat-y;
	height: 100%;
	width: 860px;
	display: block;
}

#banner 
{
	width: 850px;
	display: block;
	background-color:#C8C0A9;
	top: 0;
}

#content 
{
	padding: 10px;
	width: 830px;
	height:auto;
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
	visibility: visible;
	background-color: #FFFFFF;
}

/* the left sidebar */
#leftbar 
{
	width:115px;
	background-color:#F4F0E4;
	display: block;
	float: left;
	left: 10;

}

#leftbar p 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 7px 5px 7px 5px;
	line-height:13px;
}

/* The main content div */
#maincontent 
{
	width:500px;
	display: block;
	float: left;
	visibility: visible;
	left: 130;
	top: 170;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#maincontent h1 
{
	font-size:16px;
	font-weight:bold;
	color:#7D7A6E;
	margin:5px 0px 5px 0px;
	line-height:20px;
}

#maincontent h2 
{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin:10px 0px 10px 0px;
}

#maincontent h3 
{
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:10px 0px 10px 0px;
}

#maincontent p 
{
	margin:5px 0px 5px 0px;
	line-height:16px;
}

/* The right hand sidebar div */
#rightbar 
{
	width:150px;
	display: block;
	float: right;
	background-color:#F4F0E4;
}

#rightbar p 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 7px 5px 7px 5px;
	line-height:13px;
}

#rightbar .biography 
{
	margin-top:0px;
	margin-bottom:10px;
	margin-right: 0px;
	margin-left: 0px;
}

/* The contact bar section on the bottom */
#contact 
{
	width:850px;
	display:block;
	clear:left;
	text-align:center;
}

#contact p {
line-height:18px;
color:#7F7A6C;
}

div #contact {
	padding-top:5px;
	padding-bottom:5px;
	width: 820px;
}

/* The bottom nav bar */
#bottombar {
	width:850px;
	height:50px;
	display: block;
	float: left;
	background-image:url(interface/bottombar.gif);
	background-repeat:no-repeat;
}

#bottombar p {
	margin-top:15px;
	text-align: center;
	color:#FFFFFF;
}

#bottombar a:link {
color:#605D52;
font-weight:bold;
text-decoration:none;
}

#bottombar a:hover {
color:#605D52;
font-weight:bold;
}

#bottombar a:visited {
color:#605D52;
font-weight:bold;
}

#baredge {
	background-image:url(interface/rightborder.gif);
	background-repeat:repeat-y;
	height: 50px;
	width: 10px;
	float: left;
	display: block;
}

/* classes */
/* Hilight for the PCC name */
.pccname {
	font-weight:bold;
	color:#B50F1B;
}

/* Boxed out sub info */
.subinfo {
	border-top:1px solid #C8C0A9;
	background-image:  url(boxouts/boxoutgrad.gif);
	background-repeat:repeat-x;
	height:200px;
	margin-bottom:10px;
	padding:5px;
}

/* Subinfo with no picture */
.subinfoplain {
	border-top:1px solid #C8C0A9;
	background-image:  url(boxouts/boxoutgrad.gif);
	background-repeat:repeat-x;
	margin-bottom:10px;
	padding:5px;
	width: 520px;
}

/* The images in the box outs */
.subpic {
float:left;
margin:5px 10px 5px 0px;
text-align:left;
display:block;
border:1px solid #C8C0A9;
}

/* The div that contains the box out title */
.subtitle {
	margin-top:10px;
	/* might want to take this out later */ clear:left;
	height: 30px;
}

.boxouttitles {
font-weight:bold;
color:#B50F1B;
}

/* The back to top button */
.backtotop {
text-align:center;
}

/* Treatment selector table definitions */
.titlerow {
background-color:#B50F1B;
}

.smalltitlerow {
background-color:#B50F1B;
}

.titlerow td {
font-weight:bold;
color:#FFFFFF;
padding:5px;
height:30px;
}
/* Smaller font size for when there are too many headers */
.smalltitlerow td {
font-size:10px;
color:#FFFFFF;
padding:5px;
height:30px;
}

/* Table subheadings for treatment selector */
.tssubhead td {
background-color:#7D7A6E; /* CHANGE THIS!!!*/
color:#FFFFFF;
font-weight:bold;
height:20px;
padding:5px;
}
/* Basic info cells*/
.tscells td {
background-color:#F4F0E4;
height:20px;
padding:5px;
}

/* Normal List structure */
ul {
line-height:18px;
margin:5px;
padding-left:1em;
margin-left:1em;
}

/* Options list that starts off a long section or contains links to another section */
#opslist {
line-height:18px;
margin:5px 5px 10px 10px;
padding-left:1em;
margin-left:1em;
list-style-type:none;
/*list-style-image:url(images/interface/bullet.gif);*/
}
.opslist {
line-height:18px;
margin:5px 5px 10px 10px;
padding-left:1em;
margin-left:1em;
list-style-type:none;
/*list-style-image:url(images/interface/bullet.gif);*/
}

/* Centering numbers on the Urinary score table */
.centreme {
text-align:center;
}

/* Formatting and laying out the images */
.picbox {
display:block;
clear:both;
/* The main box that surrounds each image */
}

.pictitle {
/* Remember to add the style width to the actual <div> tag and reduce 
it by 10px to compensate for the padding! */
/* background-image:url(images/pictures/imagetitlebg.gif);
background-repeat:repeat-x;
border-top:1px solid #C8C0A9; - removed 14/06/05 */
padding:5px 5px 5px 5px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:14px;
color:#605D52;
text-align:center;
}

/* Image aligners */
.totheleft {
float:left;
margin: 10px 10px 5px 0px;
}

.totheright {
float:right;
margin: 10px 0px 5px 10px;
}

/* border definer for images */
.picwithborder {
border:1px solid #C8C0A9;
}

/* little mini nav that sits on the subsection */
#undernav {
width:540px;
height:30px;
background-color:#F6F6E8;
border:1px solid #C8C0A9;
}

#undernav p 
{
	margin:7px 10px 7px 10px;
}

/* Another little mini-chunk div that surrounds any sub-navigation specific to the page */
#subnavlist
{
	width:520px;
	border:1px dotted #C8C0A9;
	margin-top:10px;
}

#subnavlist p {
margin:7px 10px 7px 10px;
}

/* Attempt to centre images with a div */
.centrepic 
{
	width:520px;
	text-align:center;
}

/* Small text for the additional bit after the address */
.localrate 
{
	font-size:9px;
	color:#7F7A6C;
}

/* Adobe acrobat button */
.acrobatbutton 
{
	margin-right:10px;
}


/*New Styles attached below this point - These are for the new optimisation*/

.headerlarge 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: small-caps;

}

.headerbackground 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(interface/topbar.gif);
	height: 53px;
	padding-top: 15px;
	padding-left: 60px;
	background-repeat: no-repeat;
}

.headerlarge 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: small-caps;
	padding-top: 0px;
	padding-left: 0px;


}

.headersmall 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.return 
{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pagetitlered 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	font-variant: small-caps;
	color: #B71822;
	text-decoration: none;
	text-transform: nonee;
}

.pdfcopy 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.pcclogobottom 
{
	background-image: url(interface/PCClogo_bottom2.gif);
	height: 71px;
	width: 115px;
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
}

.pcclogolarge 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}

.pcclogolarge a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.pcclogosmall 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
}

.pcclogosmall a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.navlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #444444;
	text-decoration: none;
}

.navlarge a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: none;
	color: #444444;
	text-decoration: none;
}

.navlarge a:hover
{
	color: #B42025;
	text-decoration: none;
}

.navbackground 
{
	background-image: url(navbuttons/background.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 725px;
}

.sideboxes 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #605D52;
	text-decoration: none;
	background-image: url(sidebars/titles/ttl_background.jpg);
	padding: 2px 5px;
	background-repeat: no-repeat;
	font-variant: small-caps;
	height: 40px;
	vertical-align: middle;
}

.sideboxeslarge 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #605D52;
	text-decoration: none;
	background-image: url(sidebars/titles/ttl_large_background.gif);
	padding: 10px;
	background-repeat: no-repeat;
	font-variant: small-caps;
	height: 35px;
	vertical-align: middle;
}
