/*
---------------------------------------
Happy Child
Copyright 2006 : bendesmond.com
Creation date: 5 September 2006
---------------------------------------
*/

/* Page Setup */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #484848;
	margin: 0px;
	padding: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 916px;
	text-align: left;
	background-image: url(../images/hc-bg.gif);
	background-repeat: repeat-y;
}
#page {
	margin: 0px 8px 0px 8px;
	width: 900px;
	background-image: url(../images/avondalepage-bg.jpg);
	background-repeat: no-repeat;
}
#titlebar {
	margin: 0px 8px 0px 8px;
	width: 900px;
	height: 140px;
	background: url(../images/hc-titlebar-bg.gif) repeat-x #0073BD;
}
#titlebar img {
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}
#pageimage {
	float: left;
	margin: 0px;
	padding: 0px;
}
#pagetitle {
	float: left;
	margin: 0px;
	padding-left: 25px;
	width: 875px;
}
#pagetitle p {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.8em;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
	

/* Menu */
#mainnav {
	float: left;
	display: inline;
	width: 650px;
	height: 30px;
	margin: 110px 0px 0px 0px;
	padding: 0px;
	background: url(../images/hc-tag.gif) no-repeat;
	/*clear: both;*/
}

#mainnav img {
	margin: 0px;
	padding: 0px;
	display: inline;
}


/* Sub Menu */
#leftcolumn {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 220px;
	color: #666666;
}
#leftcolumn p {
	font-size: 1em;
	line-height: 1.6em;
	margin: 10px;
	color: #2C2C2C;
}
#leftcolumn h4 {
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}
#subnav {
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	width: 220px;
	color: #000000;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#subnav li {
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	display: block;
	padding: 7px 25px 7px 25px;
	color: #FFFFFF;
	text-decoration: none;
	width: 170px;
}
#subnav li a:hover {
	background-image: none;
	color: #FFFFFF;
}


/* Content */
#content {
	float: left;
	display: inline;
	width: 620px;
	margin: 30px 30px 30px 30px;
	/*clear: both;*/
}
#content p {
/*	font-size: 1.2em;*/
	line-height: 1.6em;
	margin: 0px;
	color: #2C2C2C;
}
#content li {
	/*font-size: 1.2em;*/
	line-height: 1.6em;
	margin: 0px;
	color: #2C2C2C;
}
#content a:link {
	font-weight: bold;
	text-decoration: none;
}
#content a:visited {
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.mediumprint {
	font-size: 90%;
	line-height: 90%;
}


h1 {
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.clear {
	clear: both;
}

/* Image Positioning */

.image-left {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	border: 0;
}


/* Footer */
#footer {
	width: 900px;
	height: 39px;
	clear: both;
	padding-top: 20px;
}
#footer p {
	margin: 0px;
	padding: 12px 30px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 0.8em;
	color: #8e8e8e;
}
#footer a:link {
	color: #8e8e8e;
	text-decoration: none;
}
#footer a:visited {
	color: #8e8e8e;
	text-decoration: none;
}
#footer a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

/* Image Handling */

.image-rp20-bp10 {
	float: left;
	padding: 0px 20px 10px 0px;
}
.imageright-pl20 {
	float: right;
	padding-left: 20px;
}
.image-pt20 {
	float: right;
	padding-top: 20px;
}

#sidebox {
	float: right;
	width: 170px;
	margin-left: 20px;
}
#insidebox {
	padding: 10px;
}
