/* CSS Document */

/******************************************************************************************

	Site:		FPS
	Section:	CYAN

	Author:		Maze
	
	
	
	Media type:		All

	1 - Typography
	2 - Navigation
	3 - Features


******************************************************************************************/



/***********************************************************************
	1 - TYPOGRAPHY
************************************************************************/

body.c-cyan p.lead-para {
	color: #419ABC;
	font-weight: bold;
	font-size: 120%;
}


body.c-cyan h2 {
	color: #000000;
	font-size: 120%;
}

body.c-cyan a {
	color: #419ABC;
}


body.c-cyan #left-column p.sub-nav-head {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #419ABC;
	padding-bottom: 4px;
	color: #000000;
	font-size: 120%;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;

}


/***********************************************************************
	2 - NAVIGATION
************************************************************************/


body.c-cyan #sub-nav a:hover {
	color: #419ABC;
	background-color: #CCCCCC;

}


body.c-cyan #sub-nav a.on {
	background-color: #419ABC;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


body.c-cyan #nav-container a.on {
	background-color: #419ABC;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #419ABC;
}

/***********************************************************************
	3 - FEATURES
************************************************************************/

#mini-feature {
	float: left;
	width: 200px;
	margin-top: 30px;
	
}

#mini-feature img {
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: none;

}

#mini-feature p a {
	float:right;
	margin-bottom:3px;

}

#mini-feature h3 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.65em;

}

#mini-feature h3 a {
	color: #FFFFFF;
	font-size: 160%;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}

#mini-feature h3 a:hover {
	text-decoration: none;

}

#mini-feature.one {
	margin-right: 7px;

}

#mini-feature.two {
	margin-right: 7px;

}

#mini-feature.three {


}

#mini-feature.one h3 a {
	background-color: #08769A;
	border: 1px solid #08769A;

}

#mini-feature.one h3 a:hover {
	background-color: #FFFFFF;
	color: #08769A;

}

#mini-feature.two h3 a {
	background-color: #242425;
	border: 1px solid #242425;

}

#mini-feature.two h3 a:hover {
	background-color: #FFFFFF;
	color: #242425;

}

#mini-feature.three h3 a {
	background-color: #C7CCCD;
	border: 1px solid #C7CCCD;
	color: #242425;

}

#mini-feature.three h3 a:hover {
	background-color: #FFFFFF;
	color: #C7CCCD;

}

#mini-feature-links {
	margin-top:15px;

}

#mini-feature-links a {
	width: 200px;
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#mini-feature-links a.one {
	margin-right: 7px;

}

#mini-feature-links a.two {
	margin-right: 7px;

}

#mini-feature-links a.three {

}

/*********** TEXT FEATURES ****************/


#feature-col-left {
	float:left;
	width: 300px;
	
}

#feature-col-right {
	float:right;
	width: 300px;
	
}

#text-feature {
	margin-top: 30px;
	
}

#text-feature h4 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.1em;
	color:#333333;
	padding-bottom:8px;
	border-bottom: 8px solid #08769A;

}

#text-feature p a {
	float:left;
	margin-bottom:3px;

}


/***********************************************************************
	4 - STAFF HEAD SHOTS
************************************************************************/

#staff-photo {
	float:left;
	margin-right:20px;
	width:130px;
	margin-top:25px;
}

#staff-info-text {
	float:left;
	width:300px;
	margin-top:25px;
}

	
