@import url("../../global/CSS/global.css"); /* Global Stylesheet */

/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background: url("/sitefiles/1385/Images/fd-top-bkgd.jpg") repeat-x scroll center top #FAFBF6}

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0;
	width: 100%;
	color: #1A1A1A;
	background-color: #1A1A1A;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

/* TYPE */
body, p, div, ul, li, td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #4D4D4D;
}
strong, b {font-weight: bold;}

p {margin-bottom: 18px;}

a:link, a:visited, a:active {
	color: #B5121B; 
	text-decoration: none;
}
a:hover {
	color: #B5121B; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}

h1 {
	color:#999999;
	font-family:"helvetica neue";
	font-size:36px;
	font-weight:lighter;
	line-height:50px;
}
h2 {
	line-height: 30px;
	font-size: 16px;
	color: #7C9FA3;
	font-weight: bold;
}
h3 {
	line-height: 30px;
	font-size: 20px;
	color: #4d4d4d;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
}
h4 {
	line-height: 30px;
	font-size: 20px;
	color: #4d4d4d;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
}
h5 {
	color:#333333;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
}
a.building:link, a.building:visited, a.building:active {
	color: #4D4D4D; 
	text-decoration: none;
}
a.building:hover {
	color: #4D4D4D; 
	text-decoration: underline;
}

/* @group MAINNAV Styles */

#mainnavWrapper {
	margin: 0px;
	padding: 0px;
	width: 680px;
	height: 80px;
	float: right;
	overflow:hidden;
}
ul#mainnav, #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: none;
}
#mainnav a {
	color:#4D4D4D;
	display:block;
	font-size:16px;
	font-weight:bold;
	height:80px;
	line-height:80px;
	padding:0 28px;
	text-decoration:none;
	text-shadow:1px 1px 0 #CCCCCC;
}

#mainnav a:hover {background:url("/sitefiles/1385/images/fd-mainnav-li-bg.png") repeat-x scroll 0 0 #FFF;}
#mainnav a.current  {background:url("/sitefiles/1385/images/fd-mainnav-li-bg.png") repeat-x scroll 0 0 transparent;}
#mainnav a.trigger {}
#mainnav li {
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
	text-align: center;
}
#mainnav li ul li a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	height:auto;
	line-height:8px;
	padding:12px 20px;
	text-transform:none;
	text-shadow: none;
	width:auto;
}
#mainnav li ul li a:hover {
	background: none;
	color:#d1e8aa;
	text-shadow: none;
}
#mainnav ul li li  {display:none;}
#mainnav ul li a.current  {background: none;}
#mainnav li ul, #mainnav ul li  {
	float:none;
	text-align:left;
}
#mainnav li ul {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-radius-bottomleft:6px;
	-webkit-border-radius-bottomright:6px;
	background:url("/sitefiles/1385/images/fd-mainnav-bg.png") repeat scroll 0 0 transparent;
	display:none;
	padding-bottom:10px;
	position:absolute;
	width:19em;
	z-index:100;
}
#mainnav li:hover a, #mainnav a:focus, #mainnav a:active, #mainnav li.p7hvr a {}
#mainnav li:hover ul, #mainnav li.p7hvr ul {
	display: block;
}
#mainnav li:hover ul a, #mainnav li.p7hvr ul a {}
#mainnav ul a:hover {}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#mainnav li {width: auto;}

/* @end */



/* SUB NAV */
#subnavWrapper {
	width: 220px;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 20px;
}
#subnavWrapper p {
	display: none;
}

#subnavWrapper h2 a{
	width: 220px;
	line-height: 30px;
	font-size: 20px;
	color: #FFF;
	font-weight:normal;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom:10px;
}
#subnavWrapper h2 a:hover{
	width: 220px;
	line-height: 30px;
	font-size: 20px;
	color: #FFF;
	font-weight:normal;
	float: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-decoration:none;
	margin-bottom:10px;
}
	
#subnav {
    padding: 0;
    margin: 0;
    list-style: none;
}
#subnav li {
	font-size:11px;
    padding: 0;
    margin: 0;
    width: 220px;
    background: none;
}
#subnav a {
	color: #FFF;
	display:block;
	text-decoration: none;
	padding-bottom: 6px;
}
#subnav a:hover {
	color: #FFF;
	display:block;
	text-decoration: none;
	padding-bottom: 6px;
	text-decoration: underline;
}

#subnav a.current {
	color: #FFF;
	display:block;
	text-decoration: none;
	padding-bottom: 6px;
	font-weight: bold;
}

/* WRAPPERS */

#topWrapper {
	background:url("/sitefiles/1385/Images/fd-mainnav-bkgd.png") repeat-x scroll center top #FFFFFF;
	float:left;
	height:80px;
	margin-top:60px;
	text-align:left;
	width:100%;
}
#contentWrapper {
	background:url("/sitefiles/1385/Images/fd-bkgd.gif") repeat-y scroll center top #F8F9F2;
	float:left;
	padding-top:60px;
	text-align:left;
	width:100%;
}
#footerWrapper {
	background-color:#333333;
	float:left;
	text-align:left;
	width:100%;
}

/* TOP */
#top {
	margin: 0px auto;
	padding: 0px;
	width: 975px;
	height: 130px;
	position: relative;
}
#logo {
	background:url("/SiteFiles/1385/images/fd-logo-bkgd.png") no-repeat scroll 0 0 transparent;
	height:123px;
	position:absolute;
	width:239px;
	z-index:10;
}
#logo a {
	background:url("/assets/1385/fd-logo.png") no-repeat scroll center top transparent;
	display:block;
	height:62px;
	margin:17px auto 0;
	overflow:hidden;
	text-indent:-9999px;
	width:176px;
}

/* CONTENT */
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#contentHome {
	margin: 0px auto;
	padding: 0px;
	width: 975px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 986px;
}

#contentLeft {
	float:left;
	margin-top:30px;
	padding-bottom:30px;
	width:640px;
}
#contentLeft div.templatecontent {
	float:left;
	margin-right:40px;
	width:280px;
}
#contentLeft ul {
	margin-top:0;
	padding-left:20px;
}
#contentLeft li {}
#contentLeft a {
	color: #7C9FA3;
	font-size: 13px;
	font-weight: bold;
	background: url(/SiteFiles/1385/images/fd-bullet.gif) no-repeat 0em 0.3em;
	padding-left: 10px;
}
#contentLeft img.alignright {margin: 0;}
#contentRightHome {
	background:url("/sitefiles/1385/Images/fd-header-right.png") no-repeat scroll left top transparent;
	float:right;
	height:258px;
	overflow:hidden;
	padding:90px 20px 20px;
	text-align:left;
	width:224px;
}
* html #contentRightHome {
	width: 264px;
	w\idth: 224px;
}
a#burst {
	background:url("/sitefiles/1385/Images/fd-burst.png") no-repeat scroll left top transparent;
	display:block;
	height:123px;
	position:absolute;
	right:-25px;
	top:-20px;
	width:123px;
}
#contentRightHome hr {
	background-color: #8EA3A6;
	color: #8EA3A6;
}
#contentRightHome h1 {
	color:#FFFFFF;
	font: bold 28px/1em "helvetica neue",helvetica,arial,sans-serif;
	line-height:1em;
	margin:0;
}
#contentRightHome h2 {
	color:#FFFFFF;
	font-size: 21px;
	font-weight:lighter;
	line-height:1em;
	margin:0;
}
#contentRightHome ul {
	height:60px;
	padding-left:16px;
}
#contentRightHome li {
	color:#FFFFFF;
	float:left;
	width:50%;
}
#contentRightHome li a {
	color: #FFF;
}
	
#beliefs {
	float: left;
	width: 220px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	font-size: 13px;
	color: #FFFFFF;
}
#beliefs p, #beliefs li{
	font-size: 13px;
	color: #FFFFFF;
}
a.view:link, a.view:visited, a.view:active {
	float:left;
	color: #F0A417;
	text-decoration: none;
	padding-bottom: 8px;
	clear:left;
	padding-top: 5px;
}
a.view:hover {
	float:left;
	color: #F0A417; 
	text-decoration: underline;
	padding-bottom: 8px;
	clear:left;
	padding-top: 5px
}

	
#contentRight {
	background:url("/sitefiles/1385/Images/fd-bk-greenDef_02.gif") no-repeat scroll center top #970101;
	float:left;
	padding:20px;
	width:220px;
}
* html #contentRight {
	width: 260px;
	w\idth: 220px; }

#mainImg {
	float: left;
	height: 370px;
	width: 711px;
}
#contentDef {
	background: url("/sitefiles/1385/Images/fd-bk_contentDef_02.png") repeat-y left top;
	float:left;
	margin-left:-10px;
	padding:20px 30px;
	width:666px;
}

#featured {
	background-image:url("/sitefiles/1385/Images/fd-bk-pad.png");
	background-repeat:no-repeat;
	float:right;
	height:107px;
	margin:30px -7px 30px 0;
	overflow:hidden;
	padding:30px;
	width:280px;
}
* html #featured {
	width: 320px;
	w\idth: 280px;
}
#featured h3 {
	color:#4D4D4D;
	font-family:"helvetica neue",helvetica,arial,sans-serif;
	font-size:21px;
	font-weight:lighter;
	text-transform:none;
}
#featured p {
	font-style: italic;
	color: #808080;
}
#featured img {
	float: right;
}
div#featured-item {
	float: left;
}
#featured-item a {
	color:#F0A417;
	font-size:13px;
	font-weight:bold;
	line-height:1em;
}
	
#contentTop {
	color:#FFF;
	float: left;
	height: 99px;
	width: 415px;
	position: absolute;
	left: 70px;
	top: 200px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 120px;
	overflow: hidden;
}
* html #contentTop {
	width: 555px;
	w\idth: 415px;
}
	
#contentTop p{color:#FFF;

}

/* FOOTER */
#footer {
	color:#9A8479;
	height:20px;
	margin:30px auto;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:975px;
}
#footerLeft {
	float: left;
	font-size: 10px;
	color: #9A8479;
}
#footer address, #footer address a {
	color: #9A8479;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	font-style:normal;
}
#footerLeft a {
	color: #9A8479;
}
#footerRight {
	color:#9A8479;
	float:right;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	margin:0;
}
#footerRight a {
	color:#9A8479;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
}

/* DEFAULT CONTENT */

/* BREADCRUMBS */
#breadcrumbs {
	float: left;
	width: 666px;
	text-align: left;
	border-top: solid 1px #999999;
	margin-top: 10px;
	padding-top: 10px;
}

#breadcrumbs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#breadcrumbs li {
	padding: 0px 10px 0px 0px;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	font-size:12px;
	color: #B3B3B3;
	background: url(/SiteFiles/1385/Images/fd-breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
	font-style: italic;
}

#breadcrumbs a:hover {
	font-size:12px;
	color: #999;
	background: url(/SiteFiles/1385/Images/fd-breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
	font-style: italic;
}

#breadcrumbs a.first {
	font-size:12px;
	color: #B3B3B3;
	background: none;
	padding-left: 0px;
	font-style: italic;
}

#breadcrumbs a.first:hover {
	font-size:12px;
	color: #999;
	background: none;
	padding-left: 0px;
	font-style: italic;
}
#breadcrumbs a.current {
	font-size:12px;
	color: #666;
	background: url(/SiteFiles/1385/Images/fd-breadcrumb.gif) no-repeat 0.2em;
	padding-left: 18px;
	font-style: italic;
}

#contentTopContainer {
	float: left;
	width: 975px;
	position: relative;
}
#Container-bkTop {
	background:url("/sitefiles/1385/Images/fd-bk-topContentDef.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:20px;
	width:986px;
}
#Container-bkBottom {
	background: url(/sitefiles/1385/Images/fd-bk-btmContentDef.png) no-repeat bottom transparent;
	float: left;
	width: 986px;
	height: 20px;
}
#Container-contentDef {
	background-color:#466266;
	float:left;
	margin-left:10px;
	width:976px;
}
#Container-bottom {
	float: left;
	width: 976px;
	padding-left: 10px;
}
#enews h2 {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.7em;
}
#enews p {
	color:#FFFFFF;
	font-size:13px;
	margin-bottom:6px;
}
.signupField {
	border:medium none;
	color:#999999;
	float:left;
	height:26px;
	margin-right:5px;
	padding-left:12px;
	width:145px;
}
.signupButton {
	background:url("/SiteFiles/1385/Images/fd-search-button.gif") no-repeat scroll 0 0 transparent;
	border:medium none;
	cursor:pointer;
	font-size:0;
	height:26px;
	line-height:0;
	outline:medium none;
	text-indent:-1000px;
	width:42px;
}

