/* CSS Document */
html{
	height:100%;
	margin-bottom:1px;
}
* {
	margin:0px;
	}
body {
	width:752px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#000;
	}
h1 {
	font-size:13px;
	color:#f00;
	margin-bottom:5px;
	}
h2 {
	font-size:11px;
	color:#f00;
	margin-bottom:5px;
	font-weight:normal;
	display:none;
	}
h4 {
	font-size:11px;
	color:#f00;
	margin-bottom:5px;
	font-weight:NORMAL;
	}
a {
	color:#363636;
	}
a:hover {
	color:#f00;
	}
p {
	margin-bottom:10px;
	}
li{
	list-style:none;
	margin:0;
	padding:0;
	}
 ul {
 	margin-top:0px;
	margin-left:0px;
	padding:0;
	}
#wrapper {
	width:750px;
	margin:10px auto 0;
	padding:5px;
	background:#fff;
	}
#clock {
	position:absolute;
	top:135px;
	right:0px;
	color:#f00;
	font-size:9px;
	}
#header{
	background:url(/images/header.jpg) no-repeat left top;
	height:135px;
	margin-top:0;
	}
#footer {
	clear:both;
	text-align:center;
	margin:0 auto 20px auto;
	color:#999;
	}
#footer a {
	color:#999;
	}
#footer a:hover {
	color:#f00;
	}
#footerBar {
	background:#fff url(/images/backHeader.jpg) repeat-x bottom center;
	width:760px;
	height:5px;
	margin:0 auto;
	}
#bottomNavigation {
	margin:10px 0;
	color:#000;
	}
#mainNavigation {
	float:left;
	margin-right:5px;
	border:1px solid #ccc;
	
}
#mainNavigation a{
	display:block;
	width:145px;
 	border-bottom:1px solid #ccc;
	padding-top:6px;
	padding-bottom:5px;
	margin-bottom:0px;
	padding-left:5px;
	text-decoration:none;
	}
#mainNavigation a:hover{
	display:block;
	width:145px;
	border-bottom:1px solid #ccc;
	padding-top:6px;
	padding-bottom:5px;
	background:#e4e4e4;
	color:#f00;
	}
.seperator {
	height:15px;
	border-bottom:1px solid #ccc;
	width:145px;
	background:url(../images/backHeader.jpg) repeat-x;
	padding-left:5px;
	}
#mainContentHolder {
	margin-top:10px;
	}
#mainLeftBox {
	width:425px;
	float:left;
	border:0px solid #ccc;
	}
#mainRightBox {
	float:right;
	border:0px solid #ccc;
	width:320px;
	}
.copy {
	padding:0 10px;
	line-height:19px;
	color:#000;
	}
.subsequentCopy {
	padding:0 10px;
	line-height:19px;
	width:100%;
	}
.subsequentCopy li{
	padding-left:5px;
	list-style-type:circle;
	list-style-position:inside;
	}
.subsequentCopy ul{
	margin-bottom:10px;
	}
.clear {
	clear:both;
	}
.wideBoxOut {
	border:1px solid #ccc;
	width:318px;
	margin-bottom:5px;
	}
.smallBoxOut {
	border:1px solid #ccc;
	width:155px;
	margin-bottom:5px;
	}
.boxOutHeading {
	border-top:1px solid #ccc;
	padding:4px 0;
	text-align:center;
	background:url(../images/backHeader.jpg) repeat-x;
	}
.innerBox {
	padding:5px;
	}
#breadcrumb {
	position:absolute;
	top:108px;
	left:0px;
	color:#f00;	

	}
.trail {
	color:#000;
	font-size:9px;
	text-decoration:none;
	}
#w3c {
	margin-top:10px;
	}
#contactForm {
	border:1px solid #ccc;
	padding:10px;
	}
.submit {
	background:url(../images/backSubmit.jpg) repeat-x; 
	}
#marqueecontainer{
	position: relative;
	width: 135px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: white;
	overflow: hidden;
	margin:0 10px;

}
.imageScroll {
	padding:40px 0;
	border-bottom:1px solid #ccc;
	}
.blockquote {
	width:100px;
	background:#eee;
	color:#f00;
	padding:5px;
	margin:5px;
	margin-right:0px;
	float:right;
	font-size:9px;
	}
.sectorNavigation {
	border:1px solid #ccc;
	border-top:0px;
	width:148px;
	margin-bottom:10px;

	}
.sectorNavItem {
	padding:3px 5px;
	}
.client {
	background:#eee;
	padding:2px 5px;
	font-weight:bold;
	border:1px solid #ccc;
	}
.innerBox li{
	border-bottom:1px dotted #ccc;
	padding-bottom:2px;
	margin-top:2px;
	padding-left:7px;
	list-style-type:none;
	margin-left:0;
	background: url(../images/squareBullet.jpg) left center no-repeat;
	}

.innerBox a {
	text-decoration:none;
	}
.linkSection {
	border-bottom:1px dashed #eee;
	padding-bottom:5px;
	margin-top:5px;
	}