/* Designed by Jeffrey de Lara of Snoobdesigns.com */

.style33 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 13pt;
}

#headline {
	font-family: Helvetica;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 4px solid #d9d9d9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 49px;
	background: #ffffff;
}

body {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height:18px;
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
}

.top_headline {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 25px;
	
}

#option1 {
	border: 1px solid #d9d9d9;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 25px;
	width: 321px;
	font-size: 16px;
	line-height:18px;
	background: #fff;
}

.option_tag {
	font-size: 14px;
	line-height:18px;
	text-transform: uppercase;
	color: #707070;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-weight:normal;
}

h2#option1head {
	border: 1px solid #d9d9d9;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 25px;
	width: 321px;
	background: #f3f3f3;
	margin: 0px;
	border-bottom: 0px;
}

#option1 ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

#option1 ul li {
	background: url(../images/bullet.gif) no-repeat;
	background-position: top left;
	padding-left: 20px;
	line-height: 18px;
	
}

/* option2 */
#option2 {
	border: 3px solid #b7d3de;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 25px;
	width: 321px;
	font-size: 16px;
	line-height:18px;
	background: #f8fdff;
	border-top: none;
	min-height: 481px;
}


h2#option2head {
	border: 3px solid #b7d3de;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 25px;
	width: 321px;
	background: #b7d3de;
	margin: 0px;
	border-bottom: 0px;
}

#option2 ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

#option2 ul li {
	background: url(../images/bullet.gif) no-repeat;
	background-position: top left;
	padding-left: 20px;
	line-height: 18px;
	
}

/*warning*/

#warning {
	position: relative;
	background: url(../images/warning.gif) no-repeat;
	background-position: top left;
	min-height:598px;
	margin: 20px 0px 20px 0px;
}
	

#warning_content {
	position: absolute;
	top: 87px;
	padding: 0 46px 46px 46px;
}

#warning h3 {
	font-size: 24px;
	line-height:25px;
}

/* mistakes */

#mistakes {
	position: relative;
	background: url(../images/commonmistake.gif) no-repeat;
	background-position: top left;
	min-height:1225px;
	margin: 20px 0px 20px 0px;
}
	

#mistakes_content {
	position: absolute;
	top: 87px;
	padding: 16px 46px 46px 46px;
}

#mistakes h3 {
	font-size: 24px;
	line-height:25px;
	margin: 25px 0px 25px 0px;
}

#mistakes ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 21px 0px 21px 0px;
}

#mistakes ul li {
	background: url(../images/bullet2.gif) no-repeat;
	background-position: top left;
	margin:0px;
	padding: 0px;
	padding-left: 20px;
	margin: 11px;
}

