/* Overrides for CMS */
body.mceContentBody {

   background: #FFFFFF;

   text-align:left;

   margin:0px;

   color:black;

   font-size:80%;

}

.mceContentBody a {

	color: black !important; /* FF requires a important here */

	text-decoration:underline;

}

/* =a */
a
{
	color: #ffffff;
}
#footer a
{
	color: #0099cd;
	text-decoration:none;
}
#footer a:hover
{
	text-decoration: underline;
}
#navigation a
{
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size: 90%;
	padding: 8px 0 7px 0;
	text-decoration: none;
	text-indent: 1px;
}
#navigation li.selected a
{
	background: #f3973a;
}
#navigation a:hover
{
	background: #f3973a;
}

/* =body */
body 
{
	background: #e6f4f9;
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	margin: 0;
}

/* =div */
div#bannerLeft
{
	background: url('../images/bannerLeft01.jpg');
	height: 247px;
	width: 100%;
}
div.bannerLeft1
{
	background: url('../images/bannerLeft01.jpg') !important;
}
div.bannerLeft2
{
	background: url('../images/bannerLeft02.jpg') !important;
}
div.bannerLeft3
{
	background: url('../images/bannerLeft03.jpg') !important;
}
div#bannerRight
{
	background: url('../images/bannerRightLogo.jpg');
	height: 185px;
	width: 100%;
}
div.bannerRight1
{
	background: url('../images/bannerRightLogo.jpg') !important;
}
div.bannerRight2
{
	background: url('../images/bannerRight02.jpg') !important;
}
div.bannerRight3
{
	background: url('../images/bannerRight03.jpg') !important;
}
div.bannerRight4
{
	background: url('../images/bannerRight04.jpg') !important;
}
div.bannerRight5
{
	background: url('../images/bannerRight05.jpg') !important;
}
div.clear
{
	clear: both;
}
div#container
{
	background: url('../images/threeStripes.gif') repeat-y;
	height: 1%; /* IE6 hack */
	overflow: hidden;
	padding-bottom: 80px;
	
}
div#contentContainer
{
	float: left;
	overflow: hidden;
	width: 560px;
}
div#footer
{
	background: url('../images/footer.jpg') top no-repeat #ffffff;
	color: #0099cd;
	font-size: 80%;
	margin-bottom: 30px;
	padding: 108px 20px 5px 20px;
}
div#mainContent
{
	background: #0099cd;
	float:  left;
	padding: 0 19px;
	width: 372px; /* 410px without margins or padding*/
}
div#navigation
{
	background: #214488;
	float: left;
	padding: 12px 20px;
	width: 110px; /* 150px without margins or padding*/
}
div#outerContainer
{
	background: #ffffff;
	margin: 0 auto;
	width: 800px;
}
div#quotations
{
	background: #f3973a;
	float: left;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
	width: 240px; /* 240px without margins or padding*/
}

/* =fieldset */
fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}

/* =form */
form
{
	margin-top: 20px;
}

/* =headers */
h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0;
}
h1
{
	font-size: 170%;
	padding-top: 10px;
}
#navigation h2
{
	font-size: 100%;
	padding: 30px 0 5px 0;
	text-transform: uppercase;
}

/* =html */
html
{
	background: #e6f4f9;;
}

/* =input */
input
{
	height: 19px;
	margin: 7px 0;
	padding: 0;
	width: 222px;
}
input.submit
{
	float: right;
	height: auto;
	margin-right: 81px;
	width: auto;
}

/* =img */
#footer img
{
	float: right;
	position: relative;
	margin-top: -75px;
	margin-right: 10px;
}
#mainContent img
{
	float: left;
	margin: 2px 10px 5px 0;
}

/* =label */
label
{
	display: block;
	float: left;
	padding-top: 10px;
	width: 65px;
}

/* =li */
li
{
	background:url('../images/bullet.gif') no-repeat 0px 3px;
	padding-left: 11px;
}
#navigation li
{
	background:none;
	margin:0;
	padding: 0;
}

/* =p */
p
{
	line-height: 120%;
	margin: 5px 0;
	padding: 0;
}
p.blurb
{
	margin-bottom: 35px;
}
p.errorMessage
{
	color:#f3973a;
	font-weight:bold;
}
p.name
{
	padding: 5px 0;
}
#quotations p
{
	padding: 0 21px 5px 21px;
}
#quotations p.even
{
	color: #0099cd;
}
#quotations p.blue
{
	color: #0099cd;
}

/* =span et al*/
.orange
{
	color: #f3973a;
}

/* =textarea */
textarea
{
	margin: 7px 0;
	position: relative;
	padding: 0;
	width: 224px;
}

/* =ul */
ul
{	
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul
{
	border-top: 1px solid #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
}