/* CSS Document */



 /* ---------------------------------------------------------------------- */
/* DO NOT CHANGE ANYTHING IN THIS DOCUMENT!! DOING SO WILL ALTER THE LAYOUT OF THE ENTIRE WEBSITE. */





body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	color: #443229;
}
body {
	margin: 0 20px 20px 20px;
	text-align: center;
	padding:0;
	background: url(/lci/images/structure/bg-gradient.jpg) repeat-x;
	background-color: #4B6582;
	
 }
 
img {
	border: none;
}

 /* ---------------------------------------------------------------------- */
/*  FRAMES THE HEADER, CONTENT, AND FOOTER */

#frame {
 width:962px;
 margin:auto;
}

div.clearfloats {clear:both;}
 
 /* ---------------------------------------------------------------------- */
/* GLOBAL HEADER */

#header {
/* height:75px;*/
 height:55px;
 overflow:hidden;
 padding: 10px;
 }
 #masthead {
 	float: left;
 }
#search {
	float: right;
	/*margin-top: 10px;*/
	margin-top: 0px;
	text-align:right;
}

#globalNavigation {
 color: #FFFFFF;
 font: 80% Arial, Helvetica, sans-serif;
/* padding: 25px 0 5px 0;*/
 padding: 8px 0 5px 0;
 text-align: right;
 }
#searchFieldAndButton {
/*position:absolute;
top:33px;
width:230px;*/
}

 /* ---------------------------------------------------------------------- */
/*     ********THIS DIV FRAMES THE TITLE IMAGE AND
LEFT AND RIGHT CONTENT AREAS, 
PROVIDING WHITE BG AND PADDING********     */

#contentWrapper{
text-align:left;
background-image:url(/lci/images/structure/contentWrapperBG.gif);
/*border: solid #666666;
border-width: 0 1px;*/
position:relative;
/*background-color: #FFFFFF;*/
width:948px;
padding:6px;
/*GOOD FOR IE6: 
width:951px;*/

/*  min-height:400px;
  height:auto !important;
  height:400px;*/
  
}

 /* ---------------------------------------------------------------------- */
/*     ********THIS DIV FRAMES THE TITLE IMAGE AREA, 
PROVIDING RED BAR ALONG THE BOTTOM AND 
PREVENTING OVERFLOW********     */

#pageLevelHeader {
background-repeat:no-repeat;
overflow:hidden;
width:948px;
border-bottom: 8px solid #B10000;
height:130px;
}




 /* ---------------------------------------------------------------------- */
/*     ********THIS DIV FRAMES THE LEFT AND RIGHT CONTENT AREAS, 
PROVIDING COLORED BG********     */

#colorWrapper {
	background-image:url(/lci/images/structure/colorWrapperBG.gif);
}

 /* ---------------------------------------------------------------------- */
/*********** NAVIGATION AND CONTENT AREA*/

#ContentMain {
	background:#FFFFFF;
	margin-left: 180px;
	width:728px;
/*	IE6:
	width:725px;*/
	padding: 10px 20px;
	line-height: 140%;
	color:#333333;
	text-align:left;

	min-height:400px;
	height:auto !important;
	height:400px;
}
#nav2a {
	float:left;
	width:160px;
	background-color:#23324F; /* #032B66;*/
	text-align:left;
	padding: 10px;
	line-height: 170%;
	font-size: 93%;
 }

 /* ---------------------------------------------------------------------- */

/*     ********FOOTER********     */

#footerbar {
	height:15px;
	width:949px;
	background-color:#111D37;
}


#footer, #prefooter {
	 color: #FFFFFF;
	 margin:0;
	 text-align:left;
	 clear: both;
	 font-family:Arial, Helvetica, sans-serif;
 }
 #footer {
	 font-size: 85%;
	 padding: 15px;
 }
 
 #prefooter {
	 font-size: 100%;
	 padding: 10px 0px 0px 15px;
 }

#footer a, #prefooter a {
	color: white;
}

#footer a:hover, #prefooter a:hover {
	color: #B10000;
}

 /* ---------------------------------------------------------------------- */
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any container that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

 /* ---------------------------------------------------------------------- */
/*   FLYOUT MENUS, FROM SUCKERFISH (HTMLDOG.COM) */


	#nav2a-flyout, #nav2a-flyout ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 156px;
	}
	
#nav2a-flyout {
		margin: 0 0 20px 0;

}
	#nav2a-flyout li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 156px;
	}
	
	#nav2a-flyout li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 156px;
		margin-top : -1.35em;
		background-color:#23324F; /* #032B66;*/

	}
	
	#nav2a-flyout li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav2a-flyout li a {
		height:auto;
text-decoration:none;
line-height:13px;
text-align:left;
vertical-align:middle;
display:block;
border-top: 1px dotted #8CA5BB;
background-color:#23324F; /* #032B66;*/
padding: 4px 0px 4px 5px;
font-weight: normal;
color:#FFFFFF;
font-size:95%;
font-family: Arial, Helvetica, sans-serif;
}
	
	#nav2a-flyout li a:hover {
	background-color:#FCEDC6;
	color: #263C64;
}
	
	#nav2a-flyout li:hover ul ul, #nav2a-flyout li:hover ul ul ul, #nav2a-flyout li.sfhover ul ul, #nav2a-flyout li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav2a-flyout li:hover ul, #nav2a-flyout li li:hover ul, #nav2a-flyout li li li:hover ul, #nav2a-flyout li.sfhover ul, #nav2a-flyout li li.sfhover ul, #nav2a-flyout li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
