body {
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #293726;
}
a {
	text-decoration: none;	
	color: #74BA64;
}
a:hover {
	text-decoration: underline;	
}
input {
	border: 1px solid #AFCAAB;
	padding: 2px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;	
}
#page {
	width: 760px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	padding: 1px 1px;
	padding-top: 0px;
	
}
.right {
	float: right;
	width: 200px;	
}
#header {
	height: 80px;
	background: url('img/headerbg.gif');
	background-color: #1F5931;
	background-repeat: repeat-x;
}
#undernav {
	
	background-color: #1F5931;
	height: 23px;
	padding-top: 8px;
}



#aboutuslinks,#serviceslinks,#supportlinks,#portfoliolinks {
	display: none;	
	text-align: right;
}
#aboutuslinks a,#serviceslinks a,#supportlinks a,#portfoliolinks a {
	padding: 6px;
}
#aboutuslinks a:hover,#serviceslinks a:hover,#supportlinks a:hover,#portfoliolinks a:hover {
	background-color: #377241;
	background: url('img/navlinkbg.gif');
	text-decoration: none;
}




#breadcrumbs {
	background: url('img/breadcrumbsbg.gif');	
	color: #ffffff;
	padding: 7px;
	font-size: 11px;
}
#pagehead {
	background-color: #cccc99;
	padding: 16px;
	color: #333333
}
h1 {
	margin: 0px;
	font-size: 19px;
	font-weight: normal;
	padding: 5px 0px;	
	font-family: Trebuchet ms, Arial, sans-serif;
}
#content {
	padding: 16px;
	font-size: 12px;
	line-height: 18px;	
}
#content:ul {
	display: block;	
}
h2 {
	color: #B5761B;
	font-size: 17px;
	font-weight: normal;
	font-family: Trebuchet MS, Arial, Sans-serif;
}
#footer {
	background-color: #1F5932;
	
	color: #BBCCB7;
	padding: 3px;
	text-align: center;
}	

#header ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 22px;
}

#header li { /* all list items */
	float: left;
	position: relative;
	
	width: 1em;
	display: block;
}

#header li ul { /* second-level lists */
	display: none;
	position: absolute;
	
	top: 1em;
	left: 0;
	padding: 0px;
	margin: 0px;
}
#header li ul a {
	margin: 1px;	
	padding: 3px;
	display: block;
}
#header li ul a:hover {
	
	background: url('img/navlinkbg.gif');
	text-decoration: none;
}
.navlink {
	color: #ffffff;	
}

#header li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#header li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.button  {
	background: url('img/button.gif');	
	width: 79px;
	height: 55px;
	display: block;
}
.button:hover {
	background: url('img/buttonb.gif');
}
.support  {
	background: url('img/support.gif');	
	width: 79px;
	height: 55px;
	display: block;
}
.support:hover {
	background: url('img/supportb.gif');
}
.services  {
	background: url('img/services.gif');	
	width: 79px;
	height: 55px;
	display: block;
}
.services:hover {
	background: url('img/servicesb.gif');
}
.aboutus  {
	background: url('img/aboutus.gif');	
	width: 79px;
	height: 55px;
	display: block;
}
.aboutus:hover {
	background: url('img/aboutusb.gif');
}
.portfolio  {
	background: url('img/portfolio.gif');	
	width: 79px;
	height: 55px;
	display: block;
}
.portfolio:hover {
	background: url('img/portfoliob.gif');
}
.largebutton a {
	background-color: #cccc99;	
	padding: 10px;
	display: block;
	margin: 1px;
	color: #1F5932;
	border-right: 4px solid #1F5932;
}
.largebutton a:hover {
	background-color: #FCFFFB;
	border-right: 4px solid #80C071;
	text-decoration: none;
}	
.left {
	margin-right: 218px;	
	
}
#clientlogin {
	width: 200px;
	float: right;	
}
