body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #18548F;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}

table{
	background-color: #FFFFFF;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	color: #4C4C4C;
}

a {
	color: #f79133;
	text-decoration: none;
}

a:hover {
	color: #f79133;
	text-decoration: underline;
}

ul{
	margin: 0px 0px 10px 17px;
	padding: 0px;
	font-size: 12px;
	color: #4C4C4C;
	list-style-image: url(../images/arrow1.gif);
}

hr{
	border: 0px;
	color: #A3ADAD;
	background-color: #A3ADAD;
	height: 1px;
}

div.hr{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background-image: url(../images/dot.gif);
	height: 2px;
}

div.hr hr{
	display: none;
	}

div#nav{
	width: 764px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/gradient_nav.gif);
}

div#banner{
	width: 764px;
	padding: 0px;
	margin: 0px;
}

div#content{
	padding: 0px;
	margin: 10px 20px 10px 27px;
}

div#help{
	width: 187px;
	padding: 0px;
	margin: 0px;
	background-color: #eaebec;
	text-align: left;
}

div#help div.text{
	padding: 15px 15px 1px 15px;
	margin: 0px;
}

div#home_right{
	width: 325px;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #4C4C4C;
	background-color: #eaebec;
	text-align: left;
}

div#home_right div.top{
	padding: 7px 15px 5px 15px;
	margin: 0px;
	background-image:url(../images/gradient_greyTop.gif);
	background-repeat: repeat-x;
}

div#home_right div.bottom{
	padding: 0px;
	margin: 0px;
	background-image:url(../images/gradient_greybottom.gif);
	background-repeat: repeat-x;
}

.form {	
	font-size: 12px;
	color: #4C4C4C;
}

.input{
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4C4C4C;
}

.red {
	color:red;

}

/****** NAVIGATION ******/
a#Lhome {
	display: block; 
	width: 47px; 
	height: 32px; 
	background: url(../images/nav_h.gif) no-repeat;
}

a#Lhome:hover {
	background-position: -47px 0;
}

a#Lproducts {
	display: block; 
	width: 68px; 
	height: 32px; 
	background: url(../images/nav_p.gif) no-repeat;
}

a#Lproducts:hover {
	background-position: -68px 0;
}

a#LServices {
	display: block; 
	width: 64px; 
	height: 32px; 
	background: url(../images/nav_s.gif) no-repeat;
}

a#LServices:hover {
	background-position: -64px 0;
}

a#LPeople {
	display: block; 
	width: 78px; 
	height: 32px; 
	background: url(../images/nav_o.gif) no-repeat;
}

a#LPeople:hover {
	background-position: -78px 0;
}

a#LContact {
	display: block; 
	width: 76px; 
	height: 32px; 
	background: url(../images/nav_c.gif) no-repeat;
}

a#LContact:hover {
	background-position: -76px 0;
}


