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

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(../images/bg2.jpg);
	background-color: #fff;
	background-position: top center;
	background-repeat: repeat-y;
	
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
}

form {
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}

a:link {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:active {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#F00;
	text-decoration:underline;
}	

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:801px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#header {
	margin:0px;
	padding:0px;
	width:800px;
	height:200px;
	background:url(../images/header2.jpg) no-repeat;
}

#logo {
	margin:0px;
	padding:0px;
	height:200px;
	width:270px;
}

#grass {
	margin:0px;
	padding:0px;
	height:112px;
	width:532px;
}

#pics {
	margin:0px;
	padding:0px;
	height:88px;
	width:530px;
}

#fade {
	position:absolute;
	top:112px;
	left:265px;
	z-index:100;
}

#menu {
	margin:0px;
	padding:0px;
	min-height:300px;
	height:100%;
	width:148px;
	vertical-align:top;
}

#content {
	vertical-align:top;
	padding:5px 20px 75px;
}

div#footer {
	position:absolute;
	width:620px;
	bottom:0; /* stick to bottom */
	text-align:center;
	right:20px;
	font-size:18px;
	border-top:#F00 solid 3px;
}

.heading {
	font-weight:bold;
	font-size:25px;
}

hr {
	width:610px;
	height:3px;
	background-color:#F00;
	border:0;
}

#formItem {
	padding:0px 0px;
}

#formHeader {
	text-align:right;
	padding:5px;
}

#subHeader {
	color:#F00;
}


/*==========================================================================================================================================
menu css
==========================================================================================================================================*/
.glossymenu{
margin: 5px 0;
padding: 0;
width: 149px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background:#F00;
font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: white;
display: block;
/*position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0px;
padding-left: 10px;
text-decoration: none;
border-bottom:#FFF solid 1px;
background:url(../images/arrow.jpg) no-repeat right;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color:#000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #FFF;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
background:url(../images/arrow2.jpg) no-repeat right;
}

.glossymenu div.submenu ul li a:hover{
background: #fff;
color: #F00;
background:url(../images/arrow2.jpg) no-repeat right;
}

