body		
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	background-color: #F1F1EE;
	color: #656561;
}

div#wrapper {
	width: 786px;
	height: 580px;
	position: absolute;
	text-align: center;
	margin-left: -400px;
	margin-top: 10px;
	left: 50%;
	visibility: visible;
	background-color: #FFF;
}

div#container {
	width: 750px;
	color: #656561;
	border: 8px solid #F1F1EE;
	margin: 0;
	padding: 10px;
	height: 630px;
	background-color: #FFF;
	text-align: left;
}

div#banner {
	margin: 0;
	padding: 0 10px 0 0;
	width: 738px;
	height: 40px;
	border: 1px solid #000;
	overflow: hidden;
}

#banner img {
	float:right;
	margin: 0;
	padding: 0;
}

div#navigation {
	margin: 3px 0 1px 0;
	padding: 0;
	width: 750px;
	height: 37px;
}

div#global-nav {
	margin: 0;
	padding: 0;
	width: 750px;
	height: 17px;
	background-image: url(../images/global_nav/global_nav_over.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
}

#global-nav ul {
	width: 750px;
	list-style: none;
}

#global-nav ul li {
	float: left;
}

#global-nav ul li a {
	margin: 0;
	padding: 0;
	height: 17px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#global-nav ul li a:link, #global-nav ul li a:visited {
		text-decoration: none;
}

#global-nav ul li a:hover, #global-nav ul li a:active {
	background-image: none;
}

#global-nav ul li.active a {
	background-position: 0 -17px;
}

li#home a {
	width: 74px;
	background-image: url(../images/global_nav/home.gif);
}

li#about a {
	width: 81px;
	background-image: url(../images/global_nav/about.gif);
}

li#services a {
	width: 101px;
	background-image: url(../images/global_nav/services.gif);
}

li#projects a {
	width: 103px;
	background-image: url(../images/global_nav/projects.gif);
}

li#news a {
	width: 74px;
	background-image: url(../images/global_nav/news.gif);
}

li#careers a {
	width: 99px;
	background-image: url(../images/global_nav/careers.gif);
}

li#contact a {
	width: 100px;
	background-image: url(../images/global_nav/contact.gif);
}

div#footer {
	width: 786px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#copyright {
	width: 270px;
	margin: 0;
	padding: 0;
}

div#credit {
	width: 140px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

#copyright p, #credit p {
	color: #C3C5B5;
	margin: 0;
	font-size: 9px;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline; 
}

h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 10px;
	margin: 0;
	padding: 0;
}

p {
	font-size: 10px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

li {
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.avidbluetext {
	color: #0088CC;
}

.blacktext {
	color: #000;
}

.uppercasetext {
	text-transform: uppercase;
}
.italictext {
	font-style: italic;
}
.boldtext {
	font-weight: bold;
}
