@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px
}
html, body {
	height:99%
}
#logo {
	margin-top:15px;
	margin:0 auto;
	width:80%;
	height:auto
}
div#container {
	width:100%;
	margin:0 auto;

}
div#content{
	width:80%;
	margin:0 auto;
	margin-top:10px;
}
#bottomleft {
	left:0;
	bottom:0;
	position:absolute;
	z-index:999;
	width:183px;
	margin-left:15px;
	margin-bottom:160px;
	
}

div#bottomright2 {
	right:90px;
	bottom:0;
	position:absolute;
	z-index:999;
	width:100px;
	margin-right:1px;
	margin-bottom:160px;
}
#hugesuccess {
	position: absolute;
	left: 15px;
	top: 150px;	
}
#parent {
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:900;
	min-width:800px
}

#child {
	width:400px;
	margin:0px auto;
}
#child2 {
	width:100%;
	background-color:#000;
	border-top:#FFF 5px solid;

	height:145px;
}


div#bottomright {
	right:0;
	bottom:0;
	position:absolute;
	z-index:999;
	width:160px;
	margin-right:15px;
}

div#bottomright a.privacy{
    color:#fff;
    font-size:9px;
    
	margin-right:5px;
	margin-top:25px;

}

/************* JQUERY Slide show ********/

#slideshow {
	position:absolute;
	/*height:222px;*/
	top:30%;
	left:5%;
	/*width:250px;*/
	width:13%;
	min-width:150px;
	z-index:999
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height:auto;
}
#slideshow IMG.active {
	z-index:999;
	opacity:1.0;
	height:auto;
}
#slideshow IMG.last-active {
	z-index:900;
	opacity:0;

}


#contactbox {
	clear:both;
	width:520px;
	margin:0 auto;
	
	padding-top:10px;
}
#contact-wrapper div {
	width:520px;
	padding:0;
	color:#fff;
}
#contact-wrapper label {
	display:block;
	float:left;
	width:110px;
	margin:	20px 0 0px 0;
	font-size:12px;
	letter-spacing:1px
}
#contact-wrapper label.lengthy {
	width:110px
}
.small {
	font-size:10px;
}
#contact-wrapper input {
	width:150px;
	font-size:11px;
	height:20px;
	border:0;
	border-bottom:1px solid #FFF;
	padding: 0 0 0 1px;
	color:#ffffff;
	background:transparent;
	margin-right:10px;
	letter-spacing:1px;
	padding-bottom:5px
}
#contact-wrapper input.button {
	cursor:pointer;
	
	padding:0;
	color:#fff;
	font-size:14px;
	margin-bottom:10px;
	border:0;
	
	/* margin-left:22px; */
    margin-top:10px;
        float: left;
        width: 311px;
        height: 27px;
}
#downloadplans {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#contact-wrapper div.buttondiv {
	width:510px;
	padding-bottom:0;
	color:#284F6D;
	border-top:1px solid #FFF;
	
	margin-top:5px
}
label.error {
	font-weight:normal;
	font-size: 12px;
	padding: 2px 0;
	color:#284F6D;
	text-align:center;
	float:right
}
#message {
	max-width:420px;
	text-align:center
}
#message h2 {
	
	height:100px;
	margin: 20px 0 0 100px;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
}


input[type=checkbox].css-checkbox {
							display:none;
						}

						input[type=checkbox].css-checkbox + label.css-label {
							padding-left:20px;
							height:15px; 
							display:inline-block;
							line-height:15px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size:15px;
							vertical-align:middle;
							cursor:pointer;
						}

						input[type=checkbox].css-checkbox:checked + label.css-label {
							background-position: 0 -15px;
						}
						
						.css-label{
							background-image:url(../images/lite-gray-check.png);
						}
						
