/* 
#00287A blue
#932653 burgundy
#EEE2D0 cream 
#CCCCCC gray
*/

body {
	margin: 0;
	padding: 0;
	background-color: #932653;
	color: #000;
	font: 9pt/12pt arial, sans-serif;	
	}
	
a:link {
	color: #00287A;	
	}
a:visited {	
	color: #00287A;
	}
a:hover, a:active {
	color: #932653;	
	}
	
a img { border: none; }

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	color: #00287A;
	font-size: 12pt;
	}
h2 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #932653;
	font-size: 10pt;
	}
.subheader{
	color: #932653;
	font-size: 10pt;
	font-weight:bold;
}
h3 {
	margin: 0 0 3px 0;
	padding: 0;
	color: #00287A;
	font-size: 9pt;	
	}
p {
	margin: 0 0 10px 0;	
	}
ul li {
	list-style: square;
	list-style-image: url(../images/li.gif);	
	}

/* =DISTYLES =LAYOUT */

.clear { clear: both; height: 0px; } /* use within elements that have height defined */
.clearfloat { clear: both; height: 1px; } /* use within elements of variable height */

.pageContainer {
	width: 760px;
	background: url(../images/bg_rightbar.gif) repeat-y 749px 150px;
	}
/*.pageContainerBack {
	width: 760px;
	}*/
.dateStamp {
	position: absolute;
	top: 0px;
	left: 3px;
	color: #EEE2D0;
	font-size: 9pt;
	}
.topNav {
	height: 19px;
	border-bottom: 1px solid #000;
	text-align: right;
	}

/*.pageContainerBack .topNav { border: none; }
.pageContainerBack .leftCol { border-top: 1px solid #000; }*/

.topNav ul, .topNav li {
	list-style: none;
	list-style-image: none;
	height: 19px;
	margin: 0;
	padding: 0;	
	}
.topNav li { display: inline; }
.topNav li img {
	margin-bottom: -3px;
	margin-left: -2px;	
	}
	
.contentContainer {
	width: 749px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff url(../images/bg_contentContainer.gif) repeat-y;
	}
/*.contentContainerBack {
	width: 749px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url(../images/bg_contentContainerBack.gif) repeat-y;
	}*/
.leftCol {
	float: left;
	width: 140px;
	}
.loginArea { margin-bottom: 4px; }
.loginCM {
	width: 69px;
	float: right;
	margin:0px;
	padding:0px;
	}
.loginCMleft {
	width: 71px;
	float: left;
	margin:0px;
	padding:0px;
	}
.nav ul, .nav li {
	list-style: none;
	list-style-image: none;
	margin:-3px 0 0 0;
	padding: 0;	
	}
	
.searchArea { text-align: center; }
.searchArea form { margin: 0; padding: 0; }
.searchField {
	width: 98px;
	height: 20px;
	margin: 0;
	border: 1px solid #A5ACB2;	
	}

.consumerAlert {
	margin: 5px 0;
	text-align: center;
	}
	
.rightCol {
	float: right;
	width: 607px;
	background-color: #fff;
	}
/*.rightColBack {
	float: right;
	width: 607px;	
	}*/

.logo { margin-bottom: 30px; }

/*.rightColBack .logo { 
	margin-bottom: 20px;
	border-top: 1px solid #000;
	}*/

.content { margin: 0 30px; }

/*.contentBack { margin: 0 20px 20px 20px; }*/

.header { /* backpage */
	margin-right: -20px;
	margin-bottom: 20px;
	background: url(../images/bg_header.gif) repeat-x;	
	}

.contentLeft {
	float: left;
	width: 317px;
	}
.contentRight {
	float: right;
	width: 200px;
	margin-left: 30px;
	}

.contentLeftBack {
	/* float: left;
	width: 433px; */
	}
.contentRightBack { /* back page profiles 
	float: right;
	width: 114px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: center;*/
	}
/*.contentRightBack img {
	margin: 2px;	
	}*/

.promotion { /* 1234 */ }
.promotionNav { 
	margin: 5px 0;
	text-align: center;
	}

.profilesFront { /* front page profiles */
	clear: both;
	height: 73px;
	border-bottom: 1px solid #000;
	background: url(../images/bg_profiles.gif) repeat-x;
	}
.profilesPhotos {
	float: left;
	width: 341px;
	text-align: right;	
	}
.profilesPhotos img {
	margin-left: 10px;	
	}
.customerProfiles {
	float: right;
	width: 260px;
	height: 65px;
	background: #EEE2D0;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	}
.customerProfiles img { margin-left: 8px; }

.thankYou {}

.footer {
	width: 740px;
	margin: 10px 0 10px 10px;
	color: #EEE2D0;
	font-size: 8pt;
	text-align: center;
	}
.footer a:link, .footer a:visited { color: #EEE2D0; text-decoration: underline; }
.footer a:hover { color: #fff; text-decoration: none; }
.footerLeft {
	float: left;
	width: 91px;
	margin-right: 15px;
	text-align: center;
	}
.footerRight {
	float: right;
	width: 307px;
	margin-left: 5px;
	text-align: center;
	}
.footerRight img {
	margin-left: 10px;	
	}

/* =FISTYLES =TEXTUAL */
	
.tableheader {
	background-color: #932653;
	color: #EEE2D0;
	font-weight: bold;
	}
	
.tablecontent1, .tablecontent2 {
	color: #00287A;
	}
	
.Q {	
	color: #00287A;
	font-size: 12pt;
	font-weight: bold;
	}
.A {
	color: #932653;
	font-size: 12pt;
	font-weight: bold;
	}
	
.disclaimer {
	font-size: 8pt;
	line-height: 10pt;
	}
	
.required {
	color: #932653;
	}
	
.appfield1 {
	border: 1px solid #ccc;
	background-color: #fff;
	color: #000;
	}
	
.appfield2 {
	border: 1px solid #000;
	background-color: #eee;
	color: #000;
	}


/* DHTML Styles */
.clCMEvent{position:absolute; z-index:400; width:100%; height:100%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:hidden;}
.clCMAbs{position:absolute; width:10px; height:10px; left:0; top:0; visibility:hidden}
.clB,.bordercolor{position:absolute; visibility:hidden; z-index:1;}
.temp{position:absolute;visibility:hidden;width:0px;height:0px;display:none;}
.item_on,.item_off{position:absolute; width:150px; height:25px;}
.clB{
	background-color:#932653;
    
}
.item_on,.item_off{
	padding: 5px;
	font-size: 8pt;
	font-weight: normal;
	font-family: arial, sans-serif;
	overflow: visible;
	text-align: left;
}
.bordercolor{
	background-color:#932653;
	border:#932653;
    
}
.item_off{
	color:#660000;
	background-color:#FFFFFF;
	cursor: default;
}
.item_on{
	color: #FFFFFF;
	background-color: #932653;
	cursor: hand;
	cursor: pointer;
}

	#ex_dis{
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: normal;
		color: #000000;
		text-align: left;
		position: absolute;
		border: 2px solid #1C2F69;
		padding: 15px;
		display:none;
		z-index: 500;
		width:400px;
		top:50;
		left:250px;
		FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=000000,offX=7,offY=8,positive=true);
	}
	
#grpBanner {
    padding-top: 65px;
    //padding-top: 50px;
    padding-bottom: 30px;
}