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


body,td,th {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	color: #d6cb9d;
}
body {
	background-color: #03070b;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
a {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	color: #10151a;
}
a:visited {
	color: #bd8cbf;
}
a:hover {
	color: #fff799;
}
a:active {
	color: #10151a;
}
h1 {
	font-size: 32px;
	color: #d6cb9d;
}
h2 {
	font-size: 24px;
	color: #d6cb9d;
	float: left;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
h3 {
	font-size: 18px;
	color: #d6cb9d;
}
.wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1b2027;
}
.header {
	background-image: url(images/mainlogo.jpg);
	width: 960px;
	height: 56px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.header-sides {
	width: 300px;
	float: left;
}
.header-mid {
	float: left;
	width: 360px;
}
.nav {
	color: #10151a;
	background-image: url(images/navbar.jpg);
	text-align: center;
	height: 21px;
	width: 960px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bolder;
}
.nav a {
	text-decoration: none;
	padding-left: 14px;
	padding-right: 14px;
}
.title {
	width: 960px;
	height: 40px;
	background-image: url(images/titles.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	font-size: x-large;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-top: 24px;
	padding-top: 11px;
}
.divider {
	height: 4px;
	width: 960px;
	background-image: url(images/divider.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.box {
	width: 220px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

.box-exp {
	width: 220px;
	margin-right: 5px;
	float: left;
}
.features-center {
	width: 920px;
	height: 112px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.experience {
	width: 920px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.box-clear {
	clear: both;
}
.footer a {
	color: #D6CB9D;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
	font-size: small;
}
.footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #101318;
	font-size: small;
}
.sm-box {
	width: 60px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.sm-boxes {
	width: 260px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.sm-box-clear {
	clear: both;
}
.footer-sub-text {
	color: #5E6F77;
	width: 260px;
	min-width: 0px;
	padding-left: 350px;
	padding-right: 350px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.content {
	text-align: center;
}
.content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.text-content {
	text-align: left;
	padding-left: 60px;
	line-height: 140%;
	padding-right: 60px;
}
.footer-shadow {
	height: 12px;
	background-image: url(images/footer-shadow.jpg);
	margin-top: 24px;
}
.spacer {
	height: 38px;
}
.footer a:hover {
	color: #47F0FF;
}
.proj-info {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 28px;
	color: #9AAAB0;
}
.proj-info-light {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	color: #9AAAB0;
}
.text-content img {
	float: right;
	margin-left: 20px;
}
.box a img:hover {
	-webkit-box-shadow: 0px 0px 4px 2px #7F8A9A;
	box-shadow: 0px 0px 4px 2px #7F8A9A;
}
.form-left {
	text-align: right;
	vertical-align: top;
}
.form-right {
	text-align: left;
}
.form-fields {
	background-color: #9AAAB0;
	-webkit-box-shadow: 2px 1px 2px 1px;
	box-shadow: 2px 1px 2px 1px;
}
