.padd
{
	padding-left:-20px;
}

.coverage
{
		margin: 0 auto;

}
.tcent
{
	text-align:center;
}

.wrapper 
{
	height:100px;
	margin:0 auto 15px;
	width:793px;
}

.wrapper2 
{
	height:300px;
	margin:0 auto 15px;
	width:793px;
}

.left 
{
	color:#000E57;
	float:left;
	height:auto;
	margin-left:135px;
	margin-top:20px;
	width:189px;
	display: inline;
	z-index:9;

}

.formR
{	
	margin-top:80px;
	margin:0 auto 15px;
	
	
}
.left2 
{
    text-align:center;
	color:#000000;
	float:left;
	height:auto;
	margin-left:80px;
	margin-top:20px;
	width:250px;
	display: inline;  /* <---Solution for bug IE6 */ 
}



.left3 
{
	text-align:center;
	color:#000000;
	float:left;
	height:auto;
	margin-left:310px;
	margin-right:320px;
	margin-top:20px;
	width:200px;
	display: inline;  /* <---Solution for bug IE6 */ 
}



.right 
{
	float:left;
	height:auto;
	margin-left:130px;
	margin-top:20px;
	width:195px;
	display: inline;  /* <---Solution for bug IE6 */ 
    z-index:9;

}

.right2 
{
	text-align:center;
	float:left;
	height:auto;
	margin-left:130px;
	margin-top:20px;
	width:230px;
	display: inline;  /* <---Solution for bug IE6 */ 
}

.conComp
{
	float:left;
	margin-left:30px;
	width:189px;
	display: inline;  /* <---Solution for bug IE6 */ 
	
}
body,html
{
	background: black;

}

h1
{
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
	border-left: 10px solid black;
	padding-left: 5px;
}


#container
{
	position: relative;
	background: url(/images/bg.jpg);
	width: 793px;
	margin: 0 auto;
	/*min-height: 300px;   <--minimum height */
	min-height:700px;
	z-index: 0;
	
}

.newsImg
{

	background-image: url(/images/news.png);
	background-position:center;
	background-repeat: no-repeat;
    min-height:900px;


}

.backimage
{
	
	padding:-20px;
	background-image: url(/images/home-bg.png);
	background-position:center;
	background-repeat: no-repeat;
	z-index:2;

}

#header
{
	position: relative;
	background: url(/images/header2.jpg) no-repeat;
	height: 38px;
	width: 793px; 
	padding-top: 118px;
	z-index: 1;
}

#content
{

	top: 148px;
	left: 0;
	padding: 20px;
	z-index: 5;
}

#content2
{

	top: 148px;
	left: 0;
	padding: -20px;
	z-index: 5;
}

.centers
{
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
}


.box {
	position: absolute;
	visibility: visible;
	height: 105px;
	width: 213px;
	left: auto;
	top: 328px;
	right: 431px;
	bottom: auto;
}
.box2 {
	position: absolute;
	visibility: visible;
	height: 105px;
	width: 213px;
	left: auto;
	top: 334px;
	right: 137px;
	bottom: auto;
}

.required
{
	color: red;
}

/* General */
#cssdropdown, #cssdropdown ul { list-style: none; background: black; z-index: 1; position: absolute}
#cssdropdown, #cssdropdown * { padding: 0; margin: 0; }

/* Head links */
#cssdropdown li.headlink { width: 150px; float: left; margin-left: -1px; margin: 4.3px; background-color: #000; text-align: center}
#cssdropdown li.headlink a { display: block; padding: 5px; text-decoration: none}
#cssdropdown li.headlink a:hover { background-color: #000e56 }

/* Child lists and links */
#cssdropdown li.headlink ul { display: none; }
#cssdropdown li.headlink:hover ul { display: block;  }
#cssdropdown li.headlink ul li a { padding: 5px;  display: block; }
#cssdropdown li.headlink ul li a:hover { background-color: #000e56; }

/* Pretty styling */

#cssdropdown a { color: white; border: 1px solid white} 
#cssdropdown ul li a:hover { text-decoration: none; }
#cssdropdown li.headlink { background-color: black; ; }
#cssdropdown li.headlink ul { background-position: bottom;  }


#clientTable th
{
	background-color: black;
	color:#fff;
}

.odd
{
	background-color: #CCC;	
}

.paginate_button , .paginate_active
{
	padding: 10px;
	background-color:#000;
	color:#fff;
	cursor: pointer;
	border: 1px solid gray;
	margin-right: 5px;
}

.paginate_active
{
	background-color: red;	
}

#clientTable_info
{
	margin-bottom: 15px;	
}

.spacing
{
	white-space:pre-wrap;
}