@import url(positioning.css);
@import url(typography.css);



/* GENERAL
/************************************************************************************/

* {}

html {overflow:-moz-scrollbars-vertical; height: 100%;}

body {
	font: 0.79em/1 "Trebuchet MS", Georgia, "Lucida Sans Unicode",  Verdana, Tahoma;
	color: #3F3F3F; background: #EEF1F2 url(../img/bg/bg-gradient.jpg) repeat-y center center; 
	text-align: center; margin: 0; padding: 0;
}

p 	{line-height: 170%; margin: 0px 0px 10px; padding: 0px;}
ul 	{line-height: 170%; list-style-type: square; margin-left:20px; padding-right:10px;}

ol 	{line-height: 170%; }
td 	{line-height: 170%; vertical-align: top;}

td.shaded {
	color: #000000;
	background: #f3f3f3;
}

ul.para, ol.para  {padding-right:10px; }



/* HYPERLINKS {not including menu} */
/***********************************************************************************/
/* No border for image links */
a img {border: none;}

/* Body text links always underlined and blue */
#full p a:link, #main_content p a:link, #full td a:link, #main_content td a:link, #full li a:link, #main_content li a:link 				{font-weight:normal; color:#0098CB;}

/* Body text visted links with tick */
#full p a:visited, #main_content p a:visited, #full td a:visited, #main_content td a:visited, #full li a:visited, #main_content li a:visited  	
{font-weight:normal; color:#666;}

/* Body text hover links */
p a:hover, td a:hover, li a:hover 			{color:#333; text-decoration: none;}

#breadcrumb p a:link, #breadcrumb p a:visited {color: #999999; text-decoration: underline; font-weight:normal;}
#breadcrumb p a:hover {color: #333; text-decoration: none; font-weight:normal;}

#page_nav a:link, #page_nav a:visited {color: #41696C; text-decoration: none; padding-right: 10px;}
#page_nav a:hover {color: #333; text-decoration: none;}

#footer a:link, #footer a:visited {color: #999; text-decoration: underline; font-weight: normal;}
#footer a:hover {color: #ccc; text-decoration: none;}

.invisible {display: none; visibility: hidden;}

hr {background: #ECE9D8 url(../img/bg/hor.gif); border: 0px none;}




#accordion {
	margin:20px 0px;
}

/*
h3.toggler {
	cursor: pointer;
	background: #09F;
	margin: 4px 0 4px 0;
	padding: 8px;
	
	font:1.2em "Trebuchet MS", Verdana, Times, serif;
	
}

h3.toggler:hover{
	cursor: pointer;
	background: #C9C;
	margin: 4px 0 4px 0;
	padding: 8px;
	
	font:1.2em "Trebuchet MS", Verdana, Times, serif;
	
}*/


.toggler {
	background-color: #d9ebf4;
	padding: 5px;
	margin-top: 5px;
	background-repeat:no-repeat;
	


}

h3.active {
	background-color: #95d6f9;
	font:1.2em "Trebuchet MS", Verdana, Times, serif;
	font-weight:bold;
	color:#FFF;
}

h3.toggler {
	cursor: pointer;
	margin: 4px 0 4px 0;
	padding: 8px;
	font:1.2em "Trebuchet MS", Verdana, Times, serif;
	color: #333;

	
}
.toggler:hover {
	cursor: pointer;
	background: #95d6f9;
	margin: 4px 0 4px 0;
	padding: 8px;
	font:1.2em "Trebuchet MS", Verdana, Times, serif;


}



div.element p, div.element h4 {
	margin:0px;
	padding:4px;
	padding-bottom:16px;
}

blockquote {
	padding:5px 20px;
}
span2 {
	font-weight: bold;
	color: #026BBC;
}

input{
color:#009CE0;
}



/****************download links******************

.box_pdf a:link, .box_pdf a:visited {
	width: 210px;  color: #333;text-decoration: none;
	font-size:14px;
		padding: 10px; padding-left:40px;

	background-image:url(../../images/icons/pdf.gif); background-repeat:no-repeat; background-position:left;  
	
	float: left; clear: none;
	margin-right: 10px; margin-bottom: 10px;

}
.box_pdf a:hover {
	width: 210px; color: #333; text-decoration: none;
	font-size:14px;
	padding: 10px; padding-left:40px;
	background: #ebf0f5;
	background-image:url(../../images/icons/pdf.gif); background-repeat:no-repeat;  background-position:left; 

	float: left; clear: none;
	margin-right: 10px; margin-bottom: 10px;
}

.box_pdf {
	line-height: 160%;

} 





.box_xls a:link, .box_xls a:visited {
	width: 210px;  color: #333;text-decoration: none;
	font-size:14px;
		padding: 10px; padding-left:40px;

	background-image:url(../../images/icons/xls2.gif); background-repeat:no-repeat; background-position:left;  
	
	float: left; clear: none;
	margin-right: 10px; margin-bottom: 10px;

}
.box_xls a:hover {
	width: 210px; color: #333; text-decoration: none;
	font-size:14px;
	padding: 10px; padding-left:40px;
	background: #ebf0f5;
	background-image:url(../../images/icons/xls2.gif); background-repeat:no-repeat;  background-position:left; 

	float: left; clear: none;
	margin-right: 10px; margin-bottom: 10px;
}

.box_xls {
	line-height: 160%;

} 



.box_doc a:link, .box_doc a:visited {
	width: 210px;  color: #333;text-decoration: none;
	font-size:14px;
		padding: 10px; padding-left:40px;

	background-image:url(../../images/icons/word.gif); background-repeat:no-repeat; background-position:left;  
	
	float: left; clear: none;
	margin-right: 10px; margin-bottom: 10px;

}
.box_doc a:hover {
	width: 210px; color: #333; text-decoration: none;
	font-size:14px;
	padding: 10px; padding-left:40px;
	background: #ebf0f5;
	background-image:url(../../images/icons/word.gif); background-repeat:no-repeat;  background-position:left; 

	float: left; clear: none;
	margin-right: 10px; margin-bottom: 10px;
}

.box_doc {
	line-height: 160%;

} 



*/





