/* CSS Document */

body {
	background-color: #000000;
	margin-left: 10px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.frontPageField  {
	font-size:11px;
	margin-left:8px;
}


div.signup  {
	z-index:3;
	position:absolute;
	margin-left:5px;
	margin-top:2px;
	margin-bottom:-74px;
	border:3px solid #94C939;
	width:125px;
	background:#fff;
	color: #000;
}
.signupbutton
{
	display:block;
}
div.signup p {
	margin:5px 3px 5px 3px;
	font-size:11px;
	font-weight:bold;
}

div.signup p span {
	color: #8ba915;
	text-transform:uppercase;
	font-size:13px;
}

a.deals  {
	color:#94C93D;
}

a.deals:hover  {
	color:#fff;
}

a.twitter  {
	background: url(images/twitter-up.gif);
	display:block;
	width:166px;
	height:33px;
}

a.twitter:hover  {
	background: url(images/twitter-over.gif);
	width:166px;
	height:33px;
}

a.twitter span  {
	display:none;
}


/* Copyright Styles */
	.copyrightContent {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
	}
	
	a.copyrightLinks {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-decoration: underline;
	}
	a.copyrightLinks:hover {
		text-decoration: none;
	}

	.style3 {
		font-size: 16px;
	}
/* Header Tag Line Style */
	.tagLine {
		font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
		font-size: 21px;
		font-style: italic;
		font-weight: lighter;
		color: #787878;
		text-decoration: none;
	}
	a.navigationLinks {
		font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: Bold;
		color: #25508f;
		text-decoration: none;
	}
	a.navigationLinks:hover {
		color: #626262;
	}
/* Olde
	.intro {
		font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
	}	
*/

	/* Collapse for Programs Page */

	.collapse {
		cursor: pointer;
		padding-left: 3%;
	}

	.copy {
		padding-left: 10%;
		color: #fff;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		font-style: normal;
	}

	.open {
		display: block;
	}

	.intro {
		font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
	}	
	.introLarge {
		font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
		font-size: 36px;
		font-weight: 400;
		color: #FFFFFF;
		letter-spacing: 1px;
	}
	td.contentTd {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFFFFF;
		letter-spacing: 0px;
	}
	.contentBlue {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: Bold;
		color: #9CAEBC;
		letter-spacing: 0px;
	}
	.contentSpacers {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: Bold;
		color: #97caf9;
		letter-spacing: 0px;
		/* color:#9CAEBC; 
		border:#9CAEBC;
		background-color: #9CAEBC;
		height:2px; */
	}
	.pageTitle {
		font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: Bold;
		color: #dfd099;
		letter-spacing: 1px;
	}
	.pageSubTitle {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		color: #9CAEBC;
		letter-spacing: 1px;
	}
	.pageSubTitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #9CAEBC;
	letter-spacing: 1px;
	}
	a.bodyLinks {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #9CAEBC;
		text-decoration: underline;
	}
	a.bodyLinks:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	.tableRowHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
}
.tableRow1
{
	background: #C7C7C7;
}
.tableRow2
{
	background: #A1A1A1;
}

p {
	margin-left: 30px;
	margin-right: 30px;
}
.textRequiredField
{
	/*color: #CE0000;*/
	color: #11356a;
	font-weight: bold;
}
.labelColumn
{
	color: #000000;
}

.facebook {
	position: relative;
	z-index: 1;
	display: block;
	width: 144px;
	height: 44px;
	background: url(/resources/images/fb-image.gif) left no-repeat;
	margin-top: 4px;
	margin-right: 6px;
}

.facebook span {
	display: none;
}



a.requestSvcBtnAlt {
	position: relative;
	z-index: 1;
	display: block;
	width: 130px;
	height: 26px;
	background: url(images/request-pixy.gif) left no-repeat;
	margin-top: 4px;
	margin-right: 6px;
}

a:hover.requestSvcBtnAlt {
	background: url(images/request-pixy.gif) right no-repeat;
}

a.requestSvcBlue {
	position: relative;
	z-index: 1;
	display: block;
	width: 130px;
	height: 26px;
	background: url(images/request-blue.gif) left no-repeat;
	margin-top: 4px;
	margin-right: 6px;
}

a:hover.requestSvcBlue {
	background: url(images/request-blue.gif) right no-repeat;
}

a.requestSvcBtnAlt span, a.requestSvcBlue span {
	display: none;
}

/* Home Benefits Concierge */

hr { 
	color:#9CAEBC; 
	border:#c0c0c0;
	background-color: #c0c0c0;
	height:2px;
	width:100%;
}

.benefitsSubTitle {
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: Bold;
	color: #9CAEBC;
	letter-spacing: 1px;
}

.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight:bold;
	text-align:center;
}

.yellowItalic {
	font-size:14px;
	color: #dfd099;
	font-style:italic;
}

.boldItalic {
	font-weight:bold;
	font-style:italic;
}

.vendorTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight:bold;
	text-align:center;
}

.benefits {
	margin-left:28px;
	margin-right:28px;
}

.logIn {
	float:right;
	width:200px;
}

.greenTitle {
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: Bold;
	color: #99cc00;
	letter-spacing: 1px;
}
.greenText {
	font-weight: Bold;
	color: #99cc00;
}

.greenTitleShadow {
	position:absolute;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: Bold;
	color: #99cc00;
	letter-spacing: 1px;
}
.greenTitleShadow span.normal {
	position:absolute;
	z-index:2;
	padding:0;
	margin:0;
}

.greenTitleShadow span.shadow {
	position:absolute;
	z-index:1;
	color:#000;
	top:2px;
	left:2px;
}


.joinPerks
{
	float:right;
	text-align:center;
	margin-right:30px;
}

.joinPerksNow, .joinPerksNow a
{
	background-color:#99cc00;
	font-size:30px;
	text-transform:uppercase;
	padding:10px 5px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.perkBenefits
{
	float:left;
	margin-left:30px;
	width:471px;
	background: url(images/foldedBg.gif) no-repeat;
	height:373px;
}
.perkBenefitsText
{
	line-height:21px;
	font-size:15px;
	padding:10px 15px;
	color:#000000;
	text-decoration:none;
}