.row {
	border-top: 1px solid #b0b0b0;
	padding: 30px 0;
	overflow: hidden;
	width: 100%;
}
.news {
	width: 660px;
}
#news{
	border-top: 1px solid #b0b0b0;
	padding-top: 30px;
	width: 100%;
}
.events {
	width: 660px;
}
.intro {
	width: 630px;
}
.eventDates {
	width: 100px;
}
.eventDesc {
	width: 450px;
}
.eventDescDetail {
	width: 100%;
}
.padBot20 {
	padding-bottom: 20px;
}
.wrapper {
	width: 100%;
}
#event_btns_wrap {
	width: 100%;
	overflow: hidden;
}
#event_btns_wrap a {
	text-decoration: underline;
}
#event_btns_wrap a.right {
	margin-left: 10px;
}
.width50 {
	width: 50px;
}
.width150 {
	width: 150px;
}
.even {
	background-color:#F4F4F4;
}
#event {
	border-top: 1px solid #b0b0b0;
	padding-top: 30px;
	width: 100%;
}
.eventDesc {
	width:100%;
}
#case_study_detail{
	border-top: 1px solid #b0b0b0;
	padding-top: 30px;
	width: 100%;
}
/* contact form */
#enquiry_form ul li {
	padding-bottom: 7px;
	list-style: none !important;
	margin-left: 0 !important;
}
#enquiry_form label {
	width: 115px;
	display: inline-block;
}
#enquiry_form input.btn_enq_submit {
	width: 59px;
}
#enquiry_form input {
	width: 190px;
	display: inline-block;
}
#enquiry_form textarea {
	width: 350px;
	height: 50px;
	display: inline-block;
}
#enquiry_form input.longfield {
	width: 350px;
}
#enquiry_form input.checkbox {
	width: 14px;
	margin-right: 10px
}
.enquiry_text {
	width: 200px;
	display: inline-block;
}
#location_body {
	background: url(../images/home/bg_panel_body_grey_slim.png) repeat-y;
	padding: 5px 30px;
	overflow: hidden;
	color: #FFF;
	height: 100%;
}
	#location_body h1 {
		color: #FFF;
	}
	#location_body ul li {
		float: left;
		width: 70px;
		padding-left: 10px;
		background: url("../images/home/list_dot.gif") 0px center no-repeat;	
			
		/*list-style: inside !important;*/
		color: #FFF;
	}
	#location_body li a {
		text-decoration: underline;
		color: #FFF;
	}
/* search */
#search_list li {
	margin-bottom: 15px;
	padding: 5px;
}
.pagination {
	width: 100%;
	text-align: center;
}
#page_content ul li{
	list-style: disc;
	margin-left: 15px;
}