/**
* services.css
*
* Services Styles
*/
#sec #block1 { 
	position:absolute;
	top: 8px;
	left: 8px;
	width: 388px;
	height: 122px;
	background: url('../images/shared/our_work_sec_page_block1.jpg') no-repeat 0 0;
}

#sec .content-container .content-left {
	position: relative !important;
	width: 20%;
}

#sec .content-container .content-right {
	width: 77%;
	margin-left: 2.5%;
}

#sec dl#teasers {
	list-style: none;
	height: 100%;
	width: 665px;
	padding: 2em 0;
	margin: 0;
	font: normal 11px/13px Arial,"Trebuchet MS",Arial,sans-serif;
	background: #dbd6c0;
	border: 1px solid #b1aa8d;
	border-width: 1px 0;
}
#sec dl#teasers dt {
	clear: both;
	height: 2em;
}
#sec dl#teasers dd {
	position:relative;
	float: left;
	width: 305px;
	height:1%;
	padding: 5px 10px 10px;
	margin: 0;
}
#sec dl#teasers dd a {
	position: relative;
	margin: 0 0 2px;
	font: bold 11px Tahoma,sans-serif;
	text-decoration: none;
	color: #316177;
}
#sec dl#teasers dd a:hover {
	text-decoration: underline;
}
#sec dl#teasers dd img {
	margin-top: -5px !important;
}
#sec dl#teasers dd p {
	margin: 0;
}

#sec #project {
	list-style: none;
	height: 100%;
	width: 635px;
	padding: 15px;
	margin: 0;
	font: normal 13px/15px Arial,"Trebuchet MS",Arial,sans-serif;
	background: #dbd6c0;
	border: 1px solid #b1aa8d;
	border-width: 1px 0;
	position: relative;
}
#sec #project .images {
	position: relative;
	float: left;
	width: 250px;
	height: 1%;
	margin: 0;
	display: inline-block;
	text-align:center;
}
#sec #project .images img {
	margin: 5px;
	padding: 4px;
	background: #fff;
	border: 1px solid #b1aa8d;
}
#sec #project .content {
	position: relative;
	float: right;
	height:1%;
	width: 290px;
	padding: 0 10px 10px;
	margin: 0;
}
#sec #project .content a {
	position: relative;
	margin: 0 0 2px;
	font: bold 11px Tahoma,sans-serif;
	text-decoration: none;
	color: #316177;
}
#sec #project .content a:hover {
	text-decoration: underline;
}







