/* Div styles */
* {
	padding: 0;
	margin: 0;
}

option{
	padding-right: 0.5em;
}

#document
{
	margin:0 auto;
	width:803px;
	text-align:left;

}
#container {
	margin: 0px;
	padding: 0px;
	clear: both;
}
/* Top  */
#header {
	display: block;
	height: 110px;
	width: 800px;
	} 
#banner {

	background: transparent url(/assets/templates/ccsa/images/home02.jpg) no-repeat scroll left bottom;
	
	display: block;
	height: 314px;
	width: 470px;
	padding: 0 0 0 330px;
}
.sub_banner {
	width: 583px;
}

/* body contents Div style */	
.bodyContent {
	float: left;
	padding: 13px 10px 10px 20px;
}
.bodyContentSeminars {
	float: left;
	padding: 0 0 0 20px;
}
/* left col for body contents */

#side1 {
	float:left;
	width: 160px;
	padding: 18px 23px 35px 17px;

}
#side3 {
	float: left;
	width: 583px;
	padding: 18px 0 25px 17px;

}
/* center col for body contents */
 

/* right cols contents */
#side2 {
	float: left;
	width: 583px;
	padding: 18px 17px 25px 0;

	}
#side4 {
	float:left;
	width: 160px;
	padding: 18px 23px 35px 17px;
	}
/* footer styles */	
#footer {
	clear: both;
	padding: 10px 0 0 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////*/


.ajaxSearch_resultsInfo,
.ajaxSearch_result{
    margin-top:15px;
}
.ajaxSearch_highlight1{
    background-color:#FFFF66;
}
.ajaxSearch_highlight2{
    background-color:#A0FFFF;
}

.ajaxSearch_highlight3{
    background-color:#FF9999;
}
.ajaxSearch_highlight4{
    background-color:#99FF99;
}
.ajaxSearch_extract h1,
.ajaxSearch_extract h2,
.ajaxSearch_extract h3,
.ajaxSearch_extract h4{
    color:#666666;
    font-size:11px;
    line-height:15px;
    text-decoration:none;
    font-weight:normal;
}
.ajaxSearch_resultLink{
    font-size:1.5em;
}
.ajaxSearch_extract{
    margin-left:15px;
}