div.clear {
	clear:  both;
}

/* This allows the menu to overlap the image beneath it -- we may need to add more styles here if we have other types of content sitting under the main menu */
#top-nav ul {
	z-index:  10;
}
.title-box {
	z-index:  -1;
}
/* Retarded IE still can't make the menu overlap the dynamic select dropdowns, so we need to nudge these down slightly: */
.map #column .box-find h2 {
	margin-top:  8px;
}

/* Tweak the select dropdowns: */
/*Selects drop-down*/

.optionsDivInvisible,

.optionsDivVisible {

	background-color: #082658;

	border: 1px solid #082658;
}

/* Problem with boxes overflowing and cropping content */
#column3 .box p {
	padding-right:  15px;
}

/* Add a bottom margin to the "download our leaflet" panel: */
.box-find {
	margin-bottom:  20px;
}

/* Style the textareas with the correct font/color: */
.box-form textarea {
	color:#666;

	font:12px/16px Arial, Helvetica, sans-serif;
}

/* Fix a problem with surplus padding on standard links on "Referring your patient": */
.refer #column .guide .accordion p a {
	padding:  0px;

}

/* Fix the link styles on the "About" pages: */

.box-grey a {
	text-decoration: none;
	color:#017ab9;
}

/* This is a PETCT specific style, I think: we'll move these into separate stylesheets: */
#top-nav li a {

	width: 159px;
}
#top-nav ul {
	width:  157px;
}
#top-nav ul li a {

	width: 139px;
}

/* Form errors: eg, HYS */
div.errors {
	font-size:  11px;
	border:  1px solid #900;
	background:  #eee;
	padding:  5px 10px;
	margin-bottom:  10px;
}
div.errors p {
	color:  #900;
	font-weight: bold;
	margin:  0px;
}
div.errors ul {
	margin:  5px 0px 5px 2em;
	padding:  0px;
	list-style-type: square;
}
div.errors li {
	font-size:  11px;
}

/* Tweaking the header on about.php to make it more flexible */
.about .this p {

	margin:10px 0 14px 30px;

	color:#666;

	font-size:15px;

	line-height:18px;

}
/* There is now a generic "intro" style that can be used across the site */
p.intro, #column p.intro, #column div.content p.intro {

	color:#666;

	font-size:15px;

	line-height:18px;

}
/* Why do we need this to float right? */
#column2 .img-holder {
	float: none;
}

/* Removing bold text here, no longer required: */
#column .top-block p {
	font-weight: normal;
}

/* New "medium" input, used specifically for the "Year" date-range */
.box-form .inp-medium {

	float:left;

	margin:0 4px 0 0;

	width:39px;

	height:17px;

	padding:2px 3px 0 3px;

	background:url(../images/bg-inp-medium.gif) no-repeat;

}
.box-form .inp-medium input.field {

	width:39px;

}

/* Fix the height of the "Browse Library" panel so that we don't lose the background when we submit the Ajax "Mailing List" form: */
div.box-browse {
	height:  auto !important;
	height:  477px;
	min-height: 477px;
}

/* Add shadows to images in links: */
#column3 div.box div.img-holder {
	padding:0 0 19px;

	background:url(../images/box-blue-btm.gif) repeat-x 0 100%;
}
/* PANEL styles: */

div.panel {
	background:  #88c8e4 url(/images/custom/panels/bg.jpg) bottom no-repeat;
	width:  255px;
	padding:  10px 10px 28px;
	color:  #fff;
	margin-bottom:  10px;
}
div.panel div.inner {
	height:  140px;
	overflow:  hidden;
}
div.panel h1, div.panel h2, div.panel h3, div.panel h4, div.panel h5 {
	font-weight: normal !important;
	margin:  0.3em 0px !important;
	color:  #fff !important;
}
div.panel h1 {
	font-family: Helvetica, sans-serif;
	font-size:  28px !important;
}
div.panel h2 {
	font-family: Helvetica, sans-serif;
	font-size:  22px !important;
}
div.panel h3 {
	font-family: Arial, sans-serif;
	font-size:  16px !important;
}
div.panel h4 {
	font-family: Arial, sans-serif;
	font-size:  12px !important;
}
div.panel h5 {
	font-family: Arial, sans-serif;
	font-size:  11px !important;
}
div.panel p {
	margin:  0px 0px 0px 0px !important;
	font-size:  11px !important;
	color:  #fff !important;
	margin-left:  0px !important;
}
div.panel a {
	color:  #063263 !important;
	text-decoration: none !important;
	font-weight: bold !important;
}
div.panel a:hover {
	text-decoration: underline !important;
}

div.triptych {
	margin: 0px 0px 0px -34px;
	overflow: hidden;
	xpadding: 43px 0px 0px;
	width: 1000px
}
div.triptych div.panel {
	float:  left;
	margin-left:  54px;

}

/* Used on Locations: */
div.diptych {
	overflow: hidden;
	margin:  20px 0px 0px 10px;
}
div.diptych div.panel {
	float:  left;
	margin-right: 20px;
}

/* Adding a wide "What's New" panel */
#column .box-whats-new {

	width:643px;

	border:1px solid #d7d7d6;

	background:#e6e5e5;

	margin:10px 0 0;

	padding:6px 0 8px 6px;

	overflow:hidden;

}

.box-whats-new img {

	float:left;

	margin:0 17px 0 6px;

}

.box-whats-new .text {

	float:left;

	width:434px;

	padding:7px 0 0;

}

#column  .box-whats-new .text h3 {

	margin:0;

	color:#017ab9;

	font-size:14px;

	line-height:16px;

}

#column  .box-whats-new .text p {

	margin:3px 0 0;

	font-size:11px;

	line-height:14px;

}

#column  .box-whats-new .text a.more:hover {

	text-decoration:underline;

}

#column  .box-whats-new .text a.more-hear {

	margin:0 0 0 30px;

	padding:0 20px 5px 0;

	background:url(../images/bg-hear.gif) no-repeat 100% 0;

}

/* Add a "more" link to the "What's new" panels */
.box a.more, #column .box-whats-new a.more {
	color:#017ab9;

	font-size:11px;

	text-decoration:none;
	position:  absolute;
	margin-top: 205px;
	display:  block;
}
#column .box-whats-new a.more {
	margin-top: 65px;
}
/* NEW content styles: these govern any content added via the CMS: */
/* NOTE that these are duplicated in /css/7.6/config/fck.css */

#column div.content {
	padding-top:  20px;
}

#column div.content h1 {
	font-size: 22px;
	color:#082658;
	margin: 10px 0 0px 8px;
	margin-left:  0px;
}

#column div.content h2 {
	font-size: 20px;
	color:#082658;
	margin: 10px 0 0px 8px;
	margin-left:  0px;
}

#column div.content h3 {
	font-size: 16px;
	color:#082658;
	margin: 10px 0 0px 8px;
	margin-left:  0px;
}

#column div.content h4 {
	font-size: 17px;
	color:#666;
	margin: 10px 0 0px 8px;
	margin-left:  0px;
}
#column div.content h5 {
	font-size: 14px;
	font-weight:bold;
	color:#017ab9;
	margin: 10px 0 0px 8px;
	margin-left:  0px;
}

#column div.content p {
	font-size: 13px;
	color:#666;
	margin-top:  0px;
	margin-bottom:  8px;
	margin-left:  8px;
	margin-left:  0px;
}

#column div.content li {
	font-size: 12px;
	color:#666;
}

span.subheader {
	font-size: 14px; !important;
	font-weight:bold !important;
	color:#017ab9 !important;
}

#column div.content a {
	text-decoration: none;
	color:#017ab9;
}
#column div.content p a:hover {
	text-decoration: underline;
}

a.external {
	color:#082658 !important;
}

/* Tweak links: we should use h3, but in case we use h4/h5 instead:  */

#column .boxes2 h4 {margin: 0;font-size: 16px;color: #0174ab;}
#column .boxes2 h5 {margin: 0;font-size: 16px;color: #0174ab;}

/* Additional padding on a list of PDFs in referring.php */
.forms .block-refer {
	padding-bottom: 8px;
}

/* Events panel on What's New page: */
/* start boxes */
#column2 .events {overflow: hidden;width: 651px;margin: 17px 0 0;}

#column2 .events .event {
	float: left;
	width: 270px;
	margin: 15px 0 0 0px;
	display: inline;
	background: url(../images/events-bg3.gif) repeat-y;
}
#column2 .events .event .event-inner {
	float: left;
	width: 237px;
	min-height: 216px;
	padding: 20px 5px 0 20px;
	background: url(../images/events-bg.gif) no-repeat;
}
* html #column2 .events .event .event-inner {height: 216px;}

#column2 .events .event .event-individual {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}
#column2 .events .event .event-individual div.image {
	width: 64px;
	margin-right: 10px;
	float: left;
}
#column2 .events .event .event-individual div.details {
	float: left;
	width: 162px;
}

#column2 .events .event .event-bottom {
	float: left;
	width: 270px;
	height: 12px;
	overflow: hidden;
	background: url(../images/events-bg2.gif) no-repeat;
}
#column2 .events .event img {display: block;}
#column2 .events .event h3 {margin: 0px 0 0;font-size: 14px;line-height: 16px;color: #017ab9;}
#column2 .events .event h4 {margin: 0px 0 0;font-size: 14px;line-height: 16px;color: #017ab9;}
#column2 .events .event h4 a {
	text-decoration: none;
	color: #017ab9;
}
#column2 .events .event p {margin: 0px 0 0;font-size: 11px;line-height: 14px;color: #666;}
#column2 .events .event p a {color: #017ab9;text-decoration: none;}
#column2 .events .event p a:hover {text-decoration: underline;}
#column2 .more {font-size: 11px;text-decoration: none;}