/*--------------- Generic font and element styling ----------------*/
.clearall{clear:all;}


body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
	background-image:   url("/internet/ogtr/publishing.nsf/AttachmentsByTitle/homebg.gif/$FILE/homebg.gif");
	background-repeat: repeat-y;
	}

h1 { 
	font-size: 1.7em;
	color:#D57717;
}
	
h2 {
	font-size: 1.5em;
	color:#310063;
	
} 

h3 { 
	font-size: 1.3em; 
	font-style: bold;
	color:#000;
} 

h4 { 
	font-size: 1.2em;
	font-style: bold;
	color:red;
	}
	
h5 { 
	font-size: 1.1em;
	
} 

p {
  line-height: 1.6em;
    margin: 0.2em 0 0.7em;
}



 /*--------------- Generic font and element styling ----------------*/ 

#search_link	{
	margin:15px;
	background:#ffffff;
	float:right;

}


 /* 
--Main Banner Styles 
	Main Banner is a container to hold both a left and right banner image(s).
*/
#main_banner_container {
	width: 100%;
	height: 130px;
	background-image: url(/internet/ogtr/publishing.nsf/AttachmentsByTitle/ogtr-banner-bg.jpg/$FILE/ogtr-banner-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	border-bottom: 2px solid #000;
	
}

/* 
--Left Banner Image 
	To insert your Left Banner Image within this container you it must be placed in the blockheaderheader. It must be an image not a background
*/
#left_banner_img_container {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #310063;
	width: auto;
	height: 130px;
	margin: 0px;
	z-index: 2;
}

/* 
--Left Banner Image End--
*/

#right_banner_img_container {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	background-color: #310063;
	width: auto;
	height: 130px;
	margin: 0px;
	z-index: 1;
}	

/* END MAIN BANNER*/

/*
-- Mid Container Styles 
	Mid Container, holds the Left nav and content. It is positioned relatively to allow for a footer to be
	placed 100% of the screen width underneath the content and left nav
*/

#mid_container {
	position: relative;
	width: 99%;
	top: 0px;
	left: 0px;
	height: auto;
	margin: 0 0 0 0;
	padding: 0;
}
		
/*------------------------------------ Start left navigation ----------------------------------*/
/*#left_nav {
	position:relative;
	width: 175px;
	height: auto;
	border-right: #310063 1px solid;
	font-size:1.5em;
	background-color: #D57717;
	text-align: left;
	float: left;
	
	
}
*/
#left_nav{
width: 175px;
float:left;
}
#logo_container {
	width: 175px;
	background-color: #D57717;
	

}


/*#left_nav ul {
	
	margin-left:0px;
	padding:0px;
	list-style-type: none;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
}

#left_nav li a:link, #left_nav li a:active, #left_nav li a:visited {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #310063;
	padding: 3px 2px 3px 5px;
	background-color: #D57717;
	color: #310063;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li a.current:link, #left_nav li a.current:active, #left_nav li a.current:visited {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #310063;
	padding: 3px 2px 3px 5px;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li a:hover {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #310063;
	padding: 3px 2px 3px 5px;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li a.current:hover {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #310063;
	padding: 3px 2px 3px 5px;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}
*/
/*--  SECOND LEVEL DROP DOWN NAV -----------*/

/*#left_nav ul ul {
	
	margin-left:0px;
	padding:0px;
	list-style-type: none;
	height: auto;
	font-size: 0.75em;
	font-weight: bold;
}

#left_nav li li a:link, #left_nav li li a:active, #left_nav li li a:visited {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #D57717;
	padding: 3px 2px 3px 10px;
	background-color: #023668;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li li a.current:link, #left_nav li li a.current:active, #left_nav li li a.current:visited {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #D57717;
	padding: 3px 2px 3px 10px;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li li a:hover {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #D57717;
	padding: 3px 2px 3px 10px;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left_nav li li a.current:hover {
	display: block;
	width: auto;
	height: auto;
	border-bottom: 2px outset #D57717;
	padding: 3px 2px 3px 10px;
	background-color: #ff9900;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

*/


/*------------------------------------ End left navigation ----------------------------------*/	

/*------------------------------------ Start Content ----------------------------------*/
#content {
	position: relative;
	margin-left:200px;
	font-size: 1.2em;
	margin-right: 0px;
	top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	
	
}

#content a:link {
	text-decoration:underline;
	color: #310063;
}

#content a:visited {
	text-decoration: underline;
	color: #877994;
}

#content a:hover {
	text-decoration: none;
}


/*------------Search and breadcrumbs-------------------*/
#content breadsearch_container{
	position:relative;
	width:99%;
	}

/*-- BREADCRUMB START*/
#content breadcrumb_container {
	float:left;
	width: 60%;
	text-align: left;
	line-height: 1.7em;	
	font-size: 0.8em;
	
}

#content breadcrumb_container a:link {
	text-decoration: underline;
	color: #330099;
}

#content breadcrumb_container a:visited {
	text-decoration: underline;
	color: #330099;
}

#content breadcrumb_container a:hover {
	text-decoration: none;
	color: #330099;
	margin-bottom:10px;
}
/*-- breadcrumb End----------------*/

/*--------SEARCH--------------*/
#content search	{
	float:right;
	width:39%;
		
	}
/*------- SEARCH and breadcrumb end ----------*/

/* Top of page links */
#content a.top {
	clear: both;
	padding-left: 17px;
	font-size: 0.9em;
	background: url(/internet/ogtr/publishing.nsf/AttachmentsByTitle/msac-top.gif/$FILE/msac-top.gif) no-repeat 0px center;
	float: right;
	margin: 10px 0px 20px 15px;
	color: #310063;
}

#content a.top:link {
	color: #310063;
}

#content a.top:visited {
	color: #310063;
}

#content a.top:active {
	color: #310063;
	text-decoration: none
}

#content a.top:hover {
	color: #310063;
	text-decoration: none
}

/* End top of page links */

/*------------------------------------ End Content ----------------------------------*/

/*------------------------------------ End Mid Container ----------------------------------*/

/*------------------------------------ Start Footer ----------------------------------
--Footer
	Can be either a container or its own element.. 
	Use it as a container if you want to display more then 1 content type within	
*/
#footer {
	background-color: #023668;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 1em;
    height: auto;
    line-height: 1.6em;
    padding: 10px 0 10px 5px;
    text-align: center;
    width: 100%;
}

#footer a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
/*--Summary-- This controls the style for the summary within the WCMS. */

#summary {
	text-decoration: none;
	font-weight: 500;
	color: #000;
	line-height: 1.6em;
	padding-bottom: 12px;
}
/*
--Classes
*/
/* SEARCH RELATED */
ul.searchresults {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.searchresults li {
	margin-bottom: 20px;
}
ul.searchresults li a {
	margin: 0;
}

p.scoreresults {
	margin: 0 0 -6px 0;
	padding: 0;
}

p.stopwords{
	margin-top:-10px;
	font-size:0.8em;
	line-height:1.5em;
}

.currpage {
	font-weight: bold;
	color: #000;
	border: 1px solid #000;
	padding: 3px 5px 3px 5px;
}

p.searchnav {
	margin-top: 25px;
}

p.searchnav a {
	text-decoration: underline;
	color: #0000FF; 
}

a.search_next:link, a.search_next:hover, a.search_next:active, a.search_next:visited {
	padding: 0 18px 0 10px;
	font-weight: bold; 
	background: url(/internet/ogtr/publishing.nsf/AttachmentsByTitle/arrow_next.gif/$FILE/arrow_next.gif) no-repeat right 3px; 
}

a.search_prev:link, a.search_prev:hover, a.search_prev:active, a.search_prev:visited {
	padding: 0 10px 0 18px;
	font-weight: bold; 
	background: url(/internet/ogtr/publishing.nsf/AttachmentsByTitle/arrow_previous.gif/$FILE/arrow_previous.gif) no-repeat left 3px; 
}

input#searchText {
	margin-right: 5px;
}

#boolean {
	position: relative;
	top: 0px;
	font-size: 80%;
	right: 7em;
}

#search legend {
	display: none;
}

#search fieldset {
	border: 0;
}

.icns {
	visibility: visible;
	text-align: right;
	position: relative;
	top: -37px;
	padding: 0px 1px 0px 0px;
	width: auto;
}

/* Skip to Content styles */

a.skiplink, a.skiplink:hover, a.skiplink:visited {
	text-indent: -600em;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: auto;
} 
  
a.skiplink:active, a.skiplink:focus {
	background-color: #666666;
	color: #ffffff;
	display: block;
	font-weight: bold;
	padding: 10px;
	text-indent: 0.1em;
	width: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

hr {
	width: 100%;
	height: 1px;
	color: #5A5063;
	background-color: #5A5063;
	border: none;
}

/* For Internet Explorer */
	html>body hr {
	margin-left: 0;
	width: 100%;
	height: 1px;
	color: #5A5063;
	background-color: #5A5063;
	border: none;
}

/* For Gecko-based browsers */
	html>body hr {
	margin-left: 0;
	width: auto;
	height: 1px;
	background-color: #5A5063;
	border: 0px solid #5A5063;
}

/* For Opera and Gecko-based browsers */	
 
/* Disclaimer
	This is the class for the styleDisplayContentDownload block */
	.disclaimer {
	font-size: 80%;
	color: #666666;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ccc;
	margin: 10px 0 10px 0;
}


/*---- TABLE STYLES -----*/

table { 
top:0px;
width:80%;
margin-left:auto;
margin-right:auto;
border:1px solid #666;
border-collapse:collapse;
}

caption { 
background: #d57717;
padding:0.3em;  
color:#fff;
color:#fff;
font-weight:bold;
font-size:1em;
text-align:center;
border:1px solid #666;
width:80%;
margin-left:auto;
margin-right:auto;
} 

th { 
border:1px solid #666;
border-collapse:collapse;
background:#cdcdcd ;
padding:8px;
font-weight:bold;
font-size:0.8em;
color:#000;
text-align:left;
vertical-align:top;
}
tr	{

}

td  { 
border:1px solid #666;
border-collapse:collapse;
padding:8px;
background:#fff;
font-size:0.6em;
color:#000;
vertical-align:top;  
}
td.tableshade	{
background:#A7A7A7;
}

.border {
border: 3px solid #D57717;
padding:5px;
}
.border ol
{
list-style-type:decimal;
}
.border ol ol
{
list-style-type:lower-alpha;
}
/*.tableBorderCenter {
	border-right: solid #310063 1px;
	border-bottom: solid #310063 1px;
	width: 35%;*/
}
/* ------------FORM STYLES---------------------*/
#form {
	float : left;
}


h6.formlabel	{
	font-size: 1.0em;
	float: left;
	margin: 0;	
}

.field	{
	display: block;
	margin-left: 8em;
}

.field1	{
	display:inline;
	margin-left: 8em;
}

/* Site details table */
table.sitedetails {
margin: 0 0 10px 0;
width: auto;
}
table.sitedetails th, table.sitedetails td {
font-size: 0.7em;
padding: 8px;
}
#notes h3 {color:#444; font-size:1em}
#notes p {font-size: 0.8em; margin: 0 0 5px}
/* Selector */
html>body #selector {
	padding: 15px 15px 10px;
	border: 1px solid #BBBBBB;
}
#selector {
    margin: 0 0 30px;
    padding: 0;
}
#selector h2 {
	margin-top:0;
}
#selector ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	margin-left: 0;
}
html>body #content #selector a, html>body #content #selector a:link, html>body #content #selector a:active, html>body #content #selector a:visited {
    margin: 7px 0;
}
#content #selector a {
    display: block;
    margin: -5px;
	padding: 10px 10px 10px 30px;
    color: #310063;
    text-decoration: none;
	background: url("/internet/yourhealth/publishing.nsf/AttachmentsByTitle/document.gif/$FILE/document.gif") no-repeat scroll 10px center #CCCCCC;
}
#content #selector li.selected a, #content #selector a:hover, #content #selector a:focus {
	background-color: #666; 
    color: #FFFFFF;
    text-decoration: none;
}

/* Tabular navigation 
#licenceNav {
padding: 0 0 0 10px;
background:none repeat scroll 0 0 #DDDDDD;
border:1px solid #666666;
clear:right;
float:left;
margin:0 0 20px;
padding:15px 0;
}
#licenceNav div {
float:left;
margin:0 10px 0 ;
width:30%;
padding:0;
}
html>body #licenceNav {
padding:6px 0 0 1%
}
html>body #licenceNav div {
margin:0 1%;
width:31%;
}
#licenceNav h2 {
font-size:1em;
}
#content #licenceNav h2 a {
background:none repeat scroll 0 0 #003265;
color:#FFFFFF;
line-height:1.4em;
border:1px solid #000000;
color:#FFFFFF;
display:block;
padding:8px;
text-decoration:none;
}
#content #licenceNav h2 a:hover {
background:#002347;
}
*/
#search {
    float: right;
    margin-top: -23px;
}
.relatedLinks {    
	border-left: 1px dotted #666666;
    float: right;
    font-size: 1em;
    margin: 0 0 20px 20px;
    padding-left: 20px;
    width: 48%;}
.relatedLinks ul {padding-left:20px}
.relatedLinks ul li {margin:4px 0}
.relatedLinks h3 {
	margin-top: 0;
}
/* CSS3 for document links */
a[href$=".pdf"] {background: url('../../../AttachmentsByTitle/pdf.gif/$FILE/pdf.gif') no-repeat left top transparent;padding-left:25px;display:block;margin:8px 0;}
a[href$=".rtf"] {background: url('../../../AttachmentsByTitle/rtf.gif/$FILE/rtf.gif') no-repeat left top transparent;padding-left:25px;display:block;margin:8px 0;}
a[href$=".pdf"] + br, a[href$=".rtf"] + br {display:none}
.footnote { font-size: 90%; color: rgb(102, 102, 102); margin-top: 0pt; }
