* {
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
}

body {
  background: #E2D9C9 url('../img/pagebg.jpg') bottom left no-repeat;
  margin-top: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #254930;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#pageholder {
  width: 950px;
  margin: 0 auto;
}

#top {
  height: 140px;
  background: #26512F url('../img/top_bg_vip.jpg') top right no-repeat;
}

#top table {
  float:right;
  height: 140px;
  width: 120px;
}

#top ul {
  float:right;
  list-style-image: url('../img/topmenu_bullet.gif');
  margin: 0 20px 0 0;
  #margin: 0 10px 0 0;
  padding: 0;
}

#top li {
  margin: 3px 0;
}

#top a {
  color: #ffffff;
  font-family: Arial;
  text-decoration: none;
}

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

#imglogo {
  float: left;
  width: 405px;
  height: 140px;
}

#vipmemb {
  display: block;
  float: right;
  margin-right: 20px;
  font: italic bold 20px/140px "Trebuchet MS", "Bookman Old Style";
}
#vipmemb a{
  font-family: Trebuchet MS, Bookman Old Style;
  font-size: 20px;
}
#vipmemb a:hover {
  text-decoration: none;
}


.hmenu {
  background: #CECA7D url('../img/mm_bg.gif') repeat-x;
  height: 42px;
  padding: 0 15px;
}

.hmenu a {
  display: block;
  float: left;
  padding: 0 10px;
  color: #254930;
  font: bold 13px/42px Arial;
  text-decoration: none;
}

.hmenu a:hover {
  background: #B4AE54  url('../img/mm_hov_bg.gif') repeat-x;
  text-decoration: none;
}

#content {
  background-color: #ffffff;
  padding: 13px 20px;
}

#content  h1 {
  width: 300px;
  margin: 0 0 10px 0;
  padding: 5px 0;
  border-bottom: 2px solid #254930;
  color: #254930;
  font-family: Trebuchet MS, Verdana, Tahoma;
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}

.blockholder {
  background: #ececec url('../img/blh_bg.gif') repeat-x;
  height: 215px;
  padding-top: 5px;
  text-align: center;
}

.block {
  float: left;
  width: 270px;
  height: 190px;
  margin: 0 6px;
  #margin: 0 5px;
  padding: 10px;
  background: #f0f0f0 url('../img/blck_bg.gif') repeat-x;
}

.block h4 {
  margin: 0;
  padding: 0 10px 5px;
  text-align: left;
  border-bottom: 2px solid #254930;
  color: #254930;
  font-family: Trebuchet MS, Verdana, Tahoma;
  font-size: 20px;
  font-weight: normal;
}

.cotext {
  background: #eaeaea url('../img/cotxt_bg.gif') repeat-x;
  padding: 25px 20px;
  margin-bottom: 8px;
}

.cotext div {
  text-align: justify;
  margin: 20px 0 10px 0;
  line-height: 20px;
  color: #000000;
}
.cotext div {
}
.crumbs {
  font-size: 11px;
  margin-bottom: 10px;
  color: #003300;
}

.crumbs a, .crumbs span {
  font-weight: bold;
  color: #003300;
}

#content .bottom {
  border-top: 2px solid #254930;
  margin-top: 2px;
  padding: 15px;
  line-height: 20px;
  text-align: center;
  color: #003300;
}
#content .bottom  a{
  color: #003300;
}

#footer {
  clear: both;
  padding: 10px;
  text-align: center;
  color: #003300;
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */




/*
background: #CECA7D url('../img/mm_bg.gif') repeat-x;
background: #B4AE54  url('../img/mm_hov_bg.gif') repeat-x;
*/


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu {
  color: #254930;
  font: bold 13px/42px Arial;
  background: #CECA7D url('../img/mm_bg.gif') repeat-x;
  height: 42px;
  padding: 0 15px;
	margin: 0px;
}
.menu ul li {
  /*height: 20px;*/
	margin: 0px;
  background: #CECA7D url('../img/mm_dd_bg.gif') repeat-y;
}

.menu ul {
	width: 196px;
}

.menu a {
	text-decoration: none;
  padding: 0 10px;
  color: #254930;
  font-weight: bold;
	font-size: 13px;
	font-style: Arial;
	line-height: 42px;
	display: block;
	margin: 0px;
	/*position: relative;*/
}

.menu ul li a {
  font-weight: bold;
	font-size: 13px;
	font-style: Arial;
	line-height: 20px;
	margin: 0px;
}

.menu li li {
	line-height: 20px;
	margin: 0px;
	border: 0;
	#border: 1px solid #CCC87A;
}

.menu a:hover, .menu li:hover>a {
  background: #B4AE54  url('../img/mm_hov_bg.gif') repeat-x;
}

.menu li li a:hover, .menu li li:hover>a  {
  background: #FFFCC8 none;
}

/*.menu li li {	/* create borders around each item * /
	border: 1px solid blue;
}
.menu ul>li + li {	/* and remove the top border on all but first item in the list * /
	border-top: 0;
}
*/
.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

.mn2 {
  height: 30px;
  background: #eaeaea url('../img/mn2_bg.gif') repeat-x;
}

.mn2 a {
	text-decoration: none;
  padding: 0 10px;
  color: #254930;
  font: bold 13px/30px Arial;
	display: block;
	/*position: relative;*/
}

.mn2 ul li a {
  font: bold 13px/20px Arial;
}

.mn2 a:hover, .mn2 li:hover>a {
  background: #f5f5f5  url('../img/mn2_hov_bg.gif') repeat-x;
}

.mn2 ul li {
  /*height: 20px;*/
  background: #ebebeb none;
}

.mn2 li li {
	border: 0;
	#border: 1px solid #EBEBEB;
}

.mn2 li li a:hover, .mn2 li li:hover>a  {
  background: #f3f3f3 none;
}

@media print
{
  .menu, .bottom {
     display: none;
  }
  #footer {
     display: none;
  }
}

.subscribe {  font-family: Trebuchet MS,Tahoma, Verdana, Arial;
  line-height: 25px;
  padding-top: 15px;
  font-size: 15px;
  color: #494949;}