/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html, body{
	height:100%;
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #67676A;
	line-height: 1.5;
	background-color: #86827F;
}
*{
	padding: 0px;
	margin: 0px;
}
a {
	color:#2372AB;
	text-decoration:none;
}
input.submit{
	font-family:Arial, Helvetica, sans-serif;
	color:#AB3A10;
	width:80px; 
	padding-top:2px; 
	padding-bottom:2px; 
	font-size: 10px;
	font-weight:bold;
	margin-top: 10px;
}
input.contactForms{
	width:192px;
	margin-bottom:6px;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:2px;
	font-size: 10px;
	color:#4D4D4D;
}
/***********************************************/
/* Main Layout Divs                            */
/***********************************************/
#wrapper{
	margin: 0 auto;
	width: 886px;
	background: #FFFFFF;
	background-image: url(../images/FSC_ContentBack.gif) repeat-y left top;
}
#masthead{
	background:#FFFFFF;
	position:relative;
	margin: 0px;
	padding: 0px 11px;
}
#masthead>#mastheadLinks{
	position:absolute;
	margin: 0px;
	padding: 0px;
	width: 260px;
	list-style:none;
	right: 11px;
	bottom: 38px;
}
#mastheadLinks li{
	float:right;
	margin-left:14px;
	background-repeat: no-repeat;
	background-position: left center;
}
#mastheadLinks li a{
	display:block;
	color:#4D4D4D;
	font-size: 9px;
	font-weight:bold;
}
#mastheadLinks li a:hover{
	color:#2372AB;
}
#contact {
	padding-left:18px;
	background-image: url(../images/FSC_ContactIcon.gif);
}
#rss {
	padding-left:20px;
	background-image: url(../images/FSC_RSSIcon.gif);
}
#login {
	padding-left:22px;
	background-image: url(../images/FSC_LoginIcon.gif);
}
#content {
	background:#FFFFFF;
	padding: 0px 11px;
	overflow: auto;
	width: 864px;
}
#rightColumn {
	float: right;
	width: 208px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	background-repeat: repeat-y;
	background-position: left top;
}
#rightColumn h1 {
	color:#4d4d4d;
	font-size: 12px;
	border-bottom: 1px dotted #8d8a85;
	padding-top: 14px;
	padding-bottom: 2px;
/*	padding-left:20px;
	background-repeat: no-repeat;
	background-position: left 14px;*/
}
#rightColumn ul {
	list-style:none;
}
#rightColumn li {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #8d8a85;
	padding-left: 11px;
	background-image:url(../images/FSC_BulletSquare.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#rightColumn li:hover {
	background-color:#f2f4f0;
}
#rightColumn a {
	color:#35719C;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
}
#rightColumn p {
	margin: 0px;
	padding: 4px 0px 10px;
}
/*#featuredOfferings {
	background-image: url(../images/FSC_NotebookIcon.gif);
}
#actionCenter {
	background-image: url(../images/FSC_ActionIcon.gif);
}
#getEbrief {
	background-image: url(../images/FSC_EbriefIcon.gif);
}*/
#flashTicker{
	padding-top:35px;
}
#subnav{
	float:left;
	width: 158px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 50px;
	padding-top: 21px;
}
#footer {
	clear:both;
	border-top: 1px solid #b8b5b3;
	background-color: #e6e8e3;
	background-image: url(../images/FSC_MaarkLogo.gif);
	background-repeat: no-repeat;
	background-position: 810px center;
	width:868px;
	padding: 6px 10px 6px 8px;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

/************* #globalNav styles **************/
#globalNav {
	margin: 0px 0px 1px;
	list-style: none;
	width: 863px;
	height: 25px;
	background-image:url(../images/FSC_NavBack.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a2a49d;
	overflow:hidden;
}
#globalNav li{
	float: left;
}
#globalNav a {
	text-indent: -9999px;;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow:hidden;
}
.navHome:hover,
.navServices:hover,
.navResources:hover,
.navSoapbox:hover,
.navAbout:hover,
.navContact:hover,
.navBlog:hover {
	background-position: left bottom;
}
#navHome #globalNav .navHome,
#navServices #globalNav .navServices,
#navSoapbox #globalNav .navSoapbox,
#navResources #globalNav .navResources,
#navAbout #globalNav .navAbout,
#navContact #globalNav .navContact {
	background-position: left bottom;
	cursor:default;
}
.navHome {
	width:53px;
	background-image:url(../images/FSC_NavHome.gif);
}
.navServices {
	width:68px;
	background-image:url(../images/FSC_NavServices.gif);
}
.navSoapbox {
	width:71px;
	background-image:url(../images/FSC_NavSoapbox.gif);
}
.navResources {
	width:116px;
	background-image:url(../images/FSC_NavResources.gif);
}
.navAbout {
	width:74px;
	background-image:url(../images/FSC_NavAbout.gif);
}
.navContact {
	width:85px;
	background-image:url(../images/FSC_NavContact.gif);
}
.navBlog {
	background-image:url(../images/FSC_NavBlog.gif);
	width:50px;
}