/* CSS For Deep Cove PPP */
BODY {
	margin: 0 0;
	background-color: #A4D5FE;
	text-align: center;
}

#container {
	margin:0 auto;
	width: 794px;
	height: 100%;
	background-color:#fff;
	text-align: center;
}

#base {
	text-align:left;
	width: 794px;
	height: 100%;
	background-color: #fff;
	background-image: url(/assets/images/base_bg.gif);
}

#navbar {
	width: 772px;
	height: 28px;
	background-color: #f00;
	margin-left: 11px;
}

/* CONTENT AREA STYLES */

#content {
	width: 772px;
	margin-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#leftside {
	float:left;
	width: 250px;	
	margin:0 auto; 
	background-color: #fff;
	padding-top: 25px;
	text-align:center;
}

#leftsideHome {
	float:left;
	width: 277px;	
	margin:0; 
	background-color: #fff;
	padding-top: 25px;
	text-align:center;
}

#maincontentHome {
	background-color: #fff;
	width: 444px;
	margin-left: 277px;
	padding: 25px;
	min-height:			300px; 
}

#maincontent {
	background-color: #fff;
	width: 444px;
	margin-left: 260px;
	padding: 25px;
	min-height:			435px; 
}

/* FOOTER STYLES */

#footer {
	width: 794px;
	height: 34px;
	background-image: url(/assets/images/base_footer.gif);
	text-align: right;
}

/* CALLOUT STYLES */

#calloutHome {
	width: 227px;
	background-color: #FEF5C6;
	background-image:  url(/assets/images/calloutHome_bg.gif);
	background-repeat: repeat-y;
	text-align:center;
	margin: 0 auto;
}
#callout {
	width: 194px;
	background-color: #FEF5C6;
	background-image:  url(/assets/images/callout_bg.gif);
	background-repeat: repeat-y;
	text-align:center;
	margin: 0 auto;
}
#calloutTop {
	width: 194px;
	height: 19px;
}
#calloutBottomHome {
	width: 227px;
	height: 16px;
}
#calloutBottom {
	width: 194px;
	height: 13px;
}

/* LIST ITEM STYLES */
/* Also used for side nav on content pages */

UL {
	margin-top: 5px;
	margin-bottom: 5px;
}
LI { 
	line-height: 18px;
}

LI.sidenav { 
	list-style-type: disc;
	color: #f00;
	margin-left: -10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 10px;
	text-align:left;
}

/* LINK STYLES */

A:link { color: #0096FF; text-decoration: none; }
A:hover { color: #f00; text-decoration: underline; }
A:visited { color: #0096FF; text-decoration: none; }
A:active { color: #0096FF; text-decoration: none; }

A:link.sidenavLink { color: #f00; text-decoration: underline; }
A:hover.sidenavLink { color: #0096FF; text-decoration: none; }
A:visited.sidenavLink { color: #f00; text-decoration: underline; }
A:active.sidenavLink { color: #f00; text-decoration: underline; }

A:link.footerLink { color: #fff; text-decoration: underline; }
A:hover.footerLink { color: #fff; text-decoration: none; }
A:visited.footerLink { color: #fff; text-decoration: underline; }
A:active.footerLink { color: #fff; text-decoration: none; }

/* TEXT FORMATTING STYLES */

P {
	color: #000;
}

H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	text-align:left;
	margin-bottom: -5px;
}

.footerText {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding-right: 30px;
	padding-top: 3px;
}

.calloutText {
	padding: 0px 15px;
	font-size: 11px;
	text-align: left;
}

.calloutPad {
	padding: 0px 15px;
	margin: 0 auto;
}

.highlightred {
	color: #FF0000;
}

.highlightblue {
	color: #6BABE0;
}
