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

body {
	background-color: white;
	width: 100%;
	margin: 0px;
	overflow: auto;
}

.content {
	width: 100%;
	background-color: #7895a3;
	margin: 0px;
	padding: 0px;
	height: 350px;
}

.logo {
	margin: 20px 0px 10px 50px;
}
	
.left-side {
	background-color: #D8D6C4;
	width: 425px;
	height: 350px;
	padding: 0px;
	float: left;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	background-image: url(img/layout/corners_right.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.middle {
	background-color: #FFF;
	width: 30px;
	height: 350px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 425px;
}

.right-side {
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	left: 454px;
	height: 350px;
	position: absolute;
	margin: 0px;
}


.portfolio {
	width: 466px;
	margin-left: 455px;
	margin-top: 4px;
	display: inline;
	position: absolute;
}

.portfolio img {
	margin-left: 9px;
	border: solid 1px #7895a3;
	float: right;
	margin-bottom: 9px;
	
}

.location {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #F6F7F1;
	line-height: 1.5em;
	bottom: 0px;
	position: relative;
    width: 100%;
	padding: 0px 0px 0px 50px;
}
	

#bluebar {
	width: 30px;
	background-color: #7895a3;
	height: 350px;
	margin: 0px;
	float: left;
	position: absolute;
}

.dots {
	width: 395px;
	margin-left: 33px;
	margin-top: 4px;
	display: inline;
	position: absolute;
}

.type-container {
	padding: 10px 20px 20px 50px;
	height: 275px;
}

.content-right {
	width: 395px;
	margin-left: 455px;
	margin-top: 4px;
	display: inline;
	position: absolute;
}

.menu {
	width: 455px;
	margin-left: 455px;
	top: 39px;
	display: inline;
	position: absolute;
}

p {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #584109;
	line-height: 1.5em;
	text-align: justify;
}	

li {
		font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #584109;
	text-align: justify;
}

.title {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #7895a3;
	line-height: 1.5em;
	text-align: justify;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-weight: bold;
}	

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #7895a3;
	background-color: #7895a3;
	height: 1px;
}

.services {
	margin-right: 0px;
	display: inline-block;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #7895a3;
	line-height: 1.5em;
	*display: inline;
	
}

.services ul{
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top:0px;
}

.services li {
	width: 115px;
	min-height: auto;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	zoom: 1;
	*display: inline;
	_height: 250px;
}

A:link {text-decoration: none;
color: #203945;}
A:visited {text-decoration: none;
color: #203945}
A:active {text-decoration: none;
color: #900;}
A:hover {text-decoration: underline; color: #900;}
