@charset "utf-8";
.cpGuideContent {
	margin-right: 150px;
}


.leftNavBoxRed, .leftNavBoxRed:link, .leftNavBoxRed:visited
{
	display: block;
	border: 1px solid #000000;
	padding: 5px;
	margin: 4px;
	background-color: #ff0000;
	color: #ffffff;
}

.leftNavBoxRed:hover
{
	background-color: #fff;
	color: #ff0000;
}

.drownStatHeader
{
	position: relative;
	width: 100%;
	background-color: #1D80DD;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	padding-top: 1px;
	padding-bottom: 1px;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-radius-topleft: 10px;
border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.42, rgb(29,128,221)),
    color-stop(0.65, rgb(12,92,158)),
    color-stop(0.91, rgb(9,76,120))
)
-moz-linear-gradient(
    center bottom,
    rgb(29,128,221) 42%,
    rgb(12,92,158) 65%,
    rgb(9,76,120) 91%
)
}

.emailBox
{
	width: 249px;
	background-color: #F5F5F5;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
}

.footerLinkContainer
{
	margin-top: 30px;
	background-color: #000080;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.footerLinkLine
{
	background-color: #336699;
	font-size: 10px;
	margin: 1px;
	padding: 2px;
}

.footerLinkLine a
{
	color: #fff;
}

.clearer
{
	clear: both;
}




.inlineImg
{
	float: left;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.boldBlue
{
	font-weight: bold;
	color: #000080;
}

.indent
{
	margin-left: 40px;
}

.offWhiteBackground
{
	background-color:#F4F4F4;
}

.headingBackground
{
	background-color: #C0C0C0;
	border: 1px solid #111111;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
}

.pika-wrap {width: 600px; margin: 0 auto;}

.pika-image {position: relative; height: 362px; width: 600px;}
	/*position image holders */
	.pika-image .animation, .pika-image .main-image {position: absolute; top: 0px; left: 0px;}
	.pika-image .animation {display: none;z-index:2;}
	.pika-image img {border:0;}


	.pika-image .caption p {padding: 0; margin: 0; line-height: 14px;}
.pika-textnav {display:none;}


.quoteBox
{
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 10px;
	background-color: #516CB2;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	font-size: 16px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.redHeading
{
	color: #F00;
	font-size: larger;
	font-weight: bold;
}
.redText {
	color: #F00;
	font-weight: bold;
}
.blueText {
	font-weight: bold;
	color: #1d80dd;
}

.leftFloatImg {
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
.rightFloatImg {
	float: right;
	margin-left: 5px;
}

.navCellOrange {
	background-color: #F7C05B;
}
.navCellYellow {
	background-color: #FFFF00;
}
.navCellHeader {
	background-color: #526CCB;
	font-size: 10pt;
	color: #fff;
	text-align: center;
}

.textBox
{
	float:right;
	width: 250px;
	margin: 8px;
	padding: 14px;
	background-color: #516CB2;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	font-size: 18px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.titleMargin h1{
	padding-right: 145px;
}

