/* 
Created: 19 June 2006
Author: Laura Zucchetti
Copyright: Finishing Post Creative
*/
@import url("services.css");
@import url("sitemap.css");
@import url("lightbox.css");

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2d2d2d;
}
#head_wrapper {
	background-color: #383838;
}
#header_block {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header_block .head_menu {
	padding: 0px;
	list-style-type: none;
	float: right;
	width: 305px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header_block .head_menu li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #626262;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	text-align: right;
}
#header_block .head_menu li.firstli {
	border-left-style: none;
}
#header_block .head_menu a {
	font-size: 0.8em;
	color: #626262;
	text-decoration: none;
}
#header_block h1 {
	display: block;
	height: 68px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images-css/fp-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0px;
	color: #FFFFFF;
	width: 323px;
	float: left;
}
#grey_bar {
	background-color: #3d3d3d;
	display: block;
	height: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9e9e9e;
	border-bottom-color: #9e9e9e;
	overflow: hidden;
	margin: 0px;
}
#content {
	width: 746px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 12px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}.clear {
	clear: both;
}
.hidden {
	display:none;
}
#content_wrapper {
	background-color: #2d2d2d;
	margin: 0px;
	padding: 0px;
}

#main_left_col {
	width: 155px;
	float: left;
	margin: 0px;
}

#left_col {
	width: 155px;
	float: left;
	background-color: #e8e8e8;
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	margin: 0px;
}

#didyouknow_col {
	clear: both;
	width: 155px;
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
	margin: 0px;
}

/*Style for the extra services lists.*/
#didyouknow_col ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#didyouknow_col li {
	background-image: url(../images-css/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	padding-left: 24px;
	font-size: 0.70em;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #636363;
}

#didyouknow_col li a{
	text-decoration: none;
	color: #3669B8;
	font-weight: bold;
}


#left_col .menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}
#left_col .menu li {
	margin-top: 3px;
	background-color: #d7d7d7;
	background-image: url(../images-css/double_arrow.gif);
	background-repeat: no-repeat;
	background-position: 16px 50%;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	font-size: 0.8em;
}
#left_col .menu li:hover {
	background-color: #CCCCCC;
}
#left_col .menu a {
	color: #636363;
	text-decoration: none;
	display: block;
}
#center_col  {
	float: left;
	width: 357px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}
#wide_col  {
	float: left;
	width: 540px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
}
#right_col {
	float: left;
	width: 192px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer_wrapper {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #636363;
}
#footer_address {
	background-color: #464646;
	padding-top: 24px;
	padding-bottom: 24px;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
}
#footer_content ul a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footer_content li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	list-style-type: none;
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 18px;
}
ul .firstli, #footer_content .firstli {
	border: none;
}
#footer_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#footer_content #copyright {
	font-size: 12px;
	float: right;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer_content ul {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0%;
	width: 50%;
}
#branding_area {
	width: 746px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
	font-size: 0.8em;
	color: #666666;
	text-align: center;
	position: relative;
	z-index: 20;
}
#center_col h1, #center_col h2, #wide_col h1, #wide_col h2, #right_col h2, #didyouknow_col h2 {
	font-size: 0.9em;
	color: #3669b8;
	margin-bottom: 10px;
	margin-top: 0px;
}

#didyouknow_col h2 {
	font-size: 0.8em;
	color: #3669b8;
	margin-bottom: 8px;
	margin-top: 0px;
}

#center_col h3, #wide_col h3 {
	font-size: 0.85em;
	color: #3669b8;
	margin-bottom: 10px;
	margin-top: 0px;
}
#center_col p, #wide_col p, #right_col p {
	color: #636363;
	font-size: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#didyouknow_col p {
	color: #636363;
	font-size: 0.7em;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.hr {
	background-color:#ebebeb;
	height: 3px;
	overflow: hidden;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hr_grey {
	background-color: #d7d7d7;
	height: 3px;
	overflow: hidden;
	display: block;
	clear: both;
}
/*This is the div that holds the first list of services (in homecontent) on the homepage*/
#servicesa{
	clear:both;
	float:left;
	width:40%;
}
/*This is the div that holds the second list of services (in homecontent) on the homepage*/
#servicesb{
	float:right;
	width:60%;
}
/*Style for the extra services lists.*/
#servicesa ul, #servicesb ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#servicesa li, #servicesb li {
	background-image: url(../images-css/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	list-style-type: none;
	padding-left: 24px;
	font-size: 0.80em;
	margin-top: 2px;
	margin-bottom: 2px;
}
#servicesa a, #servicesb a {
	color: #636363;
	text-decoration: none;
}
#servicesa a:hover, #servicesb a:hover {
	color: #888888;
}
.newsLink {
	color: #2F5697;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
.newsLink:hover {
	color: #3669B8;
}
#head_center_col {
	display: block;
	width: 426px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	padding-bottom: 1px;
}
.blueText {
	color: #3669B8;
}
#right_col acronym {
	width: 15px;
	margin-right: 10px;
	float: left;
}

a img{
border:0;
}
#center_col p a:hover, #wide_col p a:hover  {
	color: #5F8BCF;
}
#center_col .address, #wide_col .address  {
	padding-top: 0px;
	font-weight: bold;
}
.bullet_list li {
	list-style-type: none;
	background-image: url(../images-css/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 20px;
	font-size: 0.8em;
	margin-top: 3px;
	margin-bottom: 3px;
}
#center_col p a, #right_col p a, #wide_col p a, .bullet_list a{
	text-decoration: none;
	color: #3669B8;
	font-weight: bold;
}
.bullet_list {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*Gallery*/

ul.gallery{
margin:0;
padding:0;
list-style: none;
}
ul.gallery li {
	display:block;
	margin:0;
	text-align:left;
	padding-top: 8;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 0px;
	float: left;
}
/*This is for the images*/
#right_col dl, 
#right_col dt, 
#right_col dd, 
#right_col dd a img{
margin:0;
padding:0;
border:0;
}
#right_col dt{
	font-weight:bold;
	margin-bottom:3px;
	font-size: 0.8em;
	margin-right: 3px;
	color: #3366CC;
}
#right_col dt.float {
	float: left;
}
#right_col dd{
margin-bottom:8px;
}
br {
	clear: both;
}
.clearfix {
	font-size: 0.9em;
}
.gallery a img {
	margin: 1px;
	border: 1px solid #CCCCCC;
}
.gallery a img:hover {
	margin: 0px;
	border: 2px solid #6699CC;
}
