/* CSS Document */
/***************************************
GENERAL LAYOUT AND STYLES
***************************************/

* { padding: 0; margin: 0; border: none; }

body {
	background: #fff url(../images/body_bg.png) top left repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}

h1 { padding: 14px 0 0 35px; color: #fff; font-size: 200%; }

h2 {
	padding: 0 20px 0 30px;
	font-weight: normal;
	font-size: 148%;
	color: #004fa2;
}

h3 {
	padding: 0 20px 0 30px;
	font-weight: normal;
	font-size: 148%;
	color: #004fa2;
	background: #fff url(../images/arrow_blue.gif) 10px 4px no-repeat;
}

h3.subpageHeader {
	background: #fff url(../images/arrow_red.gif) 10px 16px no-repeat;
	padding: 12px 20px 0 30px;
}

h4 {
	padding: 10px 20px 0 30px;
	font-weight: bold;
	color: #fff;
	font-size: 110%;
	background: transparent url(../images/news_title_bg.jpg) 11px 12px no-repeat;
}

h4.newsLink { background: url(../images/ico_news_blue.gif) 10px 10px no-repeat; }
h4.pdfLink { background: url(../images/ico_pdf_blue.gif) 10px 10px no-repeat; }
h4.eventLink { background: url(../images/ico_date.gif) 10px 10px no-repeat; }

h4 a { color: #fff; }

h5 {
	color: #004fa2;
	font-size: 100%;
	padding: 20px 20px 0 30px;
}

a { color: #004fa2; text-decoration: none; }

a:hover { text-decoration: underline; }

p, ul, ol { color: #3f3f3f; line-height: 140%; }
p.blue { color: #004FA2; line-height: 140%;  }

.clearer { clear: both; }

#mainContent { padding: 0 0 20px 0; }

#container { width: 960px; margin: 0 auto; }

#contentLeft { float: left; width: 636px; margin: 0 14px 0 10px; }

#contentRight { float: right; width: 300px; }

#contentFull { float: left; width: 940px; margin: 0 14px 0 10px; }

.colFullWidth { width: 628px; margin: 10px 0 10px 8px; }

.colFull { float: left; width: 715px; margin: 10px 0 10px 8px; }

.colDouble { float: left; width: 420px; margin: 10px 0 10px 8px; }

.colSingle { float: left; width: 200px; margin: 10px 0 10px 8px; }

ul.FeatureBlue {color: #004fa2;}
#subpageContent ul.FeatureBlue p { padding: 0; margin: 0 0 10px 0; }
.NormalLiText {color:#3f3f3f;}

/***************************************
LINK STYLES
***************************************/

a.pdfLink {
	background: #fff url(../images/ico_pdf.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

a.webLink {
	background: #fff url(../images/ico_link.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

a.externalLink {
	background: #fff url(../images/ico_external.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

a.emailLink {
	background: #fff url(../images/ico_email.gif) top left no-repeat;
	padding: 0 0 0 20px;
}

/***************************************
IMAGE STYLES
***************************************/
img.featureImg {
	padding: 4px;
	margin: 10px 0 0 0;
	border: 1px solid #ccc;
	background: #fff;
}

img.floatLeft { float: left; margin: 10px 10px 0 30px; }

img.featureImgLeft {
	padding: 4px;
	margin: 10px 30px 0 0px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}

img.featureImgRight {
	padding: 4px;
	margin: 10px 00px 0 30px;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
}


img.floatRight { float: right; }

/***************************************
SEARCH BAR
***************************************/
#searchBar { background-color: #fff; padding: 10px 0; }

#searchBar li { float: left; margin: 0 20px 0 0; }

#searchBar p {
	color: #004fa2;
	text-align: right;
	margin: 0 50px 0 0;
	float: right;
}

#searchBar span.highlight { color: #eb2534; }

#searchBar ul { float: right; list-style-type: none; }

/***************************************
HEADING BAR
***************************************/
#headerBar {
	background: transparent url(../images/heading_bg.gif) top left no-repeat;
	min-height: 60px;
}

/***************************************
NAVIGATION BAR
***************************************/
#navBar {
	background: transparent url(../images/nav_bg.gif) top left no-repeat;
	min-height: 107px;
}

#logo { float: left; width: 200px; }

#logo img { margin: 22px 0 0 22px; }

#nav { padding: 26px 0 0 0; width: 760px; float: right; }

#nav a:hover { text-decoration: underline; }

#nav li { float: left; }

#nav li a {
	display: block;
	background: transparent url(../images/nav_global_bg.gif) -20px 0 no-repeat;
	color: #fff;
	text-decoration: none;
}

body#home #nav li#Home a 
{ background-position: 0 -32px; }

body#nuclear #nav li#nuclear a, 
body#radiology #nav li#radiology a, 
body#Oncology #nav li#oncology a, 
body#petCt #nav li#petCt a, 
body#connect #nav li#connect a, 
body#support #nav li#support a 
{ background-position: -20px -32px; }

body#about #nav li#about a 
{ background-position: right -32px; }

#nav li a span {
	/*padding: 8px 11px 8px 19px;*/
	padding: 8px 12px 8px 12px;
	margin: 0 6px;
	display: block;
	/*background: transparent url(../images/nav_global_bg.gif) -400px 0 no-repeat;*/
}

body#home #nav li#Home a span, 
body#nuclear #nav li#nuclear a span,
body#radiology #nav li#radiology a span, 
body#Oncology #nav li#oncology a span, 
body#petCt #nav li#petCt a span, 
body#connect #nav li#connect a span, 
body#support #nav li#support a span, 
body#about #nav li#about a span 
{ 
	background-position: -400px -32px; 
}


 
#nav li#nuclear a:hover,
#nav li#radiology a:hover, 
#nav li#oncology a:hover, 
#nav li#petCt a:hover, 
#nav li#connect a:hover, 
#nav li#support a:hover 
{ 
	background-position: -200px -32px;
	text-decoration: none;
}


#nav li#Home a:hover 
{ 
	background-position: left -32px;
	text-decoration: none;
}

#nav li#about a:hover 
{ 
	background-position: right -32px;
	text-decoration: none;
}


#nav li#Home a { background-position: 0 0; }

#nav li#about a { background-position: right 0; }

#nav ul {
	list-style-type: none;
	line-height: normal;
	float: right;
}

/* Kentico CMS list menu styles start */

#nav ul.lmCMSListMenuUL li { float: left; }

#nav ul.lmCMSListMenuUL li a {
	display: block;
	background: transparent url(../images/nav_global_bg.gif) -20px 0 no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	/*margin: 0 6px;*/
}

body#home #nav li#Home a { background-position: 0 -32px; }
body#nuclear #nav li#nuclear a, body#radiology #nav li#radiology a, body#petCt #nav li#petCt a, body#connect #nav li#connect a, body#support #nav li#support a { background-position: -20px -32px; }
body#about #nav li#about a { background-position: right -32px; }

#nav ul.lmCMSListMenuUL li a span {
	/*padding: 8px 11px 8px 19px;*/
	padding: 8px 12px 8px 12px;
	margin: 0 6px;
	display: block;
	/*background: transparent url(../images/nav_global_bg.gif) -400px 0 no-repeat;*/
}

#nav ul.lmCMSListMenuUL li.lmCMSListMenuHighlightedLI, #nav ul.lmCMSListMenuUL li.lmCMSListMenuHighlightedLIabout {
	display: block;
	background: transparent url(../images/nav_global_bg.gif) -20px 0 no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	background-position: -20px -32px;
}

#nav ul.lmCMSListMenuUL li.lmCMSListMenuHighlightedLIabout {
	background-position: right -32px;
}

#nav ul.lmCMSListMenuUL li.lmCMSListMenuLIhome {
	display: block;
	background: transparent url(../images/nav_global_bg.gif) no-repeat;
	color: #fff;
	text-decoration: none;
	/*padding: 8px 12px 8px 12px;*/
	background-position: 0 -32px;
	cursor: default;
}


body#home #nav li#Home a span, body#nuclear #nav li#nuclear a span, body#radiology #nav li#radiology a span, body#petCt #nav li#petCt a span, body#connect #nav li#connect a span, body#support #nav li#support a span, body#about #nav li#about a span { 
	background-position: -400px -32px; 
}

#nav ul.lmCMSListMenuUL li.lmCMSListMenuLIhome a { background-position: 0 0; }

#nav ul.lmCMSListMenuUL li.lmCMSListMenuLIabout a { background-position: right 0; }

#nav ul.lmCMSListMenuUL {
	list-style-type: none;
	line-height: normal;
	float: right;
}

/***************************************
BREADCRUMB MENU STYLES
***************************************/
#breadcrumb { padding: 10px 30px 0 30px; font-size: 86%; color: #999; background-image: url(../images/bg_breadcrumb.gif); background-position: top; background-repeat: no-repeat }

#breadcrumb li { float: left; color: #999; }

#breadcrumb a { color: #999; }

#breadcrumb a:hover { color: #666; }

#breadcrumb ul {
	list-style-type: none;
	float: left;
	line-height: normal;
}

/***************************************
FEATURE MODULES
***************************************/
#featureSection .featureContent { min-height: 180px; }

#featureSection .featureBig .featureBottom {
	background: #fff url(../images/feature_bottom_big.jpg) top left no-repeat;
	height: 15px;
}

#featureSection .featureBig .featureTop {
	background: #fff url(../images/feature_top_big.jpg) top left no-repeat;
	height: 12px;
}

#featureSection .featureBig p { padding: 0 20px 0 30px; }

#featureSection .featureBody {
	background: #eee url(../images/shadow_right.jpg) top right repeat-y;
	
	
}

#featureSection .featureSml .featureBottom {
	background: #fff url(../images/feature_bottom_sml.jpg) top left no-repeat;
	height: 15px;
}

#featureSection .featureSml .featureTop {
	background: #fff url(../images/feature_top_sml.jpg) top left no-repeat;
	height: 12px;
}

#featureSection p { padding: 10px 20px 0 30px; }

#featureSection ul, #featureSection ol { padding: 10px 20px 0 30px; }

#featureSection p.featureLink, #subFeatureSection p.featureLink { padding: 5px 20px 0 30px; }

.featureBig .featureContent {
	background: transparent url(../images/feature_bg_big.jpg) top left no-repeat;
}

.featureSml .featureContent {
	background: transparent url(../images/feature_bg_sml.jpg) top left no-repeat;
}

#featureSection .featureBig h4.pdfLink { background: url(../images/ico_pdf_grey.gif) 10px 10px no-repeat; }
#featureSection .featureBig h4.pdfLink a { color:#004FA2; }

#featureSection .linkList {
	list-style-type: none;
	padding: 10px 5px 0 12px;
}
#featureSection .linkList li {
	background: transparent url(../images/ico_link.gif) 0 1px no-repeat;
	padding: 0 0 8px 20px;
	color: #004FA2;
	font-weight: bold;
}

/***************************************
SUB-FEATURE MODULES
***************************************/
#subFeatureSection .featureContent { min-height: 225px; }

#subFeatureSection .subFeatureFull .featureBottom {
	background: #fff url(../images/subfeature_bottom_full.jpg) top left no-repeat;
	height: 15px;
}

#subFeatureSection .subFeatureFull .featureTop {
	background: #fff url(../images/subfeature_top_full.jpg) top left no-repeat;
	height: 12px;
}

#subFeatureSection .subFeatureBig .featureBottom {
	background: #fff url(../images/subfeature_bottom_big.jpg) top left no-repeat;
	height: 15px;
}

#subFeatureSection .subFeatureBig .featureTop {
	background: #fff url(../images/subfeature_top_big.jpg) top left no-repeat;
	height: 12px;
}

#subFeatureSection .subFeatureSml .featureBottom {
	background: #fff url(../images/subfeature_bottom_sml.jpg) top left no-repeat;
	height: 15px;
}

#subFeatureSection .subFeatureSml .featureTop {
	background: #fff url(../images/subfeature_top_sml.jpg) top left no-repeat;
	height: 12px;
}

#subFeatureSection p, #subFeatureSection ul { padding: 10px 20px 0 30px; }

.subFeatureFull .featureContent {
	background: transparent url(../images/subfeature_bg_full.jpg) top left no-repeat;
}

.subFeatureBig .featureContent {
	background: transparent url(../images/subfeature_bg_big.jpg) top left no-repeat;
}

.subFeatureSml .featureContent {
	background: transparent url(../images/subfeature_bg_sml.jpg) top left no-repeat;
}

#subFeatureSection .featureBody {
	background: #ebf1f9 url(../images/shadow_right.jpg) top right repeat-y;
}


/***************************************
NEWS MODULES
***************************************/
.newsBox { padding: 10px 18px 10px 2px; }

.newsBox .newsBottom {
	background: #fff url(../images/news_bottom.jpg) top left no-repeat;
	height: 15px;
}

.newsBox .newsContent {
	background: transparent url(../images/news_bg.jpg) top left no-repeat;
}

.newsBox .newsTop {
	background: #fff url(../images/news_top.jpg) top left no-repeat;
	height: 12px;
}

.newsBody {
	background: #00a6e1 url(../images/shadow_right.jpg) top right repeat-y;
}

.newsBox h2 { color: #fff; }

.newsBox p { padding: 0 20px 0 30px; color: #fff; }

/***************************************
SUB PAGE CONTENT STYLES
***************************************/

#subpageContent ul, #subpageContent ol {
	padding: 10px 20px 0 55px;
}

#subpageContent li {
	margin: 0 0 5px 0;
}

#subpageContent .linkList, #subpageContent .checkList, #subpageContent .eventList, #subpageContent .newsList {
	list-style-type: none;
	padding: 10px 20px 0 30px;
}

#subpageContent .linkList li {
	background: #fff url(../images/ico_link.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	color: #004FA2;
	font-weight: bold;
}

#subpageContent .checkList li {
	background: #fff url(../images/ico_tick.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	color: #004FA2;
	font-weight: bold;
}

#subpageContent .eventList li {
	background: #fff url(../images/ico_date.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	color: #004FA2;
	font-weight: bold;
}

#subpageContent .newsList li {
	background: #fff url(../images/ico_news.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	color: #004FA2;
	font-weight: bold;
}

#subpageContent .linkList p, #subpageContent .checkList p, #subpageContent .eventList p, #subpageContent .newsList p {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
}


/***************************************
SUB MENU STYLES
***************************************/
#subMenu { padding: 15px 0 0 0; }

#subMenu ul { list-style-type: none; padding: 0 0 20px 0; margin: 0; }

#subMenu li {
	font-weight: bold;
	font-size: 120%;
	padding: 0 0 0 16px;
	background: #fff url(../images/arrow_submenu.gif) 0px 3px no-repeat;
	margin: 0;
}

#subMenu li ul { padding: 3px 0 0 0; }

#subMenu li ul li {
	font-weight: normal;
	padding: 0 10px 0 0;
	background-image: none;
	font-size: 86%;
	line-height: normal;
}

#subMenu li ul li a {
	display: block;
	padding: 4px 6px;
}

#subMenu li ul li span {
	background: #eee;
	display: block;
	padding: 4px 6px;
	font-weight: normal;
}

#subMenu li ul li ul{ padding: 0; }

#subMenu li ul li ul li{
	font-weight: normal;
	padding: 0 10px 0 0;
	background-image: none;
	font-size: 86%;
	line-height: normal;
}

#subMenu li ul li ul li a {
	display: block;
	padding: 3px 6px 3px 16px;
}

#subMenu li ul li ul li span {
	background: #eee;
	display: block;
	padding: 3px 6px 3px 16px;
	font-weight: normal;
}

/***************************************
FOOTER BAR
***************************************/
#footerBar { background: #3f3f3f; margin: 0 0 30px 0; }

#footerBar li { color: #ccc; font-size: 86%; float: left; }

#footerBar li a { color: #ccc; }

#footerBar li a:hover { color: #fff; }

#footerBar p a { color: #ccc; }

#footerBar p a:hover { color: #fff; }

#footerBar p {
	color: #ccc;
	font-size: 86%;
	padding: 0 15px;
	float: left;
	line-height: normal;
}

#footerBar ul {
	float: right;
	line-height: normal;
	list-style-type: none;
	padding: 0 15px;
}

#footerBottom {
	background: #3f3f3f url(../images/footer_bottom.jpg) top left no-repeat;
	height: 10px;
}

#footerTop {
	background: #3f3f3f url(../images/footer_top.jpg) top left no-repeat;
	height: 10px;
}

/***************************************
SEARCH PAGE STYLES
***************************************/

#subpageSearchForm {
	
	margin: 10px 0 30px 30px;
	padding: 0px;
}

#subpageSearchForm input, select {
	border: #d1d5da 1px solid;
}

#subpageSearchForm label {
	cursor: pointer;
	float: left;
	width: 100px;
	margin-right: .5em;
	color: #004FA2;
	text-align: left;
	clear: left;
	padding: 3px 0 0 0;
}

#subpageSearchFormResults {
	margin-left:30px;
}
#subpageSearchFormResults .ResultTitle {
	background:transparent url(../images/ico_link.gif) no-repeat scroll 0pt 1px;
	margin:0;
	padding:0 0 4px 20px;
}
#subpageSearchFormResults .ResultPath {
	margin:0 0 10px;
	padding:0;
	font-size: .75em;
}

#subpageSearchFormResults h5 {
	color: #004fa2;
	font-size: 100%;
	padding: 0 0 10px;
}

/***************************************
FORM STYLES
***************************************/
#subpageContent #contactForm {
	margin: 0 0 0 20px;
	width: 400px;
	color: #666;
	float:left;
}

#subpageContent #contactForm p {
	margin: 15px 0 0 0;
}

#subpageContent #custSurvey {
	margin: 0 0 0 20px;
	width: 600px;
	color: #666;
	float:left;
}

#subpageContent #custSurvey p {
	margin: 15px 0 0 0;
}

#subpageContent #productSurvey {
	margin: 0 0 0 30px;
	width: 600px;
	color: #666;
}

#subpageContent #productSurvey p {
	margin: 15px 0 0 0;
}
#subpageContent #productSurvey td.productLabel {
	width:400px;
}
#subpageContent #productSurvey td label {
	width:400px;
	margin: 15px 20px 0 0;
}
input, select, textarea {
	font-family: Verdana, sans-serif;
	color: #666;
	padding: 2px;
}

option {
	padding-right: 1em;
}

label {
	cursor: pointer;
	float: left;
	width: 150px;
	margin-right: .5em;
	color: #004FA2;
	text-align: left;
	clear: left;
	padding: 3px 0 0 0;
}


fieldset {
	margin: 1em 0 0 10px;
	padding: 0 0 0 5px;
	/*border: 1px solid #004FA2;*/
	border-right: none;
	border-bottom: none;
	border-left-width: 0;
}

#featureSection fieldset p { margin: 0; padding:0;
}

legend {
	margin: 0;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #004FA2;
}

#subpageContent fieldset ol {
	padding: 1em 1em 0 0;
	list-style: none;
}

#subpageContent fieldset li {
	margin: 4px 0;
	padding: 2px 0 2px 8px;
	background-color: #f2f2f2;
}

#subpageContent fieldset.fdsSubmit {
	float: none;
	width: auto;
	border-style: none;
	background-color: transparent;
	margin: 10px 0 10px 0;
}

.frmSubmit {
	width: auto;
	margin: 0 0 0 175px;
}

.frmText {
	width: 189px;
	border: 1px solid #f2f2f2;
}

.frmTextPostcode {
	width: 80px;
	border: none;
	border: 1px solid #f2f2f2;
}

.frmTextArea {
	width: 185px;
	background-color: #ffffff;
	border: none;
}

.frmFieldset label {
	float:left;
	clear:left;
	color: #004FA2;
	margin: 0 0.5em 0 0;
	padding: 3px 0 0 0;
	text-align: left;
	width: 150px;
}

.frmFieldset input {
	border: 1px solid #f2f2f2;
	width: 190px;
}

.frmFieldset .EditingFormCheckBox input {
	border: 1px solid #f2f2f2;
	margin: 10px 0 0 10px;
	width:15px;
}

.frmFieldset textarea {
	background-color: #ffffff;
	margin:5px 0pt 10px 0;
	width:190px;
	border-width: 0;
	font-size: 100%;
}

#frmRadio {
display: block;
width: auto;
}
#frmRadio td input {
margin: 5px 0px 0px 10px;
padding: 0px 0px 0px 0px;
width: 15px;
display: inline-block;
}
#frmRadio .frmFieldset textarea {
	background-color: #ffffff;
	margin:5px 0pt 10px 10px;
	width:270px;
	border-width: 0;
	font-size: 100%;
}
#frmRadio .frmFieldset label {
text-align:none;
float:left;
margin: 5px 0 0 10px;
padding: 0px 0px 0px 0px;
width: 250px;
display: inline-block;
}
#frmRadio .frmFieldset td label {
text-align:none;
float:none;
margin: 0 0 2px 5px;
padding: 0px 0px 0px 0px;
width: auto;
display: inline-block;
}
#subpageContent input.FormButton {
	margin: 10px 0 30px 340px;
}
.EditingFormErrorLabel {
	color: #F00;
}
