/* CSS Document */

/*    GENERAL STYLES    */

body {
	background: #c4dae1;
	margin: 0;
	padding: 0;
}

p, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

a {
	text-decoration: none;
	color: #000;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #207791;
}

.footer {
	margin: 0;
	padding: 15px 0px 0px 0px;
	font-size: 10px;
	color: #999;
	text-align: center;
}

#main-container {
	text-align: center;
	vertical-align: middle;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	height: 133px;
	width: 800px;
}

/*     NAVIGATION     */

#nav-left {
	background: url(images/nav_lt.jpg) no-repeat;
	height: 30px;
	width: 15px;
}

#nav-container {
	height: 30px;
	width: 800px;
}

#nav-right {
	background: url(images/nav_rt.jpg) no-repeat;
	height: 30px;
	width: 17px;
}

/*     MAIN PAGE CONTENT     */

#content {
	background: url(images/content_bg.jpg) repeat-y;
}

#content-center {
	padding: 15px 15px 15px 5px;
	width: 700px;
}

#content-left {
	padding: 15px 10px 0px 5px;
	width: 350px;
	vertical-align: top;
}

#content-right {
	padding: 15px 5px 0px 10px;
	width: 350px;
	vertical-align: top;
}

#content-bottom {
	background: url(images/footer.jpg) no-repeat;
	height: 51px;
	width: 800px;
}

/*     MISCELLANEOUS     */

.content-bullets {
	line-height: 20px;
}

#contact-box {
	background: #fff;
	border: solid 6px #207791;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	padding: 5px;
}

#contact-box b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #207791;
}

#contact-box p {
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 10px;
}

.faq a {
	font-size: 16px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	padding-left: 50px;
	color: #207791;
}

.blue  {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #207791;
}

.page-header {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #165669;
	padding-bottom: 10px;
}

.input {
	font-size: 16px;
	font-weight: bold;
	color: #0b3b49;
}

form {
	margin: 20px;
}

#coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background: url(images/thankyou_bg.jpg) no-repeat;
	height: 408px;
	width: 497;*/
	text-align: center;
}

img {
	border: none;
}

#state-button {
	float: left;
	clear: right;
	width: 165px;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

#state-content {
	text-align: center;
}

#state-button img  {
	border: 3px solid #3d9cb8;
}

#state-button img:hover {
	border: 3px solid #1d6b82;
}