*{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p {
	padding: .5em 0;
	
}
h1{
	font-size: 1.8em;
	color: #383838;
	font-weight: normal;
}
h2 {
	
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1.3em;
	
}
h3{
	font-size: 1.0em;
	color: #339900; 
	
}
a {
	color: #383838;
	text-decoration: none;
	
}
a:hover {
	
}
a img {
	border: 0 none;
}
p{
	text-align: justify;
	line-height: 20px;
}
p.strong{
	font-weight: bold;
}
body {
	background: url(../images/background.jpg) repeat-x;
	font-family:"Trebuchet MS", sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #383838;
	text-align: center;
}
#container{
	background: url(../images/bg_container.jpg) repeat-y;
	text-align: left;
	margin: 0px auto;
	width: 769px;
	
}
#container_i{
	background: url(../images/container_right.jpg) top right no-repeat;	
}
#container_i_i{
	background: url(../images/container_bottom.jpg) bottom no-repeat;
	padding-right: 9px;
	padding-bottom: 25px;
}
#navbar{
	
}
#navbar ul{
	list-style: none;
}
#navbar ul li{
	float: left;
	margin: 0 1px;
}
#navbar ul li a{
	background: url(../images/nav_l.jpg) top left no-repeat;
	height: 30px;
	color: #FFFFFF;
	display: block;
	line-height: 30px;
	cursor: pointer;
}
#navbar ul li a span{
	background: url(../images/nav_r.jpg) top right no-repeat;
	display: block;
	height: 30px;
	padding: 0 29px;
}
#navbar ul li a:hover{
	/*font-weight: bold;*/
}
#logo{
	clear: both;
	padding: 20px 0 0 20px;
	height: 80px;
}
#header{
	background: #3A3A3A url(../images/header.jpg) center no-repeat;
	height: 140px;
}
#sidebar{
	width: 206px;
	float: right;
	padding: 15px;
	/*margin-right: 24px;*/
	margin-right: 16px;
	background: #DDDBDC;
}
#sidebar ul{
	list-style: none;
}
#sidebar ul li{
	padding: 3px 10px;
}
#main{
	float: none;
	/*margin-right: 210px;*/
	margin-right: 236px;
}
#main_contents {
	padding: 10px 18px;
}

#main_contents.homepage {
	height: 120px;
	background: #A4D64F;
	color: #FFFFFF;
}
#main_contents #main_contents_i {
	background: #FFFFFF;
}
#main_contents.homepage #main_contents_i {
	background: transparent;
}

/*#tax{
	padding: 20px;
	float: left;
}
#tax ul{
	list-style: none;
}
#tax ul li{
	background: url(../images/bullet.jpg) top left no-repeat;
	padding: 0px 25px;
	line-height: 19px;
}
#business{
	padding: 20px;
	float: right;
}
#business ul{
	list-style: none;
}
#business ul li{
	background: url(../images/bullet.jpg) top left no-repeat;
	padding: 0px 25px;
	line-height: 19px;
}*/

#homepage_servicesboxes ul{
	list-style: none;
}
#homepage_servicesboxes ul li{
	background: url(../images/bullet.jpg) top left no-repeat;
	padding: 0 0 0 25px;
	line-height: 19px;
}
#footer{
	clear: both;
	text-align: center;
	font-size: 0.9em;
	padding-top: 10px;

}
.clr{
	clear: both;
}

.cols {
	
}
.cols_2 {
	
}
.cols_2 .col {
	float: left;
	width: 47%;
}