/* HTML ELEMENTS */
body 
{
	background-color: #061b48; /*CHANGE FOR OVERALL SITE BGCOLOR*/
	font-family: Verdana;
	font-size: 10px;
	color: #000;		
}

body.white
{
	background-color : #ffffff;
}

body a:link, body a:visited, body a:hover, body a:visited
{
	color: #e75f00;
	text-decoration: none;
}

td 
{
	font-family: Verdana;
	font-size:10px;
	color: #061b48;
}
td a:link, td a:visited, td a:hover, td a:visited
{
	color: #061b48;
	text-decoration: none;
}

/* SINGLE PIXEL LINE AT TOP OF PG. */
.line
{
	background-color: #fff; /* ADDED */
}

.pageContent
{
	background-color: #061b48; /* CHANGE */
}

.contentArea
{
	background-color: #FFFFFF; /* CHANGE */
}

.callOut
{
	margin-right: 15px;
}
.formFieldRequired
{
	font-family: Verdana;
	font-size: 10px;
	color: #cf0000;
}

/* WCI HOME LINK */
.divCorpNavBG
{
	background-color: #E75F00;
}
.divCorpNum
{
	color:#061B48;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	margin: 5px 10px 5px 5px;
	text-transform:uppercase;
}
.divCorpNav 
{
	color:#FFFFFF;
	font-family: Verdana;
	font-size:9px;
	font-weight:bold;
	margin: 5px 0px 5px 5px;
	text-transform:uppercase;
}
.divCorpNav A:link
{
	color: #FFFFFF;
	text-decoration: none;
}	
.divCorpNav A:Visited
{
	color: #FFFFFF;
	text-decoration: none;
}	
.divCorpNav A:Hover
{
	color: #fef1d3;
	text-decoration: none;
}	
.divCorpNav A:Active
{
	color: #FFFFFF;
	text-decoration: none;
}
/* END WCI HOME LINK */

/* PRIMARY NAV BGCOLOR */
.navBackground
{
	background-color: ; /* CHANGE FOR SECONDARY NAV BGCOLOR */
}

.primaryNav
{
	background-color: #FCD16B; /* CHANGE FOR PRIMARY NAV BGCOLOR */
}

.pnav_on 
{
	background-color:#FCD16B; /*CHANGE FOR ROLLOVER NAV ITEM*/
}
.pnav_off 
{
	background-color:#061b48; /*CHANGE FOR NAV BGCOLOR*/
}
/* END PRIMARY NAV BGCOLOR */

/*PRIMARY NAV LINK COLORS (ON)*/
.divPNavTextItemOn 
{
	 margin:5px 0px 5px 7px; 
	 width:168px; 
	 font-family: Verdana; 
	 font-size:10px;
	 text-transform:uppercase;
	 background-color:#FCD16B; /*CHANGE FOR SELECTED NAV ITEM*/
}
.divPNavTextItemOn a:link
{
	text-decoration: none;
	color: #000000;  
}
.divPNavTextItemOn a:visited
{
	text-decoration: none;
	color: #000000;  
}
.divPNavTextItemOn a:active
{
	text-decoration: none;
	color: #000000;  
}
.divPNavTextItemOn a:hover
{
	text-decoration: none;
	color: #000033;  
}
/*END PRIMARY NAV LINK COLORS (ON)*/

/*PRIMARY NAV LINK COLORS (OFF)*/
.divPNavTextItemOff 
{
	margin:5px 0px 5px 7px;
	width:168px; 
	font-family: Verdana; 
	font-size:10px;
	text-transform:uppercase; 
}
.divPNavTextItemOff a:link
{
	text-decoration: none;
	color: #FFFFFF;   /*CHANGE FOR NAV TEXT COLOR*/
}
.divPNavTextItemOff a:visited
{
	text-decoration: none;
	color: #FFFFFF;   /*CHANGE FOR NAV TEXT COLOR*/
}
.divPNavTextItemOff a:active
{
	text-decoration: none;
	color: #FFFFFF;   /*CHANGE FOR NAV TEXT COLOR*/
}
.divPNavTextItemOff a:hover
{
	text-decoration: none;
	color: #061B48;   /*CHANGE FOR NAV TEXT COLOR*/
}
/*END PRIMARY NAV LINK COLORS (OFF)*/

/* SECONDARY NAV BGCOLOR */
.secondaryNav
{
	background-color: #fef1d3; /* CHANGE FOR SECONDARY NAV BGCOLOR */
}
/* END SECONDARY NAV BGCOLOR */

/* SECONDARY NAV LINK COLORS (ON)*/
.divSNavTextItemOn 
{
	margin:3px 0 3px 10px;
	font-family: Verdana;
	font-size:10px;
	background-color:#fef1d3;
}
.divSNavTextItemOn a:link
{
	text-decoration: none;
	color: #000;
}
.divSNavTextItemOn a:visited
{
	text-decoration: none;
	color: #000;
}
.divSNavTextItemOn a:active
{
	text-decoration: none;
	color: #000;
}
.divSNavTextItemOn a:hover
{
	text-decoration: none;
	color: #000;
}
/* END SECONDARY NAV LINK COLORS (ON)*/

/* SECONDARY NAV LINK COLORS (OFF)*/
.divSNavTextItemOff 
{
	margin:3px 0px 3px 10px;
	font-family: Verdana;
	font-size:10px;
}
.divSNavTextItemOff a:link
{
	text-decoration: none;
	color: #3d5488;
}
.divSNavTextItemOff a:visited
{
	text-decoration: none;
	color: #3d5488;
}
.divSNavTextItemOff a:active
{
	text-decoration: none;
	color: #3d5488;
}
.divSNavTextItemOff a:hover
{
	text-decoration: none;
	color: #000;
}
/* END SECONDARY NAV LINK COLORS (OFF)*/

/*BROWSE PHOTOS & FAVORITES CALLOUT*/
.divPNavTextCallout 
{
	margin: 6px 15px 6px 0px;
	font-family: Verdana; 
	font-size:10px; 
	text-decoration: none; 
	text-transform:uppercase;
	color: #000000;
}
.divPNavTextCallout a:link
{
	text-decoration: none;
}
.divPNavTextCallout a:visited
{
	text-decoration: none;
}
.divPNavTextCallout a:active
{
	text-decoration: none;
}
.divPNavTextCallout a:hover
{
	text-decoration: none;
}
/* END BROWSE PHOTOS & FAVORITES CALLOUT */

/* FOOTER */
.divFooterSeeTheRest 
{
	color: #FFFFFF; /* CHANGE */
	font-weight: bold;
	font-family: Times Roman;
	font-size:13px;
	text-transform:uppercase;
}
.divFooterSeeTheRest a:link 
{
	text-decoration: none;
	color:#fef1d3; /* CHANGE */
}
.divFooterSeeTheRest a:visited
{
	text-decoration: none;
	color: #fef1d3; /* CHANGE */
}
.divFooterSeeTheRest a:active
{
	text-decoration: none;
	color: #fef1d3; /* CHANGE */
}
.divFooterSeeTheRest a:hover
{
	text-decoration: none;
	color: #fcd16b; /* CHANGE */
}

.divFooterCopyright 
{
	color:#fff; /* CHANGE */
	font-family: Verdana;
	font-size:9px; 
}
.divFooterCopyright a:link 
{
	text-decoration: underline;
	color:#fff; /* CHANGE */
}
.divFooterCopyright a:visited 
{
	 text-decoration: underline;
	 color:#fff; /* CHANGE */
}
.divFooterCopyright a:active 
{
	text-decoration: underline;
	color:#fff; /* CHANGE */
}
.divFooterCopyright a:hover 
{
	text-decoration: underline;
	color:#fcd16b; /* CHANGE */
}
/* END FOOTER */

/* PAGE TITLE TEXT */
.hdrText 
{
	font-family: "Times New Roman";
	font-size: 22px;
	line-height: 24px;
	color: #061b48;
}

/* TEXT FOR HOME PAGE */
.homeText 
{
	color: #FFFFFF; /* CHANGE */
	font-family: Times Roman;
	font-size:13px;
}

/* INDEXBOX STYLES */
.capHdr
{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	letter-spacing:3px;
	text-transform:uppercase;
	color: #061b48;
}

.tcellIndexBoxHdr
{
	background-color: #fff;
	font-family: Verdana;
	font-size:10px;
	text-transform:uppercase;
	color: #061b48;
}
.tcellIndexBox
{
	background-color: #fef1d3;
}
.indexBoxText
{
	font-family: Verdana;
	font-size:10px;
	color: #000;
}

.detailsText
{
	font-family: Verdana;
	font-size:10px;
	color: #000;
}
.detailsText A:link
{
	font-family: Verdana;
	font-size:10px;
	color: #e75f00;
	text-decoration: none;
}	
.detailsText A:Visited
{
	font-family: Verdana;
	font-size:10px;
	color: #e75f00;
	text-decoration: none;
}	
.detailsText A:Hover
{
	font-family: Verdana;
	font-size:10px;
	color: #061b48;
	text-decoration: none;
}	
.detailsText A:Active
{
	font-family: Verdana;
	font-size:10px;
	color: #e75f00;
	text-decoration: none;
}
/* END INDEXBOX STYLES */

.photoCaption
{
	font-family: Verdana;
	font-size:9px;
	color: #666666;
	font-style: italic;
}

/* FLOATING BANNER TEXT */
.banner
{
	background-color: #fcd16b;
}
.bannerText
{
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	position : absolute; 
	text-transform:uppercase;
	z-index: 2; 
	left: 18px; 
	top: 14px;
}
.bannerText A:link
{
	color: #061b48;
	text-decoration: none;
}	
.bannerText A:Visited
{
	color: #061b48;
	text-decoration: none;
}	
.bannerText A:Hover
{
	color: #000;
	text-decoration: none;
}	
.bannerText A:Active
{
	color: #061b48;
	text-decoration: none;
}
/* END FLOATING BANNER TEXT */
/* QUICKLINK SIDEBAR */
.qLink
{
	background-color: #061b48;
	padding: 12px;
}
.qLinkText
{
	font-family: Verdana;
	font-size: 10px;
	margin-bottom: 12px; 
	color: #fff;
}
.qLinkText A:link
{
	color: #fef1d3;
	text-decoration: none;
}
.qLinkText A:Visited
{
	color: #fef1d3;
	text-decoration: none;
}
.qLinkText A:Hover
{
	color: #fcd16b;
	text-decoration: none;
}
.qLinkText A:Active
{
	color: #fef1d3;
	text-decoration: none;
}
/* END QUICKLINK SIDEBAR */
