body 
{
	background-image: url('http://www.asgi.us/images/grass.jpg');
}
h3
{
	margin-top:40px;
}
.vedit th, .hedit th
{
    background-color: #ADDAB9;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
#container 
{
	background: #fff url('/images/member-container-bg.gif') top center repeat-y;
	text-align: left;
	margin: 0px auto;
	width: 800px;
	padding: 0px 12px;
}
#content
{
	padding:20px;
	background: #fff;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	background: #003300 url(http://www.asgi.us/wp-content/themes/iCompany/images/menu-bg.gif) repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-align: left;	
	text-transform: uppercase;
	padding: 0px 0px;
	margin: 0px;
	height: 22px;
	display: block;
	clear: both;
}
#menu ul {
	margin: 0px; padding: 0px;
	height: 22px;
}
#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px; padding: 0px;
}
#menu ul li a {
	display: block;
	color: #FFF;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	border-right: 1px solid #565656;
	border-left: 1px solid #969696;
	}
#menu ul li.home a {
	border-left: 0px;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
	background: #003300 url(http://www.asgi.us/wp-content/themes/iCompany/images/menu-bg.gif) 0px -22px repeat-x;
	color: #FFF;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
}
#menu ul li a:hover {
	background: #003300 url(http://www.asgi.us/wp-content/themes/iCompany/images/menu-bg.gif) 0px -22px repeat-x;
	color: #ccc;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
	line-height: 22px;
	}
/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #000;
	color: #003300;
	text-align: left;
	font-size: 11px;
}
#footer a {
	color: #003300;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer #footernav {
	list-style-type: none;
	margin: 0px; padding: 0px 0px 8px 0px;
}
#footer #footernav li {
	display: inline;
	border-left: 1px solid #003300;
	margin: 0px; padding: 0px 10px 0px 10px;
}
#footer #footernav li.home {
	border: none;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#footer #footernav li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px; padding: 0px;
}
#footer #footernav li a:hover {
	color: #FFF;
	text-decoration: underline;
}	
