      

html, body {border: 0; margin: 0; padding: 0;}

body {
	background-color: #ebecee;
	background-image:url(../images/bg_gradient.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
  	width: 100%;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 14px;
	line-height:21px;
	color:#3f3f3f;
	font-variant:normal;
	font-style:normal;

}
.clear { clear: both; }
fieldset { border: none; }

a {
	color:#526166;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration:none;
}

a img {
  border: none;/*remove border for linked images*/
}

a.tooltip span {display:none; padding-left:-2px; padding-top:18px; width:209px; height:122px; }
a.tooltip:hover span{display:inline; position:absolute; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#FFF; font-size:12px; background-image:url(../images/black_arrow.png); background-repeat:no-repeat; width:124px; height:62px; margin-top:-62px; margin-left:-42px; text-align:center;}

a.send_btn span {display:none; width:205px; height:120px; }
a.send_btn:hover span{display:inline; position:absolute; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#FFF; font-size:12px; background-image:url(../images/tooltip_thankyou.png); background-repeat:no-repeat; width:205px; height:120px; background-position:0 205}


/***** Main Layout ****/

#content {
	position:absolute;
	
	height:1800px;
	width: 960px;
	margin-top:95px;
	left: 50%;
	margin-left: -480px;
	
	
		
}


#home_left {
	width:470px;
	height:400px;
	display:block;
	float:left;
	
	
}

#home_right {
	width:490px;
	height:400px;
	float: left;
	display:block;

}

#home_right_row2A {
	width:485px;
	float:left;
	margin-top:20px;
	padding-left:5px;
	color:#3f3f3f;
	font-size:16px;
}
#home_right_row2B {
	width:485px;
	float:left;
	margin-top:15px;
	padding-left:5px;
	color:#3f3f3f;
	font-size:16px;
}
#home_form1 {
	width:485px;
	float:left;
	margin-top:10px;
	padding-left:5px;
	
}
#home_form2 {
	width:394px;
	float:left;
	margin-top:10px;
	margin-left:5px;
	background-image:url(../images/form_textbox2.png);
	background-repeat:no-repeat;
	
	
}
#home_form3 {
	width:66px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	

}

/***** Form Styling ****/

.textbox1 {
	width:450px;
	height:85px;
	overflow:auto;
	padding:10px;
	background-image:url(../images/form_textbox1.png);
	background-color:transparent;
	border:0;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	font-size:16px;
}
.textbox2 {
	width:382px;
	height:28px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background:transparent;
	border:0;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	font-size:16px;
}
.send_btn {
	width:66px;
	height:33px;
	background-image:url(../images/form_send.png);
	border:0;
	background-color:transparent;
	color:transparent;
	cursor:pointer;
	display:block;
	float:left;
	margin-left:7px;
}

/***** Navigation ****/

#navbar {
	
	background-image:url(../images/bg_nav.png);
	background-repeat:repeat-x;
	height: 95px;
	width:100%;
	position:fixed;
	z-index: 2500;
	left: 0px;
	top: 0px;
}


#navbar_content {
	height: 83px;
	padding-bottom:12px;
	width:960px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	
}


#logo {
	height:82px;
	width:320px;
	background-image:url(../images/logo.jpg);
	display:block;
	float:left;
}
#nav_linkcontent {
	height:82px;
	width:620px;
	display:block;
	float:right;
}
.nav_style {
	font-family: helvetica, arial, sans-serif;
	color:#FFF;
	
}


/***** Footer ****/


#footer_wrap {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  background:url(../images/bg_footer.png) repeat-x;

  z-index: 2500;
}
/* Footer */
#footer {
  position: relative;
  min-width: 1000px;
}

#footer_content {
	height: 50px;
	width:940px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	
}
#legal {
	height:50px;
	width:420px;
	display:block;
	float:left;
}
#social {
	height:50px;
	width:520px;
	display:block;
	float:right;
}


#footer_textleft {
	margin-top:26px;
	color:#BFBFBF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:left;
}
#footer_textright {
	margin-top:26px;
	color:#BFBFBF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align:right;
	width:290px;
	height:50px;
	display:block;
	margin-left:-5px;
	float:left;
	position:absolute;
	
}
#footer_textright2 {
	margin-top:1px;
	margin-left:295px;
	color:#BFBFBF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	float:right;
	display:block;
	position:absolute;
	width: 220px;
	
}

#intro {
	width:490px;
	height:195px;
	display:block;
	float:left;
	background:url(images/feature_intro.png) no-repeat top left;
}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

				
	#content2{
		position:relative;
		width:405px;
		height:400px;
		padding:10px;
		background-color:#eeeff1;
		border: 1px solid #ababab;
		margin-top:20px;
		}	
		
	#content3{
		position:relative;
		width:890px;
		height:400px;
		padding:9px;
		background-color:#eeeff1;
		border: 1px solid #ababab;
		margin-top:20px;
		margin-left:20px;
		}	
			#content4{
		
		width:890px;
		height:400px;
		padding:9px;
		background-color:#eeeff1;
		border: 1px solid #ababab;
		margin-top:20px;
		margin-left:20px;
		display:block;
		}	

/* Easy Slider */

#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li, #slider3 ul, #slider3 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, i{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:405px;
		height:400px;
		overflow:hidden; 
		}

	#slider2 li, #slider3 li{ 
		width:890px;
		height:404px;
		background:#f1f1f1;
		}	
		#slider2 a{
			text-decoration:underline;
			border:none;
			display:inherit;
		}
	#slider2 li h2, #slider3 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p, #slider3 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2, p#controls3{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:52px;
		height:54px;
		position:absolute;
		left:-30px;
		top:-210px;
		z-index:1000;
		}	
	#nextBtn, #nextBtn2, #nextBtn3{ 
		left:870px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a, #prevBtn3 a, #nextBtn3 a{  
		display:block;
		width:52px;
		height:54px;
		background:url(../images/btn_leftarrow.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a, #nextBtn3 a{ 
		background:url(../images/btn_rightarrow.png) no-repeat 0 0;	
		}						


/* // Easy Slider */





<!--SECOND PAGE SETUP-->


    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

							

	.SubHeader {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 28px;
	color:#97b2bc;
	margin-top:10px;
	margin-bottom:20px;	
}
	.SubHeader2 {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 16px;
	color:#97b2bc;
	margin-bottom:20px;
	line-height:25px;
}
	.SubHeader3 {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 16px;
	color:#3f3f3f;
	margin-bottom:20px;
	line-height:25px;
}


	.SliderText {
	color:#e6e6e6;
		
	}
	.SliderTextSmaller {
	color:#e6e6e6;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 13px;
	line-height:20px;
	font-variant:normal;
	font-style:normal;
		
	}
	.FinePrint {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 10px;
	line-height:50px;
	color:#d4d4d4;
	}
	
		.FinePrint2 {
	font-family:"verdana";
	font-size: 10px;
	line-height:10px;
	color:#0CF;
	}
	
	.SecretText {
		color:#2e2e2e;
	}
		.SmallerText {
	color:#3f3f3f;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 13px;
	line-height:20px;
	font-variant:normal;
	font-style:normal;
		
	}
		.EvenSmallerText {
	color:#3f3f3f;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 10px;
	line-height:15px;
	font-variant:normal;
	font-style:normal;
		
	}
		.SubHeader4 {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 15px;
	font-weight:200;
	color:#FFF;
	line-height:24px;
}

		.SubHeader5 {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 15px;
	font-weight:100;
	color:#526166;
	line-height:30px;
}
		.SubHeader6 {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 16px;
	font-weight:100;
	color:#3f3f3f;
}
		.SubHeader7 {
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms","verdana";
	font-size: 15px;
	font-weight:100;
	color:#526166;
	
}

