/*

© 2013 FurnitureCore & Impact Consulting Services
Author: Tony Price/Chris Ferguson/Allen McHan

Parts of this CSS file have been generated by fontsquirrel.com and is based on the work of Paul Irish. 

* The fonts included are copyrighted by the vendor listed below.

* @vendor:     Accademia di Belle Arti Urbino
* @vendorurl:  http://www.campivisivi.net/titillium/
* @licenseurl: http://www.fontsquirrel.com/license/TitilliumText14L

*/

					/* -------- Reset -------- */

@import "reset_v2.css";

					/* -------- Headline Fonts -------- */

@font-face {
	font-family: 'TitilliumText14L600wt';
	src: url('media/type/TitilliumText600wt.eot');
	src: local('media/type/TitilliumText14L 600 wt'), local('media/type/TitilliumText14L-600wt'), url('media/type/TitilliumText600wt.ttf') format('truetype');
}

@font-face {
	font-family: 'TitilliumText14L800wt';
	src: url('media/type/TitilliumText800wt.eot');
	src: local('media/type/TitilliumText14L 800 wt'), local('media/type/TitilliumText14L-800wt'), url('media/type/TitilliumText800wt.ttf') format('truetype');
}
 

					/* -------- Basic -------- */
					
					
html	 			{ height: 100%; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }


body				{
					height: 100%;
					margin: 0;
					padding: 0;
					background: #d8d8ae /* url(images/960_grid_12_col.png) repeat-y fixed top center */;
					font-size: 62.5%;
					line-height: 150%;
					font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					color: #000;
					}

p 					{ 
					margin: 0 0 14px;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					color: #252525;
					}
					
h1,h2,h3,h4,h5,h6 	{ font-weight: bold; text-rendering: optimizeLegibility; }

h1			 		{
					font-family: 'TitilliumText14L600wt', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					font-weight: normal;
					letter-spacing: -1px;
					text-shadow: 0 1px 1px #fff;
					}

h2,h3,h4 			{
					font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					font-weight: bold;
					line-height: 130%;
					letter-spacing: -.05em;
					text-shadow: 0 1px 1px #fff;
					}

h1 					{ font-size: 24px; color: #960; margin: 0 0 .5em; padding: 0; }
h2 					{ font-size: 20px; color: #252525; margin: 0 0 .3em; padding: 0; }
h3 					{ font-size: 16px; color: #963; margin: 0 0 .3em; padding: 0; }
h4 					{ font-size: 14px; color: #252525; margin: 0 0 .3em; padding: 0; }

blockquote			{
					color: #111;
					margin: 14px 0 14px 0; 
					padding: 14px 20px .1em;
					border-left: 3px solid #960;
					background: #fff;
					}
					
blockquote p		{
					margin-bottom: 14px;
					font: italic normal 1.2em/150% Cambria, Georgia, "Times New Roman", Times, serif;
					}

code, pre			{ font: normal normal 1.2em/150% "Lucida Console", monospace; }

ul 					{
					margin: 0 0 14px;
					padding-left: 20px;
					list-style: url(media/list_arrow.png) none outside;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
					}
					
ul ul				{ list-style: circle none outside; }

ol 					{
					margin: 20px;
					padding: 0;
					list-style: decimal outside;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
					}
					
ol ol 				{ list-style: lower-alpha outside; }

ul li 				{ font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
ol li 				{ font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
ol ol 				{ font-style: italic; }

label, select, option	{ font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

sub 				{ vertical-align: sub; font-size: smaller; }
sup					{ vertical-align: super; font-size: x-small; }

::-moz-selection	{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection			{ background: #FF5E99; color:#fff; text-shadow: none; }


					/* -------- Links -------- */


a:link 				{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }
a:visited 			{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }
a:hover 			{ color: #111; border-bottom: 0 solid #111; text-decoration: underline; }
a:active 			{ color: #960; border-bottom: 0 solid #960; text-decoration: none; outline: none; }
a:focus 			{ outline: thin dotted; }

.login-link a:link 		{ color: #960; border-bottom: 0px solid #960; text-decoration: none; }
.login-link a:visited  	{ color: #960; border-bottom: 0px solid #960; text-decoration: none; }
.login-link a:hover 	{ color: #111; border-bottom: 1px solid #111; text-decoration: none; }
.login-link a:active 	{ color: #960; border-bottom: 0px solid #960; text-decoration: none; }

p a:link 			{ color: #960; border-bottom: 1px solid #960; text-decoration: none; }
p a:visited  		{ color: #960; border-bottom: 1px solid #960; text-decoration: none; }
p a:hover 			{ color: #111; border-bottom: 1px solid #111; text-decoration: none; }
p a:active 			{ color: #960; border-bottom: 1px solid #960; text-decoration: none; }

p.img a:link 		{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }
p.img a:visited  	{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }
p.img a:hover 		{ color: #111; border-bottom: 0 solid #111; text-decoration: none; }
p.img a:active 		{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }

#bcrumb a:link    	{ color: #960; border-bottom: 0 solid #900000; text-decoration: none; }
#bcrumb a:visited 	{ color: #960; border-bottom: 0 solid #900000; text-decoration: none; }
#bcrumb a:hover   	{ color: #111; border-bottom: 1px solid #111; text-decoration: none; }
#bcrumb a:active  	{ color: #960; border-bottom: 0 solid #900000; text-decoration: none; }

#footer a:link    	{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }
#footer a:visited 	{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }
#footer a:hover   	{ color: #000; border-bottom: 0 solid #000; text-decoration: none; }
#footer a:active  	{ color: #960; border-bottom: 0 solid #960; text-decoration: none; }


					/* -------- Divs & Classes -------- */
					
					
.center				{ text-align: center; }

#wrap				{ width: 100%; background: #ebebd6; margin: auto; min-height: 100%; margin-top: -200px;}

#wrap:after 		{ clear: both; display: block; height: 1%; content: ""; }
					
					
					/* -------- Header -------- */
					
					
#header				{ margin: 0; padding: 0; height: 80px; background: #d8d8ae; border-top: 200px solid #fff; }
#headwrap			{ margin: 0 auto; width: 940px; overflow: auto; background-color: #d8d8ae; text-align: left; }

.logo				{ margin: 0; padding: 0; width: 240px; height: 80px; float: left; }

.logo-HFB { 
	margin: 0; 
	padding: 0; 
	width: 240px; 
	height: 80px; 
	float: right; 
}

.logo-FCORE { 
	margin: 0; 
	padding: 0; 
	width: 240px; 
	height: 80px; 
	float: left; 
}

.login-link			{
					margin: 0; padding: 31px 0 0;
					width: 300px; height: 80px;
					float: left;
					text-align: left;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					}

.hdr-logos			{
					margin: 0;
					padding: 23px 0 0;
					width: 140px;
					height: auto;
					float: right;
					text-align: right;
					}
					
.hdr-logos a:hover img	{ border-bottom: none; }


					/* -------- Navigation -------- */
					
					
#nav				{ margin-bottom: 0; height: 30px; background: #960 url(media/fc_nav_bg.png) repeat-x top center; }
#navwrap			{ margin: 0 auto; width: 940px; height: 30px; background: transparent; text-align: left; border-left: 1px solid #624322; }


					/* -------- Content -------- */
					
					
#content			{ margin: 0; padding: 0; background-color: #ebebd6; /* border-top: 1px solid #fff; */ /* border-bottom: 1px solid #858585; */ }
#conwrap			{ margin: 0 auto; padding-bottom: 100px; width: 940px; overflow: auto; clear: both; }


					/* -------- Panes -------- */
					
					
.ContentPane, .TopPane, .BottomPane, .LeftPane, .RightPane
					{ margin: 0; padding: 0; }


					/* -------- Breadcrumb -------- */


#bcrumb				{ margin: 0; padding: 0; border-top: 1px solid #bebed6; border-bottom: 1px solid #ccc; background: #eee; text-align: center; }

.bcrumbwrap			{ margin: 0 auto; padding: 0; width: 960px; height: 30px; overflow: hidden; clear: both; }
					
.bcrumbtxt			{
					margin: 0 10px;
					padding: 5px 0;
					width: 700px;
					float: left;
					font: normal bold 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
					color: #252525;
					text-shadow: #fff 0 1px 1px;
					text-align: left;
					}
					
					/* -------- Search -------- */
					
					
.bcrumbsearch		{
					margin: 0;
					padding: 0 10px;
					width: 220px;
					height: 30px;
					float: right;
					background: transparent url(media/search_bg_main_v3.png) no-repeat -5px 0;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
					color: #252525;
					text-shadow: #fff 0 1px 1px;
					}
					
.searchbox			{
					/* width: 180px;
					height: 19px; */
					margin: 0 0 15px;
					padding: 0;
					font: normal normal 14px/100% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					}


					/* -------- Footer -------- */
					
					
#footer				{ margin: 0; padding: 14px 0 0; height: auto; background: #d8d8ae; border-top: 1px solid #fff; text-align: center; }
#footwrap			{ margin: 0 auto; width: 960px; overflow: auto; background: #d8d8ae; text-align: left; }

.footbox300			{ margin: 0 10px; padding: 0; width: 300px; float: left; text-align: left; }
.footbox140			{ margin: 0 10px; padding: 0; width: 140px; float: left; text-align: left; }

#footwrap ul		{ margin: 0 0 14px; padding: 0; list-style: none outside; }
					
#footwrap ul li		{
					margin: 0;
					padding: 0;
					color: #000;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					text-shadow: #fff 0 1px 1px;
list-style-type: none;
					}
					
ul.nobull			{ margin: 0 0 14px; padding: 0; }

ul.nobull li		{
					margin: 0;
					padding: 0;
					color: #000;
					font: normal normal 14px/150% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
					text-shadow: #fff 0 1px 1px;
					list-style: none outside;
					}
 					
 					
 					/* -------- End of Skin Styles ------- */
 					

					/* --------- DNN Menu ----------*/


					/* main menu td */
.main_dnnmenu_bar 	{
					cursor: pointer;
					font-size: 12px; 
					background-color: transparent;
					width: auto;
					height: 30px;
					font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
					}

					/*  Main Menu Normal  */
.main_dnnmenu_rootitem {		
					background-color: transparent;	
					color: #ebebd6;
					text-shadow: #252525 0 1px 1px;
					font-size: 12px; 
					font-weight: bold; 	
					text-align: left; 
					padding: 7px 8px 8px;
					white-space: nowrap;
					float: left;
					border-right: 1px solid #624322; /* 7d5300 */
					}

					/*  Main menu hover  */
.main_dnnmenu_rootitem_hover {  
					background-color: #573900;
					color:#fff;
					text-shadow: #252525 0 1px 1px;
					font-size: 12px; 
					font-weight: bold;
					text-align: left;
					padding: 7px 8px 8px;
					white-space: nowrap;
					float: left;
					border-right: 1px solid #624322;
					}

					/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
					background: #573900 url(media/nav_carrot.png) no-repeat top center; /* 7d5300 */
					color: #fff;
					text-shadow: #252525 0 1px 1px;
					font-weight: bold;
					text-align: left;
					font-size: 12px;
					padding: 7px 8px 8px;
					white-space: nowrap;
					float: left;
					border-right: 1px solid #624322;
					}

					/*  SUB Menu Normal */
.main_dnnmenu_submenu  { z-index: 999;
						/* border: 1px solid #858585; */
						/*
					border-right: 1px solid #858585;
						border-left: 1px solid #858585;
						border-bottom: 1px solid #858585;
					*/
					}

.main_dnnmenu_submenu td {
					background: #573900;
					z-index: 1000;
					font-size: 12px; 
					font-weight: normal;
					line-height: 2em;
					text-align: left;
					color: #fff;
					padding: 5px;
					margin: 0;
					}

					/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td
					{ background: #252525; color: #d8d8ae; }
					
.main_dnnmenu_itemselected td
					{ background: #960; color: #d8d8ae; }

.main_dnnmenu_break { height: 2px; background-color: #960; border-bottom: 1px solid #858585; }


					/* Module Action Menus */
.ModuleTitle_SubMenu	{ border: 1px solid #C0D6E5; }

.ModuleTitle_SubMenu td	{ background-color:#F8FAFF; white-space: nowrap; }

.ModuleTitle_MenuIcon 	{background-color:#F8FAFF;  border:none; padding: 0 2px; }

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon
						{ background: #CE0D0D; color: #fff; }

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
						{ height: 2px; background-color: #D5E0FF; }

