@charset "utf-8";
/* CSS Document */

body {
	font-family: Segoe UI;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#wrapper {
	width: 100%;
	margin: 0px auto;
	}
	
#container {
	width: 1000px;
	margin: 0px auto;
	}
	
#logo {
	width: 248px;
	height: 99px;
	padding-top: 10px;
	/*float: left;*/
	}
	
#translate {
	width: 300px;
	height: 99px;
	padding-top: 10px;
	float: right;	
	}
	
#nav {
	width: 1000px;
	height: 47px;
	margin: 0px auto;
	}
	
#header {
	width: 1000px;
	height: 229px;
	margin: 0px auto;
	}
	
#box {
	width: 1000px;
	height: 88px;
	margin: 0px auto;
	display:inline;
	}
#box1 {
	width: 331px;
	height: 88px;
	background-image: url(images/box_16.jpg);
	float:left;
	margin:0px;
	}
#box2 {
	width: 329px;
	height: 88px;
	background-image: url(images/box_001.jpg);	
	float:left;
	margin-left:5px;
	
	}
#box3 {
	width: 330px;
	height: 88px;
	background-image: url(images/box_00.jpg);
	float:right;
	margin:0px;
	}
	
#mainbody {
	width: 1000px;
	margin: 0px auto;
	padding-top: 20px;
	line-height: 20px;
	}
	
#left {
	width: 650px;
	margin: 0px auto;
	float: left;
	line-height: 25px;
	}
	
#right {
	width: 328px;
	margin: 0px auto;
	float: right;
	}
	
#services_r {
	width: 790px;
	margin: 0px auto;
	float: right;
	}
	
#services_l {
	width: 190px;
	margin: 0px auto;
	float: left;
	background-image: url(images/shadow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 500px;
	padding-right: 10px;
	}

	
#clear {
	clear: both;
	}
	
#green {
	width: 288px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 15px;
	}
	
#footer {
	width: 100%;
	height: 254px;
	margin: 0px auto;
	background-image: url(images/footerbg_36.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	}
	
#footer ul li {
	list-style-image: url(images/tick.png);
	}
	
#footercontent {
	width: 1000px;
	height: 254px;
	margin: 0px auto;
	}
	
#footerdivide {
	width: 320px;
	height: 254px;
	margin: 0px auto;
	padding-right: 10px;
	color: #666666;
	}

.smallBR {
	line-height: 1;
	font-size: 1px;
	}	

#left_links {
	width: 192px;
	margin: 0px auto;
	float: left;
	}
	
#right_links {
	width: 788px;
	padding-left: 20px;
	margin: 0px auto;
	float: right;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/*------------- font styles -------------*/
.title {
	font-family: "Myriad Pro";
	font-size: 25px;
	color: #158a15;
	}
	
.stitle {
	font-family: "Myriad Pro";
	font-size: 20px;
	color: #158a15;
	font-weight: bold;
	}
	
.footer_title {
	font-size: 14px;
	color: #158a15;
	}
	
.footer_copy{
	font-size: 10px;
	color: #666666;
	}
	
.style2 {
	font-size: 17px;
	color: #000000;
}

.greenbox {
	font-size: 13px;
	color: #333333;
	}



.helplink {font-size: 23px}

a.footer {
	font-family: Segoe UI;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
a.footer:link {
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
}
a.footer:hover {
	text-decoration: none;
	color: #000000;
}
a.footer:active {
	text-decoration: none;
	color: #666666;
	text-decoration: underline;
}


a.gbox {
	color: #333333;
	text-decoration: underline;
}
a.gbox:link {
	text-decoration: underline;
}
a.gbox:visited {
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
}
a.gbox:hover {
	text-decoration: none;
	color: #000000;
}
a.gbox:active {
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
}

