
/**********************************************  FONTS  ***********************************************/

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #013474; /*#5E6E65 */
	font-size: 19px;
	border-bottom:3px solid #E8E9EB;
	padding: 0px 0px 10px 0px;
}
.headingText {
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
	color: #333399 !important;
	font-size: 19px !important;
	padding: 0px 0px 10px 0px !important;
}
h1.homeHeading {
	border-bottom: none;
}
h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #013474; /*#5E6E65 */
	font-size: 17px; /* 1.25em */
}
.subheadingText, .pageDescription {
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
	color: #013474 !important;
	font-size: 17px !important;
}
h2.homeHeading {
	padding-bottom: 10px;
}
h3,
a.newsH3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #013474;
	font-size: 0.75em;
	padding-top: 10px;
	text-decoration: none;
	white-space:normal;
}
p, .normalText {
    font-family: Helvetica, Arial, Verdana, sans-serif !important;
	font-size: 0.75em;
	padding: 10px 0px;
}
address {
	font-size: 0.75em;
	padding: 10px 0px;
	line-height: 20px;
}
a {
	color: #2f6ab4; /* #5E6E65 */
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/**********************************************  COMMON  **********************************************/

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.floatNone {
	float: none;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

span.phone {
	background:transparent url('/images/icons/ico-phone.gif') no-repeat scroll left center;
}
span.fax {
	background:transparent url('/images/icons/ico-fax.gif') no-repeat scroll left center;
}
span.phone, span.fax {
	padding:0 0 0 25px;
}

/***********************************************  BODY  ***********************************************/

.cmsBlock {
	padding: 0px 20px 0px 19px;
}

.cmsBlock ul,
.cmsBlock ol {
	margin: 0px 0px 5px 30px;
	position: relative;
	font-size: .75em;
	font-family: Helvetica, Arial, Verdana, sans-serif !important;
}
.cmsBlock ul li {
	/*color: #666666;*/
	background: url('/images/icons/bullet-content-list2.gif') no-repeat left 0.59em;
	line-height: 145%;
	padding: 4px 0px 6px 20px;
}
.cmsBlock ol {
	list-style:decimal;
}
.cmsBlock ol li {
	margin: 0px 0px 10px 25px;
	padding: 0px 0px 0px 0px;
}

/************************************* OTHER **********************************************************/
blockquote {
	border: 1px solid #dad9d6;
	background-color: #f6f6f6;
	margin: 0px 0px 1.5em 0px;
	background-image: url('/images/quote-start.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
blockquote p {
	margin: 0px;
	background-image: url('/images/quote-end.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 30px 30px 0px;
	margin: 30px 0px 0px 40px;
}

.pdf {
	background-image: url('/images/icons/ico-pdf.gif');
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0px 0px 10px 19px;
	line-height: 140%;
}

li.pdf {
	background: url('/images/icons/ico-pdf.gif') no-repeat 0 1px !important;
	padding: 0px 0px 10px 19px !important;
	line-height: 140% !important;
}

table.tableGreyBorder td {border:2px solid #333;padding:4px;}