﻿* {
	margin:0;
	padding:0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	background-color:#bbbbbb;
	font-family:Callbri, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:black;
}

h1, h2 {
	color:#163d64;
	text-transform:uppercase;
	font-size:13pt;
	font-weight:normal;
	margin:10px 0;
}

a img {	border:0; }

div#wrapper {
	background:url('../inc/page_bg.gif') repeat-y;
	width:952px;
	margin:0 auto;
	padding:0 9px;
}

div#header {
	height:327px;
	background:url('../inc/header_bg.jpg') no-repeat;
	position:relative;
}

img#building {
	position:absolute;
	left:42px;
	top:0;
}

#logo {
	position:absolute;
	left:660px;
	top:0;
}

div#navigation {
	position:absolute;
	top:132px;
	left:354px;
}

div#navigation a {
	display:block;
	float:left;
	padding:44px 18px 0 22px;	
	width:104px;
	height:60px;
	text-align:center;
	background:url('../inc/nav_globe.jpg') no-repeat;
	text-decoration:none;
	color:white;
	text-transform:uppercase;
	font-size:10pt;
	font-weight:bold;
}

div#navigation a:hover {
	text-decoration:underline;
}

div#call_us {
	color:#163d64;
	font-family:Arial, Helvetica, sans-serif;
	font-size:19pt;
	text-transform:uppercase;
	position:absolute;
	left:509px;
	top:253px;
}

div#content {
	background:url('../inc/body_bg.jpg') no-repeat;
	min-height:367px;
	padding:10px 64px;
	font-size:10pt;
}

div#content p {
	padding:5px 0;
}

div#footer {
	background:#8babcd url('../inc/footer_bg.jpg') no-repeat;
	padding-top:28px;
}

div#projects {
	height:200px;
	padding-left:42px;
}

div#projects a {
	float:left;
	padding-right:13px;
}

div#copyright {
	padding:17px 42px 0 42px;
	font-size:9pt;
	height:26px;
}

div#copyright a {
	text-decoration:none;
	color:black;
}

.left {	float:left; }
.right { float:right; }
.clear { clear:both; }

.contacttitle  {
	font-size:14px;
	color: red;
}


