@charset "utf-8";
/* Barry Weaver Consulting */

body
{
		background: #7CA63F url(images/bg_top.jpg) repeat-x top;
		padding: 0px;
		margin: 0px;
		font-family: Arial;
		font-size:12px;
		font-weight:normal;
		line-height:18px;
		color: #000000;
}

img

{
	border:0px;
}

a
{
	color: #6D9A3F;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	font-weight: normal;
	text-decoration:underline;
}

h1
{
	
	padding: 0;
	margin: 10px 0;
	font-family: "Trebuchet MS" ;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}

h1 a
{
	color: #333333;
}

#header
{
	padding-bottom: 10px;
}

#content_bottom
{
 	padding: 1px 0 10px 0;
}

#contents
{
	padding: 0 10px 0px 10px;
	background-color:#FFFFFF;
}

#content{
	float: left;
	min-height: 438px;
	background: #fff;
}

*html #content{
	float: left;
	height: 438px !important;
	background: #fff;
}


#lp_center
{
	
	background: url(images/lp_center.jpg) repeat-y;
	width: 198px;
}

#lp_top
{
	background: url(images/lp_top.jpg) no-repeat;
	width: 199px;
	height: 14px;
	padding-top: 10px;
}

#lp_bottom
{
	background: url(images/lp_bottom.jpg) no-repeat;
	width: 199px;
	height: 9px;
}

#cp_tl
{
	background: url(images/cp_tl.jpg) no-repeat;
	width: 9px;
	height: 9px;
}	
#cp_tc
{
	background: url(images/cp_tc.jpg) repeat-x;
	height: 9px;
}	

#cp_tr
{
	background: url(images/cp_tr.jpg) no-repeat;
	width: 9px;
	height: 9px;
}	

#cp_bl
{
	background: url(images/cp_bl.jpg) no-repeat;
	width: 9px;
	height: 9px;
}	
#cp_bc
{
	background: url(images/cp_tc.jpg) repeat-x top;
	height: 9px;
}	

#cp_br
{
	background: url(images/cp_br.jpg) no-repeat;
	width: 9px;
	height: 9px;
}

/* Table Navigation*/
.left-nav
{
  background: #666666;
}
.left-nav td
{
	border-bottom: dotted 1px #92B843;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.left-nav td a
{
	color: #cccccc;
	text-decoration: none;
	padding-left: 6px;
}
.left-nav td a:hover, .left-nav td a.selected 
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

/* Table Navigation ends*/

.nav
{
	padding:0;
	margin:0;
    list-style:none;
}

.nav li
{
	margin:0;
	padding: 0;
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
}


.nav li a
{
	display:block;
	background: url(images/lp_nav.jpg) no-repeat;
	line-height: 30px;
	width:172px;
	padding-left: 26px;
	text-decoration:none;
	color:#333333;
}

.nav li a:hover
{
	background: url(images/lp_nav_hover.jpg) no-repeat;
	text-decoration:none;
	font-weight: bold;
	color:#ffffff;
	
}

.nav li a.selected
{
	background: url(images/lp_nav_hover.jpg) no-repeat;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
} 

#footer
{
	background: url(images/footer.png) repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	padding: 10px 0px;
}
#footer a
{
	text-decoration: none;
	color: #90B643;
	
}
#footer a:hover
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.entry{
	padding: 0px 0px 20px 0px;
}

#sidebar{
	float: left;
	padding: 0px 0px 0px 10px;
}

#sidebar ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li{
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	color: #fff;
}

#sidebar h2{
	color: #fff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

textarea{
	width: 400px;
}

