/* LAYOUT */
body, html {
	margin:0;
	padding:0;
	height:100%;
	background:#e2e4d6 url(/fci/fci.nsf/bg.png) repeat-x top left;
}
#wrapper {
	margin:0 auto;
	width:966px;
	position:relative;
}
#container {
	background:url(/fci/fci.nsf/bg-center.png) repeat-y center top;
	padding:0 8px;
}
#logo {
	height:120px;
}
#header {
  
}
#content {
	background:url(/fci/fci.nsf/border-bottom.png) repeat-x left bottom;
	padding:8px 0;
}
#content_top {
	background:url(/fci/fci.nsf/border-top.png) repeat-x left top;
}
#content_bottom {
	background:url(/fci/fci.nsf/bg-bottom.png) no-repeat center top;
	height:10px;
}
#homepage_flash {
	width:930px;
	margin:0 auto;
}
#content_wrapper {
	padding:15px 25px;
}
.column {
	float:left;
}
#left {
	width:190px;
	padding-right:10px;	
}
#center {
	width:460px;
	min-height:350px;
	background:url(/fci/fci.nsf/border-vertical.gif) repeat-y center top;
	padding:0 20px;
}
.center-stretch #center {
	width:650px;
	min-height:350px;
	background:url(/fci/fci.nsf/border-vertical-single.gif) repeat-y left top;
	padding:0 20px;
}
.profiles #center img {
	float:left;
	padding:0 15px 10px 0;
}
#right {
	width:190px;
	padding-left:10px;	
}
.box {
	padding:3px 3px 6px 3px;
	line-height:1.2em;
}
.box ul {
	margin:5px 0 5px 5px;
	padding:0px;
	list-style:none;
}
.box li {
	margin-bottom:8px;
	padding-left:12px;
	background: url(/fci/fci.nsf/bullet.gif) 0 6px no-repeat;
	font-size:9pt;
}
.box .section {
	font-weight:bold;
	padding:3px 0 0 5px;
}
.box .box-title {
	font-size:11pt;
	font-weight:bold;
	text-align:center;
	padding:1px 0;
}
.orange {
	background-color:#f8ebda;
}
.orange .box-title{
	background-color:#d8a560;
	color:#fff;
	border:1px solid #f2ca93;
}
.green {
	background-color:#eceee1;
}
.green .box-title{
	background-color:#a0a67f;
	color:#fff;
	border:1px solid #d5dbb3;
}
.contact {
	background-color:#eee;
}
.contact p {
	padding:8px 0 5px 15px;
	margin:0;
}
.contact .box-title{
	background-color:#C7B18A;
	color:#fff;
	border:0px solid #bbb;
	padding:3px 5px;
	text-align:left;
}
.box-list {
	margin:10px 0;
	font-size:8pt;
}
.box-list .box-title {
	border-bottom:2px solid #999;
	color:#a77d54;
	font-size:11pt;
	font-weight:bold;
}
.box-list  ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-list  li {
	margin:5px 0 10px 0;
	padding-left:5px;
	line-height:1.2em;
}
.box-inner {
	padding:2px;
	line-height:1.2em;
}
.box-inner .inside {
	padding:3px 0 20px 5px;
	line-height:1.2em;
}
.box-inner ul {
	padding:2px 0 0 5px;
	margin:0px;
	list-style:none;
}
.box-inner li {
	padding-bottom:8px;
	padding-left:12px;
	background: url(/fci/fci.nsf/bullet.gif) 0 6px no-repeat;
	font-size:9pt;
}
.box-inner .section {
	font-weight:bold;
	padding:15px 0 0 5px;
}
.box-inner .box-title {
	font-size:11pt;
	font-weight:bold;
	text-align:left;
	padding:1px 0 2px 0;
}
.box-inner {
	background-color:transparent;
	border:1px solid #ccc;
}
.box-inner .inside {
	background-color:#f4f5f0;
}
.box-inner .box-title{
	color:#a77d54;
}
/* THEMES */
.purple-theme .box-inner{
	background-color:transparent;
	border:1px solid #8e7da9;
}
.purple-theme .box-inner .inside {
	background-color:#dcd6e5;
}
.purple-theme .box-inner .box-title{
	color:#492680;
}
.purple-theme h4 {
	color:#492680;
}
.green-theme .box-inner{
	background-color:transparent;
	border:1px solid #979887;
}
.green-theme .box-inner .inside {
	background-color:#e5e8db;
}
.green-theme .box-inner .box-title{
	color:#333524;
}
.green-theme h4 {
	color:#585d2d;
}
.green-theme .box-inner a {
	color:#585d2d;
}
.orange-theme .box-inner{
	background-color:transparent;
	border:1px solid #b58465;
}
.orange-theme .box-inner .inside {
	background-color:#f8ebda;
}
.orange-theme .box-inner .box-title{
	color:#823b0d;
}
.orange-theme h4 {
	color:#a77d54;
}
.orange-theme .box-inner a {
	color:#9e5627;
}
#breadcrumbs {
	margin:0 25px;
	font-size:8pt;
}
.breadcrumb-spacer {
	margin:0 5px;
}
.breadcrumb-current {
	color:#a77d54;
}
#footer {
	padding:10px;
}
.column-footer {
	float:left;
}
#left_footer {
	width:230px;
}
#left_footer table{
	width:230px;
}
#left_footer td {
	padding:5px 3px 5px 0;
}
#left_footer td.label {
	color:#a57c53;
}
#left_footer tr.hr td {
	border-top:1px dotted #999;
}
#center_footer {
	width:560px;
	padding:0 20px;
}
#right_footer {
	width:100px;
	padding-top:30px;
	text-align:center;
}
#copyright {
	border-top:1px dotted #ccc;
	padding-top:5px;
	margin-top:10px;
	text-align:center;
}
h1, h2, h3 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
/* STYLE */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#444;
}
a:link {
	color:#605371;
}
a:active, a:focus {
	color:#452470;
}
a:visited {
	color:#605371;
}
a:hover {
	color:#452470;
}
#header a:hover {
	background-color:transparent;
}
h1 {
	color:#a77d54;
	font-size:15pt;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size:12pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#a77d54;
}
h3 {
	font-size:10.5pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size:10pt;
	font-weight:bold;
}
#content {
	line-height:1.6em;
}
#footer {
	line-height:1.5em;
	font-size:8pt;
}
#footer a:link, #footer a:active, #footer a:focus, #footer a:visited, #footer a:hover {
	color:#fff;
	background-color:transparent;
}
hr {
  color:#fff;
  border:0;
  border-bottom:1px solid #999;
}
/* blockquote */
.bqstart {
	float: left;
	height: 35px;
	margin-top: -30px;
	padding-top: 40px;
	margin-bottom: -30px;
	margin-right:10px;
	margin-left:-10px;
	font-size: 400%;
	color: #999;
	font-family:Georgia, Times, "Times New Roman", serif;
}
.bqend {
	float: right;
	height: 20px;
	margin-top: -20px;
	padding-top: 25px;
	font-size: 400%;
	color: #999;
	font-family:Georgia, Times, "Times New Roman", serif;
}
blockquote {
	margin:40px 40px;
	font-size:9pt;
}
.testimonials blockquote {
	margin:0 0 0 10px;
	padding:20px 0;
	line-height:1.4em;
}
blockquote .quoted {
	padding-right:10px;
	padding-left:20px;
	padding-top:5px;
	line-height:1.3em;
	font-style:normal;
}
/* MENU */
#menu {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	height:30px;
}
#menu table {
  margin-left:24px;
}
#menu a:link {
	color:#7c7365;
	text-decoration:none;
}
#menu a:active, #menu a:focus {
	color:#7c7365;
	text-decoration:underline;
}
#menu a:visited {
	color:#7c7365;
	text-decoration:none;
}
#menu a:hover {
	color:#5f6152;
	text-decoration:underline;
	background-color:transparent;
}
#menu table{
	float:right;
	margin-right:30px;
}
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}
/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/
	/* QuickMenu 0 */
	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		background-color:transparent;
	}
	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		
	}
  
  .qmparent {
    line-height:30px;
  	padding:0px 10px;
  }
	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{	
		background-repeat:no-repeat;
		/*background-position:95% 50%;*/
		text-align:center;
		color:#949684;
		text-decoration:none;
		font-size:8pt;
		text-transform: uppercase;
		font-family:Arial;
	}
	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#000;
		text-decoration:underline;
		background-color:#ccc;
	}
	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px 5px 5px 5px;
		background-color:#EEEEEE;
		border-width:1px;
		border-style:solid;
		border-color:#ccc;
		text-align:left;
	}
	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:3px 5px 3px 5px;
		margin:3px 0;
		background-color:transparent;
		color:#444;
		font-size:8pt;
		text-decoration:none;
		font-weight:normal;
		border-width:0px;
		border-style:none;
		border-color:#000000;
		text-transform: none;
	}
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#ccc;
		text-decoration:none;
	}
	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#ccc;
		text-decoration:none;
	}
	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		
	}
	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#666666;
		color:#FFFFFF;
	}
	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}
	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px 4px 5px;
		border-color:#999999;
	}
	
	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		margin:0;
	}
	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		width:100%;
	}
	
	/*"""""""" Custom Rule""""""""*/	
	#qm0 .qmdividery	
	{	
    
	}
	"""""""" Custom Rule""""""""	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-color:#ccc;
		color:#000;
	}
