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

#gck-blue {
	background-color: #2E87C6;
	background-image: url(img/callout-blue.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: white;
	width: 200px;
	padding: 10px;
	float: left;
	height: 150px;
	margin: 0px 10px 10px 0px;
}

#gck-blue a {
	color: #F7941E;
	font-weight: bold;
}

#gck-orange {
	background-color:#F7941E;
	background-image:url(img/callout-orange.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: white;
	width: 200px;
	padding: 10px;
	float: left;
	height: 150px;
	margin: 0px 10px 10px 0px;
}

#gck-orange a {
	font-weight: bold;
}

#gck-blue h3, #gck-orange h3 {
	padding-bottom: 10px;
}

.blue {
	font-weight: bold;
	color: #0F75BD;
}