/* @override http://mceda/css/screen.css */

@import url(reset.css);

/* @group Generic */

/* @group Font Sizes and Margins */

body {
	background: #fff url('/images/layout/bg.png') repeat-x top left;
	color: #333;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

p,
td,
li,
th,
dt,
dd {
	font-size: 1.2em;
	line-height: 1.5em;
}

li li,
li p,
td li {
	font-size: 1.0em;
}

p {
	margin: 0.5em 0;
	line-height: 1.4em;
}

p.FBCP {
	width:263px;
}

/* @end */

/* @group Headers */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0.5em 0;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-family: rockwell;
}

h1 {
	color: #3d5a73;
	font-size: 2.8em;
	font-weight: normal;
	margin: 5px 0 0 0;
	line-height: 1em;
}

h2 {
	color: #d69028;
	font-size: 1.8em;
	font-weight: normal;
	margin: 5px 0 5px 0;
	line-height: 1.5em;
}

h3 {
	color: #3d5a73;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 2px;
}

h4 {
	color: #3d5a73;
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0;
	font-weight: normal;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

/* @end */

/* @group Blockquotes */

blockquote {
	border: 1px solid #cdcdcd;
	margin: 1em 0;
	padding: 10px 15px;
}

#content-main blockquote p {
	color: #333;
 	font-size: 1.1em;
 	font-weight: bold;
 	margin: 0;
}

blockquote p cite {
	display: block;
	font-style: normal;
}

blockquote p cite:before {
	content: "— ";
}

/* @end */

/* @group Lists */

ul,
ol {
	margin: 0 0 1.5em 0;
}

li {
	margin: 0 0 0 3px;
}

ul li {
	background: transparent url('/images/layout/bullet-arrow.gif') no-repeat 0 6px;
	list-style: none;
	padding-left: 13px;
	margin: 0 0 0 3px;
}

ul.square li {
	background: transparent url('/images/layout/bullet-square.gif') no-repeat 0 45%;
	list-style-type: none;
	padding-left: 13px;
	margin: 0 0 0 3px;
}

ol li {
	list-style: decimal;
	margin-left: 1.6em;
}

ul.horizontal li {
	border-right: 1px solid #999999;
	display: inline;
	float: left;
	margin: 0 0.8em 0 0;
	padding: 0 0.8em 0 0;
}
	
ul.horizontal li.last {
	border-right: 0 none;
	padding-right: 0;
	margin-right: 0;
}

/* @end */

/* @group Tables */

table {
/*	margin: 0 0 1.5em;*/
	width: 100%;
}

table td,
table th {
	padding: 4px 10px;
	text-align: left;
	line-height: 1em;
}

table caption {
	background-color: #728b95;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding: 7px 10px;
	margin: 0;
}

table tr.alt td {
/*	background-color: #e2e7e9;*/
}

/* @end */

/* @group Links */


a:link {
	color: #123b61;
	text-decoration: none;
}

a:visited { 
	color: #123b61;
	text-decoration: none;
}

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

a:active {
	color: #123b61;
	text-decoration: none;
}

/* @end */

/* @group Images, Pullquotes and Callouts */

a img {
	border-width: 0;
}

img {
	margin: 0;
	padding: 0px;
}

.image-left,
div.callout-left,
div.pullquote-left {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

.image-right,
div.callout-right,
div.pullquote-right {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}

div.image-left,
div.image-right {
 	width: 100px;
}

img.image-left,
img.image-right,
.image-left img,
.image-right img {
	display: block;
}

.image-left p,
.image-right p {
	color: #333;
	font-size: 1.1em;
}

div.pullquote-left,
div.pullquote-right {
	background-color: #000;
	border-width: 3px 0;
	color: rgba(255, 255, 255, 0.99);
	font-size: 160%;
	line-height: 1.5em;
}

div.callout-left,
div.callout-right {
	background-color: #666;
}

/* @end */

/* @group Clear */

.clear {
	height: 0px;
	line-height: 0px;
	clear: both;
}

.clear span {
	position: absolute;
	left: -9999em;
}

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0px;
	visibility: hidden;
}

/* @end */

/* @group Grid */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	float: left;
	display: inline;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/* @end */

/* @end */

/* @group Layout */

#container {
	background: transparent url('/images/layout/content-section-bg.png') repeat-y 15px;
	width: 1015px;
	margin: 0 auto;
	position: relative;
}

#content {
	background: #fff url('/images/layout/content-main-shadow.png') repeat-x top left;
	width: 724px;
	float: left;
	margin-top: -48px;
}

#content-section {
	background: transparent url('/images/layout/content-section-top.png') no-repeat top left;
	float: left;
	display: inline;
	margin-left: 15px;
	margin-top: -13px;
	padding-top: 24px;
	width: 266px;
}

#content-main {
	background: #fff url('/images/layout/content-main-shadow.png') repeat-x top left;
	float: left;
	width: 468px;
	padding: 10px 10px 10px 18px;
}

.body-calendar #container {
	background:transparent;
}

#content-calendar {
	float: left;
	width: 950px;
	padding: 40px 10px 10px 18px;
	background:white;
	margin:-48px 0 0 20px;
}


#content-sub {
	background: transparent url('/images/layout/content-sub-border.png') no-repeat bottom left;
	float: left;
	width: 228px;
}

.Content_Home{
	display:none;
}

#footer {
	background: transparent url('/images/layout/footer.png') no-repeat 15px 0;
	width: 1015px;
	margin: 6px auto 20px;
	padding-top: 30px;
}

/* @end */

/* @group Header */

#header {
	position: relative;
}

a#logo {
	background: transparent url('/images/layout/logo.png') no-repeat top left;
	display: block;
	height: 157px;
	text-indent: -9999px;
	width: 297px;
}

p#title {
	position: absolute;
	top: 34px;
	left: 301px;
	font-size: 2.95em;
	text-transform: uppercase;
	color: #315b80;
	margin: 7px 0 0;
	padding: 0;
	line-height: 1em;
	text-indent: -9999px;
	background: transparent url('/images/layout/title.png') no-repeat top left;
	width: 403px;
}

#nav {
	background: transparent url('/images/layout/nav-sliver-shadow.png') no-repeat top right;
	position: absolute;
	left: 288px;
	top: 77px;
	width: 717px;
	padding-right: 11px;
}

#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	width: 717px;
}

#nav li {
	background-image: none;
	list-style: none;
	float: left;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}

#nav li.last {
	background-image: none;
}

#nav a:hover {
	text-decoration: none;
}

#nav li a {
	background: transparent url('/images/layout/nav.png') no-repeat top left;
	display: block;
	height: 32px;
	width: 91px;
	background-position: 0 0;
}

#nav li.doing-business a {
	width: 123px;
}

#nav li.doing-business a:hover {
	background-position: 0 -32px;
}

#nav li.incentives a {
	background-position: -123px 0;
	width: 160px;
}

#nav li.incentives a:hover {
	background-position: -123px -32px;
}

#nav li.living a {
	background-position: -283px 0;
	width: 67px;
}

#nav li.living a:hover {
	background-position: -283px -32px;
}

#nav li.facts a {
	background-position: -350px 0;
	width: 140px;
}

#nav li.facts a:hover {
	background-position: -350px -32px;
}

#nav li.news a {
	background-position: -490px 0;
	width: 116px;
}

#nav li.news a:hover {
	background-position: -490px -32px;
}

#nav li.about a {
	background-position: -606px 0;
	width: 111px;
}

#nav li.about a:hover {
	background-position: -606px -32px;
}

a.contact-us {
	color: #666;
	font-size: 1.2em;
	position: absolute;
	top: 47px;
	right: 220px;
}

a.contact-us:hover {
	color: #537786;
	text-decoration: none;
}

#Search{
	position: absolute;
	top: 42px;
	right: 15px;
	margin: 0;
}

#Search_Home{
	position: absolute;
	top: 22px;
	right: 15px;
	margin: 0;
}

.SEARCH_FORM_BOX{
	border-top: 1px solid #cacac9;
	border-left: 1px solid #cacac9;
	border-bottom: none;
	border-right: none;
	color: #888;
	height: 16px;
	margin-right: 5px;
	padding: 2px;
	position:  relative;
	top: -3px;
	width: 160px;
}

.SEARCH_FORM_LABEL_TEXT{
	color: #888;
}

.SUBMIT_BUTTON{
	background: #718a94 url('/images/layout/search-button-arrow.png') no-repeat center center;
	border: 1px solid #989796;
	text-indent: -9999px;
	width: 19px;
	height: 18px;
	position: absolute;
	top: 44px;
	right: 10px;
}

input.input-text {
}

input.input-submit {
}

/* @end */



/* @group Content Section */
/*
ul#main-nav {
	background: transparent url('/images/layout/main-nav-footer.png') no-repeat bottom left;
	padding-bottom: 4px;
	margin: 0 0 10px;
}

ul#main-nav li {
	background-image: none;
	padding: 0;
	list-style: none;
	margin: 0 13px;
	font-size: 1.8em;
}

ul#main-nav li a {
	background: transparent url('/images/layout/content-section-bullet.png') no-repeat 0 65%;
	padding-left: 11px;
	color: #e8e5d2;
}

ul#main-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

ul#main-nav li.open a {
    background-image: url('/images/layout/content-section-bullet-open.png');
	padding-left: 12px;
	margin-left: -1px;
}

ul#main-nav li.open li a {
	background-image: none;
}

ul#main-nav li.open li a:hover {
	text-decoration: underline;
}

ul#main-nav ul {
	background: transparent url('/images/layout/content-section-nested-top.png') no-repeat top left;
	margin: -25px -12px 0 -13px;
	padding-top: 27px;
}

ul#main-nav li ul li {
	background: transparent url('/images/layout/content-section-nested-bg.png') no-repeat top left;
	font-size: .7em;
	padding-left: 16px;
	margin: 0;
}

ul#main-nav li ul li.last {
	background: transparent url('/images/layout/content-section-nested-bottom.png') no-repeat bottom left;
	padding-bottom: 6px;
}

ul#main-nav li ul li a {
	background-image: none;
}

 @end */

/* @group Content Main */

#content-main .image-left p,
#content-main .image-right p {
	color: #333;
	font-size: 1.1em;
	font-style: italic;
	margin: 3px 0 0 0;
	line-height: 1.2em;
}

#content-main p {
	margin: 0 0 1.5em 0;
}
#content-main li {
	margin-bottom: 10px;
}

#content-main a:link,
#content-main a:visited,
#content-main a:active,
#content-main a:hover {
/*	text-decoration: underline;*/
}

div.split {
	background: transparent url('/images/layout/split-bg.gif') repeat-y top right;
	border-top: 14px solid #d69028;
	border-bottom: 1px solid #dcdbdb;
	border-left: 1px solid #dcdbdb;
	border-right: 1px solid #dcdbdb;
}

div.split .col1,
div.split .col2 {
	width: 267px;
	float: left;
	padding: 0px 10px;
}

div.split h3 {
	font-size: 2.2em;
	margin-top: 5px;
	margin-bottom: 6px;
}

div.split h4 {
	font-size: 1.6em;
}

#content-main div.split p {
	margin-bottom: 1.2em;
}

a.more {
	background: transparent url('/images/layout/bullet-arrow.gif') no-repeat 100% 50%;
	color: #333;
	font-weight: bold;
	padding-right: 11px;
	text-decoration: none;
}

a.Newsmore{
	background: transparent url('/images/layout/bullet-arrow.gif') no-repeat 100% 50%;
	color: #333;
	font-weight: bold;
	padding-right: 11px;
	text-decoration: none;
}

#content-main a.more:link,
#content-main a.more:visited,
#content-main a.more:active,
#content-main a.more:hover {
	color: #333;
	text-decoration: none;
}

#content-main a.more:hover {
	text-decoration: underline;
}

div.split img {
	border: 1px solid #d5d5d5;
	padding: 2px;
}

#content-main hr {
  border: 0 none;
  border-bottom: 1px solid #e4e3df;
  clear: both;
  height: 1px;
  margin-bottom: 15px;
}

/* @end */

/* @group Content Sub */

.callout {
	background: transparent url('/images/layout/content-sub-callout-bg.png') repeat-x top left;
	padding: 1px 15px 15px 13px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.callout.first {
	background-image: url('/images/layout/content-sub-callout-first-bg.png');
}

h4 a:link,
h4 a:visited,
h4 a:active,
#content-main h4 a:link,
#content-main h4 a:visited,
#content-main h4 a:active {
	color: #3d5a73;
	font-weight: normal;
	text-decoration: none;
}

h4 a:hover {
	color: #537786;
	text-decoration: none;
}

#content-sub hr {
  border: 0 none;
  border-bottom: 1px solid #e4e3df;
  clear: both;
  height: 1px;
  margin: 0 -15px;
}

p span {
	color: #3d5a73;
}

a.button {
	background: #78909a url('/images/layout/button.png') repeat-x bottom left;
	font-size: 1.8em;
	color: #E8E5D2;
	width: 96px;
	display: inline-block;
	text-align: center;
	border-top: 1px solid #a5b5bc;
	border-left: 1px solid #a5b5bc;
	border-right: 1px solid #4e5e65;
	border-bottom: 1px solid #445259;
	padding: 3px 0 5px;
}

a.button:link,
a.button:visited,
a.button:active,
a.button:hover {
	color: #ffffff;
}

a.button:hover {
	text-decoration: none;
}

dl.photos {
	margin-top: 10px;
	margin-bottom: 5px;
}

dl.photos dt {
	font-size: 1.4em;
	line-height: 1.2em;
	float: right;
	width: 113px;
	margin-right: -13px;
}

dl.photos dt a {
	color: #3d5a73;
}

dl.photos dt a:hover {
	color: #537786;
	text-decoration: none;
}

dl.photos dd {
	margin-left: -3px;
}

dl.photos dd img {
	border: 1px solid #d5d5d5;
	padding: 2px;
}

#content-sub ul {
	margin-bottom: 0;
}

#content-sub ul li {
/*	background-image: none;
	padding-left: 0;*/
}

a.back-to-top {
	background: transparent url('/images/layout/corner-shadow.png');
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 276px;
	height: 90px;
	width: 15px;
	right: -5px;
}

/* @end */

/* @group Home Page */

/* @group Header */

.home #header {
	position: relative;
	z-index: 200;
}

.home #content {
	position: relative;
	z-index: 100;
	margin-top: -90px;
}

.home p#title {
	top: 15px;
}

.home a.contact-us {
	top: 26px;
}

.home input.input-text {
	top: 23px;
}

.home input.input-submit {
	top: 23px;
}

.home .copyright {
	background: transparent url('/images/layout/fp-sliver.png') no-repeat top left;
	display: block;
	height: 20px;
	width: 50px;
	position: absolute;
	top: 81px;
	left: -34px;
	text-indent: -9999px;
}

.home #nav ul,
.home #nav ul li {
	background-image: none;
}

.home #nav {
	background: transparent url('/images/layout/fp-nav-bg.png') no-repeat top right;
	padding-right: 44px;
	top: 67px;
}

.home #nav ul {
	padding: 0;
	width: 800px;
}

.home #nav li {
	text-indent: -9999px;
	padding: 0;
}

.home #nav li a {
	background: transparent url('/images/layout/fp-nav.png') no-repeat top left;
	display: block;
	height: 52px;
	width: 91px;
	background-position: 0 0;
}

.home #nav li.doing-business a {
	width: 123px;
}

.home #nav li.doing-business a:hover {
	background-position: 0 -53px;
}

.home #nav li.incentives a {
	background-position: -123px 0;
	width: 160px;
}

.home #nav li.incentives a:hover {
	background-position: -123px -53px;
}

.home #nav li.living a {
	background-position: -283px 0;
	width: 67px;
}

.home #nav li.living a:hover {
	background-position: -283px -53px;
}

.home #nav li.facts a {
	background-position: -350px 0;
	width: 140px;
}

.home #nav li.facts a:hover {
	background-position: -350px -53px;
}

.home #nav li.news a {
	background-position: -490px 0;
	width: 116px;
}

.home #nav li.news a:hover {
	background-position: -490px -53px;
}

.home #nav li.about a {
	background-position: -606px 0;
	width: 111px;
}

.home #nav li.about a:hover {
	background-position: -606px -53px;
}

/* @end */

/* @group Slideshow */

.home #slideshow {
	height: 340px;
}

.home #slideshow ul {
	margin: 0;
}

.home #slideshow ul li {
	height: 340px;
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 711px;
	margin: 0;
}

/* @end */

/* @group Content Main */

.home #content-main {
	width: auto;
	padding: 0;
}

.home #content-main-inner {
	background-color: #f6f6f6;
	margin-top: 10px;
	margin-left: 8px;
	border: 1px solid #dad8d8;
	width: 714px;
}

.home #content-main h2 {
	background: transparent url('/images/layout/fp-h2.png') no-repeat top left;
	margin: 0 -24px 0 0;
	color: #fff;
	height: 51px;
	font-size: 2.4em;
	padding-top: 7px;
	padding-left: 22px;
}

.home .padding {
	padding-left: 21px;
	padding-right: 11px;
}

.home .padding img {
	border: 1px solid #b6b6b6;
	padding: 2px;
}

.home .padding img.image-left {
	margin-right: 15px;
}

.home .padding ul.main {
	margin-top: -7px;
}

.home .padding ul.main li {
	background-image: url('/images/layout/bullet-arrow-orange.png');
}

.home .map-right {
	float: left;
	width: 251px;
}

.home .divider {
	background: transparent url('/images/layout/fp-shading.png') repeat-x top left;
	border-top: 1px solid #dad8d8;
	margin-top: 8px;
}

.home .split {
	background-image: none;
	border: 0;
}

.home .split .col1 {
	background: transparent url('/images/layout/fp-split-div.png') no-repeat right 46px;
	width: 365px;
	padding-left: 20px;
	margin-right: 9px;
	padding-right: 20px;
}

.home .split h3 {
	font-size: 2.4em;
	color: #c9894b;
	margin-bottom: 8px;
}

.home .split h3.did-you-know {
	color: #a89f66;
}

dl.news {
	margin-bottom: 8px;
}

dl.news dt {
	float: right;
	width: 327px;
	line-height: 1.4em;
}

dl.news dd {
	font-size: 1.8em;
	color: #000;
	text-align: center;
	padding-top: 1px;
	width: 2em;
}

dl.news dd span {
	color: #466876;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-size: .7em;
	line-height: 1em;
}

/* calendar event list start */

.wrapper_news{
	padding:10px 0 5px 0;
}

.ncell{
}

.date_news{
	font-weight:bold;
	font-size: 1.25em;
}

.article_news{
	font-weight:bold;
	padding:2px 0;
	font-size: 1.25em;
}


/* calendar event list end */

/*Container*/
.NEWS_FEED_DISPLAY_TABLE{
/*	width:365px;*/
}

/*Item Row*/
.NEWS_FEED_DISPLAY_ROW_TITLE{
	padding:5px 3px 5px 0;
	position:relative;
}
/*Date*/
.NEWS_FEED_DISPLAY_TITLE{
	color:#466876;
	font-size:1.2em;
	float:left;
	text-align:right;
	width:70px;
}
/*Link*/
.NEWS_FEED_DISPLAY_LINK_TITLE {
/*	font-size: 1em;*/
}

.home #content-main dl.news dt a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.NEWS_FEED_DISPLAY_LINK_TITLE, .NEWS_FEED_DISPLAY_LINK_TITLE a {
	color: #333 !important;
	display:table;
	font-size: 1.25em;
	font-weight: bold;
	left:5px;
	position:relative;
	text-decoration: none;
}

.NEWS_FEED_DISPLAY_DETAILS_TITLE {
	color: #3d5a73;
	font-size: 2.8em;
	font-weight: normal;
	margin: 5px 0 0 0;
	line-height: 1em;
}

.NEWS_FEED_DISPLAY_LINK_ARCHIVE {
	color: #123b61;
	text-decoration: none;
}

.home #content-main dl.news dt a:hover {
	text-decoration: underline;
}

.home #content-main .split a.more:link,
.home #content-main .split a.more:visited,
.home #content-main .split a.more:active,
.home #content-main .split a.more:hover {
	color: #587c8b;
	padding-left: 45px;
}

.home #content-main .split hr {
	margin: 10px 0;
}

.home #content-main .split p {
	margin: 0.5em 0;
}

/* @end */

/* @group Content-Section */

.home #container,
.home #content-section {
	background-image: none;
}

.home #content-section {
	padding: 0;
}

.home #content-section h2 {
	font-size: 2.4em;
	line-height: 1.3em;
	margin-bottom: 8px;
}

.home #content-section h3 {
	font-size: 2.2em;
}

.home #content-section h4 {
	font-size: 2em;
	line-height: 1.2em;
}

.home #content-section ul li {
	margin: 0 0 3px 0;
	padding-left: 12px;
}

.home #content-section .doing-business,
.home #content-section .incentives,
.home #content-section .industries,
.home #content-section .follow-us {
	padding: 0px 13px 8px 13px;
}

.home #content-section .things-to-do {
	padding: 0px 0px 0px 0px;
}


.home #content-section .incentives h3,
.home #content-section .industries h3,
.home #content-section .follow-us h3 {
	margin: 0 -13px;
	padding: 13px 13px 8px 13px;
}

.home #content-section .things-to-do h3 {
	margin: 0 -13px;
	padding: 13px 13px 8px 13px;
}

.home #content-section .doing-business {
	background: #4a6e7d url('/images/layout/fp-doing-business-bg.png') no-repeat left bottom;
	padding-top: 13px;
	padding-bottom: 23px;
}

.home #content-section .doing-business h2,
.home #content-section .doing-business h4 {
	color: #e8e5d2;
}

.home #content-section .doing-business li {
	background-image: url('/images/layout/fp-db-bullet.png');
}

.home #content-section .doing-business a,
.home #content-section .doing-business p {
	color: #f3f1e5;
}

.home #content-section .doing-business .button {
	background: #dbd8c8 url('/images/layout/button-tan.png') repeat-x left bottom;
	color: #304751;
	border-top: 1px solid #ebeae0;
	border-left: 1px solid #e7e4d9;
	border-bottom: 1px solid #908c7c;
	border-right: 1px solid #9c9a8c;
	display: inline-block;
	margin-right: 9px;
	margin-top: 7px;
	width: 99px;
}

.home #content-section .doing-business hr {
	background: transparent url('/images/layout/fp-db-hr.png') no-repeat center top;
	border: 0;
	height: 2px;
	margin-bottom: 12px;
	margin-top: 18px;
}

.home #content-section .incentives {
	background: transparent url('/images/layout/fp-incentives-bg.png') repeat-y top left;
}

.home #content-section .incentives h3 {
	background: transparent url('/images/layout/fp-incentives-h2-bg.png') no-repeat top left;
	margin: 0 -13px;
	padding: 13px 13px 8px 13px;
	color: #315b80;
}

.home #content-section .incentives li {
	background-image: url('/images/layout/fp-incentives-bullet.png');
}

.home #content-section .incentives a {
	color: #E8E5D2;
}

.home #content-section .industries {
	background: transparent url('/images/layout/fp-industries-bg.png') repeat-y top left;
}

.home #content-section .industries h3 {
	background: transparent url('/images/layout/fp-industries-h2-bg.png') no-repeat top left;
	margin: 0 -13px;
	padding: 13px 13px 8px 13px;
	color: #f1e9b9;
}

.home #content-section .industries li {
	background-image: url('/images/layout/fp-industries-bullet.png');
}

.home #content-section .industries a {
	color: #fff;
}

.home #content-section .follow-us, .follow-us {
	background: transparent url('/images/layout/fp-follow-bg.png') repeat-y bottom left;
	height: 204px;
}
.home #content-section .things-to-do, .things-to-do {
	background: transparent url('/images/layout/fp-things-to-do-bg.png') repeat-y bottom left;
	height: 515px;
	padding: 0 0 0 0px;
}
.home #content-section .things-to-do h3 {
	background: transparent url('/images/layout/fp-follow-h2-bg.png') no-repeat top left;
	margin: 0 0px;
	padding: 13px;
	color: #c8884a;
}

.things-to-do h3 {
	background: transparent url('/images/layout/fp-follow-h2-bg.png') no-repeat top left;
	margin:0;
	padding: 13px;
	color: #c8884a;
}

.home #content-section .follow-us h3 {
	background: transparent url('/images/layout/fp-follow-h2-bg.png') no-repeat top left;
	margin: 0 -13px;
	padding: 13px;
	color: #c8884a;
}

.follow-us h3 {
	background: transparent url('/images/layout/fp-follow-h2-bg.png') no-repeat top left;
	margin:0;
	padding: 13px;
	color: #c8884a;
}

.home #content-section .follow-us ul li, .follow-us ul li{
	background-image: none;
	padding: 0;
	margin: 0;
	margin-left: 7px;
}

.home #content-section .follow-us ul li a, .follow-us ul li a {
	display: block;
	text-indent: -9999px;
	background: transparent url('/images/layout/fp-follow-sprite.png') no-repeat top left;
	margin-left: 10px;
	height: 41px;
	margin: 0;
}

.home #content-section .follow-us ul li.twitter a, .follow-us ul li.twitter a{
	background-position: 0 -41px;
	height: 49px;
}

.home #content-section .follow-us ul li.facebook a, .follow-us ul li.facebook a {
	background-position: 0 -90px;
}

/* @end */

/* @end */

/* @group Property Search */

.prop-search #container {
	background-image: none;
}

.prop-search #logo {
	height: 159px;
	margin-bottom: -93px;
}

.prop-search #header {
	height: 109px;
}

.prop-search #content {
	display: inline;
	margin-left: 15px;
	width: 980px;
	margin-top: 0;
	padding-left: 10px;
	padding-top:40px;
}

.prop-search #content-main {
	background:none;
}

.prop-search #accessories {
	margin-top: 5px;
	margin-left: 256px;
	width: 700px;
	margin-bottom: 20px;
}

.prop-search #accessories p {
	font-size: 1.2em;
	font-weight: bold;
	color: #123c61;
	margin-bottom: 5px;
}

.prop-search #accessories p span {
	font-size: 0.9em;
	color: #cb8e51;
	padding: 0 4px;
}

.prop-search #accessories p span a {
	background: transparent url('/images/layout/arrow-search-results.png') no-repeat top right;
	padding-right: 16px;
	padding-top: 4px;
}

.prop-search #accessories p.breadcrumb a {
	text-decoration: none;
	padding: 0 4px;
}

.prop-search #accessories p.breadcrumb a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Map */

.map #content-main {
	width: 690px;
}

.map .split {
	float: left;
	width: 450px;
	margin-right: 10px;
	background-position: 216px 0;
}

.map .split .col1,
.map .split .col2 {
	width: 194px;
}

.map #content-sub {
	float: left;
}

.map #content-sub a:link,
.map #content-sub a:visited,
.map #content-sub a:active,
.map #content-sub a:hover {
	text-decoration: none;
}

.map #content-sub p {
	margin: 0.5em 0;
}

.FB_FileListUL LI DIV SPAN {
     display:none;
}
.FB_Footer {
     display:none;
}

/* @end */

/* @group Footer */

#footer p {
	font-size: 1.1em;
	text-align: center;
	margin: 0;
	color: #999;
}
td p {
	margin: 0 !important;
	line-height: 1em !important;
]

/* @end */