/* GENERAL */

body  {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/general/bg.jpg);
	background-color: #606060;
	font: 11px Arial, Helvetica, sans-serif;
	color: #606060;
	line-height: 20px;
	text-align: center;
	width: 100%;
}
a {
	color: #c80000;
	text-decoration: none;
}
a:hover {
	color: #d74b4b;
}

.main #container { 
	background: #fafafa;
	background-repeat: repeat-x;
	min-width: 820px;
	margin: 0 auto;
	text-align: left;
}
.main #headerContainer {
	background-image: url(../../images/general/bg_top.jpg);
	height: 97px;
}
.main #header {
	width: 800px;
	height: 97px;
	margin: 0 auto;
}
.headerLeft {
	float: left;
	height: 97px;
}
.headerRight {
	text-align: right;
	float: right;
	padding-top: 40px;
	/*height: 57px;*/
	position: relative;
	border-bottom: 1px solid #949494;
	height: 20px;
}
#rolloverMenu {
	background: #f0f0f0;
	position: absolute;
	left: 60px;
	top: 62px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #949494;
	text-align: left;
	padding: 5px 10px 7px 10px;
	line-height: 20px;
	display: none;
	z-index:9999;
}
#rolloverMenu a {
	color: #949494;
	text-decoration: none;
}
#rolloverMenu a:hover {
	color: #c80000;
}
#rolloverMenu a.selected {
	color: #c80000;
	text-decoration: none;
}
#rolloverMenu a.selected:hover {
	color: #c80000;
}
#rolloverMenu2 {
	background: #f0f0f0;
	position: absolute;
	left: 314px;
	top: 62px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #949494;
	text-align: left;
	padding: 5px 10px 7px 10px;
	line-height: 20px;
	display: none;
	z-index:9999;
}
#rolloverMenu2 a {
	color: #949494;
	text-decoration: none;
}
#rolloverMenu2 a:hover {
	color: #c80000;
}
#rolloverMenu2 a.selected {
	color: #c80000;
	text-decoration: none;
}
#rolloverMenu2 a.selected:hover {
	color: #c80000;
}
.main #contentContainer {
	background-image: url(../../images/general/bg_content.jpg);
	height: 450px;
}
.main #content {
	width: 800px;
	height: 450px;
	margin: 0 auto;
}
.contentLeft {
	float: left;
	width: 375px;
	height: 412px;
	padding-top: 25px;
}
.contentLeft > .flexcroll { height: 400px; }
.contentRight {
	float: right;
	width: 375px;
	height: 412px;
	padding-top: 25px;
}
.contentCenter {
	text-align: center;
	width: 800px;
	height: 412px;
	padding-top: 25px;
}
#contentScrollContainer {
	height: 450px;
	overflow: auto;
	position: relative;
}
#contentScroll {
	height: 400px;
	padding-top: 25px;
}
.contentLeftTop {
	width: 375px;
	height: 208px;
}
.contentLeftBottom {
	width: 375px;
	height: 170px;
}
.main #bottomContainer {
	background-image: url(../../images/general/bg_bottom.jpg);
	height: 70px;
}
.main #bottom {
	width: 800px;
	height: 70px;
	margin: 0 auto;
}
.bottomLeft {
	padding-top: 23px;
	float: left;
	width: 560px;
	height: 47px;
	color: #a0a0a0;
}
.bottomRight {
	text-align: right;
	padding-top: 23px;
	float: right;
	width: 200px;
	height: 47px;
	color: #a0a0a0;
}
.logo {
	margin-top: 40px;
	border: none;
}
.logoSmall {
	border: none;
	margin-top: 3px;
}
.menuLine {
	margin-top: 1px;
}
.menuLinkWide {
	margin-left: 36px;
	padding-bottom: 5px;
}
img {
	border: none;
}
.formLeft {
	float: left;
	width: 67px;
	height: 28px;
	padding-top: 8px;
}
.formRight {
	float: right;
	width: 308px;
	height: 30px;
	text-align: right;
	margin-top: 6px;
}
.formLeftTextarea {
	float: left;
	width: 67px;
	height: 158px;
	padding-top: 2px;
	margin-top: 21px;
}
.formRightTextarea {
	float: right;
	width: 308px;
	height: 160px;
	text-align: right;
	margin-top: 21px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.formField {
	background-image: url(../../images/general/form_field.jpg);
	background-repeat: no-repeat;
	padding: 6px 3px 0px 3px;
	width: 302px;
	height: 20px;
	border: 0px;
	background-color: transparent;
	color: #a3a3a3;
	margin-top: 0px;
	font: 11px Arial, Helvetica, sans-serif;
}
.formTextarea {
	background-image: url(../../images/general/form_textarea.jpg);
	background-repeat: no-repeat;
	padding: 3px 3px 3px 3px;
	width: 302px;
	height: 150px;
	border: 0px;
	background-color: transparent;
	color: #a3a3a3;
	margin-top: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.red {
	color: #c80000;
}
.formButton {
	margin-top: 15px;
}
.formButton:hover {
	cursor: pointer;
}
.projectCaption {
	background: #ffffff;
	width: 247px;
	height: 380px;
	margin-right: 30px;
	float: left;
	padding: 10px;
}
	h1
	{
		color: #1e1e1e;
		font-size: 13px;
		text-transform: uppercase;
	}
.projectImage {
	height: 400px;
	background: #ffffff;
	margin-right: 30px;
	float: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
