img, div, a, input { 
	behavior: url(iepngfix/iepngfix.htc) 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}
#container {
	text-align: left;
	padding: 0px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 313px;
	width: 990px;
	position: relative;
}
#site_logo {
	position: absolute;
	width: 502px;
	height: 78px;
	z-index: 5;
	top: 14px;
	left: 1px;
}
#top_menu {
	position: absolute;
	z-index: 3;
	top: 28px;
	width: 476px;
	right: 0px;
}
#bottom_menu {
	position: relative;
	background-color: #33FF66;
	width: 990px;
	clear: both;
}
#content_container {
	background-image: url(images/FinalInterface_39.jpg);
	width: 990px;
	background-repeat: repeat-y;
	clear: both;
}
#content {
	float: left;
	width: 580px;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 35px;
	padding-left: 50px;
}
#content a:link {
	color: #265735;
	text-decoration: none;
}
#content a:visited {
	color: #659e6b;
	text-decoration: none;
}
#content a:hover {
	color: #c00000;
	text-decoration: none;
}
#sidepanel {
	width: 280px;
	padding: 25px 15px 40px 25px;
	float: right;
}
#feature {
	padding-right: 10px;
	padding-left: 6px;
}
#projectview {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #89B48B;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
}
#projectview a:link {
	color: #000000;
	text-decoration: none;
}
#projectview a:visited {
	color: #000000;
	text-decoration: none;
}
#projectview a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	background-image: url(images/footer_bkgd.jpg);
	background-repeat: repeat-x;
	height: 101px;
	width: 990px;
	clear: both;
	position: relative;
}
#fleft {
	float: left;
}
#fmiddle {
	width: 877px;
	float: left;
}
#fmenu {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
}
#fmenu a:link, #fmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fmenu a:hover {
	color: #000000;
	text-decoration: none;
}
#fcopyright {
	color: #93BD97;
	font-size: 11px;
	padding-top: 24px;
}
#fright {
	float: right;
}

/* DROP DOWN MENU START */
#nav {
	margin: 0;
	padding: 0;
	text-align: left;
	list-style: none;
	z-index:999;
	position: relative;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	margin: 0;
	float: left;
	position: relative;
	height: 36px;
	width: 118px;
}
#nav li img {
	display: block;
	border: 0;
}
#nav li ul {
	position: absolute;
	top: -9999em;
	width: 118px;
}
#nav li:hover ul, #nav li.sfhover ul {
	z-index: 99;
	left: 0px;
	top: 36px;
	background: url(images/bg-dropdown.png) top left repeat;
	width: 118px;
}
#nav li:hover {
	height: auto; /* :KLUDGE: Sticky Sons of Sukerfish Dropdown Fix */
}
#nav li ul li {
	width: 118px;
	height: auto;
}
/* DROP DOWN MENU END */


/* CONTENT AREA DROP DOWN MENU START */
#nav2 {
	margin: 0;
	padding: 0;
	/*text-align: left;*/
	list-style: none;
	z-index:98;
	/*position: relative;*/
}
#nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav2 li {
	margin: 0;
	float: left;
	position: relative;
	height: 60px;
	width: 495px;
}
#nav2 li img {
	display: block;
	border: 0;
}
#nav2 li ul {
	position: absolute;
	top: -999em;
	width: 495px;
}
#nav2 li:hover ul, #nav2 li.sfhover2 ul {
	z-index: 199;
	top: 57px;
	/*height: 60px;*/
	/*width: 495px;*/
}
#nav2 li:hover {
	height: 60px; /* :KLUDGE: Sticky Sons of Sukerfish Dropdown Fix */
	width: 495px;
}
#nav2 li ul li {
	/*width: 495px;*/
	height: 46px;
	z-index: 199;
}
/* CONTENT AREA DROP DOWN MENU END */

/* Form Styles
---------------------------------------------------------------------- */
.txtbox {
   height: 20px;
   width: 160px;
   border: 1px solid #969696;
}
.txtarea {
   border: 1px solid #969696;
}
