/* FreshBusiness - Template by Rafal Tomal - www.TomalDesign.com */
/* Common styles */
@import url("reset.css");
@import url("forms.css");

/* Custom styles */
@import url("main5Aug.css");
@import url("layout5Aug.css");

/* div, span, td, table { border: 1px solid #f00; } */  /* Debugging */#mainContainer #mainBackground #columnCenter #innerColumnCenter .box #bloggraphic {
	background-image: url(../images/main/blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 55px;
	position: absolute;
	left: 0px;
	top: 48px;
}

#innerColumnCenter .box #bloggraphic2 {
	background-image: url(../images/main/blog.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 55px;
	position: absolute;
	left: 0px;
	top: 2px;
}
#mainContainer #mainBackground #columnCenter #innerColumnCenter .box #newsgraphic {
	background-image: url(../images/main/newsgraphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 55px;
	position: absolute;
	left: 0px;
	top: 48px;
}
#mainContainer #mainBackground #columnCenter #innerColumnCenter .box #newsgraphic2 {
	background-image: url(../images/main/newsgraphic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 55px;
	position: absolute;
	left: 0px;
	top: 2px;
}
.news ul {
	list-style-type: none;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.news li {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-decoration: none;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.dividing {
	background-image: url(../images/main/divider2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

