body {
	margin-top: 10px;
	background: url(./images/bggradient.png) repeat-x left top;
	font-family: "Georgia", "Times", serif;
	color: #000;
	font-weight: normal;
	font-smooth: always;
}
img { border: none; }
p { color: #000; font-smooth: always;}
#experienceBadge {
	position: absolute;
	top: 10px;
	margin-left: -20px;
	z-index: 100;
}
ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-image:none;
	list-style-type: none;
}
li {
	color: #000;
	font-smooth: always;
}
blockquote {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #94CEFF;
}
h2 { font-size: 18px; }
/* -- Form -- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
	border-left: 3px solid #b2cd98;
	border-right: 3px solid #b2cd98;
	background-color: #fff;
	behavior: url(iepngfix.htc);
}
#wrapper_top{
	background: url(images/wrapper_top.png) no-repeat top center;
	border: none !important;
}
/* -- End Form -- */

/* -- Logo -- */
#logo {
	background-color: #ffffff;
	height: 130px;
	margin: 0 auto;
	margin-top: -3px;
	margin-bottom: 3px;
}
              

#logo h1 {
	float:left;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 10px;
	background-image: url(/images/scwalkintubslogo.png);
	behavior: url(iepngfix.htc);
	width: 635px;
	height:103px;
}
#logo h1 a {
	text-decoration: none;
	color: #BA9F5A; 
}

#inviting{
	behavior: url(iepngfix.htc);
	float:right;
	margin-top:-11px;
	z-index:2;
	position:relative;

}
/* -- End Logo -- */

/* MENU */

#menu_home {
	width: 900px;
	height: 54px;
	margin: 0 auto;
	background: url("./images/1_4up.png");
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -6px;
}
#menu_home ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#menu_home li {
	float: left;
	text-align:center;
}

#menu_home a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	height: 45px;
	width: 112px;
	padding-top:12px;
}

#menu_basics {
	width: 900px;
	height: 54px;
	margin: 0 auto;
	background: url("./images/2_4up.png");
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -6px;
}

#menu_basics ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#menu_basics li {
	float: left;
	text-align:center;
	
}

#menu_basics a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	height: 45px;
	width: 112px;
	padding-top:12px;
}

#menu_faqs {
	width: 900px;
	height: 54px;
	margin: 0 auto;
	background: url("./images/3_4up.png");
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -6px;
}

#menu_faqs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#menu_faqs li {
	float: left;
	text-align:center;
	
}

#menu_faqs a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	height: 45px;
	width: 112px;
	padding-top:12px;
}


#menu_aboutUs{
	width: 900px;
	height: 54px;
	margin: 0 auto;
	margin-top: -6px;
	/*background: url("./images/3up.png");*/
	background: url("./images/4_4up.png");
	background-repeat: no-repeat;
	z-index: 1;

}

#menu_aboutUs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
}
#menu_aboutUs li {
	float: left;
	text-align:center;
	
}

#menu_aboutUs a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	height: 45px;
	width: 112px;
	padding-top:12px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#menu li {
	float: left;
	text-align:center;
	
}

#menu a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
	height: 45px;
	width: 112px;
	padding-top:12px;
}


/* -- Header -- */
#header {
	position: relative;
	margin: 0 auto;
	height: 175px;
	z-index: 1;
}


/* -- End Header -- */

/* -- Start Page -- */
#page {
	background-color: #ffffff;
	color: #333333;
	width: 880px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0px 0px;
}

/* -- End Page -- */

/* -- sidebars -- */

#leftbar,
#rightbar {
	/*position: fixed;    <----uncommenting this will allow LeftBar to scroll with page 
	top: 280px;*/
	float: left;         /* Remove float to allow scroll */
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
}
#rightbar h2,
#leftbar h2 {
	color: #7E99FF;
	font-size: 18px;
	margin: 5px 0 10px 0;
	line-height: 18px;
	font-style: italic;
}

#leftbar .boxet,
#rightbar .boxet {
	background: url(images/boxet_top.png) no-repeat top center;
	padding-top: 11px;
}
#leftbar .boxet .content,
#rightbar .boxet .content {
	border: 1px solid #dad7d7;
	padding: 0 5px;
}
#rightbar li,
#leftbar li {
	padding: 5px 0;
}
#rightbar a,
#leftbar a {
	color: #000;
}
#leftbar p {
	margin: 0;
	padding: 0;
}
#leftbar h3,
#rightbar h3 {
	font-size: 16px;
	text-align: center;
	margin: 10px 0 5px;
}
p.small {
	font-size: .95em;
	text-align: center;
}
.top10 { margin-top: 10px; }

blockquote {
	font-style: normal;
	text-align: right;
	margin: 10px 0;
}
blockquote p {
	text-align: left;
	font-style: italic;
	margin: 0;
}

/* -- End leftbar div -- */

#tagline {
	text-align: center;
	clear: both;
}
#tagline h2 {
	margin: 0;
	color: #28485b;
	font-size: 36px;
	text-shadow: 1px 1px 2px #ccc;
}
#tagline p {
	margin: 0;
	font-size: 20px;
}

/* -- content div -- */

#infoForm {
	background: url(images/ctaBack.gif) no-repeat top center;
	width:460px;
	height:410px;
	padding-top: 20px;
	text-align: left;
	font-family: "Times", "Times New Roman", sans-serif;
}
#formContainer {
	width: 400px;
	margin: 0 auto;
}

#infoForm h1 {
	color: #f7cb00;
	font-size: 26px;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	margin: 0 0 10px 0;
}
.infoFormIMG { margin-top: 20px; margin-left: 30px; margin-bottom: 0px; behavior: url(iepngfix.htc);}

#formLeft { 
	float: left;
	width: 180px;
	margin-left: 20px;
}
#formRight { 
	float: left;
	width: 150px;
	font-weight: 400;
	margin-left: 40px;
}
.formH2 {
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-variant: small-caps;
}
#stZip {
	
}
#state {
	float: left;
}
#zip {
	float: right;
}
#completeHover {
	position: absolute;
	top:  330px;
	left: 531px;
	width: 402px;
	height: 270px;
	/*padding: 30px 35px 35px 92px;*/
	padding: 0px 30px 30px 30px;
	margin-left: -155px;
	background: url(./images/infoBox.png) no-repeat bottom center;
}
#completeHover h3 {
	text-shadow: none;
	color: #000;
	font-family: "Times", "Times New Roman", serif;
	font-size: 20px;
	padding: 50px 0 0 62px;
}
#completeHover p{
	font-size: 14px;
}


#formLeft .inputStyle { width: 150px; /*height: 18px; border-width: 0px; background-image: url('./images/input.png'); */}
#formLeft .inputState { width: 50px; /*height: 18px; border-width: 0px; background: url('./images/input.png');*/}
#formLeft .inputZip { width: 75px; /*height: 18px; border-width: 0px; background: url('./images/input.png');*/ }
#formRight .inputStyle { width: 150px; /*height: 18px; border-width: 0px; background-image: url('./images/input.png');*/ }
#formRight .formAge { width: 50px; /*height: 18px; border-width: 0px; background: url('./images/input.png');*/}
#formRight .formValue {width: 145px; /*height: 18px; border-width: 0px; background: url('./images/input.png');*/ }
#formRight .formSubmit { margin-top: 10px; }

/*   Step 2 Hoverbox */

#infoForm a:link, #infoForm a:visited {
	font-size: 10px;
	text-decoration: none;
	font-variant: normal;
	color: #ffffff;
}
#infoForm a:hover {
	text-decoration: none;
	font-variant: normal;
	color: #ffffff;
}

#infoForm a.tooltip span,
#quote a.tooltip span {
	font-size: 12px !important;
	display:none;
	padding: 2px 3px;
	margin-left: 0px;
	width: 200px;
	cursor: help !important;
}

#infoForm a.tooltip:hover span,
#quote a.tooltip:hover span {
	font-variant: normal;
	display: inline;
	position: absolute;
	background: #663300;
	border: 2px solid #000000;
	color: #ffffff;
	z-index: 101;
	cursor: help !important;
}

/*   End Hoverbox   */

/*   End Form  */


#content {
	margin: 0 10px;
	float: left;
	width: 460px;
	height: auto;
	text-align: left;;
}

#mainConvThank {	
	background-image: url('./images/leafBackground2.png');
	height: 432px;
	width: 440px;
	margin-bottom: 10px;
	margin: 0px;
}

#content .boxet {
	background: url(images/boxet_top_wide.png) no-repeat top center;
	padding-top: 11px;
}
#content .boxet .container {
	border: 1px solid #dad7d7;
	padding: 0 5px;
}
#content .boxet h2 {
	color: #7E99FF;
	font-size: 20px;
	font-style: italic;
	margin: 5px 0 10px;
}
#content .boxet li {
	padding: 5px 0;
}
#partnership img {
	margin: 15px 6px 0;
}
.wide {
	width: 660px !important;
	margin: 0px !important;
	color: #000;
}
/*   End content    */

#footer {
	background: url(images/wrapper_bottom.png) no-repeat top center;
	width: 906px;
	height: 23px;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
}
#footer p {
	margin: 0px;
}
#footer a, #footer a:visited, #footer a:active {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#legal p {
	text-align: center;
	margin: 5px 0;
	font-size: 12px;
}

#phonenum {
	margin-bottom: 15px;
}
#phonenum img {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
}
#phonenum h1 {
	padding-left: 20px;
	padding-top: 5px;
	font-size: 20px;
	margin-top: 0;
}
/* You have to have the following lines in order to preserve the hide or unhide the frequesntly asked questions */

#FAQmenu ul.menu {
	display: none;
	list-style-type: none;
	border: 1px solid #dacca1;
	background: #fff5db;
	margin: 0 0 10px 0;
	padding: 5px;
}

#FAQmenu {
	padding: 0px 10px 0px 30px;
}
#FAQpage {
	padding-left: 10px;
}
#FAQpage h2 {
	color: #39592a;
	font-size: 20px;
	border-top: 6px solid #ce980d;
	padding-top: 3px;
	margin: 0px 0 10px 0;
}
#FAQmenu h3 {
	color: #000;
	margin: 0;
}
#FAQmenu a {
	font-size: 16px;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
	color: #000;
}
#FAQmenu a:hover {
	text-decoration: underline;
}
#FAQmenu a:active {
	outline: none;
}

p.error {
	margin: 0 0 0 220px;
	padding: 0;
	color: red;
	font-size: 14px;
}
p.error span {
	font-weight: bold;
}






#quote {
	background: url(images/fbg.png) no-repeat top center;
	margin: 0 auto 10px;
	padding: 0;
	min-height: 420px;
	width: 467px;
}
#quote .container {
	padding: 15px 10px;
}
#quote h1 {
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	color: #0a3415;
	margin: 10px 0;
	text-shadow: 1px 1px 0px #cac8c8;
}
#quote h2 {
	color: #0a3415;
	text-shadow: 1px 1px 0px #cac8c8;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 0 0;
	padding: 0;
}

#quote h2 a.tooltip {
	font-size: 10px;
	text-decoration: none;
	color: #fff;
	text-shadow: none;
}
#quote form {
	margin: 0 auto;
	width: 300px;
}
#quote form .left {
	float: left;
	width: 150px;
}
#quote form .right {
	float: right;
	width: 135px;
}
#quote form .state {
	float: left;
}
#quote form .zipc {
	float: left;
	width: 65px;
	margin-left: 5px;
}
#quote form .zipc input {
	width: 65px;
}
#results {
	position: relative;
}
#results h2 {
	text-align: center;
	color: #0a3415;
	margin: 10px 0;
	text-shadow: 1px 1px 0px #cac8c8;
	font-size: 20px;
}
#results h2 span.big {
	font-size: 38px;
}
#results h2 span.small {
	font-size: 12px;
}
#results p {
	color: #0a3415;
}
#results form {
	margin: 0;
}

#results a.buttonApply,
#results input.buttonRecalc {
	position: absolute;
}
#results a.buttonApply {
	top: -15px;
	right: -7px;
	z-index: 2;
}
#results input.buttonRecalc {
	background: url(./images/recalculate.png) no-repeat top center;
	width: 170px;
	height: 31px;
	border: none;
	top: 7px;
	right: -7px;
	z-index: 1;
	cursor: pointer;
}
#results img#buttonLoad {
	position: absolute;
	top: 22px;
	right: 7px;
	z-index: 3;
	visibility: hidden;
}


#notification {
	font-family: "Helvetica Neue", "Helvetica", Arial;
	position: fixed;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0;
	height: 100%;
	top: 0;
	z-index:1000;
	background: url(images/blackout.png) repeat top left;
	margin: 0;
}
#notification .container {
	overflow: auto;
	position: absolute;
	left: 50%;
	margin-left: -238px;
	width: 457px;
	margin-top: -150px;
	top: 50%;
	
}
#notification h2 {
	color: #000;
	text-shadow: none;
	font-weight: bold;
	letter-spacing: .005em;
}
#notification dt {
	font-size: 14px;
}
#notification dd input {
	border: 2px solid #c49d00;
	padding: 2px 4px;
	width: 50%;
	box-shadow: 1px 3px #c49d00;
	-moz-box-shadow: 2px 2px #c49d00;
	margin-bottom: 10px;
}
#notification .container dl, #notification .container dt, #notification .container dd {
	margin: 0;
	padding: 0;
}
#notification .container p {
	margin-bottom: 10px;
	padding-top: 0px;
	color: #333;
}
#notification .container .top {
	background: url(images/notify_top.png) no-repeat top center;
	height: 35px;
	display: block;
	margin: 0;
	padding:  20px 0 0 40px;
}
#notification .container .body {
	background: url(images/notify_center.png) repeat-y top center;
	padding: 0 40px;
	margin: 0;
	overflow: hidden;
}
#notification .container .bottom {
	background: url(images/notify_bottom.png) no-repeat bottom center;
	height:56px;
	display: block;
	margin: 0;
}
#notification .buttons {
	float: right;
}
#notification form {
	width: auto;
	margin: 0;
	padding: 0;
}
#notification .buttons input {
	background: url(images/buttons_sprite.png) no-repeat;
	background-position: -4px -4px;
	width: 69px;
	height: 37px;
	border: none;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
}
a::-moz-focus-inner,input::-moz-focus-inner{border:0}
#notification .buttons input:hover {
	background-position: -4px -43px;
}
#notification .buttons input:active {
	background-position: -4px -82px;
}
