a:link {
	color: #018198;	
	text-decoration: underline;
}

a:visited {
	color: #018198;	
	text-decoration: underline;
}

a:hover {
	color: #12CCFF;	
	text-decoration: underline;
}

/* @group Type */

h1, .subsection-head {
	color: #12CCFF;	
	font-size: 20px;
	font-weight: bold;
	vertical-align: 7px;
	padding-left: 10px;
}

h2, .headline {
	display: block;
	color: #018198;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}

h3, .subhead {
	display: block;
	color: #799C2B;
	font-size: 16px;
	font-weight: normal;
}

.subhead a:link {
	color: #799C2B;
	text-decoration: none;
}

.subhead a:visited {
	color: #799C2B;
	text-decoration: none;
}

.subhead a:hover {
	color: #B8C044;
	text-decoration: underline;
}

h4, .subhead-blue {
	display: block;
	color: #12CCFF;	
	font-size: 16px;
}

h5, .text-blue {
	color: #018198;	
}

h6, .text-green {
	color: #799C2B;
}



/* @end */

/* @group L2nav */

#l2nav {
	color: #fff;
	float: left;
}

#l2nav a:link {
	color: #fff;
	text-decoration: none;
}

#l2nav a:visited {
	color: #fff;
	text-decoration: none;
}

#l2nav a:hover {
	color: #12CCFF;
	text-decoration: underline;
}

.l2nav-on {
	color: #12CCFF !important;
}



/* @end */

/* @group Lists */

.list {
	margin-top: 20px;
	color: #018198;
}

.list ul {
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}

.list li {
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* @end */

/* @group Case Studies */

#caselist {
	font-size: 12px;
	line-height: 18px;	
}

.casestudy-teaser {
	margin-top: 20px;
}

.case-thumbnail {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
}

#caselist a {
	display: block;
	color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;	
}

#caselist a:visited {
	color: #CCC;
	text-decoration: none;	
}

#caselist a:hover {
	color: #018198;
	text-decoration: underline;	
}

.subhead-caselist {
	display: block;
	color: #018198;
	font-size: 16px;
	margin-top: 15px;
}

/* @end */
