/* Main CSS Document */

@import url("core.css");

#container { 
	width: 798px; 
	margin: 0px auto; 
}

#header { 
	width: 798px; 
	height: 80px; 
	background-image: url(../images/bg-header.gif); 
	background-repeat: no-repeat;	
	margin: 0px auto;
}
#header .logo {
	width: 200px;
	padding: 5px 0px 0px 10px;
	float: left;
}
#header .telephone {
	width: 435px;
	float: right;
	padding: 22px 27px 0px 0px;
}

#nav {
	width: 798px;
	height: 35px;
}
#nav .holder {
	position: absolute;
}
#nav .holder ul {
	padding: 0px;
	margin: 0px;
}
#nav .holder li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

/* central */
#central {
	width: 798px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d3;
}

/* content */
#content {
	width: 798px;
}

/* content leftside */
#content .left {
	width: 519px;
	float: left;
	padding: 39px 25px 25px 25px;
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-x;
}
#content .left .practices {
	width: 500px;
	padding: 20px 0px 0px 0px;
	background-image: url(../images/bg-our-practices.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	float: left;
	line-height: 14px;
}
#content .left .practices ul {
	margin: 0px;
	padding: 0px;
}
#content .left .practices li {
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding: 0px 0px 0px 12px;
}

#content .left .consumer {
	width: 211px;
	padding: 20px 20px 0px 20px;
	background-image: url(../images/bg-consumer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	float: left;
	line-height: 14px;
	margin: 0px 0px 0px 9px;
}
#content .left .consumer ul {
	margin: 0px;
	padding: 0px;
}
#content .left .consumer li {
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding: 0px 0px 0px 12px;
}

#content .left .offices {
	width: 211px;
	padding: 20px 20px 0px 20px;
	background-image: url(../images/bg-offices.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	float: left;
	line-height: 14px;
	margin: 0px 0px 0px 9px;
}
#content .left .offices ul {
	margin: 0px;
	padding: 0px;
}
#content .left .offices li {
	background-image: url(../images/bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding: 0px 0px 0px 12px;
}

#content .left ul {
	padding: 0px 0px 20px 40px;
}

/* content rightside */
#content .right {
	width: 184px;
	/*height:300px;*/
	float: right;
	padding: 17px 22px 17px 23px;
	font-size: 11px;
	line-height: 14px;
	background-image: url(../images/bg-right.gif);
	background-repeat: no-repeat;
}
#content .right ul {
	margin: 0px;
	padding: 0px 0px 0px 16px;
}
#content .right li {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../images/bullet-arrow.gif);	
}

#content .news {
	width: 229px;
	float: right;
}

/* footer */
#footer {
	width: 798px;
	height: 27px;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #8e8b8b;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
}
#footer .left {
	width: 450px;
	float: left;
	padding: 0px 0px 0px 15px;
}
#footer .right {
	width: 300px;
	float: right;
	padding: 0px 15px 0px 0px;
	text-align: right;
}
#footer p { 
	padding: 0px;
	margin: 0px; 
}
#footer a {
	color: #8e8b8b;
}
#footer a:hover {
	color: #333333;
}