/* colors */
.orange {
	color: #f28832;
	border-color: #f28832;
}
.green {
	color: #9bbb59;
	border-color: #9bbb59;
}
.red {
	color: #aa0000;
	border-color: #aa0000;
}
.lightblue {
	color:#51c0eb;
	border-color: #51c0eb;
}
.white {
	color: #fcfcfc;
	border-color: #fcfcfc;
}
.blue {
	color: #0fb1ee;
	border-color: #0fb1ee;
}
.smoke {
	color: #d0d0d0;
	border-color: #d0d0d0;
}
.grey {
	color: #666666;
	border-color: #666666;
}
.brown {
	color: #984806;
	border-color: #984806;
}
.navy {
	color: #1f497d;
	border-color: #1f497d;
}
.teal {
	color: #0070c9;
	border-color: #0070c9;
}



/* classes */
.box {
	border: 2px solid #cccccc;
	padding: 2px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cal {
	text-align: center;
}

.rl {
	text-align: right;
}
.rl a {
	font-size: 80%;
}

a.button {
	padding: 2px 5px 1px 5px;
	height: 16px;
	font-size: 93%;
	text-decoration: none;
	display: block;
}
.input {
	/*height: 22px;*/
	margin-bottom: 8px;	
}
.label {
	width: 120px;
	text-align: right;
	float: left;
	padding-top: 2px;
}




/* relative */
#topnav ul {
	list-style: none;
	padding: 7px 0px 0px 0px;
}
	#topnav ul li {
		float: left;
		padding: 0px 20px 0px 0px;
	}
	#topnav ul li a, #topnav ul li span {
	 	text-transform: uppercase;
	 	display: block;
	 	text-decoration: none;
	 	color: #fcfcfc;
	 	font-weight: bold;
	 	font-size: 14px;
	}
	#topnav ul li a:hover {
	 	color: #ad3a00;
	}

.ctab_b {
	height: 242px;
	width: 220px;
	float: left;
	background: url(../images/sidebar/tripleblock.png) no-repeat;
	position: relative;
}
.ctab_s {
	height: 242px;
	width: 228px;
	float: left;
	background: url(../images/sidebar/tripleblock3.png) no-repeat;
	position: relative;
}
.ctab_o {
	height: 242px;
	width: 220px;
	float: left;
	background: url(../images/sidebar/tripleblock2.png) no-repeat;
	position: relative;
}
.ctab_padding {
	padding: 28px 10px 5px 15px;
}
	.ctab_padding p {
		text-align: justify;
		color: #464646;
	}
.ctab_link {
	position: absolute;
	text-align: right;
	bottom: 15px;
	right: 12px;
	height: 17px;
	background: url(../images/img_rdmore.png) no-repeat right;
	padding: 0px 20px 0px 0px;
}
	.ctab_link a {
		padding: 2px 0px 0px 0px;
		text-decoration: none;
		display: block;
	}