/* CSS Document */
.print_only{
	display: none;
}

.invisible{
	display: none;
}

img{
	padding: 0px;
	margin: 0px;
}

a{
	color: #868686;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size: 18px;
	margin-bottom: 39px;
}

html, body{
	height: 100%;
	width: 100%;
	color: #868686;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

body {
	background-color: #BCBEC0;
	font-size: 13px;
	margin: 0px;
}

#container {
	position: relative; 
   width: 994px; 
	_height:	100%;			/*ie hack*/
	min-height: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	padding:	0px 9px 0px 9px;
	background-image:url(../images/bg_body.gif);
	background-repeat: repeat-y;
}

#header{
	z-index:	3;
	position: relative;
	width: 976px;
	background-color: #FFFFFF;
}

#logo{
	position: absolute; 
	left:22px; 
	top: 44px;
}

#menu{
	z-index: 40;
	position: relative;
	width: 976px;
	height: 28px;
	_top: -5px;
	.top: -5px;
	background-image:url(../images/bg_menu.png);
	background-repeat: repeat-x;
}

#pageTitle{
	padding: 0px 6px 5px 8px;
	_padding: 0px 4px 5px 7px;
}


#leftArea{
	position: absolute;
	z-index: 3;
	/*float: left;*/
	width: 235px;
	height: 113px;
	margin: 155px 0px 0px 0px;
	_margin-top: -152px;
	.margin-top: 152px;
	background-image: url(../images/bg_leftArea.gif);
	background-position: right top;
	background-repeat: no-repeat;	
}

#errorMsg{
	float: right;
	width: 595px;
	padding: 40px 100px 45px 0px;
	_width: 530px;
	_padding: 0px 100px 0px 0px;
}

#contentArea{
	float: right;
	width: 595px;
	padding: 0px 100px 0px 0px;
	_width: 530px;
	_padding: 0px 100px 0px 0px;
}

#moodImage{
	z-index: 2;
	position: absolute;
	height: 366px;
	width: 235px;
	bottom: 132px;
	_bottom: 103px;
	left: 9px;
	background-image: url(../images/mood_1.jpg);
}

#footer{
	float: right;
	position: absolute;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	border-top: 1px solid #AAAAAA;
	text-align: center;
	height: 106px;
	width: 976px;
	bottom: 0px;
	left: 9px;
}

#copyright{
	position: relative;
	top: 30px;
	font-size: 10px;
}

#mailform{
	visibility: none;
}

#message{
	width: 500px;
	height: 150px;
}

.testimonial{
	
}

.foldout{
	display: none;
	padding-bottom: 40px;
}