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


/* BASE */

* { margin: 0; padding: 0; }

body {
    font: normal x-small/135% verdana, arial, sans-serif;
	background-color: #aaa;
}

h1 {
    font-size: 2.4em; font-weight: normal; margin: none; line-height: 125%;
}

h2 {
    font-size: 2.4em; font-weight: normal; line-height: 125%; margin-bottom: 5px;
}

	h2 a {
        text-decoration: underline;
    }
    h2 a:hover {
        text-decoration: none;
	}
	
h3 {
    font-size: 1.7em; font-weight: normal; line-height: 125%; margin-bottom: 5px;
}
	h3 a {
        text-decoration: underline;
    }
    h3 a:hover {
        text-decoration: none;
    }
	
h4 {
    font-size: 1.6em; font-weight: bold; line-height: 125%; margin-bottom: 5px;
}
	h4 a {
        text-decoration: underline;
    }
    h4 a:hover {
        text-decoration: none;
    }
	
h5 {
    font-size: 1.4em; font-weight: bold; margin: 2px 0; line-height: 125%;
}
    h5 a {
        text-decoration: underline;
    }
    h5 a:hover {
        text-decoration: none;
    }

p {
	font-size: 1.1em;
	margin-bottom: 10px;
	line-height: 135%;
}

p.smaller {
	font-size: 50%;
	margin-bottom: 15px;
	line-height: 135%;
}

a { color: #639; text-decoration: underline; }
a:hover { color: #96b11c; text-decoration: none; }
a:focus { outline: none; }

hr { margin: 7px 0; }

.required { color:#f00; }
.required_key { margin-bottom:5px; }



/* GENERAL STRUCTURE */

#pageContainer {
    width: 1000px; margin: 0 auto 10px auto;
	background-color: transparent;
}

#col560Top {
	width: 560px;
	height: 120px;
	margin-top: 13px;
	margin-right: 15px;
	float: left;
	position: relative;
	background: url("./images/560-top-bg.gif") top left no-repeat;
}

#col560Middle {
	width:560px;
	margin-right:15px;
	float:left;
	position:relative;
	background: url("./images/560-mid-bg-top.jpg") top left no-repeat;
}

#col560MiddleContent {
	background: url("./images/560-mid-bg-bot.gif") bottom left no-repeat;
	padding-top:100px;
	padding-bottom:15px;
}
	.contentBox1 {
		padding: 15px 15px 10px 15px;
	}
		.contentBox1 p {
			font-size: 1.2em;
			color: #fff;
		}
		.contentBox1 p.smaller {
			font-size: 90%;
			margin-bottom: 15px;
			line-height: 135%;
		}
		
	.contentBox1 ul {
		padding:0 0 5px 35px;
	}
	
	.contentBox1 ul li {
		font-size:1.2em;
		font-weight:bold;
		line-height:135%;
		color:#fff;
		list-style:disc;
		padding-bottom:3px;
	}
	
	.contentBox1 img {
		float: right;
		padding: 5px;
		margin: 0 0 10px 10px;
		border: 1px solid #fff;
	}


#col560Bottom {
	width: 560px;
	height: 165px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	background: url("./images/560-bot-bg.gif") top left no-repeat;
}
	.contentBox2 {
		margin-left: 230px;
		padding: 5px 10px 5px 0;
	}
		.contentBox2 p {
			text-align: left;
			color: #000;
		}
		.contentBox2 ul {
			margin-left: 20px;
			color: #000;
		}

#col425Top {
	width: 425px;
	margin-top: 13px;
	float: right;
	position: relative;
	background: url("./images/425-offer-bg-top.gif") top left no-repeat;
}

#col425TopContent {
	background: url("./images/425-offer-bg-mid.gif") bottom left no-repeat;
	padding-bottom:95px;
}
	
	.contentBox3 {
		padding: 8px 13px 5px 25px;
	}
		.contentBox3 h1 {
			color: #fff;
			font-weight:bold;
			margin-bottom: 10px;
		}
		
		.contentBox3 p {
			color: #fff;
			font-size: 1.6em;
			font-weight: bold;
			text-align: left;
			margin-left: 40px;
			padding-left: 30px;
			background: url("./images/check.gif") top left no-repeat;
		}

#col425Bottom {
	background: url("./images/425-offer-bg-form.gif") top left repeat-y;
}

#col425BottomContent {
	background: url("./images/425-offer-bg-bot.gif") bottom left no-repeat;
	padding-bottom:15px;
}

	.contentBox4 {
		padding: 0 0 5px 0;
	}
		.contentBox4 h1 {
			text-align: center;
			color: #000;
		}
		.contentBox4 p {
			text-align: center;
			color: #000;
		}


/* FORM STRUCTURE REGISTER BOX */

form {
	color: #000;
	padding:5px 12px 5px 12px;
}

label {
	font-size: 1.1em;
	font-weight: normal;
	vertical-align:middle;
}

input {
	margin-top: 2px;
	margin-bottom: 7px;
	font-size: 1.2em;
	outline: none;
	border: 1px solid #000;
	padding: 2px;
}

input.full,
select.full {
	width:370px;
}

input.half,
select.half {
	width:175px;
}

select {
	font-size: 1.2em;
	margin-top: 2px;
	margin-bottom: 7px;
	outline: none;
	border: 1px solid #000;
	padding: 1px;
	max-width:290px;
}

input.phoneArea {
	width: 30px;
	display:inline;
}

input.phoneBody {
	width: 60px;
	display:inline;
}

input.requestinfo {
	font-size: 2.4em;
	margin: 15px 0;
	width: auto;
	border: none;
}

p.inline {
	display:inline;
	margin:0;
	padding:0;
	vertical-align:middle;
}

textarea {
	margin-top: 5px;
	margin-bottom: 7px;
	font-size: 1.2em;
	outline: none;
	border: 1px solid #000;
	padding: 2px;
}
	


/* FOOTER */

#siteFooter {
    text-align: center;
    clear: both;
}			
    #siteFooter p {
        margin-bottom: 7px;
		color: #000;
		font-size: 1.1em;
    }
