@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'futura_ltbook';
    src: url('../font/futuralt-book-webfont.eot');
    src: url('../font/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futuralt-book-webfont.woff') format('woff'),
         url('../font/futuralt-book-webfont.ttf') format('truetype'),
         url('../font/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_ltregular';
    src: url('../font/futuralt-webfont.eot');
    src: url('../font/futuralt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/futuralt-webfont.woff') format('woff'),
         url('../font/futuralt-webfont.ttf') format('truetype'),
         url('../font/futuralt-webfont.svg#futura_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



html {
	background: url(../img/bg.jpg) top center no-repeat #aeaeae;
	height: 100%;
	background-attachment: fixed;
}

body {
	margin: 0;
	min-height: 100%;
	background: url(../img/wrap_bg.png) top center repeat-y;
}

img {
	border: none;
}

#wrapper_index {
	margin: auto;
	width: 1000px;
	min-height: 721px;
	/*background: url(../img/sky.png) top left no-repeat;*/
	/*border: 1px solid red;*/
}

#wrapper {
	margin: auto;
	width: 1000px;
	min-height: 721px;
	background: url(../img/sky.png) top left no-repeat;
	/*border: 1px solid red;*/
}

#wrapper_bottom {
	margin: auto;
	width: 1032px;
	height: 17px;
	background: url(../img/wrap_bottom.png) top center no-repeat;
}

/* Start Header Styles */

#header {
	padding-top: 24px;
	width: 1000px;
	height: 550px;
	/*border: 1px solid red;*/
}

#header_int {
	padding-top: 24px;
	width: 1000px;
	height: 370px;
	/*border: 1px solid red;*/
}

#logo {
	position: relative;
	margin-left: 60px;
	width: 410px;
	height: 92px;
	z-index: 500;
}

#lighthouse {
	margin-top: 3px;
	float: right;
	width: 142px;
	height: 596px;
	background: url(../img/lighthouse.png) top right no-repeat;
	/*border: 1px solid red;*/
}

#lighthouse_int {

	float: right;
	width: 142px;
	height: 396px;
	background: url(../img/lighthouse_int.png) top right no-repeat;
	/*border: 1px solid red;*/
}

#banner_rocks {
	margin-top: 187px;
	float: right;
	width: 244px;
	height: 253px;
	background: url(../img/rocks_1.png) top right no-repeat;
}

#banner_text {
	margin-top: 33px;
	float: right;
	width: 602px;
	height: 398px;
	background: url(../img/rocks_2.png) top right no-repeat;
	/*border: 1px solid red;*/
}

#banner_text_int {
	margin-top: 15px;
	float: right;
	width: 846px;
	height: 220px;
	background: url(../img/rocks_int.png) top right no-repeat;
	/*border: 1px solid red;*/
}

#login_box {
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 30px;
	width: 460px;
	height: 252px;
	background: url(../img/login_box.png) top center no-repeat;
}

#privacy_box {
	margin: auto;
	margin-top: 45px;
	width: 216px; 
	/*border: 1px solid red;*/
}

 

.login_text {
	font-family: 'futura_ltregular';
	color: #131312;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 20px;
}

.app_header {
	font-family: 'futura_ltregular';
	color: #666;
	font-size: 26px;
	letter-spacing: 1.4px;
	line-height: 20px;
}

.app_headings {
	font-family: 'futura_ltregular';
	color: #666;
	font-size: 18px;
	letter-spacing: 1.4px;
	line-height: 20px;
	display: block;
	 margin-left: 100px;
	 margin-bottom: 6px;
}

#nav {
	margin: auto;
	margin-top: 23px;
	width: 972px;
	height: 43px;
	background: url(../img/nav_bg.png) top left repeat-x;
	/*border: 1px solid red;*/
}

#nav_ul {
	margin: 0;
	padding: 0;
}

#nav_ul li {
	float: left;
	padding-left: 26px;
	padding-right: 26px;
	height: 43px;
	list-style: none;
	background: url(../img/nav_div.jpg) top right no-repeat;
	/*border: 1px solid white;*/
}

#nav_ul a {
	padding-top: 13px;
	height: 43px;
	display: block;
	text-decoration: none;
	font-family: 'futura_ltregular';
	color: #fefefe;
	font-size: 14px;
	letter-spacing: 2px;
}

#banner_title {
	margin-top: 20px;
	margin-left: 25px;
	font-size: 30px;
	color: #1f1b54;
	font-family: 'futura_ltregular';
	letter-spacing: 1.7px;
}

#banner_title_int {
	margin-top: 2px;
	margin-left: 20px;
	font-size: 45px;
	color: #1f1b54;
	font-family: 'futura_ltregular';
	letter-spacing: 1.7px;
}

#banner_sub {
	margin-left: 25px;
	width: 550px;
	font-family: 'futura_ltregular';
	color: #131312;
	font-size: 14px;
	letter-spacing: 1.4px;
	line-height: 20px;
}

#banner_sub a {
  color: #131312;
  text-decoration: none;
}

/* End Header Styles */

/* Start Content Styles */

#content {
	margin: auto;
	padding-top: 7px;
	width: 984px;
	background: url(../img/content_top.png) top center no-repeat;
	/*border: 1px solid blue;	*/
}

#content_mid {
	margin: auto;
	width: 984px;
	/*height: 500px;*/
	background: url(../img/content_bg.png) top center repeat-y;
}

#content_mid_app {
	margin: auto;
	width: 984px;
	/*height: 500px;*/
	background: url(../img/content_bg_app.png) top center repeat-y;
}

#content_mid_int {
	margin: auto;
	width: 984px;
	/*height: 500px;*/
	background: url(../img/content_bg_int.png) top center repeat-y;
}

#column_wrap {
	margin: auto;
	width: 960px;
}

#privacy_side {
	padding-left: 25px;
	padding-right: 25px;
}

#left_side {
	float: left;
	width: 600px;
	/*border: 1px solid red;*/
}

#left_side_app {
	/*float: left;
	width: 600px;*/
	/*border: 1px solid red;*/
}

#left_content {
	margin-left: 25px;
	width: 616px;
}

#left_content_app {
	/*margin-left: 25px;*/
	/*width: 616px;	*/
}

#left_content_wide {
	margin-left: 25px;
	width: 870px;
}

.darkred{
	color:#990000!important;
}

.red{
	color:#FF0000!important;
}

.orange{
	color: #c19138!important;
}

.navy{
	color: #1f1b54!important;
}

.darkgrey{
	color: #131312!important;
}

.bold{
	font-weight:bold!important;
}

.nobold{
	font-weight:normal!important;
}

.button
{
	vertical-align:middle;
	padding:5px;
	vertical-align:middle;
	background-color:#525A81;
	color:#FFFFFF;
	font-size:14px;
	font-family: 'futura_ltregular';
	letter-spacing: 1.7px;
	font-variant:small-caps;
	border-style:solid;
	border-width:1px;
	border-color:#525A81;
	border-radius:7px;
	cursor:pointer;
	background: -webkit-linear-gradient(#7C8EBE, #525A81); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#7C8EBE, #525A81); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#7C8EBE, #525A81); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#7C8EBE, #525A81); /* Standard syntax (must be last) */

}

.button.disabled
{
	background-color:#666666!important;
	color:#FFFFFF!important;
	border-color:#666666!important;
	cursor:not-allowed!important;
	background: -webkit-linear-gradient(#999999, #666666)!important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#999999, #666666)!important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#999999, #666666)!important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(#999999, #666666)!important; /* Standard syntax (must be last) */
}

a:link.disabled, a:hover.disabled, a:active.disabled, span.disabled
{
	color:#707070!important;
	cursor:not-allowed;
}

.heading {
	font-size: 24px;
	color: #1f1b54;
	font-family: 'futura_ltregular';
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.privacy_heading {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #1f1b54;
	font-family: 'futura_ltregular';
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.heading_contact {
	font-size: 18px;
	color: #1f1b54;
	font-family: 'futura_ltregular';
	letter-spacing: 1.7px;
}

.errorMessage {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 11px;
}

#unlockMessage
{
	font-family: Arial, Helvetica, sans-serif;
	color: ##1f1b54;
	font-size: 11px;
	line-height: 17px;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	color: ##1f1b54;
	font-size: 14px;
	line-height: 20px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131312;
	line-height: 20px;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131312;
	line-height: 20px;
}

.body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3866cc;
	line-height: 20px;
}

.claims_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #131312;
	line-height: 20px;
}

.content_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131312;
	line-height: 20px;
}

.divider {
	display: block;
	margin: auto;
	margin-top: 30px;
	padding-bottom: 30px;
}

#right_side {
	float: right;
	width: 250px;
	/*border: 1px solid green;*/
}

#clear {
	clear: both;
}

#app_box {
	margin: auto;
	margin-top: 45px;
	width: 216px;
	background: url(../img/pen.png) bottom center no-repeat;
	/*border: 1px solid red;*/
}

#news_box {
	margin: auto;
	margin-top: 45px;
	width: 216px;
	background: url(../img/news.png) bottom center no-repeat;
	/*border: 1px solid red;*/
}

#signup_box {
	margin: auto;
	margin-top: 45px;
	width: 216px;
	background: url(../img/pen.png) bottom center no-repeat;
	/*border: 1px solid red;*/
}

.news_date {
	color: #374471;
	font-weight: bold;
}

.orange_link {
	text-decoration: none;
	font-weight: bold;
	color: #c19138;
}

.orange_link:hover {
	text-decoration: underline;
}

#news_text {
	margin: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	width: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #131312;
	font-weight: bold;
	overflow: hidden;
	line-height: 16px;
}

.box_cap {
	width: 216px;
	height: 44px;
	background: url(../img/box_cap.png) top center no-repeat;
}

.cap_shadow {
	padding-top: 15px;
	font-size: 24px;
	color: #5d5d5d;
	font-family: 'futura_ltregular';
	text-align: center;
	width: 216px;
	height: 44px;
	background: url(../img/cap_shadow.png) top center no-repeat;
}

.box_mid {
	width: 216px;
	background: url(../img/box_mid.png) top center repeat-y;
}

.mid_shadow {
	width: 216px;
	background: url(../img/mid_shadow.png) top center repeat-y;
}

#enter_btn {
	width: 142px;
	margin-top: 15px;
	padding-bottom: 40px;
}

.box_bott {
	width: 216px;
	height: 44px;
	background: url(../img/box_bott.png) top center no-repeat;
}

.bott_shadow {
	text-align: center;
	width: 216px;
	height: 44px;
	background: url(../img/bott_shadow.png) top center no-repeat;
}

.sub_orange {
	position: relative;
	top: 15px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c19138;
}

#pen {
	position: relative;
	bottom: 44px;
}

/* End Content Styles */

/* Start Footer Styles */

#footer {
	margin: auto;
	width: 984px;
	height: 111px;
	background: url(../img/content_bg.png) top center repeat-y;
	/*border: 1px solid green;*/
}

#footer_int {
	margin: auto;
	width: 984px;
	height: 111px;
	background: url(../img/content_bg_int.png) top center repeat-y;
	/*border: 1px solid green;*/
}

#footer_mid {
	margin: auto;
	width: 984px;
	height: 111px;
	background: url(../img/footer_bg.png) top center no-repeat;
	/*border: 1px solid green;*/
}


#footer_app {
	margin: auto;
	width: 984px;
	height: 250px;
	 background: url(../img/content_bg_app.png) top center repeat-y;
	/*border: 1px solid green;*/
}

#footer_alt {
	margin: auto;
	width: 984px;
	height: 250px;
	 background: url(../img/footer_cont_bg.png) top center repeat-y;
	/*border: 1px solid green;*/
}

#footer_int_app {
	margin: auto;
	width: 984px;
	height: 250px;

	/*border: 1px solid green;*/
}

#footer_mid_app {
	margin: auto;
	width: 984px;
	height: 250px;
	background: url(../img/footer_app.png) top center no-repeat;
	/*border: 1px solid green;*/
}


.inputClass {
	  border-top-left-radius: 6px;
	  border-top-right-radius: 6px;
	  border-bottom-left-radius: 6px;
	  border-bottom-right-radius: 6px;
	  -moz-border-top-left-radius: 6px;
	  -moz-border-top-right-radius: 6px;
	  -moz-border-bottom-left-radius: 6px;
	  -moz-border-bottom-right-radius: 6px;
	  -webkit-border-top-left-radius: 6px;
	  -webkit-border-top-right-radius: 6px;
	  -webkit-border-bottom-left-radius: 6px;
	  -webkit-border-bottom-right-radius: 6px;
	  font: 12px Helvetica, Arial;
	  margin: 0;
	  /*padding: 8px;*/
	  height: 22px;
	  background-color: #f5f5f5;
	  /* SVG as background image (IE9/Chrome/Safari/Opera) */
	  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VFRUVFRSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc3NCkiIC8+Cjwvc3ZnPg==);
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	  background-repeat: repeat-x;
	  border: 1px solid #cccccc;
	  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  border-bottom-color: #b3b3b3;
	  line-height: 28px; /* Vertically positions the drop down text */
	  /*display: inline-block;*/
	  padding-left: 10px;
	  padding-right: 10px;

	  color: #595959;
	  vertical-align: middle;
	}

	.navTbl {
		border-top-left-radius: 6px;
	  border-top-right-radius: 6px;
	  border-bottom-left-radius: 6px;
	  border-bottom-right-radius: 6px;
	  -moz-border-top-left-radius: 6px;
	  -moz-border-top-right-radius: 6px;
	  -moz-border-bottom-left-radius: 6px;
	  -moz-border-bottom-right-radius: 6px;
	  -webkit-border-top-left-radius: 6px;
	  -webkit-border-top-right-radius: 6px;
	  -webkit-border-bottom-left-radius: 6px;
	  -webkit-border-bottom-right-radius: 6px;
	  background-color: #f6f5fa;

	  /* SVG as background image (IE9/Chrome/Safari/Opera) */
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NzQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIxMDAlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGRkZGRiIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iI0VFRUVFRSIgb2Zmc2V0PSIxIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZzc3NCkiIC8+Cjwvc3ZnPg==);

	  background-image: -moz-linear-gradient(top, #ffffff, #f6f5fa);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f6f5fa));
	  background-image: -webkit-linear-gradient(top, #ffffff, #f6f5fa);
	  background-image: -o-linear-gradient(top, #ffffff, #f6f5fa);
	  background-image: linear-gradient(to bottom, #ffffff, #f6f5fa);
	  background-repeat: repeat-x;
	  border: 1px solid #cccccc;
	  border-color: #eeeeee #eeeeee #bfbfbf;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  border-bottom-color: #b3b3b3;
	  padding-left: 25px;
	  padding-top: 15px;
	  padding-bottom: 20px;
	 }




#falvey_logo {
/*	float: left;
	margin-top: 30px;
	margin-left: 25px;*/
	position: relative;
	bottom: 15px;
}

#site_map a {
	text-decoration: none;
	color: white;
}

#site_map a:hover {
	text-decoration: underline;
}

#site_map {
	position: relative;
	bottom:12px;
	/*margin: auto;
	width: 400px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	/*text-align: center;*/
}

#footer_linkedIn {
	position: relative;
	top: 3px;
}

#comp_info {
	position: relative;
	bottom: 30px;
	/*float: right;
	margin-right: 25px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	text-align: right;
	font-size: 12px;
	line-height: 18px;
}

#footer_tbl {
	 position: relative;
	 top: 160px;
}

/* End Footer Styles */

#bottom_shadow {
	margin: auto;
	width: 984px;
	height: 7px;
	background: url(../img/content_bottom.png) top center no-repeat;
}

.bioName {
	font-size: 16px;
}

.bioLinkedIn {
	font-weight: bold;
	color: #2280b2;
	text-decoration: none;
}

.linkedIn_logo {
	position: relative;
	top: 2px;
	left: 4px;
}

#cofr_table td {
  color: white;
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  padding-left: 10px;
}

#cofr_table td a {
  text-decoration: underline;
  color: white;
}

#faq_table td {
  border-right: 2px solid #c0c0c0;
  border-bottom: 2px solid #c0c0c0;
}

#faq_table {
  width: 900px;
  border-left: 2px solid #c0c0c0;
  border-top: 2px solid #c0c0c0;
}
