@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
}
#holder {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/holderbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#push {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:255px;
	postion:relative;
	width:100%;
	clear:both;

}
#pushfam {
	background-image: url(images/family.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:255px;
	postion:relative;
	width:100%;
	clear:both;

}
#pushnhs {
	background-image: url(images/bannernhs.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:255px;
	postion:relative;
	width:100%;
	clear:both;

}
#textarea {
	position: relative;
	background-color: #FFFFFF;
	margin-left: 290px;
	padding: 15px;
	margin-right: 15px;
	border: 1px solid #999999;	
	min-height:600px;
  height:auto !important;
  height:600px;
}
#menu {
	position: absolute;
	width: 250px;
	left: 10px;
	top: 256px;
	font-size: 18px;
	padding-left: 10px;
	font-weight: bold;
}
#menu a:link, #menu a:active, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-bottom: 5px;
}
#menu a:hover {
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color: #000000;
}
.propertylist{
	margin-bottom: 15px;
	border: 1px solid #666666;
padding: 10px;
	position: relative;
	font-size: 12px;
}
.propertylist a:link, .propertylist a:active, .propertylist a:visited {
	color: #FF0000;
	font-weight: bold;
}
.propertylist a:hover {
	color: #000099;
}


/*STYLE FOR FORMS */
.inputs {
	width: 90px;
}
select  {
	float:right;
	width: 120px;
	background-color: #E2F5F5;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
}
radio {width:30px;}
legend {
	color: #003399;
}
.forms{
	float:left;
	width:40%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
