/* CSS Document */

a {
	color:#339933;
	text-decoration:none;
	font-weight:bold;
}

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

h1 span{
	display:none;
}

h2 {
	font-weight: bold; 
	font-size: 130%; 
	color:#305520;
}

h3 {
	font-weight: bold; 
	font-size: 120%; 
	color:#305520; 
}

h4 {
	font-weight: bold; 
	font-size: 110%; 
	color:#305520; 
}

hr {
	color:#28491B;
	background-color:#28491B;
	height:1px;
	border:0px;
}

input, select, textarea {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

li {
	list-style-image:url(../images/left-arrow.gif);
	margin:15px 0px;
}

table {
	color:#666666;
}

td {
	border-bottom:1px solid #FFFFFF;
}

tr {
	vertical-align:top;
}

th {
	background-color:#3C6927;
	color:#F4EEE7;
	text-align:left;
}

body, html {/*height: 100%;*/}

#outer {height: 100%; overflow: visible;} /* or without overflow */

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

body {
	background-color: #142900;
	font:70% Verdana, Arial, Helvetica, sans-serif;
	text-align:center; 
	margin:20px auto;  
	color:#336633; /* #F4EEE7;*/
}

#container {
	background:url(../images/bg.gif) top left repeat-y;
	margin-top:10px;
	margin: 20px auto; 
	text-align: left; 
	width: 770px !important; 
	width /**/:770px;
	height:100%;
	height: /**/:450px;
}

#menu {
	float:left;
	width:153px;
	margin:10px 0px;
}

#menu p {
	margin:0px 1px;
	text-indent:15px;
}

#menu a {
	color:#427B2B; /*#F4EEE7 */
	font: 100% Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #396F23;
	padding:6px 0px;
	font-weight:bold;
	background:url(../images/bullet_grnsq.gif) 5px center no-repeat;
}

#menu a:hover {
	background-color:#427B2B; /*#F4EEE7; */
	color:#eee5c4; /*#305520; */
}

#main {
	width:570px;
	margin:10px 10px 10px 180px;
	padding /**/:5px;
	background:url(../images/main_bg.gif) top right no-repeat;
	height:430px;
	height /**/:100%;
	min-height:430px;
}

#ftr {
	clear:both;
	font-size:90%;
	width:764px;
	background-color:#EEE5C4;
	line-height:25px;
	padding:0px 3px;
	margin: 20px auto; 
	text-align: left; 	
}

#ftrcontent {
	float:left;
	margin-left:175px;
	margin-top:-25px;
}

#sig {
	float:right;
	margin-top:-25px;
} 

/* homepage styles */

#hpHdr {
	background:url(../images/im_hp.gif) top center no-repeat;
	height:323px;
}

#news {
	font-weight:bold;
	width:70%;
	margin-top:-70px;
}

/* Inner page styles */

#plrparty, #trparty {
	border:1px solid #999999;
	font-weight:bold;
}

#plrparty h2, #trparty h2 {
	text-align:center;
	background-color:#427B2B;
	line-height:22px;
	margin:0px;
	color:#FFFFFF;
}

.highlight {
	font-weight:bold;
	font-size:120%;
	text-align:center;
	padding:10px;
	color:#569939;
}

small {
	font-weight:normal;
}

.la {
	float:left;
}

.ra {
	float:right;
}

.la img {
	margin-right:5px;
	border:3px solid #FFFFFF;
}

.ra img {
	margin-left:5px;
	border:3px solid #FFFFFF;
}

img.nb {
	border:0px;
}

.empty {
	clear:both;
}

#feedback th {
	background:none;
	text-align:right;
	color:#44782E;
}

#feedback td {
	background-color:transparent;
	border:0px;
}

#pricelist a {
	color:#427B2B;
}