* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(/static/images/global/bkgd-body.png);
	background-position: 0px 157px;
	/*font-family: Calibri, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808994;
}

#global {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px;
}

p {
	margin: 0 0 12px 0;
}

h3 {
	margin: 0;
	padding: 0;
	color: #e3e6ea;
}

h4 {
	display:inline;
	font-size: 12px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: none;
}

a.inline:link, a.inline:visited {
	color: #808994;
	text-decoration: none;
}

a.inline:hover {
	color: #fff;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 106px;
	background-image: url(/static/images/global/bkgd-header.jpg);
	background-position: center;
	background-repeat: repeat-x;
	text-align: center;
}

#header img {
	margin-top: 12px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
}

.width {
	width: 950px;
}

.clear-both {
	clear: both;
}

.non-breaking {
	white-space: nowrap;
}

.underline {
	text-decoration: underline !important;
}

#top-bkgd {
	position: absolute;
	top: 157px;
	left: 0;
	width: 100%;
	height: 74px;
	background-image: url(/static/images/index/top-bkgd.png);
	background-position: top center;
	background-color: #191d21;
	border-bottom: solid 1px #151515;
	z-index: 0;
}

/* menu */
#menu-inline {
	height: 51px;
}

#menu {
	position: absolute;
	width: 100%;
	height: 51px;
	background-image: url(/static/images/global/bkgd-menu.png);
	background-repeat: repeat-x;
	text-align: center;
	z-index: 10;
}

#menu ul {
	width: 748px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	height: 45px;
	list-style: none;
}

#menu ul li {
	float: left;
	height: 45px;
	position: relative;
}

#menu-services ul {
	display: none;
	position: absolute;
	width: 364px;
	height: 46px;
	top: 45px;
	left: -130px;
	padding-top: 2px;
	background-image: url(/static/images/global/menu/services/bkgd.png);
	background-repeat: no-repeat;
}

#menu-services ul li {
	float: none;
	display: inline;
	text-align: center;
}

/* body */
#page-header {
	position: relative;
	height: 74px;
	margin-bottom: 15px;
}

#page-header img {
	width: 300px;
	height: 74px;
}

#body {
	width: 100%;
	z-index: 1;
	text-align: center;
}

#content {
	margin: 0 auto;
	text-align: left;
}

#content-body {
	
}

div.l-col {
	float: left;
	width: 620px;
}

div.r-col {
	float: right;
	width: 300px;
}

div.subtitle {
	border-bottom: solid 1px #393d42;
	margin: 15px 0;
}

div.subtitle h2 {
	font-size: 16px;
	color: #fff;
	margin: 0 0 -3px 0;
}

#right-flash {
	position: relative;
	float: right;
	margin-top: -65px;
	z-index: 20;
}

.width-32 {
	width: 32px;
}

.width-48 {
	width: 48px;
}

.width-64 {
	width: 64px;
}

.width-400 {
	width: 400px;
}

.width-500 {
	width: 500px;
}

.width-550 {
	width: 550px;
}

.icon-32x32 {
	width: 32px;
	height: 32px;
}

.icon-48x48 {
	width: 48px;
	height: 48px;
}

div.half-width {
	float: left;
	width: 50%;
}

div.left-content {
	float: left;
	width: 275px;
}

div.quote {
	padding: 10px 15px;
	border: 1px solid #2c3137;
	background-image: url(/static/images/global/bkgd-footer.png);
	line-height: 170%;
	margin-bottom: 10px;
}

div.quote blockquote {
	text-indent: -7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
}

div.quote div.author {
	text-align: right;
	margin-top: 5px;
}

/* icon lists */
ul.icon-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.icon-list li {
	clear: left;
}

ul.icon-list li div.icon, ul.icon-list li div.desc {
	float: left;
}

ul.icon-list li div.icon {
	margin-right: 10px;
}

/* key point lists */
ul.key-points {
	margin-bottom: 12px;
}

ul.key-points li {
	margin-bottom: 5px;
}

/* projects */
ul.projects {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.projects li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: dotted 1px #393d42;
}

ul.projects li.last {
	border: none;
	padding-bottom: 5px;
	margin-bottom: 0;
}

div.inset-image {
	padding: 1px;
	background-color: #0f1113;
	border: solid 1px #4a4c4e;
	overflow: hidden;
}

div.project-thumb {
	width: 297px;
	height: 92px;
}

ul.projects div.project-thumb {
	float: left;
	margin-right: 13px;
}

div.project-desc {
	float: left;
	width: 635px;
}

div.project-desc a.title {
	font-weight: bold;
}

div.project-desc div {
	margin-top: 10px;
}

/* forms */
dl.zend_form, div.message {
	/* border: solid 1px #393d42; */
	background-color: #2c3137;
	padding: 15px 15px 5px 15px;
}

div.message {
	padding: 10px 15px;
	margin-bottom: 10px;
}

div.error {
	background-color: #ebb6b6;
	/* border: solid 1px #db7d7d; */
	color: #2c3137;
}

ul.errors {
	color: #ebb6b6;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
}

/* quick contact */
#quick-contact {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #4a5a6b;
	border-top: solid 1px #6c7d8f;
	overflow: hidden;
	z-index: 14;
}

#quick-contact.docked {
	position: absolute;
	left: 0;
	bottom: 76px;
}

#quick-contact-inner {
	margin: 10px auto 10px auto;
	position: relative;
	font-size: 11px;
	text-align: left;
	color: #b3c7dc;
}

#quick-contact-toggle {
	cursor: pointer;
}

#quick-contact form {
	margin: 8px 0 0 0;
}

#quick-contact .row-1 {
	float: left;
	width: 225px;
}

#quick-contact .row-2 {
	float: left;
	width: 400px;
}

#quick-contact .row-3 {
	float: right;
	width: 325px;
	font-size: 12px;
}

#quick-contact .row-3 a {
	color: white !important;
}

#quick-contact dd {
	margin-bottom: 5px;
}

#quick-contact input, #quick-contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#quick-contact input.text {
	width: 175px;
	border: solid 1px #b3c7dc;
}

#quick-contact textarea {
	width: 350px;
	height: 40px;
	border: solid 1px #b3c7dc;
}

input.text-verify {
	width: 50px;
}

#quick-contact label.error {
	color: #e3baba;
	margin-left: 5px;
}

#quick-contact input.error {
	border-color: #cc0000;
	background-color: #ffeaea;
}

/* footer */
.push {
	height: 146px;
}

#footer {
	position: relative;
	height: 75px;
	background-image: url(/static/images/global/bkgd-footer.png);
	border-top: solid 1px #303337;
	margin-top: 20px;
	text-align: center;
	z-index: 15;
}

#footer-inner {
	margin: 10px auto 10px auto;
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #565656;
}

#footer a:link, #footer a:visited {
	color: #5e656e;
}

#footer a:hover {
	color: #6d86a5;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}

#footer ul li {
	display: inline;
	text-align: center;
	margin: 0 16px;
}

#footer-contact span {
	margin: 0 13px;
}
