@charset "UTF-8";
/* CSS Document */

/*--------------------------------- 
PAGE TITLES 
---------------------------------------*/

h1 {
	font-family: 'Candal', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 1.2;
	color: #316AB4;
}
h2 {
	color: #333333;
	font-size: 1.22em;
	font-weight: bold;
	line-height: 1.8em;
}
h5	{
	color: #000000;
	font-size:2.5em;
	font-weight: bold;
	line-height: 1.9em;
}
h6 {
	color: #074987;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 70px;
	background-image: url(http://www.btes.net/themes/BristolEssential/../../CSSSculptor/1ColumnFixedCenteredHeaderandFooter_Pacifica_css/images/h6bkgd.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 10px;
}

/*---------------------------------------
LINK STYLES
------------------------------------------*/

a,  a:link {
  color: #4095df;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #039;
}

/* Additional Link Class*/

a.graylink:link {
	color: #A7A7A7;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: underline;
}
a.graylink:hover {
	color: #898989;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: underline;
}