/* CSS Document */
@import url(clean_slate.css);
@import url(typography.css);
@import url(color.css);
html{

}
body{
	font-family: georgia, times, times new roman, serif;
	font-size:12px;
	/*text-align:center;*/
	background:#000000;
}

div#container{
width:800px;
margin-top:15px;
margin-left: auto;
margin-right: auto;

}

div#headerHome{
position:relative;
height:86px;
background: transparent url(../images/secondhome_01.png);
clear:both;
width:800px;
/*text-align:center;*/
}
div#headline{
	color:#000;
	position:absolute;
	top: 215px;
	background:#230D33 url(../images/buttonbar.jpg) no-repeat 0 0;
	width:803px;
	height: 30px;
}
/* ----------------------
Rollover navigation
-------------------*/
ul#nav{
text-align:left;

}
ul#nav li {

display:inline;

position:absolute;

}



li#nav_home a {
	position: absolute;
	display:block;
	left:10px;
	width:276px;
	height:195px;
	text-indent:-9999px;
}

li#nav_services a{

left:299px;
width:95px;



}

li#nav_clients a{

left: 397px;
width:90px;



}

li#nav_about a{

left: 515px;
width:90px;



}

li#nav_contact a{
left: 628px;
width:90px;

}


li#nav_services a, li#nav_clients a, li#nav_about a,  li#nav_contact a{

		position: absolute;
		
		display:block;
		
		height: 86px;
		
		text-indent:-9999px;

}



/*	Rollover images for top tabs

-----------------------------------------------------*/


		li#nav_services a:link, li#nav_services a:visited {

		background:transparent 	url(../images/secondhome_01.png)  no-repeat  -299px 0;

		}

		li#nav_services a:hover{

		background:transparent url(../images/secondhome_01.png)  no-repeat -299px -86px;

		}


		

		li#nav_clients a:link, li#nav_clients a:visited {

		background:transparent url(../images/secondhome_01.png)  no-repeat -397px 0px;

		}

		li#nav_clients a:hover{

		background:transparent url(../images/secondhome_01.png)  no-repeat -397px -86px;
		}

		

		li#nav_about a:link, li#nav_about a:visited {

		background:transparent url(../images/secondhome_01.png)  no-repeat -515px 0;

		}

		li#nav_about a:hover{

		background:transparent url(../images/secondhome_01.png)  no-repeat -515px -86px;

		}

		

		li#nav_contact a:link, li#nav_contact a:visited {

		background:transparent url(../images/secondhome_01.png)  no-repeat -628px 0;

		}

		li#nav_contact a:hover{

		background:transparent url(../images/secondhome_01.png)  no-repeat -628px -86px;

		}
/*div#myGalleryHome h1{
width:200px;
height:100px;
}*/
ul#sponsors li a{
	position: absolute;
	display:block;
	height: 100px;
	width: 200px;
	z-index: 11;
	top:100px;
	left:285px;
	text-indent: -9999px;
}
div#page{
background: transparent  url(../images/back_02.png) no-repeat;

width: 800px;
}

div#content {
/*	height:510px;*/
	top:120px;
	position:relative;
    padding-top:35px;
	padding-bottom:135px;
	background:transparent url(../images/transback.gif); 
	margin:0 0 0 0;
	width:700px;
	text-align:left;
	line-height: 2em;


}
	
div#footer{
	position:relative;
	background: #000000;
	clear:both;
	width:100%;
	text-align:center;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color:#666666;
}


