﻿html, body 
{
	 margin: 0; 
	 padding: 0;
	 background: #fff;
	 color: #404040;
	 font: normal normal normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
input, select, textarea
{
	font: normal normal normal 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-size: 2.0em;
	font-weight: bold;
	color: #c1272d;
}
h2 { font-size: 1.6em; margin-top: 2.0em; }
h3 { font-size: 1.4em; margin-top: 1.8em; }

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a, a:link, a:visited, a:hover, a:active
{
	color: #0045CB;
	text-decoration: none;
	border: 0 none;
}
a:hover { text-decoration: underline; }

input.btn.submit
{
	padding-left: 20px;
	padding-right: 20px;
	color: #c1272d;
	font-weight: bold;
	font-size: 12px;
}

span.filesize
{
	color: #888;
	font-size: 10px;
}

hr
{
	margin: 1.0em 0 0 0;
	padding: 0;
	height: 1px;
	color: #666;
	background: #666;
	border: 0 none;
}
hr.short
{
	text-align: left;
	width: 40%;
}

p
{
	margin: 0.5em 0;
	padding: 0;
}

ul, ol
{
	position: relative;
	margin: 10px 0 15px 0;
	padding: 0 0 0 20px;
}
li
{
	position: relative;
	list-style-position: outside;
	margin: 3px 0 0 0;
	padding: 0;
}
ol li { list-style-type: decimal; }
ol li li { list-style-type: lower-roman; }
ol.lowerAlpha li { list-style-type: lower-alpha; }
ol.upperAlpha li { list-style-type: upper-alpha; }
ol.lowerRoman li { list-style-type: lower-roman; }
ol.upperRoman li { list-style-type: upper-roman; }
ol.decimal li { list-style-type: decimal; }

ul.sectionLinks
{
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
ul.sectionLinks li
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
ul.sectionLinks a
{
	padding-right: 18px;
	color: #c1272d;
	text-decoration: none;
	background: #fff url(img/sectionLinkArrow.gif) no-repeat right 5px;
}
ul.sectionLinks a:hover
{
	background-image: url(img/sectionLinkArrow_Hover.gif);
}



ul.pdf
{
	list-style-type: none;
	margin: 10px 0;
}
ul.pdf li
{
	margin: 0;
	padding: 4px 0 4px 22px;
	line-height: 21px;
	background: #fff url(img/pdficon_small.gif) no-repeat 0 5px;
}


dl { margin: 0; padding: 0; }
dt 
{
	 margin: 2.0em 0 0 0; 
	 padding: 0;
	 font: normal normal bold 1.2em Verdana, Arial, Helvetica, Sans-Serif;
	 text-decoration: none;
}
dd
{
	margin: 0.3em 0 0 0;
	padding: 0;
}

.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
.floatLeft
{
	display: block;
	float: left;
	margin-right: 20px;
}
.floatRight
{
	display: block;
	float: right;
	margin-left: 20px;
}
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }

.noLeading { margin-top: 0; margin-bottom: 0; }
.noTopLeading { margin-top: 0; }
.noBottomLeading { margin-bottom: 0; }

.error
{
	color: #e00;
}



/*
** FAQ Rules
*/
ul.faq
{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0;
}
ul.faq li
{
	margin: 0;
	padding: 0 0 0 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
ul.faq li.faqQuestion
{
	background-image: url(img/question_small.gif);
	color: #006699;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul.faq li.faqAnswer
{
	background-image: url(img/answer_small.gif);
	background-position: 0 3px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 30px;
}
ul.faq li.numberedList
{
	list-style-image: none;
	list-style-position: outside;
	color: #000;
	margin: 5px 0 5px 20px;
	padding-left: 0;
}


/**
 * Standard form layout
 */
table.form
{
	margin: 10px 0;
	border: solid 1px  #ccc;
}
table.form td
{
	vertical-align: top;
	padding: 4px 5px;
	border-bottom: solid 1px #eaeaea;
}
table.form td.label
{
	padding-top: 4px;
	padding-right: 10px;
}
table.form td.controls
{
	padding-top: 10px;
	padding-right: 20px;
	text-align: right;
}
table.form tr.last td
{
	border-bottom: none 0;
}
table.form input.text,
table.form textarea.text,
table.form select.ddl
{
	width: 350px;
}
table.form input.date
{
	width: 80px;
}
table.form table td
{
	vertical-align: center;
	border: none 0;
	padding: 0;
}

/**
 * Tiny MCE rules
 */
body.mceContentBody {
	padding: 5px 7px;
}



/**
 * CMS Editing
 */
div.cph
{
	position: relative;
}
div.cph.fade
{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border: dashed 1px #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
a.cph
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 2px 4px;
	background-color: #e00;
	color: #fff;
	border: solid 1px #000;
}
div.cph.hover a.cph,
div.cph.active a.cph
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}