/* page layout */

body {
	margin:0;
	padding:20px;
	background-color:#D0D9E1;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#banner {
	background-image:   url(fs_images/bg_banner.jpg);
	background-repeat:no-repeat;
	width: 720px;
	height: 110px;
	margin:0;
	background-color: #FFFFFF;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	width: 720px;
	background: #F1861E;
	padding: 5px 20px;
	font-weight: normal;
}	

#content {
	padding:10px 20px;
	width:720px;
	background: #FFFFFF url(fs_images/content_bkgrnd.gif) no-repeat bottom;
}

#alphabet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 720px;
	padding: 5px 20px;
	background: #FFFFFF;
}

#thumbnails {
	float:right;
	/*text-align:right;*/
	margin: 5px 0 5px 5px;
}

#mainimage {
	float:right;
	margin: 0 0 10px 0;
	width:auto;
	clear:both;
}

/* sets thumbnail and caption styles */

div.caption {
	text-align:left;
	margin:0 3px 0 3px;
}

/* sets the width of the thumbnail table cells - set this to size of the thumbnails */
td.thumbnail {
	width:80px;
	vertical-align: top;
	text-align:center;	
}

img.thumbnail {
	border: 0;
	margin:3px;
}

/* text styles */

h1 {
	font-weight: bold;
    font-size: 20px;
    color: #6D8298;
	letter-spacing:normal;   
}

h2 {
	font-weight: bold;
    font-size: 16px;
    color: #6D8298;
}

h3 {
	font-weight: bold;
    font-size: 14px;
    color: #6D8298;
}

h4 {
	font-style: italic;
    font-size: 13px;
    color: #6D8298;
}

p {
    font-size: 12px;
    color: #000000;
    line-height: 120%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr, td {
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bannertitle {
	position: absolute;
	top: 85px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #F1861E;
	margin-left: 10px;
	left: 94px;
}

.bannertitleshadow {
	position: absolute;
	top: 86px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #00172E;
	margin-left: 11px;
	left: 91px;
}

.imagecaption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10px;
    color: #333333; 
	margin-top: 3px;  
}

/* link styles */

a:link
{
    color: #993300;
    text-decoration: none;
}

a:visited {
    color: #2C5783;
    text-decoration: none;
}

a:active {
   	color: #2C5783;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #6699CC;
}

a.menu:link {
	color: #012B53;
	font-size:12px;    
	text-decoration: none;	
}

a.menu:visited {
    color: #012B53;
	font-size:12px;  
    text-decoration: none;
}

a.menu:active {
   	color: #FFCC00;
	font-size:12px;   
    text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
	font-size:12px; 
	color: #FFFFFF;
}

a.alphabet:link {
	color: #012B55;
	font-size:14px;   
	text-decoration: none;	
	padding: 0 3px 0 3px;	
}

a.alphabet:visited {
    color: #012B55;
	font-size:14px;  
    text-decoration: none;
	padding: 0 3px 0 3px;	
}

a.alphabet:active {
   	color: #2C5783;
	font-size:14px;   
    text-decoration: none;
	padding: 0 3px 0 3px;	
}

a.alphabet:hover {
	text-decoration: none;
	font-size:14px;  
	color: #FFFFFF;
	background-color:#F1861E;	
	padding: 0 3px 0 3px;	
}

a.glossaryitem:link {
	color: #993300;
	border-bottom: 1px dotted #2C5783;	
}

a.glossaryitem:visited {
	color: #2C5783;
	border-bottom: 1px dotted #2C5783;	
}

a.glossaryitem:hover {
	border-bottom: 1px dotted #2C5783;
	color: #6699CC;
}

a.glossaryitem:active {
	color: #FFFFFF;
	background-color:#6699CC;
	border-bottom: 0;	
}

.menudisabled
{
	color:#999999;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
	padding: 0 3px 0 3px;	
}

/* for the glossary*/

#LetterLayer {
	position: absolute; 
	height: auto; 
	z-index:1; 
	left: 0;
	top:0;
	background-color: #FFFFFF;  
	width: 98%;
}



.glossaryitemtitle {
	font-weight:bold;
}

/* sets styles for printing */

@media print {

#LetterLayer {
/* turns off the moving glossary layer for printing */
	display:none; 
}

#alphabet {
/* turns off the alphabet for printing */
	display:none; 
}

#menu {
/* turns off the mmenu for printing */
	display:none; 
}
}

