@charset "UTF-8";
/* CSS Document */

/* ------------------------------------ */
/*  GENERAL SETUP
/* ------------------------------------ */

/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
	body {line-height: 1;}
	ol, ul {list-style: none;}
	blockquote, q {quotes: none;}
	/* remember to define focus styles! */
	:focus {outline: 0;}
	/* remember to highlight inserts somehow! */
	ins {text-decoration: none;}
	del {text-decoration: line-through;}
	/* tables still need 'cellspacing="0"' in the markup */
	table, tr, td {border-collapse: collapse;border-spacing: 0;}

/* ------------------------------------ */
/*  Thought Nozzle-added Setup
/* ------------------------------------ */

* { border: none; border-style: none; outline: none; } /* Added by BW */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* ------------------------------------ */
/*  Site-wide layout
/* ------------------------------------ */

html, body {
	height:100%;
	background-color:#325782;
	background-image:url(../images/fa_sitebg.jpg);
	background-repeat: repeat-x;
}

#siteframe
{
	width: 960px;
	min-height: 700px;
	margin:14px auto 45px auto;
	-webkit-box-shadow: rgba(0,0,0,.75) 0 0 35px;
	-moz-box-shadow: rgba(0,0,0,.75) 0 0 35px;
	box-shadow: rgba(0,0,0,.75) 0 0 35px;	
}
#siteblock
{
	width:960px;
	min-height:583px;
	vertical-align: top;
	background-color:#f0f3f7;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.25, rgb(225,228,236)),
	    color-stop(0.55, rgb(240,243,247))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(225,228,236) 25%,
	    rgb(240,243,247) 55%
	);
}
#siteheader
{
	height:88px;
	background-color: #0c2551;
	border-top:2px solid #476083;
	background-image:url(../images/siteheader.jpg);
}
#top_nav_outer {
	height:27px;
	background-color: #696969;
	background-image:url(../images/fa_menubg.jpg);	
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.15, rgb(115,115,115)),
	    color-stop(0.9, rgb(90,89,89))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(115,115,115) 15%,
	    rgb(90,89,89) 90%
	);
	-webkit-box-shadow: rgba(0,0,0,0.8) 0 2px 5px;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 2px 5px;
	box-shadow: rgba(0,0,0,0.8) 0 2px 5px;	
}
/* --------- FOR DROPDOWN MENUS ----------- */

ul.dropdown {
	height:27px;
	float:right;
	margin-right:10px;
}
ul.dropdown li a,
ul.dropdown li a * {
	font-size: 14px;
	line-height: 25px;
}
ul.dropdown ul li {
	height:25px;
}
ul.dropdown ul li a,
ul.dropdown ul li a * {
	height:24px;
	font-size: 13px;
	line-height: 18px;
	border-bottom:1px solid #ececec;
}
/* Set link styles */

ul.dropdown li a:link,
ul.dropdown li a:visited {
	color: #b2b2b2;
	text-decoration:none;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
ul.dropdown ul li a:link,
ul.dropdown ul li a:visited {
	color:#5c7391;
	text-decoration:none;
	background-color: #ffffff;
}
ul.dropdown li a:hover,
ul.dropdown li a:focus,
ul.dropdown li a:active,
ul.dropdown li a.top_nav_hover {
	color: #ffffff;
	text-decoration:none;
	border-left:1px solid #252525;
	border-right:1px solid #797979;
	background-color:#193254;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, rgb(16,33,58)),
	    color-stop(0.9, rgb(34,67,111))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(16,33,58) 10%,
	    rgb(34,67,111) 90%
	);
}
ul.dropdown ul li a:hover,
ul.dropdown ul li a:focus,
ul.dropdown ul li a:active
{
	color:#ffffff;
	text-decoration:none;
	background-color: #183152;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { 	list-style: none; position: relative; }
ul.dropdown li                      { 	float: left; zoom: 1; }
ul.dropdown a:hover,
ul.dropdown a:active                { 	color: #ffffff; }
ul.dropdown li a                    { 	display: block;
										height:27px;
										padding: 0px 8px;
	 								  	color: #888888; }
/* ul.dropdown li:last-child a         { border-bottom: none; }  *//* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { 	color: #ffffff; position: relative; }
ul.dropdown li.hover a              { 	color: #ffffff; }

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{	overflow:visible;
										visibility: hidden;
										position: absolute;
										top: 27px;
										left: 0;
										-webkit-box-shadow: rgba(0,0,0,.25) 6px 2px 11px;
										-moz-box-shadow: rgba(0,0,0,.25) 6px 2px 11px;
										box-shadow: rgba(0,0,0,.25) 6px 2px 11px;

										/*margin-top: 3px;*/
									}
ul.dropdown ul li 					{ font-weight: normal; float: none; white-space: nowrap;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ width: 100%; display: inline-block; height: 20px; padding: 2px 0 2px 8px;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* -------------------------------------------- */
/* PROFILE MENU */
/* -------------------------------------------- */

#profile_menu_wrapper
{
	width:160px;
	position:absolute;
	top:80px;
	left:35px;
	background-color:#ffffff;
	-webkit-box-shadow: rgba(0,0,0,.25) 6px 2px 11px;
	-moz-box-shadow: rgba(0,0,0,.25) 6px 2px 11px;
	box-shadow: rgba(0,0,0,.25) 6px 2px 11px;
}
.profile_menu_category {
	padding:4px 8px;
	color: #b2b2b2;
	font-size:14px;
	background-color: #696969;
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.15, rgb(115,115,115)),
	    color-stop(0.9, rgb(90,89,89))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(115,115,115) 15%,
	    rgb(90,89,89) 90%
	);
}
.AccordionPanelContent {
	overflow-x: hidden;
	overflow-y:visible;
	height: 200px;
}
.AccordionPanelTab {
	line-height: 18px;
	border-bottom:1px solid #ececec;
	padding:2px 8px 2px 12px;
}
.AccordionPanelTab a:link,
.AccordionPanelTab a:visited {	
	display:block;
	text-decoration:none;
}
.AccordionPanelTab:hover,
.AccordionPanelTab:focus,
.AccordionPanelTab:active {
	display:block;
	text-decoration:none;
	color: #ffffff;
	background-color:#153e71;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, rgb(32,76,136)),
	    color-stop(0.9, rgb(52,115,190))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(32,76,136) 10%,
	    rgb(52,115,190) 90%
	);
}
.AccordionPanelContent a:link,
.AccordionPanelContent a:visited
{	
	padding:2px 8px 2px 24px;
	display:block;
	text-decoration:none;
}
.AccordionPanelContent a:hover,
.AccordionPanelContent a:focus,
.AccordionPanelContent a:active {
	padding:2px 8px 2px 24px;
	display:block;
	text-decoration:none;
	color: #ffffff;
	background-color:#193254;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.1, rgb(16,33,58)),
	    color-stop(0.9, rgb(34,67,111))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(16,33,58) 10%,
	    rgb(34,67,111) 90%
	);
}
.AccordionFocused .AccordionPanelTab {
	background-color: #cecece;
}
/* -------------------------------------------- */
#content {
	padding:32px 35px;
	width:890px;
}
#sitefooter {
	width:960px;
	height:50px;
	background-color:#0c2551;
	background-image:url(../images/fa_footerbg.jpg);	
	background-image: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0.15, rgb(29,60,97)),
	    color-stop(0.90, rgb(8,29,64))
	);
	background-image: -moz-linear-gradient(
	    center top,
	    rgb(29,60,97) 15%,
	    rgb(8,29,64) 90%
	);	
	-webkit-box-shadow: rgba(11,26,44,.45) 0 0 15px;
	-moz-box-shadow: rgba(11,26,44,.45) 0 0 15px;
	box-shadow: rgba(11,26,44,.45) 0 0 15px;	
}
#sitefooter_text {
	padding-top:4px;
	text-align:center;
	color:#6c7c8c;
	font-size:11px;
}
#sitefooter_text span {
	color:#6c7c8c;
	font-size:13px;
}
#sitefooter_text a:link,
#sitefooter_text a:visited {
	color:#7a8793;
	text-decoration:none;
}
#sitefooter_text a:hover,
#sitefooter_text a:focus,
#sitefooter_text a:active {
	color:#ffffff;
	text-decoration:underline;
}
.footer_firstrule {
	height:2px;
	background-color: #1d3c61;
}
.footer_secondrule {
	height:2px;
	background-color: #496b9c;
}
.button, .SearchButton {
   border-top: 1px solid #85a6cc;
   background: #164578;
   background-image:url(../images/fa_btnbg.jpg);
   background: -webkit-gradient(linear, left top, left bottom, from(#3c7bc2), to(#164578));
   background: -webkit-linear-gradient(top, #3c7bc2, #164578);
   background: -moz-linear-gradient(top, #3c7bc2, #164578);
   background: -ms-linear-gradient(top, #3c7bc2, #164578);
   background: -o-linear-gradient(top, #3c7bc2, #164578);
   padding: .25em .65em;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #d8d8d8;
   text-decoration: none;
   vertical-align: middle;
   font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
   }
.button:hover, .button:focus, 
.SearchButton:hover, .SearchButton:focus {
   border-top: 1px solid #c5d6e8;
   background: #225387;
   background: -webkit-gradient(linear, left top, left bottom, from(#539ae6), to(#225387));
   background: -webkit-linear-gradient(top, #539ae6, #225387);
   background: -moz-linear-gradient(top, #539ae6, #225387);
   background: -ms-linear-gradient(top, #539ae6, #225387);
   background: -o-linear-gradient(top, #539ae6, #225387);
   color: white;
   }
.button:active, .SearchButton:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.button_13 {
   font-size: 13px;
}

/*
.button
{
    border-right: #174a7f 1px solid;
    border-top: #174a7f 1px solid;
    font-weight: bold;
    font-size: 11px;
    border-left: #174a7f 1px solid;
    width: 75px;
    cursor: hand;
    color: #174a7f;
    border-bottom: #174a7f 1px solid;
    font-family: verdana, tahoma, arial;
    height: 20px;
    background-color: #c4d2ec;
}
*/

/* ------------------------------------ */
/*  Site-wide typography
/* ------------------------------------ */


html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, select {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
	line-height:1.3em;
    color: #3f3f3f;
}

/* ------------------------------------ */

h1, h2, h3, h4, h5 {
	font-family:"Trebuchet MS",Arial,sans-serif;
	color:#395b8c;
	margin-bottom:.5em;	
}
h1 {
	font-size:2.25em;
	letter-spacing: -.02em;
}
h2 {
	font-size:2em;
	letter-spacing: -.02em;
}
h3 {
	font-size:1.75em;
	letter-spacing: -.01em;
}
h4 {
	font-size:1.5em;
	letter-spacing: -.01em;
}
h5 {
	font-size:1.25em;
	letter-spacing: normal;
}

.content_grid table {
	margin:0 auto;
}
.content_grid table thead tr td,
.content_grid table th,
.content_grid table tbody tr td,
.content_grid table tbody tr td b,
.content_grid table tbody tr td nobr {
	font-size:1em;
	padding:.03em;
}

.content_grid table tr td table.selection_table tr td,
.content_grid table tr td table.selection_table thead tr td,
.content_grid table tr td table.selection_table th,
.content_grid table tr td table.selection_table tbody tr td span,
.content_grid table tr td table.selection_table tbody tr td nobr
{
	font-size:1em;
	padding:1px 6px 2px 0;
}

.Lbl
{
    font-weight: normal;
    font-size: 1.1em;
    color: #395b8c;
}
.ErrorLbl
{
    font-weight: bold;
    font-size: 11px;
    color: red;
}
input[type='text'], input[type='password'], textarea, select {
	padding:.17em;
	border-top:1px solid #afc8de;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #afc8de;
   	-webkit-border-radius: 3px;
   	-moz-border-radius: 3px;
   	border-radius: 3px;
   	-webkit-box-shadow: rgba(167,189,215,0.3) 1px 2px 8px inset;
   	-moz-box-shadow: rgba(167,189,215,0.3) 1px 2px 8px inset;
  	box-shadow: rgba(167,189,215,0.3) 1px 2px 8px inset;
}

table.info_entry tr td {
	height:1.1em;
	padding:1px 0;
}

.TextBox
{
    width: 160px;
}
.textarea
{
    border-right: #174a7f 1px solid;
    border-top: #174a7f 1px solid;
    font-size: 11px;
    border-left: #174a7f 1px solid;
	width: 400px;
	height: 150px;
    color: black;
    border-bottom: #174a7f 1px solid;
}
.ColumnHeadings
{
    font-weight: bold;
    color: #174a7f;
	line-height:1.5em;
 	padding:0 4px;
}
.ListLine
{
    cursor: pointer;
}
tr.ListLine td {
	line-height:1.5em;
 	padding:0 4px;
}
.HighlightedListLine td
{
	line-height:1.5em;
 	padding:0 4px;
   cursor: pointer;
    color: #ffffff;
    background-color: #4e8bdc;
}
.CheckBox
{
    border-right: #174a7f 1px solid;
    border-top: #174a7f 1px solid;
    border-left: #174a7f 1px solid;
    border-bottom: #174a7f 1px solid;
}
.SearchTextBox
{
/*
    border-right: #174a7f 1px solid;
    border-top: #174a7f 1px solid;
    font-size: 11px;
    border-left: #174a7f 1px solid;
*/
    width: 160px;
/*
    color: black;
    border-bottom: #174a7f 1px solid;
*/
}
/*
.SearchButton
{
    border-right: #174a7f 1px solid;
    border-top: #174a7f 1px solid;
    font-weight: bold;
    font-size: 10px;
    border-left: #174a7f 1px solid;
    width: 50px;
    cursor: hand;
    color: #174a7f;
    border-bottom: #174a7f 1px solid;
    height: 20px;
    background-color: #c4d2ec;
}
*/

hr,
#nwr table tr td hr,
#twb table tr td hr {
    font-size: 1px;
    height: 1px;
    width:100%;
    color: #a7bdd7;
    background-color: #a7bdd7;
}
.CompanyTitle
{
    font-size: 20px;
    text-decoration: none;
    color: #c4d2ec; 
    font-weight: bold;
    text-align: center;
}
.frmHeading
{
    font-size: 14px;
    color: #395b8c;
}
.SectionHeading
{
    font-size: 14px;
    color: #174a7f;
}
.HiddenTextBox
{
    visibility: hidden;
}
.LongTextBox
{
    width: 320px;
}
.ShortTextBox
{
    width: 80px;
}
.number_right {
	text-align:right;
}
.FormNote
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    color: #174a7f;
}
.FormHeading
{
    font-weight: bold;
    font-size: 12px;
    color: #174a7f;
}
.ListScreenHeading
{
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
    color: #174a7f;
}
.PageNav
{
	text-decoration: underline;
	font-weight: bold;
	color:#3300CC;
	cursor: pointer;
}
.PageNavDead
{
	text-decoration: none;
	font-weight: bold;
	color:#666666;
}

.PageHeading
{
    font-size: 20px;
    color: #08086b;
}
.Note
{
    font-size: 10px;
    color: black;
}
.FooterButton
{
    border-right: #ea6a10 1px solid;
    border-top: #ea6a10 1px solid;
    font-weight: bold;
    font-size: 11px;
    border-left: #ea6a10 1px solid;
    width: 70px;
    cursor: pointer;
    color: #ea6a10;
    border-bottom: #ea6a10 1px solid;
    height: 25px;
    background-color: #fff0e6;
}
.lblColumn
{
    width: 120px;
}
.schColumn
{
    width: 300px;
}

