body {
	margin: 20px 0 20px 0;
	background-image:url("../images/bg.jpg");
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

/************************************ Main Styles *************************************/

.mainBorder {
	border: 1px solid #ccc;
	background-color: #fff;
}

/************************************ Header Styles *************************************/

.menuBg {
	background-image:url("../images/menu_bg.jpg");
	background-repeat: repeat-x;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 3px;
}

.menuBg a:link,.menuBg a:active, .menuBg a:visited{
	color: #fff;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
}

.menuBg a:hover {
	background-image:url("../images/cclogo_menu.gif");
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center left;
	color: #CE5B0F;
	text-decoration: none;
	padding: 3px 3px 3px 20px;
}

.headerBg {
	background-image:url("../images/header_bg.jpg");
	background-repeat: repeat-x;
}

/************************************ Leftpane Styles *************************************/

.iconMargin {
	margin: 0 0 0 12px;
}

.iconMargin1 {
	margin: 4px 0 0 4px;
}

.letftpaneTitle1 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding-left: 5px;
	line-height: 28px;
}

.letftpaneTitle2 {
	color: #E15616;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 28px;
}

.leftpaneBg {
	background-image:url("../images/leftpane_bg.jpg");
	background-repeat: repeat-y;
	width: 228px;
}

.newsContent {
	color: #333;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	padding: 0 8px 0 12px;
}

.newsBoldContent {
	color: #CE5B0F;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

.knowMore {
	margin: 2px 0 0 12px;
}

/************************************ Middlepane Styles *************************************/

.imgmargin {
	margin: 3px 0 0 3px;
}
.mainContent {
	color:#333;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
	padding: 0 6px 0 5px;
}

.mainContent a:link, .mainContent a:active, .mainContent a:visited {
	color: #E15616;
	text-decoration: none;
}

.mainContent a:hover {
	color: #333;
	text-decoration: none;
}

.knowMoreMiddle {
	margin: 0 4px 0 0;
}

.tblContent {
	background-color: #CE5B0F;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	line-height: 20px;
	padding: 0 6px 0 5px;
}

.boxContent {
	color: #fff;
	font-size: 11px;
	text-align: justify;
	padding: 0 10px 0 10px;
}

.boxContent a:link, .boxContent a:active, .boxContent a:visited{
	color: #792F06;
	text-decoration: none;
}

.boxContent a:hover {
	color: #792F06;
	text-decoration: underline;
}

.conServices {
	background-image: url("../images/our_services.jpg");
	background-repeat: no-repeat;
	width: 182px;
	height: 113px;
}

.conTeam {
	background-image: url("../images/our_team.jpg");
	background-repeat: no-repeat;
	width: 182px;
	height: 113px;
}

.conWhyUs {
	background-image: url("../images/why_us.jpg");
	background-repeat: no-repeat;
	width: 185px;
	height: 113px;
}

/************************************ Footer Styles *************************************/

.footerBg {
	color: #f1f1f1;
	background-image: url("../images/footer_bg.jpg");
	background-repeat: repeat-x;
	font-size: 11px;
	text-align: center;
}

.footerBg a:link, .footerBg a:active, .footerBg a:visited {
	color: #f1f1f1;
	text-decoration: none;
}

.footerBg a:hover {
	color: #fff;
	text-decoration: underline;
}