body {
	background: transparent url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
}

img {
	border: 0;
}

form {
	font-size: 14px;
	margin: 5px;
}
form input,
textarea {
	border: 1px solid #999;
	font-size: 14px;
}
table, tr, td {
	border: 0px;
}

div#contactFormLoading {
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
	position: absolute;
	height: 100px;
	margin: 125px 0 0 175px;
}
div#contactFormSent {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	display: none;
	height: 100px;
	z-index: 100;
	margin: 30px 0 0 0px;
}
input[type="text"], 
input[type="password"], 
textarea {
	width:300px;
}
textarea {
	height:200px;
}

div#header_banner_wrapper {
	background:transparent url(../images/top.jpg) no-repeat scroll left top;
}
div#header_wrapper,
div#banner_wrapper,
div#header_banner_wrapper,
div#content_wrapper,
div#footer_wrapper {
	width: 960px;
	/*position: relative;*/
	margin: 0 auto;
}

div#header,
div#banner,
div#content/*,
div#footer */{
	position: relative;
}

div#header {
	height: 190px
}

img#logo {
	position: absolute;
	top: 0;
	left: 290px;
	display: none;
}

img#blocks {
	position: absolute;
	top: 22px;
	left: 670px;
	display: none;
}

div#header ul#nav {
	bottom: 3px;
	margin: 0;
	padding: 0;
	position: absolute;
}
div#header ul#nav li {
	float: left;
	list-style: none;
	background: #fff;
	padding: 5px;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: 600;
	color: #264D6C;
}
div#header ul#nav li a:link ,
div#header ul#nav li a:visited ,
div#header ul#nav li a:active {
	color: #264D6C;
	text-decoration: none;
	text-transform:uppercase;
}
div#header ul#nav li a:hover {
	color: #EA882F;
	border-bottom: 1px dotted #EA882F;
	text-decoration: none;
	text-transform:uppercase;
}

div#banner_wrapper {
	height: 152px;
}
div#banner {
	padding:20px 0;
	width: 725px;
}

div#banner h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS",sans-serif;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
	margin-top:0;
	text-transform:uppercase;
}

div#banner p {
	color:#FFFFFF;
	font-size:16px;
	line-height:160%;
}
div#banner div {
	position: absolute;
	top: 20px;
	left: 0;
}
div#banner div#banner_projects,
div#banner div#banner_services,
div#banner div#banner_contact,
div#banner div#banner_portfolio,
div#banner div#banner_careers {
	opacity: 0;
	filter: alpha(opacity=0);
}

/*
div#content div#content_home_projects {
	overflow: hidden;
}
*/

div#content_footer_wrapper {
	width: 100%;
	background: #fff url(../images/content_bg.jpg) repeat-x 0 -117px;
}

div#content {
	padding: 25px 0;
	overflow: hidden;
}
div#content h1 {
	color: #6785A1;
	font-family:"Trebuchet MS",sans-serif;
	font-size:18px;
	font-weight:400;
	margin-bottom:10px;
	margin-top:0;
	text-transform:uppercase;
}
div#content h2 {
	color: #6785A1;
	font-family:"Trebuchet MS",sans-serif;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	margin-top:0;
	display: block;
	border-bottom: 1px dotted;
}
div#content h2 a:link,
div#content h2 a:visited,
div#content h2 a:active,
div#content h2 a:hover
{
	color: #EA882F;
	font-size: 10px;
	text-decoration: none;
}
div#content h2 a:hover {
	border-bottom: 1px dotted #EA882F;
}
div#content p {
	color: #254C6B;
	font-size:14px;
	line-height:160%;
}
div#content_left_wrapper {
	width: 70%;
	float: left;
}
div#content_left {
	padding: 0 10px 0 0;
}
div#content_right_wrapper {
	width: 29%;
	border-left: 1px dotted #AEC3DE;
	float: left;
}
div#content_right {
	padding: 0 0 0 10px;
}
div#content_right div.box {
	clear: both;
	margin: 0 0 30px;
}
div#content_right img.content_right_image {
	float: right;
	margin:0 0 0 10px;
}
div#content_right div.quote {
	background: transparent url(../images/testimonial_bg.jpg) no-repeat 0 0;
	border-bottom: 1px dotted #ddd;
	padding: 3px 0 10px 50px;
}
div#content_right div.quote p {
	margin: 0;
	color: #777777;
}
div#content_right div.quote div.person,
div#content_right div.quote span.jobtitle {
	font-style: italic;
	color: #aaa;
	font-size: 14px;
	text-align: right;
	margin: 8px 0 0;
}
div#content_right div.quote span.jobtitle {
	font-size: 10px;
}
div#content_right div.details,
div#content_right div.detailsLink {
	display: none;
}

div.screenshots {
	padding: 0 0 0 45px;
}
div.screenshots img {
	border: 1px solid #999;
}

div#footer_outer_wrapper {
	background: #022136 url(../images/bg.jpg) repeat-x 0 -322px;
}
div#footer_wrapper {
	height: 50px;
}
div#footer p {
	padding: 18px 0;
	font-size: 12px;
	color: #aaa; 
}

div#content_home_projects {
	overflow: hidden;
}
div#content_services_wrapper {
	display: none;
	height: 1px;
	overflow: hidden;
}
div#content_contact_wrapper {
	display: none;
	height: 1px;
	overflow: hidden;
}
div#content_portfolio_wrapper {
	display: none;
	height: 1px;
	overflow: hidden;
}
div#content_careers_wrapper {
	display: none;
	height: 1px;
	overflow: hidden;
}
div.details em {
	font-color: #999;
}

#body ul {
	color: #254C6B;
	font-size: 12px;
}
#body ul li {
	list-style-image: url(../images/orange-arrow.gif);
	margin: 10px 0;
}

div#emailer_error {
	font-weight: bold;
	color: #D22;
}
