body {
	margin: 0px;
	padding: 0px;
	
	background: #fff;
	background-image: url(/images/bg.jpg);
        background-repeat: repeat-x;
	background-position: top;
	
	text-align: center;
}

a {
	font-family: arial;
	font-size: 13pt;
	color: #5a6e96;
}
header2 {
	background: #5a6e96;
	color: #5a6e96;
        margin: 0px;
	
}

img {
	border: 0px;
}

table {
	font-size: 1em;
}

h1,h2,h3,h4,h5,h6,strong {
	color: #333;
}

h3 {
	font-size: 12pt;
}
h2 {
	font-size: 12pt;
        background: #fff;
	color: #000;
	
}

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;
}
#bodyContainer1 {
	padding: 2px;
/*	border: 1px #333 solid;	*/
	background: #fff;
	background-image: url(/images/bg.jpg);
        background-repeat: repeat-x;
	background-position: top;
	
}

#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 {
	height: 45px;
	margin: 10px 0px;
	padding: 0px 22px;
    background-image: url(/images/menu/bg.png);
	
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 200;
          width:100%;
  
}

#menu .menuName {
	display: none;
}

#menu ul, #menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	z-index: 20;
        
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	display: inline-block;
	position: relative;
	height: 45px;
	margin-left: 1px;
	background-position: top;
}

#menu a:hover {
	background-position: bottom;
}


#menu #home				{	width: 97px;	background-image: url(/images/menu/home.png);			margin-left: 1px;	}
#menu #ourwork			{	width: 131px;	background-image: url(/images/menu/ourwork.png);		margin-left: 2px;	}
#menu #services			{	width: 123px;	background-image: url(/images/menu/services.png);		margin-left: 1px;	}
#menu #resourcecenter	{	width: 201px;	background-image: url(/images/menu/resourcecenter.png);	margin-left: 2px;	}
#menu #aboutus			{	width: 130px;	background-image: url(/images/menu/aboutus.png);		margin-left: 1px;	}
#menu #qanda			{	width: 86px;	background-image: url(/images/menu/qanda.png);			margin-left: 2px;	}
#menu #faq				{	width: 86px;	background-image: url(/images/menu/faq.png);			margin-left: 2px;	}
#menu #products			{	width: 116px;	background-image: url(/images/menu/products.png);		margin-left: 1px;	}
#menu #contact			{	width: 116px;	background-image: url(/images/menu/contact.png);		margin-left: 1px;	}

#menu .subMnu {
	z-index: 20;
	display: none;
	position: absolute;
	top: 45px;
	left: 2px;

	min-width: 199px;

	background: #5A6E96;
	border: 1px solid #000;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
}

#menu .subMnu li {
	float: none;
	text-align: left;
	padding: 3px;
}

#menu .subMnu li a {
	display: block;
	white-space: nowrap;
	height: auto;
	padding: 2px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	text-shadow: 0px 1px 0px #000;
}

#menu .subMnu li a:hover {
	background: #fff;
	color: #000;
	text-shadow: 0px 1px 0px #aaa;
}



#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;*/
}
#mainContainer {
	width: 960px;
	margin: 0px auto;
	padding: 10px 0px;
	overflow: auto;
	
}

#banner{    
    border-top:2px solid #716B6B;
    background: #5A6E96;
    width:100%;
    height:100px;
    border-bottom:2px solid #716B6B;
 }
#banner1{    
    background-image: url(/images/menu/bg.png);
    width:100%;
    
    height: 45px;
	
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 200;
 }
 
 
 