@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffbd00;
	background-image: url(/images/body_bkgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

label{
	display: block;
}

.formLabel{
	display: inline-block;
	width: 100px;
}

#content{
	width: 700px;
	margin: auto;
	padding: 0;
	background-color: #FFFFFF;
}

#header{
	background-image: url(/images/header_bkgd.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 120px;
}

#menu{
	width: 700px;
	height: 30px;
	background: #5fdd00 url(/images/menu_bkgd.gif) no-repeat right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display: inline;
	margin: 10px;
	line-height: 30px;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

.hidden{
	display: none;
}

#sun_rays{
	position: absolute;
	top: 0;
	height: 110px;
	width: 42px;
	margin-left: -42px;
	background: url(/images/sun_rays.gif) no-repeat;
}

#grass{
	position: absolute;
	top: 0;
	height: 150px;
	width: 51px;
	margin-left: 700px;
	background: url(/images/grass.gif) no-repeat;
}

#pageContent{
	background: #FFFFFF url(/images/content_footer.gif) no-repeat bottom;
	width: 700px;
	min-height: 500px;
	text-align: left;
	overflow: hidden;
}

#banner{
	background: url(/images/hp_banner.jpg) no-repeat;
	width: 680px;
	height: 240px;
	margin: 10px;
}

#news{
	width: 200px;
	margin: 0 10px 10px 10px;
	background: #666cf2 url(/images/news_label.gif) no-repeat top left;
	padding: 40px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	line-height: 16px;
}

#pageText{
	margin: 0 10px 10px 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	width: auto;
	padding-bottom: 10px;
}

#footer{
	color: #FFFFFF;
	text-align: left;
	width: 700px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer a{
	line-height: 16px;
	background: url(/images/btnFaqSendEmail.gif) no-repeat left;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
}