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

body {
	background-repeat:repeat-x;
	margin: 0px;
	background-color: #FFF;
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(images/body_bg.gif);
	height: 100%;
}

#container {
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container_bg.png);
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
	height: 100%;
	overflow: auto;
}
h1 {
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #1755A4;
	padding: 0px;
	height: 33px;
	margin-right: 0px;
	margin-left: 0px;
}
.custom_img {
	margin-bottom: 30px;
}
h2 {
	font-size: 18px;
	margin-top: 5px;
	color: #6ECFF6;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	color: #24AEEF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: 14px;
	color: #144A90;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border: none;
}
#header_phone {
	font-size: 24px;
	color: #1755A4;
	margin-top: 3px;
	margin-bottom: 3px;
}
#header_fax {
	font-size: 14px;
	color: #1755A4;
	margin-top: 5px;
}

#header {
	width:1000px;
	height:140px;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #2269B0;
}
.header_links {
	height: 20px;
	color: #1755A4;
	display: inline;
}
.header_links a {
	text-decoration: none;
	color: #1755A4;
}
#header a:visited {
	text-decoration: none;
}
.header_icon {
	margin-left: 5px;
	width: 20px;
	margin-right: 20px;
	margin-top: 13px;
}
.header_icon_r {
	margin-left: 5px;
	width: 20px;
	margin-top: 13px;
}
.phone_icon {
	margin-left: 10px;
	width: 20px;
}
#logo {
	float: left;
	width: 200px;
	padding-top: 30px;
	margin-left: 40px;
}
#header_nav {
	float: right;
	width: 425px;
	margin-right: 40px;
	text-align: right;
	margin-top: 35px;
	background-image: url(images/header_nav_bg.png);
	background-repeat: no-repeat;
	height: 94px;
	padding-top: 5px;
	padding-right: 8px;
	background-position: right top;
}

#content {
	width:460px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#content_wide {
	float: left;
	width: 920px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#left_home {
	float: left;
	width: 350px;
	margin-left: 40px;
	margin-top: 20px;
}
#home_box_top {
	background-image: url(images/lt_home_box_top.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 350px;
}
#home_box_content {
	background-image: url(images/lt_home_box_mid.gif);
	background-repeat: no-repeat;
	width: 330px;
	background-color: #6ECFF6;
	padding-right: 10px;
	padding-left: 10px;
}
#home_box_bottom {
	background-image: url(images/lt_home_box_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 350px;
}
#right_home {
	float: right;
	width: 600px;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 20px;
	text-align: center;
}
.check_titles {
	height: 30px;
	width: 300px;
}
.product_box {
	width: 438px;
	float: left;
	height: 40px;
	margin-bottom: 10px;
}

#btn_feature_ee {
  display: block;
  width: 448px;
  height: 46px;
  background: url(images/btn_feature_ee.gif) no-repeat 0 0;
}

#btn_feature_ee:hover {
	background-position: 0 -46px;
}

#btn_feature_ee span {
  display: none;
}

#btn_feature_full {
  display: block;
  width: 448px;
  height: 46px;
  background: url(images/btn_feature_full.gif) no-repeat 0 0;
}

#btn_feature_full:hover {
	background-position: 0 -46px;
}

#btn_feature_full span {
  display: none;
}

#btn_feature_custom {
  display: block;
  width: 448px;
  height: 46px;
  background: url(images/btn_feature_custom.gif) no-repeat 0 0;
}

#btn_feature_custom:hover {
	background-position: 0 -46px;
}

#btn_feature_custom span {
  display: none;
}

#btn_feature_online {
  display: block;
  width: 448px;
  height: 46px;
  background: url(images/btn_feature_online.gif) no-repeat 0 0;
}

#btn_feature_online:hover {
	background-position: 0 -46px;
}

#btn_feature_online span {
  display: none;
}

.product_icon {
	float: left;
	width: 75px;
}
.product_description {
	float: left;
	width: 250px;
	margin-left: 10px;
	margin-top: 12px;
}
#nav {
	background-color: #c7eafc;
	float: left;
	width: 1000px;
	height: 30px;
	background-image: url(images/nav_bg2.gif);
	background-repeat: repeat-x;
}
.nav_btn {
	height: 30px;
	float: left;
}
.nav_btn a {
	text-decoration: none;
	color: #1755A4;
}
.nav_home {
	height: 30px;
	width: 68px;
	float: left;
}

#full_line_btn {
	display: block;
	width: 185px;
	height: 30px;
	background: url(images/nav_full_line.gif) no-repeat 0 0;
}

#full_line_btn:hover {
	background-position: 0 -30px;
}

#full_line_btn span {
  display: none;
}

#early_child_btn {
	display: block;
	width: 203px;
	height: 30px;
	background-image: url(images/nav_early_childhood.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#early_child_btn:hover {
	background-position: 0 -30px;
}

#early_child_btn span {
  display: none;
}

#nav_tch_calendars_btn {
	display: block;
	width: 185px;
	height: 30px;
	background-image: url(images/nav_tch_calendars.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav_tch_calendars_btn:hover {
	background-position: 0 -30px;
}

#nav_tch_calendars_btn span {
  display: none;
}

#custom_btn {
	display: block;
	width: 168px;
	height: 30px;
	background: url(images/nav_custom.gif) no-repeat 0 0;
}

#custom_btn:hover {
	background-position: 0 -30px;
}

#custom_btn span {
  display: none;
}

#online_btn {
	display: block;
	width: 173px;
	height: 30px;
	background: url(images/nav_online.gif) no-repeat 0 0;
}

#online_btn:hover {
	background-position: 0 -30px;
}

#online_btn span {
  display: none;
}

#marketing_btn {
	display: block;
	width: 173px;
	height: 30px;
	background: url(images/nav_marketing.gif) no-repeat 0 0;
}

#marketing_btn:hover {
	background-position: 0 -30px;
}

#marketing_btn span {
  display: none;
}

#home_btn {
  display: block;
  width: 92px;
  height: 30px;
  background: url(images/nav_home.gif) no-repeat 0 0;
}

#home_btn:hover {
	background-position: 0 -30px;
}

#home_btn span {
  display: none;
}

#sidebar {
	width: 430px;
	float: right;
	margin-right: 12px;
	padding-right: 28px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.sidebar_left {
	float: left;
	width: 200px;
}
.sidebar_right {
	float: right;
	width: 225px;
}
#sidebar a:link {
	color: #1755AB;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	color: #24AEF1;
	text-decoration: underline;
	font-weight: bold;
}
.covers {
	float: right;
	width: 450px;
	margin-bottom: 10px;
}
#covers_top {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 960px;
	margin-left: 40px;
	margin-right: 40px;
	color: #14498E;
	font-weight: bold;
}
.cover_left {
	float: left;
	width: 185px;
	margin-right: 60px;
}
.cover_right {
	float: right;
	width: 185px;
	margin-right: 40px;
}

#footer {
	width:920px;
	height:135px;
	float: left;
	color: #2154A4;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1755A4;
	margin-top: 35px;
	margin-left: 40px;
}
#footer a {
	text-decoration: none;
	color: #2154A4;
}
#footer a:hover {
	font-weight: bold;
	color: #2179BD;
}
#footer a:visited {
	text-decoration: none;
}
#footer_left {
	float: left;
	width: 230px;
	margin-left: 40px;
	line-height: 20px;
}
#footer_middle {
	float: left;
	width: 230px;
	margin-left: 15px;
	line-height: 20px;
}
#footer_right {
	float: right;
	width: 250px;
	margin-right: 55px;
	text-align: right;
}
.margin_top {
	margin-top: 30px;
}
.quantity {
	font-size: 18px;
	color: #1755A4;
}
.price {
	font-size: 14px;
	color: #D81413;
	text-align: right;
}
.table {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 5px;
	border: 1px solid #F61715;
	width: 400px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.table_color {
	background-color: #B0CEF6;
}
.everyday_price {
	width: 62px;
	clear: both;
}
.online_features {
	font-size: 14px;
	color: #1755A4;
	list-style-image: url(images/icon_arrow.gif);
	line-height: 25px;
}
.normal_ul {
	list-style-type: disc;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #1755A4;
	display: inline;
	margin-top: 5px;
	margin-bottom: 20px;
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.web_showcase {
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24AEEF;
	padding-bottom: 25px;
}
.form {
	margin-top: -10px;
}
.home_btn {
	margin-bottom: 25px;
}
#right_content {
	float: right;
	width: 500px;
	margin-right: 40px;
}
.quote {
	width: 450px;
	margin-top: 30px;
	font-size: 13px;
	line-height: 21px;
	font-family: "MS Serif", "New York", serif;
	font-style: italic;
}
.normal_ul li span {
	color: #BA1111;
}
.signature {
	font-size: 14px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
}
.seperator {
	margin-top: 25px;
	margin-bottom: 25px;
	float: left;
	width: 350px;
}
.page_number {
	position: relative;
	float: right;
	right: 0px;
	height: 126px;
	width: 137px;
}
#right_home_sm {
	float: right;
	width: 410px;
	margin-top: 15px;
	margin-right: 40px;
}
#left_home_lg {
	float: left;
	width: 500px;
	background-image: url(images/img_home_promo.jpg);
	background-repeat: no-repeat;
	background-position: -100px;
	height: 485px;
	padding-left: 40px;
	padding-top: 10px;
	margin-top: -10px;
}
#right_content_sm {
	float: right;
	width: 410px;
	margin-right: 40px;
}
#flip {
	float: left;
	width: 1000px;
	margin-top: 10px;
	background-image: url(images/flip_disclaimer.gif);
	background-repeat: no-repeat;
}
.flip_text {
	float: left;
	width: 960px;
	padding-left: 40px;
	padding-top: 20px;
}
.text_img {
	margin-right: 2px;
}
.home_bold_blue {
	font-weight: bold;
	color: #154D95;
}
.coming_soon {
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: -25px;
	float: right;
}
.small_col {
	width: 400px;
}
#paint_girl {
	float: left;
	width: 198px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: 120px;
	background-image: url(images/img_paint_girl.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#social {
	float: left;
	width: 960px;
	padding-left: 40px;
}
#social img {
	margin-right: 10px;
}
#social a:link {
	color: #1755A4;
	text-decoration: none;
}
#social a:hover {
	font-weight: bold;
	text-decoration: none;
}
#social a:visited {
	color: #1653A0;
	text-decoration: none;
}
.contact_individual {
	float: left;
	margin-right: 50px;
	list-style-type: none;
	margin-bottom: 10px;
}
.contact_individual a:link {
	color: #1F71B1;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#contact ul {
	text-indent: 0px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#contact {
	margin-bottom: 30px;
	width: 920px;
	float: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1755A4;
	margin-right: 40px;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1755A4;
}
#subscribe {
	float: left;
	width: 350px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#nssea {
	width: 75px;
	float: left;
	height: 89px;
}
#live_chat {
	position: absolute;
	left: 800px;
	top: 50px;
}
#icon_flip {
	float: left;
	width: 225px;
	padding-top: 8px;
	margin-left: 30px;
}
.catalog_icon {
	float: left;
	width: 201px;
	margin-right: 50px;
	margin-bottom: 15px;
}
.back_crumb {
	font-size: 11px;
	float: right;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
.back_crumb a:link {
	text-decoration: none;
	color: #2269B0;
}
.back_crumb a:hover {
	color: #5AAACA;
	text-decoration: underline;
}
.back_crumb a:visited {
	color: #2269B0;
	text-decoration: none;
}
.icon {
	float: left;
	height: 16px;
	width: 16px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plans {
	height: 26px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #1769B6;
}
.disclaimer {
	font-size: 10px;
	color: #333;
}
.coming_soon2 {
	padding: 0px;
	margin-top: -115px;
	margin-right: 0px;
	margin-bottom: -25px;
	float: right;
}
