﻿* {
    margin:0;
    padding:0;
}

body {
	color: #000;
	padding:0;
	margin:0;
	text-align: center;
	min-width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#D5D3D4;
	background-image: url(../image/new-bodybg.jpg);
	background-repeat: repeat-x;
	line-height:1.1em;
	font-size: 100%;
}

.clear {
	clear:both;
}
img  {
	border:0;
	margin:0;
}


#pageheader {
    height: 182px;
    width:995px;
    background-color:#000;
    background-image: url(../image/new-home-top-fcp-image.jpg);
    margin:0;
    padding:0;
}



#container {
    height: 100%;
    width:995px;
	background-color:#fff;
    font-size:1em;
    text-align:left;
    margin:0px auto;
    padding:0px 0;
}

/* Main Menu */

#mainmenu {
    height: 76px;
    width:995px;
	background-color:#878C90;
	background-image: url(../image/new-menu-redgreybg.jpg);   	
}


#menulist {
    padding-top:13px;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
}


#menulist li {
    float: left;
    list-style-type:none;
}

#menulist a {
    background-image: url(../image/new-menudivider.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 17px;
    padding-left: 17px;
    display: block;
    line-height: 80px;
    text-decoration: none;
    font-size: 0.95em;
	font-weight:bold;
    color: white;
}

#menulist .menutab {
    font-size:1.5em;
    background-image: url(../image/new-menu-redbg.jpg);
    background-repeat:repeat;
    border-right:1px solid #000;
    height:76px;
    color:white;
    margin-top:-13px;
    padding-right:102px;
}

#menulist .menutab span {
    position:relative;
    top:30px;
    left:50px;
}


/* Sub Menu */

#submenu {
	background-color:#000;
	width:995px;
}

#submenulist {
	clear:left;
    height: 30px;
	margin-left:5px;
}


#submenulist li {
    float:left;
    list-style-type:none;
    border-right:1px solid white;
    padding:0px 12px;
	font-size:0.8em;
}

#submenulist  a {
    display: block;
    text-decoration: none;
    font-size: 0.85em;
    color: white;
}


/* Page Containers */

#bodyContainer {
    height:100%;
    width:995px;
	background-image: url(../image/new-bodywhitepinkbg.jpg);
	background-repeat: repeat-y;
    margin:0px auto;
    padding:0px 0;
}

div.footerArea {
	width:995px;
	background-image: url(../image/new-bodywhitepinkbg.jpg);
	margin:0px auto;
	padding:0px 0;
	background-repeat: repeat-y;
}

#leftColumn {
	float: left; 
	width: 690px;
}

.leftcontainer {
    width:690px;
    margin: 8px 8px 0px 8px;
    padding: 17px 17px 17px 17px;
}

#leftboxcontainer {
    width:690px;
	border-width: 1px;
	border-color: #000000;
	background-color:#ffffff;
	border-style: solid;
    text-align: left;
    margin: 8px 8px 0px 8px;
    padding: 17px 17px 17px 17px;
}


#leftboxcontainer h2, .leftcontainer h1  {
    border-bottom: 1px solid #CACACA;
    padding-bottom:8px;
}


#rightColumn {
    width:253px;
	float:right;
    margin:0px 0;
    padding:0px 0;
}

.rightboxcontainer {
    width: 200px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color:#fff;
    margin: 8px 8px 0px 8px;
    padding: 17px;
}

.rightboxcontainer h2 {
    border-bottom: 1px solid #CACACA;
    padding-bottom:8px;
}

.rightboxcontainer ul {
    list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.7em;
}

.rightboxcontainer li {
  line-height:1.3em;
}


.rightboxcontainer p {
    font-size:0.7em;
	padding:0;
	margin:10px 0px 0px 0px;
}

.rightboxcontainer span {
  line-height:1em;
}

.searhboxcontainer {
    width: 200px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color:#fff;
    margin: 8px 8px 0px 8px;
    padding: 0px 17px 0px 17px;
	height:23px;
}

.search-input {
    width:175px;
    float:left;
}

.search-button {
    float:left;
    width:20px;
    padding-top:3px;
}

#search-form input {
    border:0;
}

#footermenu {
	width:742px;
	margin: 0 0;
	padding: 0 0;
	background-image: url(../image/new-bottommenubg.jpg);
	background-repeat: repeat-x;
}

#footermenulist {
	clear:both;
	list-style:none;
	margin:0;
	margin-right:0.7em;
	padding:0;
	height:30px;
	margin-left:275px;
}

#footermenulist ul {
	display:none;
}

#footermenulist li {
    color:white;
	float:left;
	border-right:1px solid white;
	font-size:0.7em;
	margin-top:3px	
}


#footermenulist li a {
    color:white;
	padding-right:12px;
	padding-left:12px;
	text-decoration:none;
}


#footermenulist .last, #submenulist .last {
    border:0;
}

.footer-statement {
    width:688px;
	background-color:#DCDCDC;
	font-size:0.7em;
	margin: 0;
	padding: 20px 27px 27px 27px;
	color: #6E6E6E;

}

div#footergrey {
	width:688px;
	height:68px;
	text-align: left;
	margin: 2px 0 0 0;
	padding: 20px 27px 0 27px;
	
}

/* Page Footer */

.base_holder {
    background-color:white;
	padding: 20px 27px 27px 27px;
	height:32px;
	
}

.copyright {
	color: #a8a8a8;
	float:left;
}

.assertis {
    color: #7f7f7f;
    float:right;
    margin-right:10px;
}

.assertis, .copyright {
    font-size:0.7em;
    background-color:white;
}


/* Font Tags */

h1  {
    font-family: Palatino Linotype, Palatino, Georgia, Times New Roman;
    font-weight: lighter;
    color:#000000;
    font-size:1.8em;
    margin-bottom:0px;
}

h2  {
    font-family: Palatino Linotype, Palatino, Georgia, Times New Roman;
	font-weight: normal;
    color:#000000;
    font-size:1.2em;
    margin-bottom:0px;
}

h3 {
	font-weight: bold;
    color:#000000;
    font-size:0.8em;
	}

p {
    color:#000;
    font-size:0.8em;
	}


.leftcontainer p {
  font-size:0.7em;
  line-height:1.3em;
  margin-top:1.5em;
}

.sub_heading {
  font-weight:bold;
}

.newsStory {
  margin-top:1em;
}

.newsStory  {
  font-size:0.75em;
  font-size:0.85em;
}

.newsStory .search_link {
  font-size:0.9em;
}

.newsStory .news_title {
  font-weight:bold;
  font-size:0.8em;
  margin-bottom:0;
}

.newsStory .news_date {
  color:#b90101;
  font-size:0.8em;
  line-height:1em;
}



.newsStory .bodyText {
  margin-top:1em;
  line-height:1.3em;
}


.link_indent {
  margin-left:1em;
}


.fcp_quart {
  float:left;
  margin-right:10px;
}

.fcp_wrapper {
  margin-top:10px;
}


.welcome_photo {
  float:right;
  margin-left:37px;
  margin-top:20px;
  margin-right:-19px;
}

.charity_logo {
  float:right;
  margin-left:25px;
}

h1 {
  border:0;
}

a {
  color:#b90101;
}

a:hover {
  text-decoration:none;
}



.rightboxcontainer li a {
  font-size:1em;
  line-height:1.3em;
  list-style-type:none;
}


#disclaimer {
  color:#a0a0a0;
  font-size:0.65em;
}