@charset "utf-8";
/* CSS Document */

/* left column */
#home_left {
	border-right: solid #ddd 1px;
	width: 470px;
	padding: 10px;
	float: left;
}

#home_left h1 {
	background: url(../images/home/welcome.gif) no-repeat;
	height: 32px;
	text-indent: -9000px;
}

#home_project {
	width: 230px;
	float:left;
}

#home_project h1 {
	background: url(../images/home/projects.gif) no-repeat;
	height: 32px;
}

#home_services {
	width: 230px;
	float:left;
}

#home_services h1 {
	background: url(../images/home/services.gif) no-repeat;
	height: 31px;
	text-indent: -9000px;
}

#home_project p {
	padding-right: 10px;
}

#home_services p {
	padding-right: 10px;
}

/* right column */

#home_right {
	width: 320px;
	padding: 10px;
	float: right;
}

#home_right h1 {
	background: url(../images/home/upcoming.gif) no-repeat;
	height: 35px;
	text-indent:-9000px;
}

#home_right .thumb {
	margin-right: 30px;
}

#home_right hr {
	margin-bottom: 20px;
}

#quote {
	margin-top: 17px;
}

img.left {
	float: left;
}

#quote p {
	background: transparent url(../images/quoteopen.gif) no-repeat left top;
	float: left;
	padding: 5px 0 0 15px;
	margin: 0;
	width: 220px;
}

#quote p span {
	background: transparent url(../images/quoteclose.gif) no-repeat right bottom;
	display: block;
}
