/*///////////////////////////////////////////
// CSS - Landing Page Site Globals         //
///////////////////////////////////////////*/
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
	color: #555;
	height: 500 px;
	text-align: center;
}
img {
	border:0;
}
a { 
	color: #3696ed; 
	text-decoration:none; 
}
a:visited {
	color:#3696ed;
}

h1 h2 h3 h4{
	font-family:Arial, Helvetica, sans-serif;
}
h4 { 
	 	font-size: 16px; 
	font-weight: bold; 
	color: #262525;
}

h1 {
	font-size: 34pt;
	color: #262525;
	margin-top: 0px;
	margin-left:-2px;
}
/*************CHANGE************/
h2 {
	font-size: 16px;
	color:#3696ed;
	margin-top: -20px;
	margin-left:-2px;
	margin-bottom:-9px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-weight:bold;
	color:#45433e;
}

#quote {
	margin-top: 128px;
}

#italics {
	font-style: italic;
}

ul {
	margin-top:-7px;
	margin-left: -43px;
	}
ul li {

list-style-type: none;
padding: 0px 0px 0px 10px;
background: url(images/landing_page_bullet.png) no-repeat 3px 1px; 
}


/*///////////////////////////////////////////
// Layout - Main Container                 //
///////////////////////////////////////////*/

#container{
	width: 770px;
	padding: 0px;
    margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	text-align:left;
	font-size: 12px;

}


/*///////////////////////////////////////////
// Header                           //
///////////////////////////////////////////*/
#header_container {
	min-height: 66px;
	width: 770px;
}

#left_header {
	background: url(images/left_header.png) no-repeat;
	min-height: 66px;
	float:left;
	width:16px;
	padding: 0px;
	margin: 0px;
	_height:66px;
}
#center_header {
	background: url(images/header_background.png) repeat-x;
	_height:66px;
	min-height:66px;
	float:left;
	width: 738px;
}
#right_header {
	background: url(images/right_header.png) no-repeat;
	min-height: 66px;
	width:16px;
	padding: 0px;
	margin: 0px;
	float:right;
	_height:66px;
}
#header_logo {
	margin-top:20px;
	width: 387px;
	min-height:40px;
	text-align:left;
	margin-left:-6px;
	float: left;

}
#header_phonenumber {
	margin-top:22px;
	width: 160px;
	text-align:right;
	margin-left:-6px;
	float: right;
}
#header_phonenumber .contact {
	font-size: 12px;
	color: #a39fa1; 
}
#header_phonenumber .number {
	font-size: 20px;
	color: #211c1e;
	font-weight: normal;
}

/*////////////////////////////////
//			Main Image			//
////////////////////////////////*/
#main_image {
	min-height: 177px;
	width:100%;
	margin-left: 19px;
	padding-top:17px;
	float: left;


}


/*///////////////////////////////////////////
// Main Container			               //
///////////////////////////////////////////*/


#main_content {
	width: 770px;
	background:url(images/background.png) repeat-y;
	overflow: hidden;
	padding-bottom: 5px;
	position: inherit;


}

/*//////////////////////////
//		Right Form 		  //
//////////////////////////*/
#right_main_container {
	width:203px;
	min-height: 429px;
	_height: 429px;
	background-color: #f7f7f7;
	margin-right: 17px;
	margin-top: 11px;
	float:right;
	font-size: 12px;

}
label {
	font-size: 12px;
}
#right_side_header {
	margin-top:11px;
	margin-left: 10px;
	margin-bottom: 20px;
	float:left;
}
#right_side_arrow {
	width: 16px;
	min-height: 16px;
	_height: 16px;
	float: left;
	margin-left:8px;
	float:left;
}
#right_side_header_text {
	width: 162px;
	min-height: 11px;
	_height: 11px;
	float: right;
	margin-top: -4px;
	margin-left: 6px;
	float:left;
}
#right_form {
	width: 200px;
	padding-left: 17px;
	text-align:left;
	font-size: 12px;
	float:left;

}

#privacy {
	font-weight:bold;
	margin-left:4px;
	margin-top:8px;
	font-size: 12px;
	float:left;

	}
	
.textfield_effect    {
	border-width: 1px;
	border-style: solid;
	border-color: #b4b4b4;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	width: 168px;
	height: 18px;
	margin-bottom: 5px;
} 
/*////////////////////////////
//		Left Side			//
////////////////////////////*/

#left_main_container {
	width: 490px;
	margin-right: 31px;
	text-align:left;
	margin-top:7px;
	float:left;
	font-size: 12px;
	margin-left: 23px;

}




#left_text{
	width: 450px;
}

#left_quote_bottom{
	width: 432px;
	min-height: 128px;
	margin-top:3px;
	float: left;
	position: relative;
}

#left_footer {
	width: 390px;
	margin-left:-2px;
	float: left;
	margin-top: 30px;
}

#left_quotation {
	margin-top: 20px;
	padding: 0px;
	float: left;
	height: 21px;
	width: 25px;
}
#quote_center {
	width: 375px;
	float:left;
}
#right_quotation {
	padding: 0px;
	right: 0px;
	height: 21px;
	width: 25px;
	bottom: 0px;
	position: absolute;
	margin-bottom: 40px;
}
#quotation_author {
	float: left;
	margin-left:25px;
	margin-top:-25px;
}

	p.quote {
		color:#3696ed;
		font-size: 16pt;
	}
	.quote_bold {
		color:#3696ed;
		font-size: 16pt;
	}
	.quote_author {
		color:#262525;
		font-size: 13pt;
}

/*///////////////////////////////////////////
// Layout - Footer                         //
///////////////////////////////////////////*/

#footer {
	background:url(images/footer.png) top no-repeat;
	width:770px;
	min-height:21px;
	_height:21px;
	
}
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


@media screen {
 
    .sIFR-active p.quote,
		.sIFR-active p.quote_bold,
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4,
    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family:Arial, Helvetica, sans-serif;
    }

    .sIFR-active h1 {
		font-size: 34pt;
		padding-top: -60px;

    }

    .sIFR-active h2 {
		font-size: 24px;
		display: block;
    }

	.sIFR-active p.quote {
		font-size: 35px;
	}
	.sIFR-active p.quote_bold {
		font-size: 35px;
	}
	.sIFR-active p.quote_author {
		font-size: 35px;
}
a:hover {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3596ED;
}

