@charset "utf-8";
/* CSS Document */

/* HIGHLIGHT AREA
----------------------------------------------*/

#highlight {
	float: left;
	width: 900px;
	height: 460px;
	border-bottom: 1px solid #ccc;
}

#highlight_left {
	float: left;
	width: 540px;
	height: 460px;
	border-top: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}

#highlight_right {
	float: left;
	width: 360px;
	height: 460px;
	background-color: #686868;
	padding: 0px;
	margin: 0px;
}


/* HIGHLIGHT BOXES WITH TYPE
----------------------------------------------*/
.highlight_box {
	float: left;
	width: 360px;
	height: 115px;
	border-top: 1px solid #ccc;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #fff;
	margin: 20px 0 0 15px;
}

h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	
}

p.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #ccc;
	margin: 0 0 0 15px;
}	

p.description a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
