html, body {
	margin: 0;
	padding: 0;
	color: #666666;
	font: 100.01% arial, helvetica, Geneva, Verdana, Arial, sans-serif;
}

ul {margin: 0; list-style-type: none;}

* {padding: 0;}

body {	
	background-color: #f4d5d5;
	background-image: url(graphics/backband.bmp); 
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 798px;
}

img {
	border: none;
}

/* HEADER CSS */
	
#header {
	background-image: url(graphics/toplogo.jpg); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
}	
	
/* TOP MENU CSS */	
	
div.topmenu {
	background-color: #CCCCCC;
}

ul#menubar {
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	background:#FFFFFF;
	margin:0px;
	white-space:nowrap;
	width:800px;/* force layout */
	margin-left:auto;
	margin-right:auto;
}

#menubar li {
	float:left;
	background:#FFFFFF;
	width:12.5%;/* 100% divided by 8 items */
	white-space:nowrap;
}

#menubar a {
	border-left:1px solid #000000;
	background:#FFFFFF;
	display:block;
	height: 20px;
}

#menubar a:hover {
	background: #CCCCCC;
}

ul#menubar li.selected a {
	background:#CCCCCC;
}

ul#menubar li.last a {
	border-right:1px solid #000000;
}

* html ul#menubar li.last{
	width:auto;
}

/* END OF TOP MENU CSS */


/* Font CSS */

p {
	font-size: 0.72em;
	text-align: justify;
	margin: 0;
	padding: 4px 0px 4px 0px;
}

a {
	color: #666666;
}

h1 {
	font-size: 2.7em;
	color: #FF0000;
	text-align: center;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.00em;
	margin: 3px 0px 5px 0px;
	padding: 0;
}

h2.title {
	text-align: center;
	margin: 0px;
	padding: 5px;
}

#menubar a {
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 4px 0px 3px 0px;
}

#menubar li.selected a {
	color: #333333;
}

#menubar a:hover {
	color: white;
}

#skills li {
	font-size: 1.00em;
	font-weight: bold;
}

#sectors li {
	font-size: 0.72em;
	font-weight: normal;
}

.small {
	font-size: 0.65em;
}

#footer p {
	text-align: center;
	font-size: 0.65em;
	color: #333333;
}
	
/* End of Font CSS */	
	

/* Content CSS */
	
#content {
	clear: both;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	width: 798px;
}
	
#firstcol {
	float: left;
	width: 47%; 
	padding: 10px 10px 10px 10px;
}
 
#onecol {
	float: left;
	width: 96%; 
	padding: 10px 10px 10px 10px;
}
 
#seccol {
	float: left;
	width: 47%;
	padding: 10px 10px 10px 10px;
}

.spacer {
	clear: left;
	height: 1px;
	margin-top: -1px;
	overflow: hidden; 
}

#skills {
	margin: 15px 20px 50px 0px;
}

#skills li {
	padding: 10px 0px 5px 0px;
}

#sectors {
	padding: 8px 0px 5px 0px;
	list-style-type: circle;
}

#sectors li {
	padding: 0px;
	margin: 0px 0px 0px 40px;
}

.pictures {
	padding: 10px 0px 15px 30px;
}

#content-image {
	float: left;
	border: 1px solid #000000;
	margin: 5px 15px 15px 2px;
	display: block;
}
	
.people {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

/* eMail Form Style */

form {
	color: #666666;
	font: bold 75% arial, geneva, verdana, arial, 'courier new', sans-serif;
	padding-bottom: 60px;
}

input {
	color: #666666;
	border: 1px solid #CC3333;
}

textarea {
	width: 320px;
	height: 100px;
	color: #666666;
	border: 1px solid #CC3333;
}

/* Background graphics for different pages */	
	
.homepage {
	background-image: url(graphics/homeshop.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
.servicespage {
	background-image: url(graphics/reports.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

