/*GENERAL CLASSES*/

ul{
	list-style:square;
}
form {
	padding:0px;
	margin:0px;
}

input,textarea,select{
	border:#CCCCCC 1px solid;
	background:#FAFAFA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#868686;
}

.error_message { 
	background:#F1EF9A;
	color:#CC0000;
	font-weight:bold;
	padding:5px;
	border:#dad99b 1px solid;
}

/* IMPORTANT CSS CODE TO GIVE A TABLE LOOK TO THE MIDDLE-PANEL*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	/*zoom: 1;      triggers hasLayout */
}
.clearfix {display: inline-block;}  /* for IE/Mac */
.clearfix {
   /* zoom: 1;      triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
	
	
/*RIGHT PANEL*/	
/*OUR CLIENTS*/
#our-clients {
	height:162px;
}
#our-clients-outer{
	width:234px;
	height:142px;
	clear:both;
	background:url(/js/jcarousel/our-clients-container-bg.gif);
}
#our-clients-logo-container{
	margin:auto;
	width:192px;
	height:142px;
	background:url(js/jcarousel/our-clients-inner-container-bg.gif);
	text-align:center;
}
#our-clients-more-link{
	width:190px;
	height:20px;
	margin:auto;
	color:#453423;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
	background:url(/js/jcarousel/our-clients-inner-container-bg.gif);
}



/*OUR CLIENTS PAGE*/
.our-clients-outer{
	width:150px;
	height:91px;
	background:url(/js/jcarousel/our-clients-container-bg.gif);
}
.our-clients-logo-container{
	margin:auto;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	padding-bottom:5px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background:url(/js/jcarousel/our-clients-inner-container-bg.gif);
	text-align:center;
}
.our-clients-more-link{
	width:190px;
	height:20px;
	margin:auto;
	color:#453423;
	font-size:8px;
	text-transform:uppercase;
	text-align:center;
	background:url(/js/jcarousel/our-clients-inner-container-bg.gif);
}
.our-clients-more-link div{
	width:190px;
	height:12px;
	background:#FFFFFF
}

/*AWARDS PAGE*/
.award-main-container{
	clear:both;
}
.award-left-container{
	float:left;width:221px;height:128px;background:#f7f7f7
}
.award-image { 
	margin-top:16px;margin-left:24px;
}
.award-left-title{
	font-size:8px;text-align:center;margin-top:10px;clear:both;text-transform:uppercase
}
.award-right-container{
	float:right;width:300px
}