html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color:#b60000;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

a:hover {
	color:#999999;
}

address { font-style:normal; margin:0px; padding:0px; }

.green { color:#2b4d00; font-size:14px; font-style:oblique; font-weight:bold; }

.green_lrg { color:#FFFFFF; font-size:28px; font-family:"Century Gothic", century gothic, sans-serif; font-weight:bold; text-shadow: #333 1px 1px 1px;
 }

.green_med { color:#FFFFFF; font-size:16px; font-family:"Century Gothic", century gothic, sans-serif; }

.green_sm { color:#FFFFFF; font-size:11px; font-family:"Century Gothic", century gothic, sans-serif; }

.contentheading { color:#b60000; font-size:16px; font-weight:bold; }

.read_more { font-size:11px; }

.coupon_green { color:#2b4d00; font-size:18px; font-family:"Century Gothic", century gothic, sans-serif; font-weight:bold; line-height:normal;}
.coupon_gray { color:#666666; font-size:11px; line-height:normal; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	background:#FFFFFF;
}

div#wrapper {
	width:968px;
	margin: 0 auto;
	}

div#header {
	width:968px;
	margin: 20px auto;
	}
	
#content_top {
	background-image:url(../images/content_top.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0 auto;
	height:17px;
	width:968px;
}

#content_bkg {
	background-image:url(../images/content_bkg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin: 0 auto;
	width:968px;
	height:auto;
}

#content { padding:0px 15px 0px 15px; line-height:17px;}

#green_box { 
	background-image:url(../images/green_box.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:236px;
	height:327px;
	padding:10px 0px 5px;
}

#content_btm {
	background-image:url(../images/content_btm.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0 auto;
	width:968px;
	height:159px;
	padding:5px 0px 0px 0px;
}

#footer, .footer { font-family:"Century Gothic", century gothic, sans-serif; color:#333333;}

/* menu links */
.menu-nav {
	list-style:none;
	margin:0px;
	padding:0px;
}
.menu-nav li {
	margin:0px;
	padding:0px;
	display:inline;
}

ul.menu-nav li a:link, ul.menu-nav li a:active, ul.menu-nav li a:visited, ul.menu-nav li a  {
	padding: 0px 10px;
	color:#6a7848;
	text-decoration:none;
	font-size: 14px;
	font-weight:normal;
	font-family:"Century Gothic", century gothic, sans-serif;
	outline:none;
}

ul.menu-nav li a:hover {
	color:#999;
	text-decoration:none;
}



ul.menu-nav li.active a, ul.menu-nav li.active a:link, ul.menu-nav li.active a:active, ul.menu-nav li.active a:visited {
	color:#999;
}

/* Joomla Specific */

span.article_separator {height:0px; margin:0px; padding:0px; }

span.attention {
	background:#FFF3A3;
	border:1px solid #E7BD72;
	color:#B79000;
	display:block;
	margin:15px 0;
	padding:8px 10px 8px 10px;	
}