/* CSS Document */

body			{background-image:url(images/topext.gif); background-position:top; background-repeat:repeat-x; margin: 0 0 0 0;; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6c6c6c; line-height:15px;}
p				{font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:15px; color:#6c6c6c;}
h1				{font-family: Georgia, "Times New Roman", Times, serif; font-size:21px; line-height:15px; color:#4e7113; font-weight:normal;}
h2				{font-family: Georgia, "Times New Roman", Times, serif; font-size:15px; line-height:0px; color:#4e7113; font-weight:normal;}
.mainhome		{position:relative; margin-left:auto; margin-right:auto; width:904px; height:auto;}
.logo			{position:relative; top:5px; left:0px;}

.content-wrap	{position:relative; margin-left:auto; margin-right:auto; width:904px; top:270px; height:auto; overflow:auto; background-image:url(images/rightext.gif); background-repeat:repeat-y;}
.text-area		{position:relative; left:0px; top:0px; width:533px; height:100%; float:left;}
.right-area		{position:relative; right:0px; top:0px; width:320px; height:100%; float:right;}
.right-text		{position:relative; width:280px; top:20px; left:20px;}

.botbar			{position:relative; width:100%; height:110px; top:270px; background-color: #aee04c; color:#6c6c6c; clear:both;}
.botwrapper		{position:relative; margin-left:auto; margin-right:auto; width:903px; height:70px;}
.botleft		{position:relative; width:500px; height:70px; left:0px; float:left;}
.botright		{position:relative; width:300px; height:70px; right:0px; float:right; text-align:right;}

.homebox-wrap	{position:relative; width:532px; height:269px;}
.login-box		{position:relative; width:348px; height:269px; background-image:url(images/loginbox.gif); background-repeat:no-repeat; float:left;}
.login-text		{position:relative; left:25px; top:117px; width:288px;}
.improve-box	{position:relative; width:167px; height:269px; float:right;}
.clearFloat 	{font-size: 10px; clear: right; display: block;}
.table			{background-color:#E2E2E2; border-bottom:solid 1px #FFFFFF; border-left:solid 1px #FFFFFF;}
/* Menu Start */
.menubar {
	position: absolute;
	height: 38px;
	width: 100%;
	top: 80px;
	left: 0px;
	z-index:50px;
	background-image:url(images/menubar.gif);
}
#menu,#submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11.5px;
	font-weight: normal;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: Bold;
	padding: 11px 11px 2px 11px;
	margin: 0 0 0 0px;
}
#menu li a:hover {
	background: #276f08;
	color: #FFFFFF;
}
#submenu {
	position: absolute;
	width: 150px;
	display: none;
	z-index: 50;
	color: #FFFFFF;
}
#submenu li {
	float: none;
}
#submenu li a {
	background-color: #276f08;
	color: #FFFFFF;
	padding: 11px 11px 2px 11px;
	text-align: left; 
}
#submenu li a:hover {
	background-color: #1c5504;
	color: #FFFFFF; 
}
#menu li:hover #submenu {
	display: block;
}
/* Menu End */