html{height: 100%;}
body{height: 100%;}
#non_footer{position: relative;min-height: 100%;}
* html #non_footer{height: 100%;}
#content{padding-bottom: 195px;min-height: 100%;}
#footer{position: relative;margin-top: -195px;}

body {
	background: url('/images/bg_normal.png') repeat-x white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header {
	height: 96px;
	background-image: url('/images/header_bg.jpg');
	padding-top: 53px;
}
#header a {
	text-decoration: none;
	color: #0A1826;
}
#main_nav, #sub_nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
#main_nav {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin-top: 14px;
}
#sub_nav {
	clear: both;
	font-size: 11px;
	margin-top: 20px;
}
#sub_nav a {
	color: #606871;
}
#main_nav a:hover, #sub_nav a:hover {
	text-decoration: underline;
}
#main_nav li, #sub_nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-left: 15px;
}
#splash2 {
	height: 63px;
	line-height: 63px;
	background: url('/images/splash2_bg.png') no-repeat;
}
#splash2 p {
	line-height: 63px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #000 0px 2px 5px;
	color: white;
	text-transform: uppercase;
}
#splash2 #page_title p {
	font-size: 22px;
	font-weight: bold;
}
#splash2 #page_title p {
	border-right: 1px dotted white;
	line-height: 36px;
	margin-top: 12px;
}
#splash2 #page_description p {
	font-size: 11px;
	font-weight: normal;
}
#splash, #splash2 {
	margin-bottom: 36px;
}
#splash_text {
	position: absolute;
	text-align: center;
	width: 940px;
	background-image: url('/images/splashtext_bg.png');
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: #000 0px 3px 8px;
}
#splash_text p {
	margin: 0px;
	color: white;
	font-size: 40px;
	line-height: 50px;
	font-weight: normal;
	letter-spacing: -1px;
}
#splash_text a {
	text-decoration: none;
	color: white;
}
#footer {
	background: url('/images/footer_bg.png') repeat-x;
	height: 195px;
}
#footer_container {
	background: url('/images/footer_bg.jpg') no-repeat center;
	height: 140px;
	padding-top: 55px;
}
#footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
#footer li {
	margin: 0px;
	padding: 0px;
	display: inline;
	padding-right: 15px;
}
#footer a {
	color: #00CCFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: white;
}
#footer p {
	color: #1F779A;
	font-size: 11px;
	line-height: 17px;
}
#footer h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: white;
	font-weight: normal;
	margin-bottom: 10px;
}
#footer #copyright p {
	font-size: 10px;
}
#copyright a {
	font-weight: normal;
	color: #1F779A;
}
#copyright a:hover {
	color: #1F779A;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #262626;
	line-height: 40px;
	margin: 0px;
}
h2 {
	color: #006699;
	font-size: 22px;
	font-weight: normal;
	line-height: 40px;
	margin: 0px;
}
h3 {
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	line-height: 40px;
}
p, ul, ol, cite {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
div.highlight {
	text-align: center;
	background: url('/images/highlight.png') no-repeat center;
	height: 38px;
	margin-bottom: 20px;
}
div.highlight p {
	line-height: 38px;
	font-size: 26px;
	color: black;
}
span.highlight {
	background-color: #FFFFBE;
	display: inline-block;
}
div.highlight p strong {
	color: #339966;
}
p.leader {
	color: #006699;
	font-size: 17px;
	font-style: italic;
	line-height: 40px;
}
p.leader a {
	text-decoration: none;
}
a {
	color: #006699;
}
a:hover {
	color: #00A9CC;
}
p.leader a:hover {
	text-decoration: underline;
}
.right {
	float: right;
	padding-left: 20px;

}
.left {
	float: left;
	padding-right: 20px;

}
hr {
	border-color: #E5E5E5;
}
dl {
	line-height: 40px;
	font-size: 18px;
}
label {
	line-height: 40px;
	font-size: 18px;	
}
dt, label {
	float: left;
	width: 100px;
	display: inline-block;
	clear: both;
	padding-right: 20px;
	text-align: right;
	color: #333333;

}
dl#timeline {
	line-height: 20px;
}
dl#timeline dt {
	width: 80px;
	font-size: 12px;
	font-weight: bold;
}
dl#timeline dd {
	font-size: 12px;
	color: #999;
}
dl.contact dd {

}
dt {
	color: #006699;
}
.center {
	text-align: center;
}
#hometour {
	display: block;
	margin-bottom: 20px;
}
#hometour img.arrow {
	position: absolute;
}
#hometour_arrow_pages {
	position: absolute;
	left: 315px;
}
#hometour_arrow_members {
	position: absolute;
	margin-top: 220px;
	left: 200px;
}
#hometour_arrow_photos {
	position: absolute;
	left: 480px;
	margin-top: 190px;
}
#hometour_arrow_look {
	position: absolute;
	left: 450px;
	margin-top: 400px;
}
#hometour img.ss {
	border: 1px solid #ccc;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 0 3px;
	-moz-box-shadow:rgba(0,0,0,0.3) 0 0 3px;
	box-shadow:rgba(0,0,0,0.3) 0 0 3px;
}
#hometour_users {
	margin-top: 90px;
	margin-bottom: 60px;
}
#hometour_code {
	float: right;
}
#hometour_photos {
	margin-top: 60px;
	float: right;
}
hr.compensated {
	margin-left: 10px;
	margin-right: 10px;
}
input {
	line-height: 20px;
	padding: 2px;
	margin: 0px;
}
textarea {
	width: 270px;
	margin: 0px;
	line-height: 20px;
}
table.signup {
	color: #333333;
}
table.signup th, td {
	width: 180px;
}
th {
	text-align: left;
	font-size: 28px;
	font-weight: normal;
}
tr.monthly, tr.setup {
	font-size: 28px;
}
td.contact {
	font-size: 20px;
}
th.ready_made {
	color: #787878;
}
th.custom_design {
	color: #E4004C;
}
td.heading {
	font-size: 20px;
	color: #006699;
}
.example p {
	color: #999999;
}
.example img {
	-webkit-box-shadow:rgba(0,0,0,0.5) 0 1px 7px;
	-moz-box-shadow:rgba(0,0,0,0.5) 0 1px 7px;
	margin-bottom: 20px;
}
.example strong {
	display: block;
	font-size: 16px;
}
.example strong a {
	text-decoration: none;
}
.example a.small {
	font-size: 11px;
	text-decoration: none;
	color: #666666;
	display: block;
}
.postlet {
	border-bottom: 1px solid #E0E0E0;
}
.postlet h2 a {
	text-decoration: none;
	font-size: 28px;
}
.postlet cite {
	background-color: #E5E5E5;
	display: block;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: left;
}
ul.blog {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
ul.blog li {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px solid #E0E0E0;
}
ul.blog li a {
	color: #666666;
	text-decoration: none;
}
ul.blog li a:hover {
	background-color: #FFFFBF;
}
.tweet p {
	margin: 0px;
}
.tweet .when {
	font-size: 11px;
	color: #6C8B99;
	line-height: 40px;
}
.pagination {
	padding-top: 20px;
}
.pagination ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	margin-right: 30px;
	font-weight: bold;
}
.pagination ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	border-bottom: 1px solid #E5E5E5;
	line-height: 29px;
}
.pagination ul li a {
	display: inline-block;
	width: 30px;
	text-align: center;
	text-decoration: none;
}
.pagination ul li.jump a{
	width: auto;
	padding: 0px 5px 0px 5px;
}
.pagination p {
	line-height: 29px;
}
.pagination p a {
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}
.pagination a:hover {
	background-color: #FFFFBF;
}
#tour_nav {
	list-style-type: none;
	margin: 0px;
	padding:0px;
	width: 220px;
	background: url('/images/tour_bg.png') no-repeat right;
	min-height: 287px;
	font-size: 16px;
	font-weight: bold;
}
#tour_nav a {
	color: #999999;
	text-decoration: none;
}
#tour_nav li {
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
	line-height: 39px;
	
}
#tour_nav li.first {
	border-top: 1px dotted rgba(153,153,153,0.5);
}
#tour_nav li a {
	border-bottom: 1px dotted rgba(153,153,153,0.5);
	display: inline-block;
	width: 160px;
}
#tour_nav li a.active {
	background: white;
	color: black;
}
#tour_nav li a:hover {
	background: white;
	color: #006699;
}
.note {
	font-style: italic;
	color: #999;
}
a.button {
	display: inline-block;
	width: 195px;
	height: 42px;
	float: right;
}
a.button:hover {
	background-position: 0px -42px;
}
a.button2 {
	display: inline-block;
	width: 180px;
	height: 42px;
}
a.button2:hover {
	background-position: 0px -42px;
}
.nofloat {
  float: none;
}
.tour_button {
	background: url('/images/buttons/tour2.png');
}
.plans_button {
	background: url('/images/buttons/plans_pricing2.png');
}
.signup_button {
	background: url('/images/buttons/signup.png');
}
.quote_button {
	background: url('/images/buttons/quote.png');
}
.contact_us_button {
  background: url('/images/buttons/quote_today.png');
}
.contact_us_today_button{
  background: url('/images/buttons/demo.png');
}
#contact_form input {
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 260px;
}
#contact_form #send_button {
	width: 180px;
	height: 42px;
	background: url('/images/buttons/send.png');
	margin: 0px;
	padding: 0px;
	border: 0px;
	margin-top: 10px;
}
#send_button:hover {
	background-position: 0px -42px;	
}
#next_button {
	width: 180px;
	height: 42px;
	background: url('/images/buttons/next.png');
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#next_button:hover {
	background-position: 0px -42px;	
}

p.quote {
	font-style: italic;
	margin-bottom: 0px;
}
cite {
	display: block;
	text-align: right;
	color: #ccc;
	margin-bottom: 22px;
}
dl.form dt {
	display: inline-block;
	float: left;
	width: 200px;
}
p.title {
	font-style: italic;
	font-size: 11px;
}
div.outline {
  border: 1px solid #ccc;
  padding: 10px;
  margin-left: 50px;
  margin-bottom: 20px;
}

