/* main body */

body
{
	font-family:Helvetica, sans-serif;
	font-size:12px;
	color:#65696c;
	line-height:140%;
	height:100%;
	
}

#container
{
	width:864px;
	position:absolute;
	left:50%;
	margin-left:-432px;
	background-image:url(../img/bodyback.gif);
	background-repeat:repeat-y;
	min-height:100%;
	height: auto !important;
	height: 100%;
}

#header
{
	background-color:#ffffff;
	width:864px;
	height:353px;
	position:relative;
}

#logo
{
	position:absolute;
	top:0;
	left:0;
	height:118px;
	width:207px;
}

#byline
{
	position:absolute;
	top:0;
	right:0;
	width:417px;
	height:118px;
}

#flash
{
	width:864px;
	height:186px;
	position:absolute;
	left:0;
	bottom:0;
}

#cols
{
	width:864px;
	background-image:url(../img/contentback.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.col1
{
	width:566px;
	float:left;
	padding:20px;
	margin-bottom:150px;
}

.col1 ul
{
	list-style:square;
	margin-left:20px;
	margin-bottom:15px;
}

.col2
{
	width:253px;
	float:right;
	margin-bottom:150px;
}

.footer_spacer
{
	height:140px;
}

#footer{
	position:fixed; 
	bottom:0; 
	width:100%; 
	height:114px; 
	background-image:url(../img/grassback.png);
	background-repeat:repeat-x;
}

#foottext
{
	position:absolute;
	right:50%;
	margin-right:-412px;
	margin-top:84px;
	color:#FFFFFF;
}

strong
{
	font-weight:bold;
}

td
{
	vertical-align:top;
}

p
{
	padding:0px 0px 15px 0px;
	line-height:160%;
	text-align:justify;
}

/* headings */

h1
{
	padding:0px 0px 15px 0px;
	color:#78bf37;
	font-size:18px;
	text-transform:uppercase;
}

h2
{
	padding:0px 0px 15px 0px;
	color:#78bf37;
	font-size:15px;
	text-transform:uppercase;
}

h3
{
	padding:0px 0px 15px 0px;
	color:#78bf37;
	font-size:14px;
	text-transform:uppercase;
}

h4
{
	padding:0px 0px 15px 0px;
	color:#78bf37;
	font-size:13px;
	text-transform:uppercase;
}

h5
{
	padding:0px 0px 15px 0px;
	color:#78bf37;
	font-size:12px;
	text-transform:uppercase;
}

/* links */
a:link, a:active, a:visited  
{
	text-decoration: none;
	color:#78bf37;
}

a:hover 
{
	text-decoration: underline;
	color:#78bf37;
}

#foottext a:link , #foottext a:visited , #foottext a:active 
{
	color: #ffffff;
	text-decoration: none;
}

#foottext a:hover 
{
	text-decoration: underline;
	color: #ffffff;
}


/* rollovers */

a.feat
{
	font-size:10px;
	width:253px;
	text-decoration:none;
	float:left;
	text-indent:-9999px;
}

a.whatwedo:hover
{
	background-position: 0px -139px;		
}

a.ourexperience:hover
{
	background-position: 0px -144px;		
}

a.whatwedo
{
	height:139px;
	background:url(../img/whatwedo.jpg);
}

a.ourexperience
{
	height:144px;
	background:url(../img/ourexperience.jpg);
}

/*main navigation*/

#mainMenu
{
	position:absolute;
	left:0;
	top:128px;
	width:864px;
	height:38px;
}

#mainMenu ul
{
	padding:0px;
	width:864px;
}

#mainMenu ul li
{
  	list-style-type:none;
	float: left;
}

#mainMenu ul li a
{
	text-decoration:none;
	float:left;
	text-indent:-9999px;
}

.menuItem
{
	height: 38px;
}

#mainMenu ul li a:hover

{
	background-position: 0px -38px;
}

#homestyle a#menu-home, #aboutstyle a#menu-aboutus, #servicestyle a#menu-services, #benefitstyle a#menu-benefits, #processstyle a#menu-process, #transactionstyle a#menu-transactions, #contactstyle a#menu-contactus, #resourcestyle a#menu-resources
{
	background-position: 0px -38px;
}

a#menu-home
{
	width: 65px;
	background:url(../img/home.gif);
}

a#menu-aboutus
{
	width: 69px;
	background:url(../img/aboutus.gif);
}

a#menu-services
{
	width: 81px;
	background:url(../img/services.gif);
}

a#menu-benefits
{
	width: 120px;
	background:url(../img/benefits.gif);
}

a#menu-process
{
	width: 157px;
	background:url(../img/process.gif);
}
a#menu-transactions
{
	width: 190px;
	background:url(../img/transactions.gif);
}

a#menu-resources
{
	width: 96px;
	background:url(../img/resources.gif);
}

a#menu-contactus
{
	width: 86px;
	background:url(../img/contactus.gif);
}

/*contact form*/		
		
/* Contact Form Properties */

#name, #phone, #email, #comment
{
	width: 260px;
	height: 20px;
	border: solid #606060 1px;
	margin-bottom: 10px;
	margin-left: 20px;
}

#std_form td
{
	vertical-align: top;
	text-align: right;
}

#comment
{
	height:110px;
}