body {
	margin: 0;
	font: 16px/24px Verdana, Geneva, sans-serif;
	color: #222a35;
	padding-bottom:35px;
	background: #c1cedf;
}
/* General Reset */
img { border-style: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
/* Wrapper Start */
#wrap-holder{
	width:995px;
	margin: 0 auto;
	background:url(../images/bg-wrap-holder.gif) repeat-y;
}
#wrapper {
	height:1%;
	padding:0 28px;
	overflow:hidden;
	background:url(../images/bg-wrapper.gif) no-repeat 0 100%;
}
/* Header Start */
#header {
	height:156px;
	margin-bottom:10px;
	position: relative;
	background:url(../images/bg-header.gif) no-repeat;
}
.text-box{
	width:118px;
	padding-bottom:5px;
	position:absolute;
	font:bold 15px/15px "Times New Roman", Times, serif;
	color:#8793ad;
}
.text-box p{
	margin:0;
}
.text-box-1{
	top:25px;
	left:160px;
}
.text-box-2{
	top:29px;
	left:362px;
}
.text-box-3{
	top:20px;
	left:685px;
}
/* Header End, Slogan Box Start */
#slogan-box{
	width:100%;
	margin-bottom:10px;
	padding:21px 0 20px;
	background:#9d0025;
	text-align:center;
}
#slogan-box h1{
	margin:0;
	font:bold 28px/28px "Times New Roman", Times, serif;
	color:#fff;
}
/* Slogan Box End, Main Start */
#main{
	height:1%;
	padding:0 38px 0 0;
	margin-bottom:46px;
	overflow:hidden;
	background:url(../images/bg-main.gif) repeat-y;
}
/* Content Start */
.content{
	width:516px;
	float:right;
	padding:12px 0 0;
}
.form-holder{
	height:1%;
	margin:0 0 23px;
	padding:7px 0 0 13px;
	background:url(../images/bg-form-holder.gif) no-repeat;
}
.form-holder h2{
	margin:0 0 18px;
	color:#fff;
	font:bold 23px/23px "Times New Roman", Times, serif;
}
.form-holder .row{
	height:1%;
	overflow:hidden;
	padding:0 0 10px 13px;
}
.form-holder .row div{
	padding:10px 0 0;
}
.form-holder label{
	font-size:18px;
	color:#fff;
	font-weight:bold;
	padding:0 22px 0 0;
}
.form-holder .txt{
	width:156px;
	border:1px solid #000;
	padding:8px 5px;
}
.form-holder .btn-go{
	width:53px;
	height:54px;
	margin:0 25px 0 0;
	display:inline;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	background:url(../images/btn-go.gif) no-repeat;
}
.content .image-holder{
	height:1%;
	padding-left:1px;
	margin-bottom:23px;
}

.content .image-holder-home{
	height:1%;
	padding-left:1px;
	margin-top:-60px;
	margin-bottom:23px;
}
.content .text{
	width:100%;
	margin-bottom:87px;
}
.content .title{
	width:507px;
	margin-bottom:11px;
	border-bottom:4px solid #c1cedf;
}
.content .title h3{
	margin: 0 0 17px;
	color:#9d0025;
	font:bold 24px/24px Georgia, Helvetica, serif;
}
.content .text p{
	margin:0 0 24px;
}
.info{
	height:1%;
	padding-bottom:11px;
	overflow:hidden;
}
.info-text{
	width:235px;
	float:left;
	padding:5px 0 0;
	font-size:12px;
	line-height:18px;
}
.info-text p{
	margin:0 0 18px;
}
.info-text p.copy{
	margin:0;
}
.info-text p a{
	color:#222a35;
	cursor:pointer;
	text-decoration:underline;
}
.info-text p a:hover{
	text-decoration:none;
}
.logo{
	width:252px;
	height:96px;
	padding-right:13px;
	overflow:hidden;
	float:right;
	background:url(../images/logo.jpg) no-repeat;
}
.logo a{
	height:96px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/* Content End, Sidebar Start */
.sidebar{
	width:283px;
	float:left;
	overflow:hidden;
	padding:0 28px 0 24px;
}
.list{
	margin:0;
	padding:35px 0 0;
	list-style:none;
	width:100%;
}

.list a{
text-decoration:none;
}

.list li{
	margin-bottom:55px;
	padding-bottom:17px;
	text-align:center;
	font-family:Georgia, Helvetica, serif;
	/*background:url(../images/bg-list.gif) no-repeat 100% 100%;*/
}
.list li span{
	display:block;
	color:#fff;
	font:bold 32px/32px "Times New Roman", Times, serif;
}
.list li strong{
	display:block;
	color:#222a35;
}
.list li strong.middle{
	font-size:39px;
	margin:4px 0 2px;
	line-height:39px;
}
.list li.what {
	margin-bottom:67px;
}
.list li.what strong{
	font-size:79px;
	margin-bottom:4px;
	line-height:70px;
}
.list li.why {
	padding-bottom:20px;
	margin-bottom:65px;
}
.list li.why strong{
	font-size:100px;
	margin-bottom:12px;
	line-height:70px;
}
.list li.tell {
	text-align:left;
	padding-left:10px;
	padding-bottom:27px;
	margin-bottom:57px;
}
.list li.tell span{
	padding-left:10px;
}
.list li.tell strong{
	font-size:99px;
	margin-bottom:4px;
	line-height:70px;
}
.list li.pass {
	padding-left:10px;
	padding-bottom:23px;
	margin-bottom:67px;
}
.list li.pass strong{
	font-size:99px;
	margin-bottom:8px;
	line-height:70px;
}
/* Sidebar End,
	Main End,
	Wrapper End
 */ 

.cont a:hover{
	color: #9d0025;
	text-decoration:underline;
}
.cont a{
	color: #9d0025;
	text-decoration:none;
}
.cont {
	font-size: 12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.subhead {
	color: #9d0025;
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 16px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.highlightMatch{
	color:#00D736;
}
