/* CSS Document */

/* NOT NEEDED */
/* /////////////// */
/*
#newsbox {
	z-index: 10;
	position: absolute;
	top: -246px;
	left: 560px;
	width: 200px;
	height: 300px;
	background-image: url(../gfx/homepage/newsbox_grad.png);
	background-repeat: repeat-y;	
	
}
*/


#clients {
	display: block;
	margin-bottom: 18px;
	text-align: center;

}

#clients-header {
	width: 100%;
	float: left;
	clear: right;
	margin-botton: 5px;
	color: #999;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

#content_left_homepage {
	width: 520px;
	/* height: 400px; */
	
	margin-bottom:54px; /* 3 x 18px */
	/*
	margin-right: 40px;
	*/
	
	float: left;
	margin-right: 40px;
}

#content_right_homepage {
	width: 200px;
	float: left;
	margin-top: -200px;
}



#nav_sub_homepage {
	
	background-color: #1A3169;	
	height: 25px;
	/*font-size: 0px;
	
	
	
	
	
	
	/* ////////////////
	/* ////////////////
	/* ////////////////
	
	/* IE HACK TO FIX BUG  */
	/* TAKE OUT THIS VALUE FOR IE */
	
	
	/*
	height: 25px;
	*/
	
	
	/*HACK DOESNT WORK BUT ALMOST
	line-height: 0px;
	*/
}

#nav_sub_homepage_container {
	
	position: relative;
	width: 760px;
	
	margin: auto;
	
	left-margin:0px;
	

}

#nav_sub_homepage_menu {
	width: 760px;
	
}




#image {
	background-color: #00AABD;
}


#content_left_homepage a {
	color:#00AABD;
	text-decoration: none;
	
}

#content_left_homepage a:hover {
	color:#1A3169;
	text-decoration: underline;
}

/* ///////////////////////////////////

///////    DON'T NEED THIS??????  /*
#newsbox h1 {
	background-color: #E66400;
	display: block;
	height: 30px;
	top: 10px;
	padding-top: 10px;
}
