body, html {
	color: #000;
	font-family: calibri, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../gfx/bkg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
a  img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link, a:visited { color: #000; text-decoration: underline; }

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}

h1 {
	font-size: 1.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.67em 0;
	color: #008FA2;
}
h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0.67em 0;
	color: #008FA2;
}
h3 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #008FA2;
	margin-top: 1em;
	margin-bottom: .1em;
}

.imgright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.imgleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

hr {
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin-top: .65em;
	margin-right: 0px;
	margin-bottom: .65em;
	margin-left: 0px;
}
.logo-bkg {
	position: relative;
	display: inline-block;
}

.logo {
	position:fixed;
	top:200px;
	display: inline-block;
}

.main-container {
	width: 690px;
	margin-left: 280px;
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	overflow: visible;
	display: inline-block;
}
.about-container {
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../gfx/divide-dots.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.about-container a {
	color: #333333;
	text-decoration: none;
}


.about-block {
	display: block;
	padding-top: 120px;
}

.about-us-para {
	font-size: 13px;
	color: #4D4D4D;
	width: 265px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.about-us-map {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 10px;
}
.about-us-map  img {
	border: 2px solid #FFFFFF;
}
.contact-subscribe {
	height: 100px;
	padding-top: 10px;
}
.contact-subscribe img {
	margin-right: 20px;
}
.subscribe-input-cell {
	background-color: #3C3B3C;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F8F5F0;
	width: 255px;
}
.subscribe-input-cell input {
	background-color: #3C3B3C;
	color: #FFFFFF;
	border: 0px none #3C3B3C;
	width: 255px;
}
.subscribe-submit-cell {
	background-color: #3C3B3C;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.subscribe-submit-cell   input {
	width: 61px;
	height: 16px;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size: 0px;
	line-height: 0px;
	background-color: transparent;
	background-image: url(../gfx/btn_subscribe-submit.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
.project-container {
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(../gfx/divide-dots.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}
.project-container a:hover {
	cursor: pointer;
}
.project-sub-title {
	color: #95A594;
	padding-top: 5px;
}
.project-para {
	font-size: 13px;
	color: #505050;
	width: 200px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:left;
	vertical-align:top;
}
.project-para  img {
	margin-top: 10px;
}

.project-para a {
	color: #1a1a1a;
	text-decoration: none;
}

.project-image {
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 10px;
}
.project-image table {
	margin-right: auto;
	margin-left: auto;
}
.view-btn {
	display:block;
margin-bottom:12px;
margin-top:-23px;
}
#message {
	display:none;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #bcc9bd;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#imageData #caption {
	color:#7c7c7c;
display:block;
font-size:9px;
font-weight:normal !important;
width:600px;
}
#imageData #imageDetails {
width:45% !important;
}
#loadingLink {
display:none;
}

.about-us-img-cell {
	margin-top:23px;
}