body {
	margin: 0px;
	padding: 0px;
	
	background: #777;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	
	text-align: center;
}

a {
	font-family: arial;
	font-size: 10pt;
	color: #5a6e96;
}

img {
	border: 0px;
}

table {
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6,strong {
	color: #333;
}

h2 {
	font-size: 11pt;
}

ul {
	padding-left: 23px;
}

ul li {
	margin: 0px;
	padding: 0px;
	
	margin-bottom: 2px;
}

ul a {
}

.bodyImg {
	border: 1px #333 solid;
}

.largeUL {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 12pt ! important;
	font-weight: normal;
	line-height: 25px;
}

.largeUL a {
	font-size: 12pt ! important;
	font-weight: normal;
}

.txtBox {
	border: 1px #333 solid;
	background: #eee;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pageTitle {
	margin: 10px 0px;
}

.pageTitle .pageTitleImg {
	margin-bottom: 5px;
}

#topRight {
	margin-top: 60px;
}

#topRight a {
	font-size: 9pt;
	/*font-weight: bold;*/
}

#topRight #searchTxt {
	border: 1px #aaa solid;
	width: 150px;
	height: 20px;
	background-image: url(/images/searchbg.png);
}

#mainContainer {
	margin: 0px auto;
	width: 952px;
}

#bodyContainer {
	padding: 2px;
/*	border: 1px #333 solid;	*/
	background: #fff;
}

#slideShow {
	position: relative;
	top: 0px;
	left: 0px;
	
	margin-bottom: 3px;
	
	height: 275px;
	width: 944px;
	
	border: 1px #333 solid;
	overflow: hidden;
}

#noSlideShow {
	height: 150px;
	width: 944px;
	border: 1px #333 solid;
	position: relative;
	overflow: hidden;
	
	background: #5a6e96;
}

#menu {
	position: absolute;
	top: -16px;
	z-index: 1000;
	height: 15px;
	border-bottom: 1px #333 solid;
}

.mnuItem {
	display: inline;
	height: 15px;
	width: 156px;
	position: relative;
	overflow: hidden;
}

.mnuItem img {
	z-index: 1100;
}

.mnuItem a {
}

.mnuOvr {
	position: absolute;
	top: -20px;
	z-index: 1000;
}

#slideShow .slide {
	position: absolute;
	top: -276px;
	width: 944px;
	height: 275px;
	border-bottom: 1px #333 solid;
}

#slideShow #slideButtons {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2000;
}

#slideShow #slideButtons .button {
	margin: 5px;
	width: 10px;
	height: 10px;
	border: 1px #333 solid;
	background: #aaa;
	opacity: 0.65;
	filter: alpha(opacity=65);
	
	cursor: pointer;
}

#content {
	font-family: arial;
	font-size: 10pt;
}

#credits {
	margin: 2px;
	height: 12px;
	font-family: arial;
	font-size: 8pt;
	font-weight: bold;
}

#homeContent1 {
	float: left;
	width: 746px;
}

#homeRightContent {
	float: right;
	width: 200px;
	
	text-align: center;
	
}

#homeRightContent {
	margin: 10px 0px;
}

#clientList {
	height: 113px;
	width: 200px;
	
	position: relative;
	overflow: hidden;
}

#clientList a {
	display: block;
	height: 113px;
	width: 150px;
	
	position: absolute;
	top: -300px;
	left: 25px;
	
	z-index: 0;	

	
	/*visibility: false;*/
}