/* styles common to all pages */


/* layout 
-----------------------------------------------------------
*/

*
{
	padding: 0;
	margin: 0;
}

html, body
{
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	background: #EBF0F5 url(images/main_bg.jpg) repeat-x top;
	color: #000;
	font: 80% Verdana, Helvetica, sans-serif;
	line-height: 1;
	
}

#root
{
	width: 780px;
	margin: auto;
	min-height: 100%;
	height: auto;
}

#header
{
	width: 100%;
	background: #EBF0F5 url(images/header_bg.jpg) repeat-x top;
	height: 134px;
}

#logo
{
	float: left;
}

#strapline
{
	float: right;
	margin: 47px 0px 0px 0px;
}


#content {
	width: 780px;
	background-image: url(images/background_2col.gif);
	background-repeat: repeat-y;
	border-bottom: 10px solid #fff;

}


/* Three column layout home page
-----------------------------------------------------------
*/



#leftColumn{
	width: 175px;
	float: left;
	text-align: left;
	margin-left: 10px;
	display: inline;

}

#centreColumnHome{
	width: 325px;
	float: left;
	margin: 20px 30px 30px 30px;
}

#rightColumnHome{
	width: 200px;
	float: left;
	margin-right: 10px;


}

/* Two column layout on other pages
-----------------------------------------------------------
*/


#centreColumn{
	width: 515px;
	float: left;
	margin: 20px 30px 30px 30px;
}


#centreColumn h1{
	padding: 10px;
}


/* Two column content
-----------------------------------------------------------
*/


#centreContent{
	width: 320px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#centreContent h3 {
	background-color: #EBF0F5;
	width: 310px;
	padding: 5px;
	margin: 10px  0 5px 0;
	color: #295083;
	font-size: 1.2em;
	font-weight: bold;
}



#rightContent{
	width: 175px;
	float: right;
	clear: right;
}







/* Two column content - Physical health page
-----------------------------------------------------------
*/
#centreContentPhysical{
	width: 320px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#centreContentPhysical h3 {
	background-color: #E7EDEB;
	width: 310px;
	padding: 5px;
	margin-bottom: 5px;
	color: #295083;
	font-size: 1.2em;
	font-weight: bold;
}





/* Page titles
-----------------------------------------------------------
*/


#headerAbout {
	background: url(images/title_about.jpg) repeat-x;
	width: 100%;
	height:40px;
	margin-bottom: 20px;
}


#headerOccupational {
	background: url(images/title_occupationalhealth.jpg) repeat-x;
	width: 100%;
	height:40px;
	margin-bottom: 20px;
}

#headerPhysical {
	background: url(images/title_physicalhealth.jpg) repeat-x;
	width: 100%;
	height:40px;
	margin-bottom: 20px;
}

#headerMain {
	background: url(images/title_main.jpg) repeat-x;
	width: 100%;
	height:40px;
	margin-bottom: 20px;
}

#headerPageadmin {
	background: url(images/title_pageadmin.jpg) repeat-x;
	width: 100%;
	height:40px;
	margin-bottom: 20px;
}


/* Home page banners
-----------------------------------------------------------
*/

#rightColumnHome p{
	padding: 5px 0 5px 10px;


}

#rightColumnHome h3{
	padding: 7px 0 7px 10px;
	width: 190px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

#rightColumnHome h3 a{
	color: #ffffff;
}

#rightColumnHome ul{
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0;
}



#banner1
{
	background-color: #D7E1EB;
	margin-bottom: 10px;

}

#banner1 h3 {
	background-color: #295083;
}


#banner2
{
	background-color: #CEDBD6;
	margin-bottom: 10px;

}

#banner2 h3
{
	background-color: #9CB6AD;
}



#banner3
{
	background-color: #f1D2A8;
	margin-bottom: 10px;

}

#banner3 h3
{
	background-color: #D8944D;
}








/* fonts & text elements
-----------------------------------------------------------
*/

h1
{
	color: #295083;
	text-transform: uppercase;
	font-size: 1.9em;
	font-family: 'lucida sans unicode','lucida grande',verdana, sans-serif;
	font-weight: bold;
	width: 100%;
	padding-bottom: 0.5em;
}

h2
{
	color: #295083;
	font-family: 'lucida sans unicode','lucida grande',verdana, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	width: 100%;
	padding-bottom: 0.5em;
}

h3 {
	color: #295083;
	font-family: 'lucida sans unicode','lucida grande',verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	padding-bottom: .5em;	

}


p {
	font-size: 1.1em;
	color: #000000;
	line-height: 1.7em;
	padding-bottom: 1em;
}


a {
	color: #cc6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #295083;
	text-decoration: underline;
}

a:visited
{
	color: #788A85;
	text-align: center;
}

 a img {
 border: none;
}



/* lists
-----------------------------------------------------------
*/

ul.level1
{
	list-style-type: none;
	margin: 15px 15px 0 15px;
	padding: 0;
	font-family: 'lucida sans unicode','lucida grande',verdana, sans-serif;
	line-height: 160%;

}

ul.level1 li
{
	font-size: 1em;
	border-bottom: 1px dotted #cad4df;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;

}

ul.level1 li a
{
	color: #336699;
	font-weight: bold;
}

ul.level1 li a:hover 
{
	color: #295083;
	text-decoration: none;
	font-weight: bold;
}

ul.level2
{
	list-style-type: none;
	margin: 0 15px 0 15px;
	padding: 5px 0 2px 0;
	font-family: 'lucida sans unicode','lucida grande',verdana, sans-serif;


}


ul.level2 li a
{
	color: #cc6600;
	font-weight: normal;

}

ul.level2 li a:hover{
	color: #295083;
	font-weight: normal;

}



ul {
	list-style-type:  disc;
	padding: 5px 0 0 10px;
	font-size: 1.1em;
	color: #000000;
	line-height: 1.7em;


}

ul li {
	padding: 3px 0px 3px 5px;
}



/* images
-----------------------------------------------------------
*/

 a img 
{
 border: none;
}



img.rightPhoto
{
	margin-bottom: 30px;
}



/* footer
-----------------------------------------------------------
*/


#footer {
	width: 780px;
	background-color: #295083;
	padding: 20px 0 20px 0;
	font-size: 0.9em;

}

ul.footer
{
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;

}

ul.footer li
{
	display: inline;
	padding: 0px 4px 0px 7px;
	border-left: 1px solid #CBDCEC;
}

ul.footer li.first
{
	display: inline;
	padding: 0px 5px 0px 0px;
	border: 0;
}




#footer p {
	clear: left;
	margin: 0 10px 0 10px;
	padding: 3px 0 0 0;
	color: #FFFFFF;
}

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

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



/* misc
-----------------------------------------------------------
*/


.clear {
	clear: both;
}


.right {
	float: right;
	padding: 0 0 20px 20px;
}

.sidemenu {
	background-color: #EBF0F5;
	padding: 10px;
}

.sidemenuPhysical {
	background-color: #E7EDEB;
	padding: 10px;
}


legend {

	background-color: #EBF0F5;
	width: 325px;
	padding: 5px;
	margin-bottom: 18px;
	color: #295083;
	font-size: 1.2em;
	font-weight: bold;
}
fieldset {
	padding: 10px;
	border: 1px solid #E4F2FA;
	margin: 20px;
}
#outerRoot #root #content #centreColumn label {
	width: 130px;
	float: left;
	font-size: 1.1em;
}
