/

/* ===== HEADER ===== */
body{
	background-image:url(../fw/bg_bamboo.jpg);
	background-repeat: repeat;
}

#wrap{ margin:auto; background-image: url(../fw/content_back.jpg);}

#container {
	width: 980px;
	/*border: 1px solid black;*/
	margin: 0px auto;
	text-align:left;
	background-image: url(../fw/content_back.jpg);
}

#header {
	background-image: url(fw/banner.jpg);
	width: 980px;
	height: 194px;
	padding: 0px;
	margin: 0px;
}

/*#menucontainer {
	margin-left: 100px;
	margin-top: 20px;
	font-family: Lucida Calligraphy, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#menucontainer {
	/*background-image: url(images_fw/topbar_new.jpg);
	width: 620px;
	height: 200px;
	padding: 0px;
	margin: 0px;
}

#menucontainer .menulinks {
	padding-top: 105px;
	padding-left: 60px;
	margin-top: 0px;	
	color: white;
}*/

#leftmenu {
	width: 200px;
	text-align:right;
	vertical-align:top;
	}

#leftmenu img { border: 0px;
 }

/* ===== BODY ===== */

#content {
	width:720px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 20px 0px 0px 20px;
	min-height: 420px;
	height:auto !important;
  	height:420px;
	vertical-align:top;
	text-align:justify;
}


#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px 5px;
}

#content h1 {
	padding: 0px 0px;
	color: #4F543D;
}

#content p {
	
}


#content li {
	padding: 0px 5px 10px 5px;
	//list-style-image: url(images_fw/bullet_green.gif);
	
}

#content img {
	padding: 20px;
}

#content .gtext {
	padding: 0px;
}

a:link {
	color: #567418;
}

a:visited {
	color: #567418;
} 


/* ===== FOOTER ===== */

#footer {
	background-image: url(fw/footer.jpg);
	height: 45px;
	width: 980px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
}


.nav a,  .nav a:visited{
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #51553c;
	text-decoration: none;
	display:block;
	padding-right: 30px;
	background-image: url(jayray_navbg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 180px;
	
	font-weight:bold;
}

.nav ul{ margin:0px;
padding:0px;}
.nav li{
	list-style: none;}
#navHover, .nav a:hover{
	font-family: "Monotype Corsiva";
	font-size: 22px;
	color: #51553c;
	font-weight:bold;
	text-decoration: none;
	display:block;
	background-image: url(jayray_navbghover.jpg);
	background-repeat: no-repeat;
	height:30px;
	width:178px;
}
.nav li a:hover{
	list-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #FFFFFF;
	height:28px;
}

