/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

[ccho; 2009-01-04] Issue found with Chrome and FireFox shifting content window ten pixel to the left when y-scrollbar shows when content overflows. See http://www.webmasterworld.com/forum83/6990.htm
*/

/* @import url(recommended.css); */

* {
	margin: 0;
	padding: 0;
}

html {min-height: 100%; margin-bottom: 1px;}  /* force y-scrollbar to appear on Moz; http://www.communitymx.com/content/article.cfm?cid=528A0 */

body {
	margin: 0 0;
	background: #FFFFFF;
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

body #default {
	width: 770px;
	height: 20px;
	margin: 0 auto;
	background: white;
}

body #about {
	width: 770px;
	height: 20px;
	margin: 0 auto;
	background: url(images/hrn_header_about_pre.jpg) no-repeat;
}

/*
h1, h2 {
	font-weight: normal;
	color: #3B3B3B;

	margin: 0;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -0.035em;
} */

h1 { font-size: 182%; font-weight: normal; color: #3B3B3B; margin: 0;	padding-bottom: 5px;	border-bottom: 1px dotted #CCCCCC; letter-spacing: -0.035em; }
h2 { font-size: 122%; font-weight: normal; color: #3B3B3B; margin: 0;	padding-bottom: 0px; }
h3 { font-size: 90%; margin: 0 0 5px 0; padding-bottom: 5px; }

p, ul, ol {
	margin-bottom: 20px;
	/* line-height: 167%;
	font-size: 85%; */
	line-height: 19px;
	font-size: 13px;
}

a:link, a:visited {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #d6006c;
}

#header {
	width: 770px;
	height: 80px;
	margin: 0 auto;
	/* border: 1px solid black;
	border-style: dotted; */
}

#header_about {
	width: 770px;
	height: 80px;
	margin: 0 auto;
	background: url(images/hrn_header_about.jpg) no-repeat;
}

#logo {
	float: left;
	width: 252px;
	background: url(images/hrn_logo.gif) no-repeat;
	/* border: 1px solid black;
	border-style: dotted; */
}

#logo_about {
	float: left;
	width: 252px;
	background: url(images/hrn_logo_about.gif) no-repeat;
	/* border: 1px solid black;
	border-style: dotted; */
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px;
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: right;
	width: 490px;
	/* border: 1px solid black;
	border-style: dotted; */
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 167%;
	font-size: 85%;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 45px 17px 0 19px;
	margin: 0px;
	background: url(images/img1_trnsprnt.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
	/* border: 1px solid red;
	border-style: dotted; */
}

#menu a:hover {
	color: #d6006c;
}

#menu #cho a {
	display: block;
	float: left;
	height: 50px;
	padding: 45px 13px 0 15px;
	background: url(images/img1_gray.gif) repeat-x;
	text-decoration: none;
	font-size: 114%;
	font-weight: bold;
	/* letter-spacing: -0.5px; */
	color: white;
}

#menu #cho a:hover {
	color: #fbdd4a;
}

#menu #tabgrayR {
	display: block;
	float: left;
	width: 7px;
	height: 80px;
	background: url(images/img1_gray_right.gif) no-repeat;
}

#menu #tabgrayL {
	display: block;
	float: left;
	width: 7px;
	height: 80px;
	background: url(images/img1_gray_left.gif) no-repeat;
}

#splash {
	width: 770px;
	height: 240px;
	margin: 0 auto;
	background: url(images/hrnx_splash.jpg) no-repeat;
}

#splash_about {
	width: 770px;
	height: 240px;
	margin: 0 auto;
	background: url(images/hrnx_splash_about.jpg) no-repeat;
}

#splash_howitworks {
	width: 770px;
	height: 240px;
	margin: 0 auto;
	background: url(images/hrnx_splash_howitworks.jpg) no-repeat;
}

#splash_signup {
	width: 770px;
	height: 220px;
	margin: 0 auto;
	background: url(images/hrnx_splash_signup.jpg) no-repeat;
}

#splash_support {
	width: 770px;
	height: 220px;
	margin: 0 auto;
	background: url(images/hrnx_splash_support.jpg) no-repeat;
}

#splash p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #d6006c;
}

/* ======================================
	PAGE
======================================== */
#page {
	width: 770px;
	margin: 0 auto;
	/* border: 1px solid black;
	border-style: dotted; */
}

#page h1, #page h2 {
	margin-bottom: 10px;
}

/* ======================================
	CONTENT
======================================== */

#content {
	float: left;
	width: 520px;
	padding: 20px 10px 20px 10px;
	/* border: 1px solid red;
	border-style: dotted; */
}

#content ol, #content ul {
	margin-left: 3em;
}

img.left {
	float: left;
	margin: 0px 10px 0 0;
}

/* ======================================
	SIDEBAR
======================================== */

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 15px 20px 15px;
	/* border: 1px solid red;
	border-style: dotted; */
}

#sidebar h2 {
	/* padding-top: 6px; */
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0 0 20px 0;
	/* border-bottom: 1px dotted #CCCCCC; */
}

#sidebar h3 {
	height: 20px;
	padding: 0 12px;
	margin-bottom: 10px;
	background: #3B3B3B url(images/img4.gif) no-repeat;
	color: #FFFFFF;
}

#sidebar a {
	font-weight: bold;
}

#sidebar a.alt {
	padding-left: 10px;
	line-height: 25px;
}

#sidebar a:hover.alt {
	background: url(images/arror_hover.gif) no-repeat left center;
	text-decoration: none;
}

/* ======================================
	FOOTER
======================================== */

#footer {
	clear: both;
	width: 770px;
	height: 120px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 12px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#contact {
	text-align: center;
}

/* ======================================
	FORMS
======================================== */
form.signup { margin: 0px; padding: 0px; display: inline; }
form.signup label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

form.signup input.error {
	border: 2px solid red;
}

form.signup input { width: 265px; height: 25px; margin: 5px 0px 5px 0px; border: 0; background: url(images/textBox_signup.png) no-repeat; }

form.signup .label { width: 150px; vertical-align: middle; }

form.signup .submit { padding: 0; width: 104px; height: 36px; border: 0; float: right; }
