/* colors */
.orange {
	color: #f28832;
	border-color: #f28832;
}
.green {
	color: #9bbb59;
	border-color: #9bbb59;
}
.red {
	color: #aa0000;
	border-color: #aa0000;
}
.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 */
.fl {
	float: left;
}
.fr {
	float: right;
}
.cal {
	text-align: center;
}

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

.imgbox {
	display: block;
	border: 2px solid #fcfcfc;
	margin: 8px 8px 6px 0px;	
}


/* elements */
input, select, textarea {
	background: #fcfcfc;
	color: #666666;	
}


/* relative */
#content #c_pc {
	position: absolute;
	left: 10px;
	bottom: 00px;
	height: 234px;
	width: 240px;
}
#content #c_date {
	position: absolute;
	left: 10px;
	top: 15px;
	/*height: 30px;*/
	width: 240px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
#nav ul {
	list-style: none;
}
	#nav ul li {
		height: 36px;
		float: right;
		margin-left: 10px;
		padding: 0px;
	}
		#nav ul li a {
			text-decoration: none;
			background: transparent;
			text-align: center;
			display: block;
			height: 36px;
		}
		#nav ul li a:hover {
			background: url(../images/bg_nav_a.jpg) repeat-x;
		}
			#nav ul li a span {
				padding: 10px 8px 0px 8px;
				font-size: 103%;
				text-transform: uppercase;
				color: #fcfcfc;
				font-weight: bold;
				display: block;
			}

#row4 ul {
	list-style: none;
}
	#row4 ul li {
		padding: 0px;
		float: left;
		margin-right: 12px;
	}
		#row4 ul li a {
			display: block;
			color: #fcfcfc;
			font-size: 92%;
			font-weight: bold;
			text-transform: uppercase;
			padding-top: 7px;
		}




