@import "/css/header_footer.css";
@import "/css/pages.css";
@import "/css/about.css";
@import "/css/contact.css";
@import "/css/resources.css";

/* Sub Header */
.sub_header {
	display:block;
	height:30px;
	padding:15px 0px;
}
.sub_header .phone {
	float:left;
}
.sub_header .security {
	float:right;
}



/* Banner */
.banner {
	display:block;
	clear:both;
	width:960px;
	height:323px;
	background-repeat:no-repeat;
	border-bottom:2px solid #B0AFB4;
	border-top:2px solid #B0AFB4;
	background-image:url(/images/site_5_14_10/interior_banner.jpg);
}
.banner .form {
	float:left;
	padding:0px;
	width:290px;
	color:#FFFFFF;
	padding:35px 0px 0px 15px;
}
.banner .form select {
	border:#C1C1BF 1px solid;
	width:156px;
}
.banner .form .text {
	padding:3px 0px;
}

.banner img {
	float:left;
}



.banner .header_form_button {
	display:block;
	height:32px;
	width:141px;
	overflow:hidden;
	margin-top:10px;
}
.banner .header_form_button input {
	height:64px;
	width:141px;
}
.banner .header_form_button input:hover {
	margin-top:-32px;
}


/* General */
h1 {
	font-size:24px;
	margin:0px;
	font-weight:normal;
	text-align:center;
}

h2, .support_text {
	font-size:14px;
	background-image:url(/images/site_5_14_10/text_header_divide.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding:0px 0px 15px 0px;
	text-transform:uppercase;
	margin:0px 0px 15px 0px;
	font-weight:normal;
	text-align:center;
}


/* Side CTA */
.right {
	float:right;
	background-position:top;
	background-repeat:no-repeat;
	padding-bottom:60px;
}
.narrow {
	height:255px;
	width:221px;
	background-image:url(/images/site_5_14_10/sign_up_now_cta_narrow.jpg);
}
.wide {
	width:435px;
	height:204px;
	background-image:url(/images/site_5_14_10/sign_up_now_cta_wide.jpg);
	
}
.narrow .tab {
	margin:243px 0px 0px 50px;
}
.wide .tab {
	margin:191px 0px 0px 160px;
}
.tab {
	width:122px;
	height:72px;
	background-image:url(/images/site_5_14_10/sign_up_now_tab_sprite.png); 
	background-position: 0px 0px;
	background-repeat:no-repeat;
	overflow:hidden;
}

.tab:hover {
	background-position: 0px -72px;
}

.tab input {
	height:72px;
	width:122px;
}

/* Modal */
#mask {
  position:absolute;
  z-index:6000;
  background-color:#000000;
  left: 0px;
  top: 0px;
  display: none;
  width: 0px;
  height: 0px;
}
.window {
	position:absolute;
	z-index:9999;
	display:block;
	width:400px;
	margin:0px auto;
}

.window .close {
	float:right;
	cursor:pointer;
}
.window .top, .window .bottom {
	background-color:#FFFFFF;
	height:2px;
	width:400px;
	margin:4px 0px;
}
.please_wait {
	width:370px;
	background-color:#FFFFFF;
	padding:25px 15px 25px 15px;
}
.please_wait .button {
	display:block;
	height:32px;
	width:144px;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	cursor:pointer;
}
.please_wait .button img:hover {
	margin-top:-32px;
}
.please_wait p {
	color:#666666;
	width:350px;
}