/*********************************/
/* ################# Revised Style sheet for PSD ##################### */

/* Amendment History  
Created: 31/07/2006 - Phil Parkyn
Amended 08/2006 - Adam Gowland
Amended 13/09/2006 - Deborah Stevenson

Template Styles
##########################
*/

#Container .column { position: relative; float: left; }
 
#ContentColumn { width:62.5%; }

body{	margin-left:0.1em;
margin-top:0.1em;
margin-right:0.1em;}

/* ######################### Branded Nav ---------- ######################### */
#BrandedNav { 
/*height:60px;*/
font-family: Arial, Helvetica, sans-serif;
font-size: 75%;
}

/*for use when logo only used*/
#BrandedNav IMG.logo {
padding-top: 0em;
padding-left: 0.3em;
border: none;
float: left;}
#BrandedNav IMG.banner {
padding-top: 0em;
padding-left: 0.3em;
border: none;
float: right;}

/*include when inserting site idenitifier name next to logo
#BrandedNav IMG.logo {padding-top: 1.5em;	padding-left: 0.8em;	border: none;	float: left;}
#BrandedNav H1{font-size:110%; color: #513184; padding-left: 15em; padding-top: 1.9em;}*/

#BrandedNav UL {list-style-type: none;	float: right;	margin-top: 2.3em;	margin-right: 0.5em;	}
#BrandedNav LI {height: 5px;	margin-left: 0;	padding-left: 10px;	padding-right: 5px;	list-style: none;	display: inline;	border-left: 1px solid #000000;}
#BrandedNav LI.FirstNavLink {border-left: none;}
#BrandedNav A:Link, #BrandedNav A:Visited {	color: #000000;	font-weight: 700;	text-decoration: none;}
#BrandedNav A:Hover, #BrandedNav A:Active {	text-decoration: underline;}


/* ########################### Breadcrumb Styles ########################### */

#Breadcrumb {font-family : Arial, Helvetica, sans-serif;	
font-size: 75%;	color: #000000;	font-weight: 700;	
background-color: #BFB086;	
text-align:left;	
padding-left: 1em;	
margin-top:0em;	
height:20px;
/*position:relative;*/
clear:both;}

/*optional
#BreadcrumbRight {	float:right;	margin-top:-1.5em;padding-right:1.5em;}*/
#Breadcrumb p{	margin:0;	padding:0;	padding-top:0.2em;}
#Breadcrumb A:Link, #Breadcrumb A:Visited {	color: #000000;	text-decoration: none;}
#Breadcrumb A:Hover, #Breadcrumb A:Active{	color: #000000;	text-decoration: underline;}


/* ########################### Left & Right Nav Styles ###########################*/
#LeftNav { 
width: 175px;  
margin-top: 1em;
font-family:  Arial, Helvetica, sans-serif;font-size: 75%;}

#RightNav {	
font-family:  Arial, Helvetica, sans-serif;	font-size: 75%;	
margin-top: 1em;}

#RightNav {	margin-right: 0.7em; }

#LeftNav H1, #RightNavH1, #LeftNav  H2, #RightNav H2 { 

padding: 0.1em;	padding-left: 0.3em;	
font-size: 130%;	color:#000000;	
margin-left: 0.6em;	margin-right: 0.3em;	margin-top: 0em;	margin-bottom: 0em;}

#LeftNav  UL, #RightNav UL {	
list-style-image: URL(../../_images/hassra/bullet_hassra.gif);	
list-style-position : outside;	
margin-top: 0em;	margin-left: 0.7em;	margin-right: 0.3em;	
padding-top: 0.2em;  padding-left: 0.4em;	padding-right: 0.3em;}


#LeftNav UL UL { margin-left: -1em; }
#LeftNav  UL UL UL { margin-left: -1em; }

#LeftNav LI, #RightNav LI {	
margin-left: 1.4em;	padding-bottom: 0.2em;}

#LeftNav A:Link, #LeftNav  A:Visited, #RightNav A:Link, #RightNav A:Visited {
	color: #00679F;	text-decoration: none; }

#LeftNav  A:Hover, #LeftNav  A:Active, #RightNav A:Hover, #RightNav A:Active {	
text-decoration: underline; }





/* ########################### Footer Styles ########################### */

#Footer {
	font-family : Arial, Helvetica, sans-serif;
		color: #000000;
background-color: #BFB086;	
	font-weight: 700;
	text-align : center;
	height: 20px;

clear:both;
	padding-left: 1.3em;
	padding-top: 0.2em;
	margin-top: 0em;
	position:relative;
}

#Footer A:Link, #Footer A:Visited {
	color: #000000;
	text-decoration: none;
	margin-right: 1.5em; 
	font-size: 75%;
}

#Footer A:Hover, #Footer A:Active {
	text-decoration: underline;
	font-size: 75%;
}

#Footer P, #Footer .FooterText {
	margin-right: 1.5em; 
	font-size: 75%;
}


