/* HOME */

a.homepage_box {
	height: 140px;
	width:325px;
	display: block;
	float: left;
	margin: 10px 10px 0 0;
	text-decoration: none;
}

/* ABOUT */

.aboutcolholder {
	display: block;
	margin: 35px 0 0 15px;
}

.aboutcol {
	width: 315px;
	height: 101px;
	float: left;
	margin: 0 10px 0 0;
}

.aboutcol p {

	margin-top: 0;
}

.aboutcol img {
	margin: 0 10px 0 0;
}

/* PROJECTS */

.project {
	display: inline;
	float: left;
	margin: 0 40px 10px 0;
	text-align: center;
}

.project img {
	margin:0 0 10px 0;
	border: 0;
}

.project a {
	font-weight: bold;
}

/* VIEW PROJECT */

.detailsholder {
	display: block;
	padding: 50px 0 0 0;
}

.detailsholder .photos {
	width: 380px;
	float: left;
	
}

.detailsholder .photos a {
	float: left;
	margin: 0 15px 15px 0;
}

.green {
	color: #036638;
}

.detailsholder .details {
	float: left;
	width: 190px;
}

/* CONTACT US */

.contactdetails {
	float: left;
	width: 250px;
	margin: 0;
	padding-left: 5px;
	
}

.contactmap {
	float: right;
	width: 320px;
	text-align: left;
	margin: 0;
	position: relative;
	top:-50px;
}

/* liScroll */
.tickercontainer { /* the outer div with the black border */
background: transparent; 
width: 800px; 
height: 27px; 
margin: 0; 
padding: 0
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 780px;
overflow: hidden;
}

*+html .tickercontainer .mask{
	left: 0px;	
}

*html .tickercontainer .mask {
	left: 0;
}

ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 0px 0 0;
padding: 0 0px 0 0;
background: transparent;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 20px 0 0;
white-space: nowrap;
} 