/*
Settings
*/
.speech-only{
	display: none;
}

body{
	font-size: 80%;
	line-height: 1.4em;
	font-family: Tahoma, Helvetica, Verdana;
	text-align: center;
}
#wrapper{
	margin:20px auto 20px auto;
	width: 1006px;

	text-align: left;
}
#logo{
	padding-left: 30px;
	width:138px; 
	float: left;
}
#logo a{
	display: block;
	width: 138px;
	height: 62px;
	background: url(../images/chas-logo.png) no-repeat;
}
#navigation{
	padding-top: 31px;
}
#navigation > ul{
	height: 42px;
	float: right;
	background: url(../images/navigation-bg.jpg) repeat-x;
}
#navigation > ul > li{
	float: left;
	padding: 12px 0 0 0;
	height: 30px;
}
#navigation > ul > li > a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #777;
	height: 23px;
	font-size: 80%;
	border-left: #CCC 1px solid;
	padding: 7px 25px 0 25px;
}
#navigation > ul > li > a:hover, #navigation > ul > li > a.active{
	color: #222;
}
#navigation > ul > li.first{
	display: block;
	padding-left: 40px;
	background: url(../images/navigation-bg-first.jpg) left top no-repeat;
}
#navigation > ul > li.first a{
	border: none;
	padding-left: 5px;
}
#navigation > ul > li.last{
	display: block;
	padding-right: 40px;
	background: url(../images/navigation-bg-last.jpg) right top no-repeat;
}
#navigation > ul > li.last a{
	padding-right: 15px;
}
#navigation > ul > li > ul{
	position: absolute;
	display: none;
	background: #FFF;
}
#navigation ul li:hover ul,#navigation ul li.over ul{ 
	display: block;  
	overflow: visible; 
} 
#navigation ul li ul li{
	float: none;
	background: #FFF;
}
#flash{
	clear: both;
}
.breadcrumbs{
}
.breadcrumbs ul{
	width: 100%;
	padding: 5px;
}
.breadcrumbs ul li{
	display: inline
}
.breadcrumbs ul li a{
	color: #999;
	font-size: 80%;
	text-decoration: none;
	padding: 3px 15px 5px 10px;
	background: url(../images/breadcrumbs-icon.jpg) right center no-repeat;
}
.breadcrumbs ul li a:hover{
	color: #666;
}
.breadcrumbs ul li.last a{
	font-weight: bold;
	color: #666;
	background: none;
}
.breadcrumbs ul li.last a:hover{
	color: #333;
}

#page-wrapper{
	padding-right: 25px;
}
/* (START) TL fixed diftrent col amounts */
#content{
	width: 720px;
	float: left;
}

#page-wrapper.bigaside #content{
	width: 480px;
	float: left;
}
/* (END) TL fixed diftrent col amounts */
#content > .header{
	height: 30px;
	background: url(../images/header-bg.jpg) top repeat-x;
}

#page-wrapper.bigaside #content > .header{
	display: none;
}

#content .header .left{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/header-left.jpg) left top no-repeat;
}
#content .header h1{
	display: block;
	float: left;
	padding-top: 5px;
	height: 25px;
	font-size: 125%;
	font-weight: bold;
	color: #1d75cf;
}
#content .header .right{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	float: right;
	background: url(../images/header-right.jpg) right top no-repeat;
}

/* ################# */


#content .content .servicecontent{
	padding-left: 50px;
	margin-bottom: 2em;
}

#content .content .servicecontent ul{
	font-size: 85%;
}

/* ################# */

/* (START) TL fixed diftrent col amounts */
#content .content .left .content{ 
	padding: 20px 30px;
	width: 300px;
	float: left;
}
#content .content .right .content{
	padding: 20px 30px;
	width: 300px;
	float: left;
}

#content.onecol .content .left .content{ 
	padding: 20px 30px;
	width: 660px;
	float: left;
}

#page-wrapper.bigaside #content.onecol .content .left .content{ 
	padding: 0px 0px 20px 0px;
	width: 100%;
	float: left;
}

#content.onecol .content .right .content{
	display: none;
}

/* (END) TL fixed diftrent col amounts */
/*	border-top: #999 1px solid; */
#content > .footer{
	clear: both;
	padding-top: 20px;
}

#page-wrapper.bigaside #content > .footer{
	border-top: 0px;
}

#content > .footer .files li a{
	color: #666;
	padding: 0 0 0 30px;
	font-size: 80%;
}

#content > .footer .files li a:hover{
	color: #333;
}

/* (START) TL fixed diftrent col amounts */
#aside{
	float: right;
	width: 225px;
}

#page-wrapper.bigaside #aside{
	float: right;
	width: 480px;

}
/* (END) TL fixed diftrent col amounts */
#aside > .header{
	height: 30px;
	background: url(../images/header-bg.jpg) top repeat-x;
}

#aside .header .left{
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/header-left.jpg) left top no-repeat;
}
#aside > .header span{
	display: block;
	float: right;
	padding-top: 5px;
	height: 25px;
	font-size: 115%;
	color: #b3b3b3;
}
#aside > .header span strong{
	font-size: 115%;
	font-weight:bold;
	color: #1d75cf;
}
#aside .header .right{
	display: block;
	float: right;
	height: 30px;
	width: 30px;
	float: right;
	background: url(../images/header-right.jpg) right top no-repeat;
}
#aside .content div .content{
	color: #FFF;
	font-size: 80%;
}
#aside .content > div{
	margin-top: 15px;
}
#aside .content div .content a{
	color: #CCC;
	display: block;
	float: right;
}

#aside .content .programming{
	background: url(../images/badges/programming-bg.jpg) repeat-y;
}
#aside .content .programming .header{
	height: 47px;
	background: url(../images/badges/programming-header.jpg) top left no-repeat;
}
#aside .content .programming .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/programming-footer.jpg) bottom left no-repeat;
}

#aside .content .education{
	background: url(../images/badges/education-bg.jpg) repeat-y;
}
#aside .content .education .header{
	height: 47px;
	background: url(../images/badges/education-header.jpg) top left no-repeat;
}
#aside .content .education .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/education-footer.jpg) bottom left no-repeat;
}

#aside .content .management{
	background: url(../images/badges/management-bg.jpg) repeat-y;
}
#aside .content .management .header{
	height: 47px;
	background: url(../images/badges/management-header.jpg) top left no-repeat;
}
#aside .content .management .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/management-footer.jpg) bottom left no-repeat;
}

#aside .content .interactive{
	background: url(../images/badges/interactive-bg.jpg) repeat-y;
}
#aside .content .interactive .header{
	height: 47px;
	background: url(../images/badges/interactive-header.jpg) top left no-repeat;
}
#aside .content .interactive .content{
	padding: 0 8px 10px 55px;
	min-height: 80px;
	background: url(../images/badges/interactive-footer.jpg) bottom left no-repeat;
}
#footer{
	padding-top: 20px;
	height: 30px;
	background: url(../images/footer-bg.jpg) bottom repeat-x;
	clear: both;
}

#footer a{
	display: block;
	float: left;
	color: #1d75cf;
	margin-top: 7px;
	padding: 0 10px;
	font-size: 80%;
	text-decoration: none;
	border-left: #1d75cf 1px solid;
}
#footer a:hover{
	color: #144e8a;
}
#footer a.first{
	border: none;
	padding-left: 0;
}
#footer span{
	display: block;
	float: right;
	color: #666;
	margin-top: 7px;
	padding: 0 0 0 10px;
	font-size: 80%;
}

#footer .left{
	float: left;
	height: 30px;
	width: 30px;
	background: url(../images/footer-left.jpg) left top no-repeat;
}

#footer .right{
	float: right;
	height: 30px;
	width: 30px;
	background: url(../images/footer-right.jpg) right top no-repeat;
}

.clear{
clear: both;
}


/* CSR custom design */

#csr li{
list-style-type: none !important;
height:280px;
margin-bottom:1px;
border-bottom:3px solid;
border-bottom-color:#1D75CF;
}


