/* global css */

/* -- Clear Fix -- */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {
		display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear:both;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

.smallfont {
	font-size:11px;
}
.smallerfont {
	font-size:11px;
	width: 200px;
}

:focus {
	-moz-outline-style: none;
}

body {
	height: 100%;
	background-image: url(../images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px auto;
}

a:link, a:visited {
	color: #1B57B1;
	text-decoration: none;
}

a:hover {
	color: #00000c;
	color:#0C226B;
	text-decoration: underline;
}

a.externallink {
	background:url(../images/link_external.png) no-repeat right;
	padding-right: 12px;
}

a.searchlink {
	background:url(../images/link_search.png) no-repeat right;
	padding-right: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

body, div, p, table, td, th, tbody, label {
	font: 12px/1.25em arial, sans-serif;
	font-stretch:normal;
	color: #333;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin-top:15px;
	margin-bottom:5px;
	color: #333;
}
h1 {
	font-size: 12pt;
	color:#03144C;
}
h2 {
	font-size: 10pt;
	color:#03144C;
	/*color:#555B62;*/
}
h3 {
	font-size: 10pt;
	color:#555B62;
}
/* page areas */

div#center {
	text-align: center;
}

* html div#wrapper, * html div#center {
}

div#wrapper {
	margin: auto;
	min-width: 850px;
	max-width: 1050px;
	width:1050px;
	z-index: 2;
}

/* NMI for IE-6*/
*html #wrapper {
 	min-width: 850;
	max-width: 1050;
	width:expression(document.body.clientWidth < 850? "850" : document.body.clientWidth > 1050? "1050" : "auto");
}
#wrapper_shadowleft {
	background-attachment: scroll;
	background-image: url(../images/shadowleft.png);
	background-repeat: repeat-y;
	background-position: left top;
	
}
#wrapper_shadowright {
	background-attachment: scroll;
	background-image: url(../images/shadowright.png);
	background-repeat: repeat-y;
	background-position: 100% top;
	
}
#container {
	margin: 0 3px 0 3px;;
	background-color: #ffffff;
}

#header {
	text-align: left;
	height: 159px;
	background-color: #ffffff;
	padding-bottom: 1px;
}

#header_l {
	background-image: url(../images/banner2.png);
	background-repeat: no-repeat;
	background-position: 850px 0px;
}


#leftcolumn {
	margin: 0;
	width: 300px;
	float:left;
	background-color: #ffffff;
	text-align: left;
	/*height: 100%;*/
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	z-index:3;
}
#rightcolumn {
	padding: 0;
	margin: 0;
	width: 190px;
	float:right;
	clear:right;
	background-color: #ffffff;
	text-align: left;
	z-index:10;
}
/* NMI*/
#rightcolumn ul {
	padding-left:8px;
	margin-left:5px;
}

#rightcolumn li {
	padding:2px 0px 2px 0px;
}

#rightcolumn img{
	padding: 0px;
	margin: 0px;
}

.rightcoltext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;
padding-left:1px;
}

.cb {
	border:0;
	padding:0;
	margin:0;
	background:transparent;
	vertical-align:middle;
	height:14px;
	width:14px;
}
.smallfont {
	font-size:11px;
}
.bluefont {
	color:#1B57B1;
}
/*NMI- end*/


#maincolumn3 {
	margin-left: 300px;
	margin-right: 190px;
	text-align: left;
	float: none;
	padding-left: 15px;
	padding-right: 15px;
	width: auto !important;
	background-color: #ffffff;
	text-align:justify!important;
	z-index:3;
}
#maincolumn3 .p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #2B3084;
	text-decoration: none;
	padding-left:1px;
}
#maincolumn3 ul {
}
#maincolumn3 li
{
  vertical-align:middle;
 padding-bottom:4px;
}
.column {
	width:50%;
	float:left;
	/*border:#999999 1px solid;
	height:200px;*/
	padding-bottom:20px;
}
.column p {
 	padding:0px 15px 10px 5px;
	text-align:justify;
}
.column h2 {
 	padding:0 15px 5px 5px;
	margin:0;
	text-align:left;
}
.announcements {
	margin:10px 0px 20px 0px;
	background-color:#F6F6F6;
/*	border:2px solid #F3C41C;*/
	color: #03144C;
	/*
	font-size: 12px;
	font-weight: bold;
	*/
	padding: 2px 5px 5px 5px;
}
.announcements h2 {
	color:#F3C41C;
	padding:5px 0px 5px 0px;
	margin:5px 0px 5px 0px;

}
.announcements h3{
	font-size: 12pt;
	color:#03144C;
	font-weight:bold;
	text-align:center;
	padding:2px 0px 3px 0px;
	margin:2px 0px 3px 0px;
}

.announcements ul {
}
.announcements li
{
 list-style-image:url(../images/button_arrow_small_bg.jpg);
 vertical-align:middle;
 padding-bottom:6px;
}

#maincolumn2 {
	margin-left: 310px;
	text-align: left;
	float: none;
	padding-left: 10px;
	width: auto !important;
	background-color: #ffffff;
}


*html #maincolumn2 table{
 width:99%;
 }

#maincolumn2 table{
 width:100%;
 }
 
#footer {
	background-color: #CDD2D8;
	border-top: #FFBA00 solid 1px;
	border-bottom: #FFBA00 solid 1px;
	text-align: center;
	clear:both;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:3px;
}

/* page css */

.barpath {
	background-color: #CDD2D8;
	border-top: #FFBA00 solid 1px;
	border-bottom: #FFBA00 solid 1px;
	text-align: left;
}

.seppath {
	height: 1px;
	background-color: #FFBA00;
}


.search, .search label, .search td {
	background-color: #E0E0E0;
	border-width: 0px;
	vertical-align: middle;
	font-size: 11px;
	padding-bottom:10px;
}

.search input {
	font-size: 11px;
}

.searchdropdown {
	font-size: 11px;
	width: 300px;
	max-width:300px;
	background-color: #FFFFFF;
	margin-bottom:10px;
}

.searchButtonPos {
	float:right;
	padding-top:5px;
	padding-bottom:3px;
}
.morepreferences {
	vertical-align: middle;
	font-size: 11px;
	padding:0;
	padding-top:5px;
	margin:0;
	clear:both;
}

.morepreferences label, .morepreferences td, .morepreferences input {
	/*border-width: 0px;*/
	vertical-align: middle;
	font-size: 11px;
	padding:0;
	margin:0;
}
.morepreferences img {
	padding:0;
	margin:0;
	vertical-align:middle;
	border:0;
}

.textsearch {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #161206;
text-decoration: underline;
}

.path {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #202020;
text-decoration: none;
}

.pathselected {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #202020;
text-decoration: none;
}


#topmenu {
	background-color: #E9E9E9;
}

div#topmenu a:link, div#topmenu a:visited, .menu1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #03144C;
	text-decoration: none;
}

.menu1selected {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #FFBA00;
text-decoration: none;
}


.menu2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #202020;
text-decoration: none;
}





.textsearch2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #656565;
text-decoration: underline;
}


input {
	background-color: #FFFFFF;
	border: solid 1px #FFBA00;
}


.moreprefs {
font-family:Tahoma;
font-size: 11px;
font-style: normal;
line-height:normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;
vertical-align:middle;
padding-top:5px;
padding-bottom:2px;
}


.moreprefsselected {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;

}

.searchtabtitle1 {
	font-size: 12px;
	color: #555b62;
	padding-left: 15px;
	height: 24px;
	background-image: url(../images/search.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-weight: bold;
	margin-bottom:10px;
}

.searchtabtitle2 {
	font-size: 11px;
	color: #ffffff;
	padding-left: 15px;
	height: 24px;
	background-image: url(../images/selected_preferences.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-weight: bold;
}

.searchtabtitle {
	font-size: 11px;
	color: #ffffff;
	padding-left: 15px;
	height: 24px;
	background-image: url(../images/selected_preferences.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-weight: bold;
}

.resultstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}
.resultstext{
	font-family: Tahoma!important;
	font-size: 12px;
}
.founddocs {
	font-family:Tahoma;
	font-size: 11px;
}

.italictext {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
text-decoration: none;}


.orangetext {font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #FFBA00;
text-decoration: none;}


.bluetext {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #2B3084;
text-decoration: none;}

.searchresults4document {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant:normal;
	text-transform: none;
	color: #8A716D;
	text-decoration: none;
	background-color: #F7F7F7;
;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom:#F7F7F7 1px solid;
}
.searchresults4document a{
	color:#0C226B;
}
.searchresults4document a:hover{
   color:#1B57B1;
} 

.searchresults4document a:hover{
   color:#1B57B1;
} 

.resultsField {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}
#results {
	padding-left:0px;
	padding-right:0px;
}

.oneResult {
}
.resultsDoctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8A716D;
	text-decoration: none;
	background-color: #F7F7F7;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F3C41C;
	padding-top: 1em;
	padding-bottom: 1em;
}


.resultsExtraInfo{ 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #ffffff;
text-decoration: none;
background-color: #CDD2D8; 
border-bottom:#B2B2B2 thin solid;

}




.searchtabtext {
	background-color: #F6F6F6;
	padding-left: 15px;
}

.leftbarbg {
 background-color: #E0E0E0;
}

.whitebg {
 background-color: #ffffff;
}

.searchresults1 {
 background-color: #F3C41C; 
 color:#666666;
 font-weight:bold;
}

#paging{
}
.searchresults2 {
 	background-color: #CDD2D8;
	font-size:11px;
}

.searchresults3 {
 background-color: #F7F7F7;
}

.resultsText {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
}


.searchresults4title {
	/*background-color: #F6F6F6;*/
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
	line-height:14px;
}


.searchresults4text {
	/*background-color: #EEEEEE;*/
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
	line-height:14px;
}

.searchresults4separator {
	background-color: #EEEEEE;
	color: #6D6D6D;
	background-image: url(../images/sep_results.gif);
	background-repeat: repeat-x;
}


.searchresults4titleBorder {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6D6D6D;
	text-decoration: none;
	vertical-align: top;
	padding-bottom:2px;
	padding-top:2px;
	margin:0px;
	border-bottom:1px solid #FFBA00;
	border-top:1px solid #FFBA00;
}
.searchresults4title img{
	padding:0px;
	margin:0px;
}

.invisibleButton{
	display: none;
}

.advancedoptions {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}

.left {
	float:left;
}
.right {
	float:right;
}


.button {
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:11px;
}

.inversebutton {
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	font-size:11px;
	color:#inversebutton;
	border:#999999 outset thin;
	background-color:#F3C41C;
}

#bcgimage {background-image:url(../images/bg.gif)}

#bgtopcolor {background-color:#000000}

/*******************************
/*  expandable/collapsible
 divs
/*******************************/

.optiontable_container {
	width: 290px;
	position:relative;
	z-index:99;
}

.optiontable_ttl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	display:block;
	background:#dbdbdb;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #aeadad;
	border-style: solid;
	border-width:0 1px 1px;
	font-size: 10px;
}

.optiontable_content {
	display:block;
	background:#eeeded;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border-color: #aeadad;
	border-style: solid;
	border-width:0 1px;
}

.optiontable_content2 {
	overflow:auto;
	height: 20em;
}

.optiontable_content2_tall {
	overflow:auto;
	height: 38em;
}


/*top and bottom border*/
.optiontable_top, .optiontable_bottom {
	display:block;
	background:transparent;
	font-size:1px;
}

/*top corners*/
.optiontable_t1, .optiontable_t2, .optiontable_t3 {
	height:1px;
}

.optiontable_t1, .optiontable_t2, .optiontable_t3, .optiontable_t4 {
	display:block;
	overflow:hidden;
}

.optiontable_t2, .optiontable_t3, .optiontable_t4 {
	background:#dbdbdb;
	border-left:1px solid #aeadad;
	border-right:1px solid #aeadad;
}

.optiontable_t1 {
	margin:0 5px;
	background:#aeadad;
}

.optiontable_t2 {
	margin:0 3px;
	border-width:0 2px;
}

.optiontable_t3 {
	margin:0 2px;
}

.optiontable_t4 {
	height:2px;
	margin:0 1px;
}

/*bottom corners*/
.optiontable_b1, .optiontable_b2, .optiontable_b3 {
	height:1px;
}

.optiontable_b1, .optiontable_b2, .optiontable_b3, .optiontable_b4 {
	display:block;
	overflow:hidden;
}

.optiontable_b2, .optiontable_b3, .optiontable_b4 {
	background:#eeeded;
	border-left:1px solid #aeadad;
	border-right:1px solid #aeadad;
}

.optiontable_b1 {
	margin:0 5px;
	background:#aeadad;
}

.optiontable_b2 {
	margin:0 3px;
	border-width:0 2px;
}

.optiontable_b3 {
	margin:0 2px;
}

.optiontable_b4 {
	height:2px;
	margin:0 1px;
}

/* alphabet selection */
.alpha, .alphaselected {
	font-size:10px;
	display:inline;
	margin: -1px;
}

.alphaselected {
	font-weight: bold;
}

.selected {
	font-weight:bold;
}

/* featured displays on first page */
.featured_frame_left {
	width: 45%;
	height: 220px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin-bottom:30px;
	margin-top:20px;
}

.featured_frame_right {
	width: 45%;
	height: 220px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	margin-bottom:30px;
	margin-top:20px;
	}

.featured_top {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F3C41C;
	border-right-color: #F3C41C;
	border-bottom-color: #F3C41C;
	border-left-color: #F3C41C;
	color: #48698D;
	font-size: 14px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	height: 18px;
}

.featured_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
}

.featured_bottom {
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-color: #F3C41C;
	border-right-color: #CDD2D8;
	border-bottom-color: #CDD2D8;
	border-left-color: #CDD2D8;
	height: 14px;
	border-top-color: #CDD2D8;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom:3px;
	padding-left:5px;
}

.logoutButton {
	border:solid 0px #ffffff;
	color:#ffffff;
	font-size:11px;
	background-color:#6798CA;
	cursor:pointer;
}
