/* CSS Document */

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

	Site:		FPS
	Section:	Red

	Author:		Maze
	
	
	
	Media type:		All

	1 - Typography
	2 - Navigation


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



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

body.c-red p.lead-para {
	color: #E1474A;
	font-weight: bold;
	font-size: 120%;
}

body.c-red a {
	color: #E1474A;
	text-decoration: none;
}


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

}

body.c-red #content .what-we-do h2 {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E1474A;
	padding-bottom: 4px;
	color:#000000;
	font-weight: bold;
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}


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


body.c-red #sub-nav a.on {
	background-color: #E1474A;
	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-red #nav-container a.on {
	background-color: #E1474A;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1474A;
}


/***********************************************************************
	3 - STRUCTURE
************************************************************************/

.what-we-do.top {
	margin:30px 0px 14px 0px;
	border-bottom:#CCCCCC 1px dotted;
	width:330px;
}

.what-we-do {
	margin:14px 0px 14px 0px;
	border-bottom:#CCCCCC 1px dotted;
}

body.c-red #links-wrap {
	}
	
body.c-red #links-wrap img {
	float:left;
	margin:10px 25px 10px 0px;
}

body.c-red #links-wrap #link-info {
	float:left;
	width:450px;
	margin-top:15px;
}



/***********************************************************************
	4 - 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.60em;

}

#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:#E1474A;
	border: 1px solid #E1474A;

}

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

}

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

}

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

}

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

}

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

}

#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 {

}


/***********************************************************************
	5 - FORM STYLING
************************************************************************/


body.c-red form {
	border-top:#CCCCCC 1px dotted;
	padding-top:25px;
	margin-bottom:10px;
	margin-top:15px;
}
	
body.c-red form fieldset {
	border:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color:#666666;
}

body.c-red legend {
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
}

<!--[if lte IE 7]>
<style type="text/css">
legend { margin-left: -0.5em; }
</style>
<![endif]-->


/*** tables *******/

table thead th {
	background-image:url(/images/framework/tables/red-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
}
body.c-magenta #content table.news_table a { text-decoration:underline; }
body.c-magenta #content table.news_table a:hover { text-decoration:none; }
