* { padding: 0; margin: 0; }

p,div,span,img,ul,li,dt,dd,h1,h2,h3,h4,h5 { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.675em !important;
	font-size: 0.63em;
	background: #f0f0f0;
}

/****************************/

#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #FFF;
}

/****************************/

#header {
	height: 240px;
	width: 800px;
	background: url(../img/header.jpg) repeat-x;
	text-indent: -9999pt;
}

/****************************/

#content {
	position: relative;
	margin: 10px 30px;
	font-size: 1.1em;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #505050;
}

#content a.arrow {
	display: block;
	width: 75px;
	background: url(../img/arrow.gif) no-repeat 0 6px;
	padding-left: 10px;
	color: #303030;
}

#content a:hover.arrow {
	padding-left: 20px;
}

#content a:hover {
	color: #000;
	text-decoration: underline;
}

/****************************/

.home #content #main {
	width: 380px;
	float: left;
}

.home #content #welcome {
	width: 350px;
	padding: 0 5px 10px 0;
	border-bottom: 1px dotted #c0c0c0;
}

.home #content #welcome h1 {
	font-size: 1.8em;
	font-weight: normal;
}

.home #content #jobs {
	width: 356px;
	padding-right: 24px;
}

.home #jobs h2 {
	padding: 10px 0 5px 0;
}

.home #jobs ul {
	list-style-image: url(../img/arrow.gif);
	margin-left: 15px;
	width: 190px !important;
	width: 164px;
	float: left;
}

.home #jobs li {
	padding: 5px 0;
	border-bottom: 1px solid #c0c0c0;
}

.home #jobs img {
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.home #content h2 {
	font-size: 1.8em;
	font-weight: normal;
}

.home #content #about {
	float: left;
	width: 330px;
	height: 350px;
	padding-left: 29px;
	border-left: 1px solid #c0c0c0;
}

.home #about img {
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.home #about p {
	padding-bottom: 10px;
}

/****************************/

.about #content #about {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

.about #content img {
	float: left;
	margin-left: 20px;
	margin-top: 40px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.about #content #about p {
	clear: both;
	padding-bottom: 8px;
	padding-right: 20px;
}

.about #content #aboutp {
	display: block;
}

/****************************/

.services #content #serviceslist ul {
	padding-left: 20px;
}

.services #content #servicesp {
	width: 336px;
	padding-right: 20px;
	border-right: 1px solid #c0c0c0;
	float: left;
}

.services #content #servicesp p {
	padding-top: 5px;
}

.services #content #servicesp img {
	padding: 3px;
	border: 1px solid #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.services #content #serviceslist h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.services #content #serviceslist {
	width: 360px;
	padding-left: 20px;
	margin-bottom: 20px;
	float: left;
}

.services #content #serviceslist img {
	padding: 3px;
	margin: 5px 0;
	border: 1px solid #c0c0c0;
}

/****************************/

.contact #content p {
	padding-top: 10px;
}

.contact #content #individual {
	margin-top: 20px;
}

.contact #content #individual strong {
	font-size: 1.1em;
}

.contact #content #individual p {
	border-top: 1px solid #c0c0c0;
	padding-left: 20px;
	margin-top: 2px;
	padding-bottom: 10px;
}

/****************************/

.careers #content #careerdesc {
	width: 420px;
}

.careers #content #careerdesc p {
	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.careers #content #careerlist {
	width: 420px;
}

.careers #content #careerlist h3 {
	display: block;
	padding:  20px 0 5px 25px;
	padding-left: 25px;
	background: url(../img/arrow.gif) no-repeat 15px 25px;
	border-top: 1px dotted #c0c0c0;
}

.careers #content #careerlist p {
	padding-left: 25px;
}

.careers #content #careers {
	float: left;
	margin-bottom: 20px;
}

.careers #content img {
	margin-left: 40px;
	float: left;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.careers strong {
	display: block;
	padding-top: 10px;
}

/****************************/

.projects img {
	margin: 10px 0;
	padding: 3px;
	border: 1px solid #c0c0c0;
}

.projects h3 {
	padding-top: 10px;
}

/****************************/

#nav {
	position: absolute;
	top: 39px;
	left: 90px;
}

#nav ul {
	list-style-type: none;	
}

#nav li { 
	display: inline;
	font-size: 1.1em;
}

#nav li a {
	display: block;
	width: 75px;
	color: #c0c0c0;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	border-left: 1px solid #c0c0c0;
	padding-left: 10px;
	float: left;
}

#nav li a:hover {
	color: #fff;
	text-decoration: underline;
}

/****************************/

.home #nav .home a { color: #fff; text-decoration: underline; }
.about #nav .about a { color: #fff; text-decoration: underline; }
.services #nav .services a { color: #fff; text-decoration: underline; }
.projects #nav .projects a { color: #fff; text-decoration: underline; }
.careers #nav .careers a { color: #fff; text-decoration: underline; }
.contact #nav .contact a { color: #fff; text-decoration: underline; }

/****************************/

#footer {
	position: relative;
	font-size: 1.1em;
	clear: both;
	padding-top: 15px;
	text-align: center;
	background: url(../img/footer.gif) repeat-x #f0f0f0;
}