@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../img/header-spacer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.8px;
	line-height: 20.5px;
	color: #636363;
}

h1, h2, h3 {
	clear: both;
	font-family: /*"Myriad Pro Light",*/ "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: normal;
}

h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-size: 42px;
	color: #2f446d;
}

h2 {
	margin: 24px auto 16px auto;
	font-size: 33px;
}

h3 {
	margin: 18px auto 12px auto;
	font-size: 24px;
}

h4 {
	margin-bottom: 5px;
	font-size: 18px;
}

.left {
	float: left;
	margin: auto 25px 35px auto;
}

.right {
	float: right;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #2f446d;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 30px auto;
}

td {
	padding: 2px;
}

#header {
	position: relative;
	margin: 0px auto 40px;
	width: 800px;
	height: 430px;
	background-image: url(../img/header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header ul {
	margin: 25px auto;
	height: 64px;
	text-align: center;
}

#header li {
	margin: 0 15px;
	display: inline;
}

#header li a {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}

#header h2 {
	position: absolute;
	left: 440px;
	top: 146px;
	width: 300px;
	color: #900;
}

#header p {
	position: absolute;
	left: 440px;
	top: 220px;
	width: 350px;
	text-align: justify;
}

#header img {
	position: absolute;
	right: 20px;
	top: 340px;
}

#content {
	margin: 0 auto;
	width: 800px;
	min-height: 500px;
}

.textbox {
	clear: both;
	margin-bottom: 40px;
	width: 760px;
	height: 138px;
	padding: 20px;
	background-image: url(../img/textbox-blue.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
}

.textbox p {
	width: 530px;
}

#footer {
	margin-top: 50px;
	width: 100%;
	height: 177px;
	padding-top: 56px;
	background-image: url(../img/footer-spacer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer_menu {
	margin: 0 auto;
	max-width: 750px;
	padding-right: 50px;
	color: #FFFFFF;
}

#footer_menu ul {
	float: left;
	margin-left: 50px;
}

#footer_menu li {
	list-style-type: disc;
	list-style-position: inside;
}

.footer_menu-top {
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}

#footer_menu a {
	color: #FFFFFF;
}

.item-horiz-left {
	position: relative;
	margin: 50px 0px;
	padding-left: 80px;
}

.item-horiz-left img {
	position: absolute;
	left: 0px;
}

.item-horiz-right {
	display: table;
	margin: 30px 0px;
	height: 210px;
	padding-right: 260px;
}

.text-vert-center {
	display: table-cell;
	vertical-align: middle;
}

.item-box {
	float: left;
	margin-top: 70px;
	width: 360px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 70px 20px 0px 20px;
	text-align: justify;
}

.item-box h3 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#msgform {
	position: relative;
	padding: 30px 20px 20px;
	width: 760px;
	height: 350px;
	background-image: url(../img/letter.jpg);
	background-repeat: no-repeat;
}

#contact-button {
	position: absolute;
	bottom: 15px;
	right: 25px;
}

#contact {
	position: absolute;
	top: 30px;
	right: 30px;
}

#contact p {
	font-size: 10px;
}

#validImg {
	visibility: hidden;
	margin-left: 5px;
}

.thumbnail {
	margin: 20px 4px 10px;
	border-style: solid;
	border-width: 1px;
}

.category {
	border-top: solid;
	border-width: 1px;
	padding-top: 5px;
	text-align: right;
}

.package {
	float: left;
	margin: 40px 5px;
	width: 190px;
	line-height: 1.25em;
}

.package h3 {
	font-size: 18px;
}

.package li {
	margin-left: 20px;
	list-style-type: disc;
	line-height: 24px;
}

.package p {
	font-weight: bold;
}

.box {
	width: 395px;
	background-image: url(../img/box-middle.jpg);
	padding-left: 30px;
}

.box ol {
	margin-left: 20px;
	list-style-type: decimal;
}

.box_top {
	width: 425px;
	height: 24px;
	background-image: url(../img/box-top.jpg);
}

.box_bottom {
	width: 425px;
	height: 24px;
	background-image: url(../img/box-bottom.jpg);
	background-position: 1px 0px;
}

.hat {
	margin-left: 25px;
	width: 200px;
	text-align: center;
}

#promo-form {
	position: relative;
	width: 496px;
	height: 202px;
	padding: 50px 0 0 0;
	background-image: url(../img/restricted.jpg);
}

#promo-form p {
	margin-bottom: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#promo-form dl {
	position: absolute;
}

#button-lock {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#accepted-code {
	width: 740px;
	height: 340px;
	padding: 30px;
	background-image: url(../img/accepted-code-bg.jpg);
}

#accepted-code p {
	margin-top: 15px;
}

#rejected-code {
	width: 800px;
	height: 325px;
	padding-top: 75px;
	background-image: url(../img/rejected-code-bg.jpg);
	text-align: center;
}

#rejected-code p {
	margin: auto 30px 30px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dashlink {
	position: relative;
	border-bottom: dashed;
	border-width: thin;
	border-color: blue;
}

.tooltip {
	position: absolute;
	left: 450px;
	z-index: 100;
	visibility: hidden;
	width: 250px;
	border-width: thin;
	border-color: #AAA;
	border-style: solid;
	border-radius: 5px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #EEE;
	padding: 10px 15px;
	font-size: 11px;
	color: #333;
	text-align: justify;
}

