/* ====== CONTAINERS ====== */

#overlay {
	display: none;
	opacity: 0.7;
	background-color: #000;
	z-index: 90;
	position: absolute;
	top: 0;
	left: 0;
	height: 1000px;
	width: 100%;
	padding-bottom: 40px;
}

#popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	display: none;
}

#content {
	position: relative;
	background-color: #fff;
	width: 720px;
	min-height: 900px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	padding: 30px 0 30px 40px;
}

#close {
	height:20px;
	width: 20px;
	position: absolute;
	top:10px;
	right: 8px;
	background-image: url(images/close.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#close:hover, #close:active {
	background-position: 0 -20px; 
	cursor: pointer;
	}

/* ====== NAV ====== */

#content ul.navigation {
	list-style-image: none;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}

#content ul.navigation li {
	float: left;
}

#content ul.navigation li a {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	padding: 5px 7px 0 10px;;
	border-right: 1px solid #ccc;
	margin: 0;
}

#content ul.navigation li a:link, #content ul.navigation li a:visited {
	color: #000;
}

#content ul.navigation li a.selected {
	color: #007eff;
}

#content ul.navigation li a:hover {
	color: #fff;
}

img.scrollButtons {
	display: none;
}

/* ====== SLIDER ====== */

/* Content subdivs */

#content h2 {

}


em {
	font-style: italic;
}

.text {
	float: left;
	margin-top: 10px;
}

.description {
	float: left;
	display: inline;
	max-width: 320px;
	margin-top: 16px;
	margin-right: 30px;

}

.description ul {
	padding-left: 0;
}

.description li{
	list-style: none;
	text-indent: 0;
}

.testimonial {
	float: left;
	width: 320px;
	background-image: url(images/lquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote {
	margin: 15px 10px;
	padding-right: 10px;
	background-image: url(images/rquote.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-style: italic;

}

ul.projectdetails {
	margin-top: 10px;
	font-size: 0.8em;
	color: #808080;
	line-height: 1.5em;
}

.author {
	text-indent: 150px;
}

#leftlist {
	float: left;
}

#rightlist {
	float: left;
}