﻿html, body
{
	background-color: #fff;
	color: #404040;
	padding: 0;
	margin: 0;
}
body, table, textarea, input, select
{
	font: normal normal normal 11px Verdana, Arial, Helvetica, Sans-Serif;
}
div, table, img { border: none; margin: 0; padding: 0; }
td { vertical-align: top; }

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	color: #005792;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	line-height: 120%;
	text-decoration: none;
}
h1	{ font-size: 20px; margin: 0 0 5px 0; }
h2	{ font-size: 16px; margin: 30px 0 3px 0; }
h3	{ font-size: 14px; margin: 25px 0 1px 0; }
h4	{ font-size: 12px; margin: 20px 0 0 0; }
h5	{ font-size: 11px; margin: 15px 0 0 0; }
h6	{ font-size: 10px; margin: 15px	0 0 0; }

p	{ margin: 7px 0 0 0; padding: 0; }

a:link, a:visited, a:active, a:hover
{
	color: #0099ff;
	font-style: normal;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a.nohover:hover { text-decoration: none; }

ul, ol
{
	position: relative;
	margin: 7px 0 5px 0;
	padding: 0;
}
ul li, ol li
{
	position: relative;
	margin: 3px 0 0 30px;
	padding: 0;
	list-style-position: outside;
}
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: 7px 0 0 0; }
dt
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
   margin: 7px 0 0 0;
   padding: 0 0 0 4px;
}
dd { margin: 3px 0 0 4px; }


/*
** General Styling Rules
*/
.alignRight { text-align: right !important; }
.alignCenter { text-align: center !important; }
.alignLeft { text-align: left !important; }
	
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.floatLeft { display: block; float: left; padding-right: 15px; }
.floatRight { display: block; float: right; padding-left: 15px; }
.hidden { display: none; }
.noTopMargin {	margin-top: 0; }
.floatRight
{
	float: right;
	margin-left: 40px;
	margin-right: 10px;
}
img.floatRight
{
	display: block;
	position: relative;
}
div.separator
{
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 1px;
	overflow: hidden;
}


/*
** Panel Styles
*/
div.panel.dkBlue
{
	position: relative; 
	background: #005792 url(img/panel/dkBlue/n.gif) repeat-x left top;
	min-height: 50px;		/* IE6 min-height fix */
	height: auto !important;
	height: 50px;
}
div.panel.dkBlue div { position: relative; }

div.panel.dkBlue div.e { background: url(img/panel/dkBlue/e.gif) repeat-y right top; }
div.panel.dkBlue div.s { background: url(img/panel/dkBlue/s.gif) repeat-x left bottom; }
div.panel.dkBlue div.w { background: url(img/panel/dkBlue/w.gif) repeat-y left top; }
div.panel.dkBlue div.ne { background: url(img/panel/dkBlue/ne.gif) no-repeat right top; }
div.panel.dkBlue div.se { background: url(img/panel/dkBlue/se.gif) no-repeat right bottom; }
div.panel.dkBlue div.sw { background: url(img/panel/dkBlue/sw.gif) no-repeat left bottom; }
div.panel.dkBlue div.nw { background: url(img/panel/dkBlue/nw.gif) no-repeat left top; }

/*
** The panelBody is responsible for placing/containing the content
** within the panel's frame decoration
*/
div.panel.dkBlue div.panelBody { padding: 8px 12px; }
div.panel.dkBlue div.titlebar 
{
	padding: 5px 12px 0 12px;
}



/**
 * 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);
}
