/* Global CSS */

img {border: none;}

a:active, a:focus {
	outline:none;
}

a:link, a:visited {
	color: #1b618f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h3 {
	font-size:17px;
	color: #1B618F;
}

h4 {
	margin:0;
	font-size:13px;
	text-align:left;
	margin-bottom:10px;
}

p {
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.4;
}

.clear {
	clear:both;
}

body {
	background: url(../images/bg.gif) repeat-x;
	color: #333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-align: justify;
	
}

#holder {
	width: 1007px;
	margin: 0 auto;
}


/* Header CSS */

.head-top {
	background: url(../images/header-top.png) no-repeat;
	width:1007px;
	height:18px;
}

.head-bg {
	background: url(../images/top-nav-bg.png) no-repeat;
	width:1007px;
	height:34px;
}


/* Content CSS */

.content {
	background: url(../images/content-bg.png) repeat-y;
	width: 1007px;
}

.spaced {
	margin-left: 42px;
	margin-right: 42px;
	padding-top:30px;
	padding-bottom:30px;
}




/*--navigation--*/
ul#navigation{
	float:right;
	margin:0;
}
ul#navigation li{
	float:left;
	display:inline;
	list-style:none;
	margin:0 7px 0 0;
	padding:0 5px 0 0;
	background:url(../images/bg-navigation-separator.gif) no-repeat 100% 4px;
}
ul#navigation a{
	float:left;
	padding:8px 0 0 7px;
	text-decoration:none;
	color:#2b84b5;
	cursor:pointer;
}
ul#navigation a span{
	float:left;
	height:25px;
	padding:0 8px 0 0;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 13px;
}

ul#navigation a.active, ul#navigation a:hover  {
	background:url(../images/nav-item-bg2.gif) repeat-x; color:#FFFFFF;
}
	



/* Footer CSS */

.footer {
	background: url(../images/footer-bg.png) no-repeat;
	width: 1007px;
	height:75px;
	color: #FFFFFF;
	font-size: 12px;
}

.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.foot-left {
	margin-top:25px;
	margin-left: 42px;
	float:left;
	color: #b4cc95;
}

.foot-right {
	margin-top:25px;
	float:right;
	margin-right: 42px;
}

/*--Homepage--*/

.home-left {
	float:left;
	margin-left:15px;
	width: 235px;
}

.home-right {
	margin-right:15px;
	float:right;
	width: 253px;

}

.home-mid {
	float:left;
	margin-left:60px;
	width: 273px;

}

.arrow {
background: url(../images/ico-arrow.gif) right no-repeat; 
padding-right: 12px;
padding-bottom:2px;
}

.link-right {
	float:right;
}


.contact-left {
	float:left;
	width: 500px;
}



/*  Our Clients */

.highlights ul li {
	margin-top:5px;
}



.highlights {
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	overflow-x:hidden;
	overflow:hidden;
	margin:0px;
	text-align:left;
}	

.clients-left {
	float:left;
}

.clients-right {
	float:right;
	width:650px;
}

.testimonial {
	float:left;
	width:190px;
	padding-left:10px;
	padding-right:10px;
	border-left: thin solid #b4cc95;
}

.client-signature {
	float:right;
	margin-top:8px;
}


/* who we are */

#who-we-are-list li {
	margin-bottom:10px;
}

