@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------

	Created by elykinnovation, inc. - http://www.elykinnovation.com
	Jacksonville, Florida - Web Design Company

--------------------------------------------------------------------------------------------------- */


a, div {-moz-outline:none;}

/* ----------------------------------------------------------------------------------------------------------------

	.png hack

------------------------------------------------------------------------------------------------------------------*/

/* * { behavior: url(iepngfix.htc); }*/
.iepngfix { behavior: url(css/iepngfix.htc); }
 


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility: hidden;
	display: none;
	text-indent: -8520px;
}

.pictureframe {
	border: #000 1px solid;
	padding: 4px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
	background-color: transparent;
	height: 1px;
}

/* ---------------------------------------------------------------------------

	Horizontal Navigation

--------------------------------------------------------------------------- */

.NAME {
   white-space: nowrap;
   float: left;
   width: 444px;
   height: 20px;
   text-align: center;
} 
.NAME ul {
   padding: 0px;
   margin: 0px;
}

.NAME ul li {
   display: inline;
	padding-left: 5px;
	padding-right: 5px;
	color: #666666;
}

.NAME ul li a:link, .NAME ul li a:visited {
	color: #666666;
	text-decoration: none;
}

.NAME ul li a:hover, .NAME ul li a:visited:hover {
	color: #990000;
	text-decoration: none;
}


/* ---------------------------------------------------------------------------

	Unordered List Stylings

--------------------------------------------------------------------------- */


.client_list ul {
	 padding-left: 5px;
	 margin-left: 5px;
	 margin-top: 0px;
	 text-indent: 1px;
	 list-style: none;
	 font-size: 13px;
}

.client_list li {
	border-bottom: #CCCCCC 1px dotted;
	width: 95%;
	margin: 0px 0px;
	padding: 4px 0px;
	font-size: 13px;
}

.client_list a:link, .client_list a:visited {
	color: #006699;
	text-decoration: underline;
}

.client_list a:hover, .client_list a:visited:hover {
	color: #2EA74F;
	text-decoration: none;
}