html, body
{
	 margin: 0; 
	 padding: 0;
	 background: #fff;
	 color: #808080;
	 font: normal normal normal 12px Arial, Helvetica, sans-serif;
}
input, select, textarea
{
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	color: #808080;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal normal 20px Arial, Helvetica, sans-serif;
	color: #005696;
}
h1 { margin-bottom: 7px; font-weight: bold; }
h2 { font-size: 16px; margin-top: 20px; color: #f00; }
h3 { font-size: 12px; margin-top: 20px; }
h4 { font-size: 11px; margin-top: 20px; }

img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

a
{
	color: #f00;
	text-decoration: none;
	border: 0 none;
}
a:hover { text-decoration: underline; }

hr
{
	margin: 20px 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	color: #999;
	background: #999;
	border: 0 none;
}
hr.short
{
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

p
{
	margin: 0 0 10px 0;
	padding: 0;
}

ul, ol
{
	position: relative;
	margin: 15px 0 15px 0;
	padding: 0 0 0 20px;
}
ul ul, ol ol, ul ol, ol ul
{
	margin: 5px 0 8px 0;
}

li
{
	position: relative;
	list-style-position: outside;
	margin: 2px 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; }


dl { margin: 0; padding: 0; }
dt 
{
	 margin: 20px 0 0 0; 
	 padding: 0;
	 font: normal normal bold 14px Arial, Helvetica, sans-serif;
	 text-decoration: none;
}
dd
{
	margin: 3px 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; }
.increaseBefore { margin-top: 30px ; }
.hint
{
	font-size: 11px;
	color: #aaa;
}

.cRed
{
	color: #f00;
}
.cBlue
{
	color: #005696;
}
.cGrey
{
	color: #808080;
}
.bigText
{
	font-size: 22px;
}



a.link-button-120,
a.link-button-150
{
	display: block;
	padding: 0 30px 0 8px;
	width: 82px;
	height: 37px;
	margin-top: 20px;
	font: normal normal bold 12px/32px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #fff url(img/link-button-120.gif) no-repeat left top;
}
a.link-button-120:hover
{
	text-decoration: none;
	background-image: url(img/link-button-120.hover.gif);
}
a.link-button-150
{
	width: 112px;
	text-decoration: none;
	background-image: url(img/link-button-150.gif);
}
a.link-button-150:hover
{
	background-image: url(img/link-button-150.hover.gif);
}


/*
** 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.question
{
	background-image: url(img/bullet-question.gif);
	color: #006699;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul.faq li.answer
{
	background-image: url(img/bullet-answer.gif);
	background-position: 0 3px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 30px;
}


/*
** Centrifuge Rotator
*/
.centrifugeRotator ul
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 280px;
	list-style-type: none;
}
.centrifugeRotator ul li
{
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 280px;
	display: none;
}
.centrifugeRotator ul li:first-child
{
	display: list-item;
}



/**
 * 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.cph div.cphFrame
{
	position: absolute;
	left: 0;
	top: 0;
	border-style: dashed;
	border-color: #333;
}
div.cph.active div.cphFrame
{
	border-color: #e00;
}
div.cph 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);
}