@charset "utf-8";
/* CSS Document */

body {
	background: #8ec5d5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
.oneColFixCtrHdr #container {
	width: 810px;  /* using 20px less than a full width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background: #FFFFFF;*/
}
.oneColFixCtrHdr #header {
	height: 423px;
	background: url(../../px/ifl_splash/header_splash_01.jpg) left top no-repeat; 
}
.oneColFixCtrHdr #mainContent {
	background: url(../../px/ifl_splash/bodybkg_splash_01.jpg) left top repeat-y;
}
.oneColFixCtrHdr #mainContent p {
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
}
.oneColFixCtrHdr #footer {
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(../../px/ifl_splash/footer_splash_01.jpg) left top no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
}


/* page styles */
td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}
.em_big01 {
	font-size:16px;
	font-style:italic;
}

hr {
	height: 1px;
	/*width: 150px;*/
	color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #6699CC;
	border-right-color: #6699CC;
	border-bottom-color: #6699CC;
	border-left-color: #6699CC;
}

ul {
	list-style-image: url(../../px/ifl_template001/bug-01.gif);
}


/* default links */
a:link {
	color: #AF1924; /*#6699CC;*/
	text-decoration:underline;
}

a:visited {
	color: #AF1924; /*#6699CC;*/
}

a:hover {
	color: #6699CC; /*#AF1924;*/
	text-decoration: none;
}

a:active {
	color: #AF1924;	/*#6699CC;*/
}

a.hidden {
	color: #000000;
	visibility:hidden;
}

a.hidden:visited {
	color: #000000;
	visibility:hidden;
}

a.hidden:hover {
	color: #0000CC;
	visibility:hidden;
}

a.hidden:active {
	color: #000000;
	visibility:hidden;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* sections */
.navGlobalSection, .navGlobalSection td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.navGlobalSection a, .navGlobalSection a:link, .navGlobalSection a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.navGlobalSection a:hover {
	color: #D9C58C;
	text-decoration: underline;
}
.navGlobalSection a:active {
	color: #FFFFFF;
	text-decoration: none;
}
