/*

Colours:
	color: #BCB097; -  grey
	color: #764875; -  purple


*/


body{
	margin: 0px;/* change this to 0 or whatever's required when building*/
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a:link {
	color: #764875;
	text-decoration: underline;
}

a:visited {
	color: #764875;
	text-decoration: underline;
}

a:hover {
	color: #BCB097;
	text-decoration: underline;
}

a:active {
	color: #BCB097;
	text-decoration: underline;
}


h1 {
	letter-spacing: -0.05pc;
	color: #764875;
	font-size: 2.6em;
	font-weight: normal;
	line-height: 26px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #764875;
	font-size: 1.8em;
	line-height: 20px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

h3 {
	color: #764875;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

h4 {
/*	color: #d56d11;
	font-size: 1.3em;
	font-weight: bold;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p{
	color: #474643;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p.HomeSmall{
	color: #764875;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 4px 0px;
}




ul {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 20px;

}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	color:#764875;
	font-size:1.3em;
	font-style:normal;
	font-weight:bold;
	list-style:inside;
	list-style-type:circle;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
	padding: 0px;
}

/*img {
	margin: 0px;
	padding: 0px;
}*/

/*hr {
	height: 1px;
	color: #9f9e9a;
	border: 1px #9f9e9a dashed;
}*/

span.hidden {
 display:none;
}


span.red { color:#FF0D0D;} 
span.green { color:#88D635;}

/**********************   Structure   **************************/


/******* Content containers ******/

/* header  structure*/
#header_position {
	width: 100%;
	height: 87px;
	margin: auto;
	right:0px;
	top: 0px;
	position: absolute;
	z-index:0;
}


#header_container {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	float:left;
	height: 87px;
	top: 0px;
	position: relative;
	z-index:0;
	border-bottom: 2px solid #764875;
}


#header_content {
	width: 744px;
	margin: auto;
	margin-bottom: 0px;
	height: auto;
	top: 0px;
	position: relative;
	z-index:0;
}


div.header_body {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 744px;
	position:relative;
	float:left;
	
}

/*body structure */
	
/*CHANGE HEIGHT INSTEAD OF AUTO TO CHANGE SCALABLE*/	
	
#content_container {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	float:left;
	height: auto;
	top: 0px;
	position: relative;
	z-index:0;
	margin-top:110px;
	background:url(../assets/images/main_background_grad.jpg) bottom right repeat-x #fff;
}


#page_content {
	width: 744px;
	margin: auto;
	margin-bottom: 0px;
	height: auto;
	top: 0px;
	position: relative;
	z-index:0;
}


div.body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 47px 0px;
	width: 744px;
	position:relative;
	float:left;
}

/* Footer Structure */

#footer_container1 {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	float:left;
	height: auto;
	top: 0px;
	position: relative;
	z-index:0;
	border-bottom: 2px solid #764875;
	border-top: 2px solid #764875;	
	padding: 0px 0px 10px 0px;	
}

#footer_container2 {
	width: 100%;
	margin: auto;
	margin-bottom: 0px;
	float:left;
	height: auto;
	top: 0px;
	position: relative;
	z-index:0;
}
	
	
div.footer_content {
	width: 744px;
	margin: auto;
	margin-bottom: 0px;
	height: auto;
	top: 0px;
	position: relative;
	z-index:0;
}


div.footer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 744px;
	position:relative;
	float:left;
}

/***************End of structure hold****************/



/*HEADER STYLE */

img.header_logo {
	float:left;
	display:inline;
	margin: 0px;
	padding:0px;

}
div.header_left {
	float:left;
	height: auto;
	display:inline;
	width: 140px;
	margin: 0px 10px 0px 0px;
}

	
div.header_right {
	float:right;
	height: auto;
	display:inline;
	width: 570px;
	margin: 0px 10px 0px 0px;
	padding:0px;
}


div.header_nav {
	float:left;
	height: auto;
	display:inline;
	width: 390px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding:0px;
}

a.header_nav:link, a.header_nav:visited, a.header_nav:active {
	font-size: 1.1em;
	text-decoration:none;
	height: auto;
	float: left;
	color:#474643;
	margin: 16px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

a.header_nav:hover {
	color:#e53217;
} 

span.pipe {
	color:#474643;
	float:left;
	margin: 0px 13px 0px 13px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

label.website{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 42px;
	height:20px;*/
	display:inline;
	height: auto;
}

label.documents{
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 57px;
	height:19px;*/
	display:inline;
	height: auto;
}

/*body items*/

div.body_content_home {
	width: 575px;
	float: right;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}


div.body_content {
	width: 570px;
	float: right;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

div.sidenav {
	width: 140px;
	float: left;
	margin: 2px 0px 0px 0px;
	list-style: none;
	display: inline;
	padding: 2px 2px 2px 0px;
	border: solid #764875 2px;		
}

/* footer */

div.footer_links {
	width: 239px;
	float: left;
	margin: 10px 0px 0px 164px;
	padding: 0px;
	list-style: none;
	display: inline;
}

a.footer_nav:link, a.footer_nav:visited, a.footer_nav:active {
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	height: auto;
	float: left;
	color:#474643;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

a.footer_nav:hover {
	color:#764875;
} 

img.footer_logo{
	width: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

p.copyright {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: left;
}

p.accessible {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	float: right;
	padding: 0px 10px 0px 0px;	
}

div.footer_links2 {
	width: 209px;
	float: right;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

a.d_and_d:link, a.d_and_d:visited, a.d_and_d:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-decoration:none;
	height: auto;
	float: right;
	color:#474643;
	padding: 0px 0px 0px 0px;
	display: inline;
}

a.d_and_d:hover {
	color:#e53217;
} 




div.moz {
	position: absolute;
	bottom: -0.1px;
}


p.percent {
	color:#FF0D0D;
	font-weight:bold;
	font-size:1em;
	float:right;
	width:190px;
	display:inline;
	margin: 1px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	text-align:right;
}


#breadcrumbs{	
	border-top: 1px dashed #764875;
	border-bottom: 1px dashed #764875;
	padding: 4px 0px 4px 0px;
	color: #764875;
	font-size: 1.2em;
	width: 562px;
	
}


.breadcrumbs_notlinked{	
	padding: 4px 0px 4px 0px;
	color: #BCB097;
	font-size: 1em;
}

.breadcrumbs_linked{	
	padding: 4px 0px 4px 0px;
	color: #764875;
	font-size: 1em;
	text-decoration:none;
}



a.back:link, a.back:visited, a.back:active {
	font-size: 1.2em;
	text-align:left;
	text-decoration:none;
	width: 550px;
	height: 18px;
	float: left;
	color:#4d4d4d;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 22px;
	display: block;
	background: url(../assets/images/nav/search_arrow3.gif) no-repeat left ;
	
	
}

a.back:hover {
	color:#e53217;
	background: url(../assets/images/nav/search_arrow3.gif) no-repeat left ;
} 