/***********************************************/
/* FAHstyle.css                                */
/* Style Sheet for Finninger & Helbach         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000033;
	font-size: 10pt;
}

a:link, a:visited, a:hover {
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	background-color: #999999;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 18pt;
	font-weight: bold;
}

h2{
	font-size: 16pt;
	font-weight: bold;
}

h3{
	font-size: 11pt;
	font-weight: bold;
}

h4{
}

h5{
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	color: #334d55;
	font-size: 100%;
	font-weight: bold;
}

/***********************************************/
/* MASTHEAD                                    */
/***********************************************/ 
#masthead{
	margin: 0;
	border-bottom: none;
	width: 100%;
	padding: 0px;
	top: 50px;
	color: #0000FF;
}
.mastheadcompany {
	font-size: 28pt;
	color: #0000FF;
	font-weight: bold;
	text-align: right;
}
.mastheadtitle {
	font-size: 18pt;
	color: #0000FF;
	font-weight: bold;
}

/***********************************************/
/* NAVBAR               	                   */
/***********************************************/ 
#navBar{
	margin: 0;
	padding: 5px 0px 0px;
	width: 120px;
	float: none;
	position: relative;
	top: auto;
	border: none;
	list-style-type: none;
}

#navBar ul {
	list-style: none;
	margin: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {
	padding: 10px 0 10px;
	border-bottom: 1px solid #666666;
	list-style-type: none;
}


/* fix for browsers that don't need the hack 		*/
html>body #navBar li {border-bottom: none;}

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 14pt;
	list-style-type: none;
}

#sectionLinks a:hover{
/*	display: block; */
	background-color: #999999;
	list-style-type: none;
}

#languages {
	font-size: 80%;
	border: 0px none;
	padding-left: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#siteInfo{
	clear: both;
	font-size: 65%;
	color: #FF0000;
	padding-left: 18px;
	padding-top: 0px;
}

#Pangolin{
	clear: both;
	font-size: 7pt;
	color: #00FF00;
	padding-left: 18px;
	padding-top: 0px;
}

/***********************************************/
/* CONTENT                                     */
/***********************************************/ 
#content{
	float:none;
	margin: 0;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	position: absolute;
	left: 130px;
	top: auto;
	height: auto;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	text-align: justify;
}

.contenttable{
	clear: both;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.story{
	clear: both;
	padding: 0px 0px 0px 20px;
	font-size: 80%;
	text-align: justify;
}

.story p{
	padding: 0px;
}

.storyitalic{
	font-style: italic;
	color: #00FF00;
}

.story li{
	list-style-type: disc;
}

.story tr{
	font-size: 75%;
	margin: 0px;
}

.storymain{
	clear: both;
	padding: 0px 0px 0px 20px;
	font-size: 75%;
	text-align: justify;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#pageName{
	padding: 0px 0px 10px 10px;
	font-size: 110%;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}
/*white-space: nowrap;
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
#contentlist {
	float:none;
	margin: 0;
	clip: rect(auto,auto,auto,auto);
	clear: none;
	position: absolute;
	left: 10px;
	top: auto;
	height: auto;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	text-align: justify;
}
