.cat_placement {
	position: static;
	right: 0px;
	bottom: 0px;
}
.main_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #496a38;
}
.bg {
	background-color: #d1caa6;
	margin: 0px;
}
.sm_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #280B0B;
}
.link_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:hover {
	text-decoration: none;
}

.right {
	padding: 5px;
	background-color: #496a38;
}
.txt_s {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;	
}

h1 {
	font-size: medium;
	font-weight: bolder;
	color: #c7d8bf;
	vertical-align: middle;
	margin: 0px;
}
.txt_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #c7d8bf;
	font-size: medium;
}
.txt_m_br_b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	color: #600;
	font-size: medium;
}
.txt_m {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	color: #600;
	font-size: medium;
}

.txt_linkb {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #600;
	font-size: small;
}

.link_bot {
	font-family: Arial, Helvetica, sans-serif;
	color: #600;
	font-weight:bolder;
	font-size: x-small;
}

.link_bot_b {
	font-family: Arial, Helvetica, sans-serif;
	color: #c7d8bf;
	font-weight:bolder;
	font-size: small;
}

/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
.menu {
	width:820px; 
	height:30px; 
	position:relative; 
	z-index:1000;
	font-family:arial, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:495px; 
	w\idth:495px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/*
.menu ul ul {
	width:81px;
}
*/


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:81px;*/
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:small;
	
	text-decoration:none;
	color:#496a38;
	height:35px;
	/*border:1px solid #000;*/ 
	border-width:1px 0 1px 1px;
	/*background:#0F0;*/ 
	padding-left:9px;
	padding-right:9px;
	line-height:35px;

	font-family: Georgia, "Times New Roman", Times, serif;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:82px; 
	w\idth:82px;
}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	/*background:#30F url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;*/
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	/*background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
}

.menu ul ul :hover > a.drop {
	/*background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;*/
	}
  
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:150px;
	/*border-top:1px solid #000;*/
}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#496a38;
	height:30;
	line-height:1em;
	width:300px;
	border-width:0 1px 1px 1px;
	background-color: #bfd0b1;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFF;
	/*background:#b7d186;*/
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#FFF;
	/*background-image: url(http://www.pghsw.com/img/nav_drop.png);*/
	background-repeat: no-repeat;
	background-position: left center;
	/*background:#b7d186;*/
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;
}
.full_w {
	width: 100%;
}

.thumbholder {width:100%; margin:0 auto;}
/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/cssplay-clickbox.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
a.clickbox, a.clickbox:visited, a.clickbox:hover {text-decoration:none;}
a.clickbox img {display:block; border:0;}
 
a.clickbox b {display:block;}
 
a.clickbox {float:left; margin:0 3px 3px 0; display:inline;}
 
a.clickbox .lightbox {position:absolute; left:-9999px; top:0; cursor:default; z-index:1000;}
 
a.clickbox .light {position:absolute; left:0; top:0; width:100%;}
a.clickbox .box {position:absolute; left:0; width:100%; text-align:center; height:300px; top:180px; margin-top:-150px;}
/* trigger for IE6 */
a.clickbox:active {direction:ltr;}
 
a.clickbox:active .lightbox {left:0; width:100%; height:100%;}
a.clickbox .lightbox:hover,
a.clickbox:focus .lightbox {position:fixed; left:0; width:100%; height:100%;}
 
a.clickbox .lightbox:hover .light,
a.clickbox:active .lightbox .light,
a.clickbox:focus .lightbox .light {background:#000; width:100%; height:100%; filter: alpha(opacity=75);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75); opacity:0.75;
}
 
a.clickbox .lightbox:hover .box img,
a.clickbox:active .lightbox .box img,
a.clickbox:focus .lightbox .box img {border:2px solid #000; margin:0 auto; padding:1px; background:#fff;}
 
a.clickbox .lightbox:hover .box span,
a.clickbox:active .lightbox .box span,
a.clickbox:focus .lightbox .box span {display:block; font:normal 11px/18px verdana, sans-serif; width:400px; padding:0; margin:10px auto; text-align:center; text-decoration:none; color:#ddd;}
 
.clear {clear:left;}
 
a.clickbox i {display:block; width:16px; height:16px; position:fixed; right:-100px; top:0; z-index:500;}
 
a.clickbox .lightbox:hover i,
a.clickbox:active i,
a.clickbox:focus i {right:10px; top:10px; background:url(img/close.gif);}
 
#close {display:block; position:fixed; width:16px; height:16px; right:10px; top:10px; z-index:1000; background:url(img/trans.gif); cursor:pointer;}
 .white_border {
	border: 5px solid #FFF;
}
.green_wrap {
	background-color: #788262;
	width: 880px;
	padding: 20px;
	margin-top: 90px;
	float: center;
	margin-left: auto;
	margin-right: auto;

}
.txt_m_g {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #496a38;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #496a38;
	margin: 0px;
}
