body {
	background: #a2a3a3;
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Tahoma, Verdana, sans-serif;
	-webkit-text-size-adjust: none;

}

/* tags */

A {
	text-decoration: none;
	color: #983dc9;
}

A:hover {
	text-decoration: underline;
}

h3 {
	margin: 0;
}

/* global classes */

img,.attribute,#heroAction {
	behavior: url(http://supertfg.com/oiqhome/css/iepngfix.htc)
}

.curve {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.lightpurple {
	color: #e4c2f0;
}

.green {
	color: #77bc0f;
}

/* specifics */




#wrap {
	margin: 0 auto;
	width:  800px;
	background: #ffffff;
	border-right: 1px solid #747474;
	border-left: 1px solid #747474;
}

#content {
	

}

#headerNav {
	padding: 15px 30px 10px;
	font-size: 11px;
	color: #a8a8a8;

}

#headerNav A {
	color: #8b8b8b;
	padding: 7px;
	border: 1px solid #ccc;
}

#headerNav A:hover {
	background: #c88ce3;
	color: #ffffff;
	text-decoration: none;
}

#headerNav table {
	width: 100%;
}

#navText {
	padding-top: 10px;
}

#hero {
	height: 294px;
	background:  url(../i/heroBG.jpg) no-repeat 0 10px;
	padding-left: 50px;
	padding-right: 50px;

}

#heroLeft {
	float: left;
	width: 360px;
	margin-right: 55px;
	margin-top: 50px;
	text-shadow: #000 1px 1px 1px;
	
}

#heroSubhead {
	color: #ebebeb;
	font-size: 18px;
	margin-top: 25px;
	line-height: 30px;
}

#heroAction {
	background: url(../i/heroActionPurpleCard.png) no-repeat;
	margin-top: 25px;
	height: 45px;
	vertical-align: bottom;
	font-size: 14px;
	padding-left: 75px;
	padding-top: 10px;
	color: #ffffff;
	
}

#heroAction A {
	color: #77bc0f;
}

#heroRight {
	position: relative;
	top: -20px;
	float: right;
	width: 260px;
	border: 1px solid #c1c1c1;
	height: 285px;
	background: url(../i/enrollBoxBG.png);
}

#heroRightForm {
	padding: 20px;
	padding-top: 20px;
	width: 210px;
	
}

#heroRightFormContent {
	margin-top: 10px;
	font-size: 12px;	
	color: #6d6d6d;
	text-align: left;
	line-height: 17px;
}

#heroRightForm input[type=text] {
	padding: 4px;
	width: 180px;
	font: 13px Helvetica, Arial, sans-serif;
	color: #5f5f5f;
	border: 1px solid #b0b1b1;
}


#heroRightForm input[type=submit] {
	background: #679a03 url(../i/greenButtonBG.png) repeat-x;
	font: bold 18px Helvetica, Arial, sans-serif;
	width: 150px;
	color: #ffffff;
	border: 1px solid #56830b;
	text-shadow: #406406 1px 1px 0;
	height: 30px;
}

#confirmSignUp {
	margin-top: 30px;
	color: #679a03;
	font: bold 18px Helvetica, Arial, sans-serif;
}

#heroRightForm input[type=submit]:hover {
	background: #7fba20;
	cursor: pointer;
}

#copyBar {
	background: url(../i/purpleCopyBar.jpg);
	height: 62px;
}

#copyBarContent {
	color: #670480;
	text-align: center;
	font: 24px Helvetica, Arial, sans-serif;
	
	padding-top: 18px;
}

#howToSave {
	background: url(../i/howToSaveBG.png);
	height: 179px;
	overflow: hidden;
	color: #535353;
	font: bold 15px Helvetica, Arial, sans-serif;
}

#howToSave A {
	color: #a8a8a8;
	font-weight: normal;
	font-style: normal;
}

#howToSave table {
	width:  100%;
}

#howToSave table td {
	width: 33%;
	text-align: center;
	padding: 20px;
	vertical-align: text-top;
}

#howToSave table td .img {

	height: 78px;

}

#howToSave table td .copy {
	font-size: 14px;
	margin-top: 20px;
	vertical-align: text-top;
	
}

#spacer {
	background: #ebeaef;
	height: 20px;
	border-bottom: 1px solid #d6d7d7;
	border-top: 1px solid #d6d7d7;
}

#bottomContent table{
	width: 100%;
	
}

#bottomContentLeft {
	border-right: 1px solid #cecece;
	width: 50%;
	padding: 30px;
	padding-top: 25px;
	background: #fff;
	font: 12px/18px Helvetica, Arial, sans-serif;
	color: #393939;
}

.attribute {
	margin-bottom: 30px;
	height: 60px;
	padding-left: 75px;
	
}

.attribute h3 {
	font-size: 15px;
}

#attributeOne {
	background: url(../i/attributeOne.png) no-repeat;
}

#attributeTwo {
	background: url(../i/attributeTwo.png) no-repeat;
}

#attributeThree {
	background: url(../i/attributeThree.png) no-repeat;
}

#bottomContentRight {
	width: 50%;
	padding: 30px;
	padding-top: 25px;
	background: #f8f9f9;
	font: 13px/25px Georgia, "Times New Roman", Times, serif;
	color: #909191;
}

#bottomContentRight h3 {
	color: #7c00af;
	margin-bottom: 8px;
}

#footer {
	background: #000 url(../i/footerBG.png) repeat-x;
	padding: 30px;
	color: #b4b4b4;
	font-size: 11px;

}

#footer A {
	color: #d5d6d6;
	margin-left: 20px;
	margin-right: 20px;
}
