/*
Reset code Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


h1{font-size:158.5%;}
h2{font-size:143.1%;}
h3{font-size:118%;}
h1,h2,h3{margin:0;}
h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}
optgroup{font-weight:normal;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
em{font-style:italic;}
del{text-decoration:line-through;}
blockquote,ul,ol,dl{margin:1em;}
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
dl dd{margin-left:1em;}
table{border-collapse:collapse;border-spacing:0;}
th,td{border:0;padding:0;margin:0;border-spacing:0;}
th{font-weight:bold;text-align:center;}
caption{margin-bottom:.5em;text-align:center;}
sup{vertical-align:super;}
sub{vertical-align:sub;}
p,fieldset,table,pre{margin-bottom:1em;}
button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}


body {
	background: #ffffff url('images/bg_tile.gif') repeat-x scroll;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: left;
}

h1,h2,h3,h4,h5 {
	font-family: "Trebuchet MS", Trebuchet, "Helvetica Bold", Helvetica, sans-serif;
	color: #390;
}

h2 {margin-bottom: 10px;}

.active {
	visibility: visible !important;
}

a {
	color: #005A8C;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #005A8C;
	text-decoration: none;
}

a.button {
	display: block;
	text-align: left;
	text-indent: -9999px;
}

ul.tabs {
	list-style: none;
	margin: 0;
}

ul.tabs a {
	float: left;
	outline: none;
	text-indent: -9999px;
}

div.header,
div.container,
div.footer {
	position: relative;
	margin: 0 auto;
	width: 860px;
	padding: 0;
}

div.container {
	background: #fff;
	background: url(images/box_860_mid.png) 0 0 repeat-y;
}

div.containerTop {
	margin: 0 auto;
	min-height: 20px;
	width: 860px;
	background: url(images/box_860_top.png) 0 0 no-repeat;
	padding: 0;
}

div.containerBottom {
	margin: 0 auto;
	min-height: 20px;
	width: 860px;
	background: url(images/box_860_bottom.png) 0 0 no-repeat;
	padding: 0;
	clear: both;
}

div.pagecontent {
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	width: 820px;
	background: #fff;
	background: url(images/box_820_mid.png) 0 0 repeat-y;
}

div.pagecontentTop {
	margin: 0 auto;
	min-height: 20px;
	width: 820px;
	background: url(images/box_820_top.png) 0 0 no-repeat;
	padding: 0;
}


div.pagecontentBottom {
	margin: 0 auto;
	min-height: 20px;
	width: 820px;
	background: url(images/box_820_bottom.png) 0 0 no-repeat;
	padding: 0;
	clear: both;
}

div.pagecontentLeftCol {
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	width: 820px;
	background: #fff;
	background: url(images/box_820_leftcol_mid.png) 0 0 repeat-y;
    padding-left: 5px;
    min-height: 0px;
}

div.pagecontentTopLeftCol {
	margin: 0 auto;
	min-height: 20px;
	width: 820px;
	background: url(images/box_820_leftcol_top.png) 0 0 no-repeat;
	padding: 0;
}


div.pagecontentBottomLeftCol {
	margin: 0 auto;
	min-height: 20px;
	width: 820px;
	background: url(images/box_820_leftcol_bottom.png) 0 0 no-repeat;
	padding: 0;
	clear: both;
}

div.containerSmallMid {
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
	width: 405px;
	background: #fff;
	background: url(images/box_405_mid.png) 0 0 repeat-y;
}

div.containerSmallTop {
	margin: 0 20px 0 20px;
	min-height: 20px;
	width: 405px;
	background: url(images/box_405_top.png) 0 0 no-repeat;
	padding: 0;
}


div.containerSmallBottom {
	margin: 0 20px 0 20px;
	min-height: 20px;
	width: 405px;
	background: url(images/box_405_bottom.png) 0 0 no-repeat;
	padding: 0;
	clear: both;
}


/* @group Header */

div.header {
	height: 95px;
	z-index: 20;
}

a#tyh-logo {
	position: absolute;
	left: 0px;
	top: 25px;
	background: url(images/logo_tyh.png);
	height: 60px;
	width: 328px;
}

div.header div.login {
	background: url(images/bg_utilities.png) 0 0 no-repeat;
	height: 35px;
	width: 244px;
	padding: 4px 0 0 0;
      position: relative;
	text-align: right;
	float: right;
	font-size: 93%;
}

.smallButton {
	height: 20px;
	width: 55px;
	border: 0;
	background: url(images/btn_signin_off.png) 0 0 no-repeat;
	font-family: Trebuchet, verdana, "sans serif";
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 2px 10px 0 0;
	cursor:pointer;
}


input#username {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-top: 2px;
    width: 75px;
}

input#mockpass, input#realpass {
    position: relative;
    float: left;
    margin-left: 3px;
    margin-top: 2px;
    width: 75px;
}

div#forgotpass {
    position: relative;
    float: left;
    left: 125px;
    top: 2px;
}

div.header a {
	color: #fff;
	font-size: 85%;
	font-family: Helvetica, arial, "sans serif";
}


body.features a#tab-features,
body.home a#tab-home,
body.signup a#tab-signup,
body.blog a#tab-blog,
body.faq a#tab-faq,
body.about a#tab-about {
	opacity: 1.0;
}

div.header ul.tabs {
    position: relative;
    float: left;
    left: 340px;
	height: 26px;
	top: 50px;
	width: 586px;
	margin: 0;
}

div.header ul.tabs li {
	display: inline;
}

div.header ul.tabs a {
	background: url(images/nav_top.png) 0 0 no-repeat;
	height: 35px;
	opacity: 0.75;
}

div.header ul.tabs a:hover {
	opacity: 1.0;
}

div.header ul.tabs a#tab-home {
	background-position: 0 -550px;
	width: 67px;
}

div.header ul.tabs a#tab-signup {
	background-position: 0 -680px;
	width: 160px;
}

div.header ul.tabs a#tab-features {
	background-position: 0 -420px;
	width: 93px;
}

div.header ul.tabs a#tab-faq {
	background-position: 0 -290px;
	width: 52px;
}

div.header ul.tabs a#tab-blog {
	background-position: 0 -160px;
	width: 54px;
}

div.header ul.tabs a#tab-about {
	background-position: 0 -30px;
	width: 86px;
}


div.footer {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	min-height: 80px;
	padding: 5px 0 0 0;
	color: #666;
	text-align: right;
	clear: both;
}

div.footer a,
div.footer a:hover {
	font-weight: bold;
}

div.container h1.home {
	background: url(images/headers.png) 0 -390px no-repeat;
	height: 60px;
	width: 820px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

div.container h1.signup {
	background: url(images/headers.png) 0 -490px no-repeat;
	height: 60px;
	width: 820px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}
div.container h1.signup2 {
	background: url(images/headers.png) -35px -490px no-repeat;
	height: 60px;
	width: 127px;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
}

div.container h1.faq {
	background: url(images/headers.png) 0 -225px no-repeat;
	height: 35px;
	width: 75px;
	text-indent: -9999px;
	margin: 0 0 20px 20px;
	padding: 0;
}

div.container h1.features {
	background: url(images/headers.png) 0 -295px no-repeat;
	height: 50px;
	width: 130px;
	text-indent: -9999px;
	margin: 0 0 25px 20px;
	padding: 0;
}

div.container h1.about {
	background: url(images/hdr_about_us.png) 0 -15px no-repeat;
	height: 35px;
	width: 141px;
	text-indent: -9999px;
	margin: 0 0 20px 20px;
	padding: 0;
}

div.container h1.feedback {
	background: url(images/hdr_contact_us.png) 0 -15px no-repeat;
	height: 35px;
	width: 163px;
	text-indent: -9999px;
	margin: 0 0 20px 20px;
	padding: 0;
}

div.container h1.tos {
	background: url(images/hdr_terms_of_service.png) 0 -15px no-repeat;
	height: 35px;
	width: 249px;
	text-indent: -9999px;
	margin: 0 0 20px 20px;
	padding: 0;
}

div.container h1.privacypolicy {
	background: url(images/hdr_privacy_policy.png) 0 -15px no-repeat;
	height: 35px;
	width: 210px;
	text-indent: -9999px;
	margin: 0 0 20px 20px;
	padding: 0;
}

div.container h1.schools {
	background: url(images/hdr_schools.png) 0 -15px no-repeat;
	height: 35px;
	width: 345px;
	text-indent: -9999px;
	margin: 0 0 20px 20px;
	padding: 0;
}


div.tourTop {
	background: url(images/box_800_top.png) 0 0 repeat-y;
	min-height: 20px;
	width: 800px;
	padding: 0;
	margin: 0 0 0 20px;
}
div.tour {
	background: url(images/box_800_mid.png) 0 0 repeat-y;
	min-height: 265px;
	width: 800px;
	padding: 0;
	margin: 0 0 0 20px;
}

div#benefit-content {
	height: 247px;
	width: 600px;
	padding: 0 20px 20px 20px;
}

div.benefit {
	height: 267px;
	width: 530px;
	position: absolute;
	display: none;
}

div.benefit h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}


div#intro {
	display: block; 
	padding-right: 20px;
	background-image: url(images/img_home_feat_0.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


ul#benefit-tabs {
	background: url(images/box_tour_bottom.png) 0 0 no-repeat;
	height: 65px;
	position: relative;
	left: 20px;
	padding: 0;
	margin: 0;
}

ul#benefit-tabs li {
	display: inline;
}

ul#benefit-tabs a {
	background-image: url(images/tabs.png);
	float: left;
	height: 65px;
	width: 163px;
	padding: 15px 0 0 0;
	margin: 0;
	opacity: .7;
	text-indent: 0px;
	text-align: center;
	vertical-align: middle;
	font-family: Trebuchet, sans-serif;
	color: #339900;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

ul#benefit-tabs a:hover {
	opacity: 1.0
}

ul#benefit-tabs li {
	left: -50px;
}

ul#benefit-tabs li.selected a {
	opacity: 1.0;
}

ul#benefit-tabs li#tab-visualreports a {
	background-position: 0 -190px;
	width: 158px;
}

ul#benefit-tabs li#tab-easyentry a {
	background-position: 0 -380px;
}

ul#benefit-tabs li#tab-quickforms a {
	background-position: 0 -190px;
	width: 158px;
}

ul#benefit-tabs li#tab-anywhere a {
	background-position: 0 -190px;
	width: 158px;
}

ul#benefit-tabs li#tab-safe a {
	background-position: 0 -570px;
}



ul#feature-tabs {
    position: relative;
    float: left;
    text-align: left;
    width: 185px;
}

ul#feature-tabs li {
	list-style: none;
	background: url(images/tabs.png) 0 -30px no-repeat;
	height: 50px;
	width: 185px;
}

ul#feature-tabs a {
border-top: 7px solid transparent;
	height: 43px;
	width: 173px;
	padding: 0 0 0 10px;
	margin: 0;
	opacity: .7;
	font-family: Trebuchet, sans-serif;
	color: #339900;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	text-indent: 0px;
}

ul#feature-tabs a:hover {
	opacity: 1.0
}

ul#feature-tabs li.selected a {
border-top: 7px solid white;
	opacity: 1.0;
	background: url(images/tabs.png) 0 -110px no-repeat;
}

div#features-content {
	width: 580px;
	padding: 0 30px 20px 15px;
  	height:auto !important;
    position: relative;
    float: right;
    left: 0px;
    top: 20px;
    text-align: left;
    min-height: 0px;
}

div.feature {
	display: block;
	width: 550px;
    position: relative;
    float: left;
}

div.feature h2 {
	margin: 5px 0 15px 0;
}


div.feature a.more {
	font-size: .8em;
	letter-spacing: .1em;
}

div.getstarted {
	height: 188px;
	width: 258px;
	background: url(images/boxes-and-buttons.png) 0 0 no-repeat;
	position: absolute;
	left: 580px;
	top: 90px;
	padding-top: 20px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

div.getstartedWide {
	height: 100px;
	width: 465px;
	background: url(images/box_cta_wide.png) 0 0 no-repeat;
	position: absolute;
	left: 350px;
	top: 0px;
	padding: 20;
	margin: 0;
	vertical-align: middle;
}

.trialbutton{
	height: 40px;
	width: 160px;
	background: url("images/boxes-and-buttons.png") -4px -600px no-repeat;
	margin: 0 0 0 45px;
	#margin: 0;
	padding: 0;
	text-align: center;
}

div.getstarted .trialbutton{
	#margin: 0 45px 0 0;
}

.trialbutton a{
	height: 40px;
	width: 160px;
	display: block;
	padding: 9px 0 0 0;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
}

.trialbutton a:hover{
	background: url("images/boxes-and-buttons.png") -182px -600px no-repeat;
}

.ctawide { 
    position: absolute;
    margin: 0px;
    top: 28px;
    left: 290px;
}

div.subBoxes {
	background: url(images/boxes-and-buttons.png) 0 -219px no-repeat;
	height: 170px;
	width: 245px;
	padding: 0 0 0 15px;
	margin: 10px 0 10px 20px;
	float: left;
}

p.testimonial {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	padding: 0 8px 0 0;
}

div.subBoxes h3 {
	margin: 10px 0 5px 0;
}

ul#blogheadlines {
	margin: 0 0 0 -25px;

}

div#joinNewsletter {
	background: url(images/boxes-and-buttons.png) 0 -401px no-repeat;
	height: 100px;
	width: 250px;
	padding: 0 0 0 20px;
	margin: 0 10px 0 20px;
	float: right;
}

div.signupBox {
	background: url(images/box_signup_1_2yr.png) 0 0 no-repeat;
	height: 185px;
	width: 250px;
	padding: 15px 0 0 0;
	margin: 20px 10px 20px 0;
	float: left;
	text-align: center;
}
div.signupBoxBig {
	background: url(images/box_signup_3yr.png) 0 0 no-repeat;
	height: 215px;
	width: 250px;
	padding: 26px 0 0 0;
	margin: 8px 5px 10px 0;
	float: left;
	text-align: center;
}


div.divider { width: 780px; height: 20px; margin: 0px; padding: 0px; border-top: solid #d3d3d3 1px; text-align: right;}

div.divider a { font-size: 12px; line-height: 15px; font-weight: normal; color: #46A0C8;}

div.detail { width:780px;}

ol.faqlist {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0px;
}

p {
	margin-right: 35px;
}

.right { float: right;}

.red { color: red; }

.clearing {
    clear: both; 
    font-size: 1px; 
    line-height: 0; 
    height: 0;
}

