@charset "UTF-8";

html {
    height: 100%;
}
#page {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #cedcdf;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12pt;
}
#frame {
	width: 943px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FFF;
	background-image: url(images/bg.png);
	background-repeat:repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	padding-left: 37px;
	padding-right: 38px;
}
#left_col {
	float: left;
	width: 306px;
	font-size: 9px;
	color: #35393A;
}
ul.nav, .nav a{
	color: #5F8E93;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	list-style-type: none;
	letter-spacing: 1px;
	padding: 0;
    margin: 0;
	text-decoration:none;
}
.nav a:hover {
	color: #3F6063;
}
ul.nav li  {
	padding-left: 20px;
}
ul.nav li:hover {
	color: #3F6063;
	padding-left: 20px;
}

ul.nav li.active {
	color: #BE1E2D;
	padding-left: 20px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
}
#logo {
	float: left;
	width: 306px;
	background-image:url(images/logo.png);
	height: 208px;
}
#logo2 {
	float: left;
	width: 306px;
	background-image:url(images/logo_hover.jpg);
	height: 208px;
}
#top {
	float: left;
	background-color: #E7F2F2;
	width: 637px;
	height: 208px;
}
.clear {
	clear:both;
}
#number {
	height: 19px;
	width: 271px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image:url(images/number.gif);
}
#recom {
	height: 39px;
	width: 271px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#started_o {
	background-image:url(images/started_over.png);
	width: 303px;
	height: 114px;
	margin-left:auto;
	margin-right: auto;
}
#started {
	background-image:url(images/started.png);
	width: 303px;
	height: 114px;
	margin-left:auto;
	margin-right: auto;
}
#watch_o {
	background-image:url(images/watch_over.png);
	width: 303px;
	height: 114px;
	margin-left:auto;
	margin-right: auto;
}
#watch {
	background-image:url(images/watch.png);
	width: 303px;
	height: 114px;
	margin-left:auto;
	margin-right: auto;
}
#conventions_o {
	background-image:url(images/conventions_over.png);
	width: 303px;
	height: 161px;
	margin-left:auto;
	margin-right: auto;
}
#conventions {
	background-image:url(images/conventions.png);
	width: 303px;
	height: 114px;
	margin-left:auto;
	margin-right: auto;
}
#copyright {
	margin-top: 10px;
	margin-left: 12px;
}
#content {
	float:left;
	width: 566px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 25px;
}
p {
	margin-top: 5px;
}
#content ul{
	margin-top: 5px;
}
.quote {
	color: #3F6063;
	font-style: oblique;
}
.test_quote {
	color: #3F6063;
	font-style: oblique;
}
#features {
	width: 190px;
	position: relative;
	left: -7px;
	top: 10px;
	float: left;
}
#feature_content {
	float:left;
	width: 596px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.blue_box {
	width: 350px;
	float: left;
	background-color: #E7F2F2;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	margin-top: 15px;
}
.blue_box ul{
	margin-left: -22px;	
	margin-top: 0px;
}
.mission_box {
	background-color: #E7F2F2;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 5px;
}
.red_sm {
	color: #BE1E2D;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
}
.white_box {
	width: 350px;
	float: left;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 10px;
}
.white_box p{
	margin-bottom: 7px;
}
.small {
	font-size: 10px;
}
.img_right {
	float: right;
	align: right;
	margin-bottom: 20px;
	margin-left: auto;
}
.img_btmarg {
	margin-bottom: 7px;
}
.two_col{
	width: 265px;
	margin-right: 15px;
	float:left;
}
.bold {
	font-weight: bold;
}
.blue_box_sm {
	width: 230px;
	float: left;
	background-color: #E7F2F2;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	margin-bottom: 15px;
}
.blue_box_sm ul{
	margin-left: -22px;	
	margin-top: 0px;
}
.right {
	FLOAT: right;
    POSITION: static;
}
.img_left {
	float: left;
	margin-right: 15px;
}
.logos_left {
	float: left;
	margin-right: 15px;
	margin-top: 20px;
}
.logos_box {
	width: 370px;
	float: left;
	background-color: #E7F2F2;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	margin-bottom: 15px;
}
#content a:link {
	text-decoration:none;
	color: #666;
}
#content a:active {
	text-decoration:none;
	color: #666;
}
#content a:hover {
	text-decoration:none;
	color: #000;
}
#content a:visited {
	text-decoration:none;
	color: #666;
}

.form_title{
	float:left;
	width: 150px;
}
.form_box{
	float:right;
}
img {
	border:none;
}
.testimonials{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
}
.test_quote {
	color: #96B0B7;
	line-height: 20px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
.title {
	color: #000000;
	line-height: 20px;
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
.testimonials img{
	border: 1px solid #96B0B7;
}
.bdr {
	margin-bottom: 10px;
	border-bottom: 1px solid #96B0B7;
}
.places{
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.places img{
	border: 1px solid #96B0B7;
	margin-left: 15px;
}
#popup {
	text-align:left;
	width: 405px;
	background-image:url(images/lost_records.png);
	background-repeat:no-repeat;
	padding-top:100px;
	padding-left:25px;
	padding-right:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}