﻿

/* Global Defaults */
html, body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body
{
	font: .8em tahoma, Helvetica, sans-serif;
	color: #404040;}

/* Headlines */

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-family: tahoma, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}



/* Text Styles */
p, th, td, dd, dt, ol, blockquote, q, acronym, abbr, input, select, textarea
{
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.25 tahoma, Helvetica, sans-serif;
}
input
{	
	padding: 2px;
	margin: 0px;
	font: normal normal normal 1em/1.25 tahoma, Helvetica, sans-serif;
	border: solid 1px silver;
}
select
{	
	padding: 2px;
	margin: 0px;
	font: normal normal normal 1em/1.25 tahoma, Helvetica, sans-serif;
}

p
{
	margin: 0;
	padding: 5px;
}
blockquote
{
	margin: 1.25em;
	padding: 1.25em;
}
q
{
	font-style: italic;
}
acronym, abbr
{
	cursor: help;
	border-bottom: 1px dashed;
}
small
{
	font-size: .85em;
}
big
{
	font-size: 1.2em;
}

a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	color: #dddddd;
}
img
{
	border: none;
	text-align: center;
	behavior: url(iepngfix.htc);
}

/* Tables */
table
{
	margin: 0;
	padding: 0;
	border: none;
}

/* Forms */
form
{
	margin: 0;
	padding: 0;
	display: inline;
}
label
{
	cursor: pointer;
}

/* Common Classes */
.clear
{
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.textLeft
{
	text-align: left;
}
.textRight
{
	text-align: right;
}
.textCenter
{
	text-align: center;
}
.textJustify
{
	text-align: justify;
}
.block
{
	display: block;
}
.blockCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* remember to set width */
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nomargin
{
	margin: 0;
}
.nopadding
{
	padding: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}
########################################


.vertSpace
{
	float: left;
	width: 5px; 
	padding: 0px;
	margin: 0px; 
}
/* not used in this site */
.shadow
{
	margin: 0px auto; 
	top: 0px;
	position:relative; 
	background: transparent url(../../resources/images/background/shadow.gif) repeat;
	width:980px;
	padding: 0px 2px 0px 0px;
	1opacity: 0.75;
	1filter: alpha(opacity=75);
	color: inherit;
}
/* END */

.body
{
	margin: 0px auto; 
	display: block;
	top: 0px;
	position:relative; 
	width:960px;
	padding: 0px 10px 0px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
}
.bodyTop
{
	height: 10px;
	width: 980px;
	padding: 0px;
	margin: 0px auto; 
	overflow: hidden;
}
.bodyBot
{
	height: 10px;
	width: 980px;
	padding: 0px;
	margin: 0px auto; 
	overflow: hidden;
}
.header
{
	background: #fff url(../../resources/images/i2iLogo.png) no-repeat 20px 20px;
	width: 100%; 
	height: 140px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
 	text-align: right;
}
.mainHeader
{
	background: #fff url(../../resources/images/i2iLogoLrgTxt.png) no-repeat 20px 20px;
	width: 100%; 
	height: 236px;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
 	text-align: right;
}
.homeLink
{
	height: 140px;
	width: 430px;
	float: left;
	cursor: pointer;
}
.heading
{
	width: auto;
	height: 140px;
}
.heading img
{
	padding: 20px 20px 0px 0px;
}

a.nav, a.nav:link, a.nav:visited 
{
	display:block; 
	background1:#1f337c; 
	font-weight: bold;
	margin: 0px; 
	padding: 0px 20px;
	text-align:center; 
	text-decoration:none; 
	color:#fff; 
	line-height:35px; 
	overflow:hidden; 
	float:left;
}
a.nav:hover {color: #333; background:#0099ff url(../../resources/images/bgHeaderNavOver.png) no-repeat;}
a1.nav:active {color:#333; background:#0099ff url(../../resources/images/bgHeaderNavOver.png) no-repeat;}
.chosen
{
	color:#333 !important; background:#0099ff url(../../resources/images/bgHeaderNavOver.png) no-repeat !important;	
}


.headerNav
{
	width: 960px;
	margin: 0px auto;
	margin-bottom: 1px;
	height: 35px;
	text-align: center;
	background-color1: #1f337c;
	background: #1f337c url(../../resources/images/bgHeaderNav.png) no-repeat;
	opacity1: 0.90;
	filter1: alpha(opacity=90);
}
.headerNavMenu
{
	list-style-type: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
}
/*
.headerNav ul li
{
	display: inline;
	margin: 0px;
	font-weight: bold;
}
.headerNav ul li:hover
{
	color: #fff;
	cursor: default;
	font-weight: bold;
}
.headerNav ul li a, .headerNav ul li a:link
{
	line-height: 12px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	padding: 10px;
}
.headerNav ul li a:focus, .headerNav ul li a:hover, .headerNav ul li a:active
{
	background-color: #efefef;
	color: #4f4f4f;
}
.headerNav ul li a:visited
{
	color: #fff;
}
*/
.footer
{
	width: 960px;
	margin: 0px auto;
	height: auto;
	padding: 100px 0px 20px 0px; 
	background: #1f337c url(../../resources/images/peopleWorld.jpg) no-repeat center top;
	text-align: center;
	color: #fff;
	border-bottom: solid 1px #fff;
	overflow: hidden;	
}
.footerNav
{
	width: 100%;
	padding: 10px;
	margin: 0px;
	float: left;
	text-align: left;
}
a.footnav, a.footnav:link, a.footnav:visited 
{
	display:block; 
	margin: 0px; 
	padding: 0px 10px;
	text-align:center; 
	text-decoration:none; 
	color:#fff; 
	line-height:35px; 
	overflow:hidden; 
	float:left;
}
a.footnav:hover {color: #777;}
a.footnav:active {color:#777;}
.chosenfoot
{
	color:#777 !important;	
}


/*
.footerNavMenu
{
	list-style: inline;
	display: inline;
	list-style-type: none;
	margin: 0;
}
.footerNavMenu li
{
	display: inline;
	list-style: inline;
	padding: 0px 5px;
}
.footerNavMenu li:hover
{
	color: #fff;
	cursor: default;
}
.footerNavMenu a
{
	text-decoration: none;
	color: #fff;
}
.footerNavMenu a:hover
{
	line-height: 10px;
	text-decoration: underline;
	cursor: pointer;
}
*/

.infoContainer
{
	padding: 10px;
	width: 890px;	
}
.container
{
	width: 960px; 
	height: auto; 
	padding: 0px;
	margin-bottom: 1px;
	background: #1f337c url(../../resources/images/bgContainer.png) repeat-x;
}
.content
{
	display: block;
	height: auto;
	min-height: 250px; 
	width: auto;
	padding: 10px 0px 10px 10px;
	margin: 0px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
}
.ie6height
{
	height: 500px;
	width: 0px;
	float: right;
}
.contentNavContainer
{
	padding: 10px;
	margin: 0px 0px 0px 0px;
	text-align: right;
	height: 41px;
}
.contentNavItem
{
	float: right;
	clear: left;
	padding: 5px;	
}
.blk1, .blk2, .blk3, .blk4
{
	float: left; padding: 10px; text-align: left; margin: 0px 0px 0px 0px;
}
.blk5
{
	float: right; padding: 10px; margin: 0px 0px 0px 0px;
}
.blkAuto
{
	float: left; padding: 10px; text-align: left;  margin: 0px 0px 0px 0px;
}
.blk1Top {width: 440px; overflow: hidden; height: auto; margin: 0px 0px 0px 0px; padding: 5px 5px 0px 5px; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -2200px 0;}
.blk1Bot {width: 440px; overflow: hidden; height: 5px; margin: 0px 0px 0px 0px; padding: 0px 5px 0px 5px; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -4855px 0;}
.blk2Top {width: 730px; overflow: hidden; height: auto; margin: 0px 0px 0px 0px; padding: 5px 5px 0px 5px; background-color: #e1eaf3; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -1455px 0;}
.blk2Bot {width: 730px; overflow: hidden; height: 5px; margin: 0px 0px 0px 0px; padding: 0px 5px 0px 5px; background-color: #e1eaf3; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -4110px 0;}
.blk3Top {width: 350px; overflow: hidden; height: auto; margin: 0px 0px 0px 0px; padding: 5px 5px 0px 5px; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -1090px 0;}
.blk3Bot {width: 350px; overflow: hidden; height: 5px; margin: 0px 0px 0px 0px; padding: 0px 5px 0px 5px; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -3745px 0;}
.blk4Top {width: 910px; overflow: hidden; height: auto; margin: 0px 0px 0px 0px; padding: 5px 5px 0px 5px; background-color: #e1eaf3; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -165px 0;}
.blk4Bot {width: 910px; overflow: hidden; height: 5px; margin: 0px 0px 0px 0px; padding: 0px 5px 0px 5px; background-color: #e1eaf3; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -2820px 0;}
.blk5Top {width: 150px; overflow: hidden; height: auto; margin: 0px 0px 0px 0px; padding: 5px 5px 0px 5px; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat 0 0;}
.blk5Bot {width: 150px; overflow: hidden; height: 5px; margin: 0px 0px 0px 0px; padding: 0px 5px 0px 5px; background: #fff url(../../resources/images/background/blkSprite.gif) no-repeat -2655px 0;}

.blk1Top p, .blk2Top p, .blk3Top p, .blk4Top p, .blk5Top p 
{
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
}
.blk3Top ol
{
	padding: 0px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
}
.imgSponsor
{
	text-align: center;
	padding: 10px 0px;
}
.blk4Top ul
{
	margin-left: 20px;
	padding: 10px;
	list-style: circle;
}
.blk4Top ul li, .blk2Top ol li, .blk2Top ul li

{
	padding: 2px;
}
.blk2Top ol
{
	margin-left: 20px;
	padding: 10px;
}

.blk2Top ul
{
	margin-left: 20px;
	padding: 10px;
	list-style: circle;
}

.topNavMenu
{
	padding: 17px 0px 17px 0px;
	list-style-type: none;
	margin: 0;
}
.topNavMenuSpan
{
	background: transparent url(../../resources/images/bulletSpinBlue_bgRight.gif) no-repeat right;
	width: 2px;
}
.topNavMenu li
{
	display: inline;
	text-align: left;
	background: transparent url(../../resources/images/bulletSpinBlue_bg.gif) no-repeat 2px 50%;
	padding: 9px 0px 9px 28px;
	margin: 2px 0px 2px 5px;
}
.topNavMenu li span
{
	background: transparent url(../../resources/images/bulletSpinBlue_bgRight.gif) no-repeat right;
	padding: 9px 0px 9px 2px;
	margin-top: 2px;
}

.topNavMenu li:hover
{
	display: inline;
	text-align: left;
	background: transparent url(../../resources/images/bulletSpinBlue_bg.gif) no-repeat 2px 50%;
	padding: 9px 0px 9px 28px;
	margin-top: 2px;
	cursor: pointer;
	opacity1: 0.75;
	filter1: alpha(opacity=75);
}
.topNavMenu a
{
	text-decoration: none;
	color: #fff;
	padding: 9px 10px 9px 5px;
	border: solid 0px #fff;
}
.topNavMenu a:hover
{
	text-align: left;
	color: #fec400;
	padding: 9px 10px 9px 5px;
	line-height: 10px;
}
.imgContainer
{
	float: left;
	padding: 5px;
	height: 100%;
	
}

.newsMenu
{
	padding: 0px 10px 10px 5px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
.newsMenu li
{	
	/*background: #fff url(../../resources/images/spin96.gif) no-repeat left center;*/
	display: list-item;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 60px;
	border-bottom: solid 1px silver;
	margin: 0px;
}
.newsMenu li:hover
{
	display:  list-item;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
	padding-left: 60px;
	border-bottom: solid 1px #fec400;
}
.newsMenu li a
{
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.newsMenu li a:hover
{
	text-align: left;
	color: silver;
	margin: 0px;
	padding: 0px;
}
.regMenu
{
	padding: 20px;
	list-style-type: none;
	margin: 0;
}
.regMenu li
{	
	/*background: #fff url(../../resources/images/spin96.gif) no-repeat left center;*/
	display: list-item;
	list-style-type: none;
	border-bottom: solid 1px silver;
}
.regMenu li:hover
{
	display:  list-item;
	list-style-type: none;
	cursor: pointer;
	border-bottom: solid 1px #fec400;
}
.regMenu li a,
.regMenu a
{
	text-decoration: none;
	text-align: left;
	color: #000;
}
.regMenu li a:hover,
.regMenu a:hover
{
	text-decoration: none;
	text-align: left;
	color: silver;
}
	
.contentH1
{
	background: transparent url(../../resources/images/bulletSpin.gif) no-repeat 0px 12px;
	padding: 10px 5px 10px 25px;	
	text-transform: capitalize;
	text-decoration: underline;
	vertical-align: middle;
	font-size: 150%;
}
.contentH2
{
	padding: 5px;	
	text-transform: capitalize;
	text-decoration: underline;
	vertical-align: middle;
	color: #fff;
	text-align: left;
}
.contentH3
{
	padding: 5px;	
	text-transform: uppercase;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	width: 100%;
}
.listH1
{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	padding: 10px;
	display: block;
	float: left;
	cursor: default;
}
/*
.contentH3a
{
	padding: 5px;	
	text-transform: uppercase;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}
*/
.ses
{
	text-transform: lowercase;
	color: #fec400;
	font-size: 160%;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	background-color: Transparent;
}
.emphasis
{
	color: #0b367b;	
	font-size: 120%;
}
.emphasis a, .emphasis a:link, .emphasis a:visited 
{
	display:block; 
	margin: 0px; 
	padding: 0px 10px;
	text-align:center; 
	text-decoration:none; 
	color:#fff; 
	line-height:35px; 
	overflow:hidden; 
}
.emphasis a:hover {background-color: #0b367b;color: #fff;}
.emphasis a:active {color:#0b367b;}


.btt
{
	padding: 5px; 
	text-transform: uppercase;
	text-align: right;
}
.lrgText
{
	font-size: 120%;
	text-transform: inherit;
	font-family1: 'Century';
	font-weight1: bold;
	line-height: 25px;
	background-color1: #152f84;
	color1: #fff;
}
.about
{
	float: left;
	display: block;
	width: 31%;
	height: 100px;
	padding: 10px 10px;
	margin: 5px 0px 5px 0px;
	background-color: Transparent;
}
.about:hover
{
	background-color: #f5f5f5;
	cursor: pointer;
	border-bottom: solid 1px #fec400;
	margin: 5px 0px 4px 0px;
}
.blk4 a
{
	text-decoration: none;	
	color: #404040;
}
.blk4 a:hover
{
	text-decoration: none;	
	color: #404040;
	cursor: pointer;
}
.blk4 a:active
{
	text-decoration: none;	
	color: #404040;
}
.blk4 a:visited
{
	text-decoration: none;	
	color: #404040;
}

.about p
{
	padding-left: 65px;
} 
.about span
{
	padding: 0px 0px 0px 65px;	
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: bold;
	font-size: 120%;
}
.guide
{
	background: transparent url(../../resources/images/guide.gif) no-repeat 5px 10px;	
}
.show
{
	background: transparent url(../../resources/images/show.gif) no-repeat 5px 10px;	
}
.provide
{
	background: transparent url(../../resources/images/provide.gif) no-repeat 5px 10px;	
}
.secure
{
	background: transparent url(../../resources/images/secure.gif) no-repeat 5px 10px;	
}
.storage
{
	background: transparent url(../../resources/images/storage.gif) no-repeat 5px 10px;	
}
.audit
{
	background: transparent url(../../resources/images/audit.gif) no-repeat 5px 10px;	
}
.dateH1
{
	background: #fff url(../../resources/images/calendar.gif) no-repeat 5px 15px;
	padding: 18px 35px 5px 35px;	
	font-weight: bold;
	font-family: 'Century';
	font-size: 110%;
	border-bottom: solid 1px #fec400;
}
.copyright
{
	text-align: left;
	padding: 50px 25px 0px 20px;
}

.btnNext {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/next.png) no-repeat;}
.btnNextOver {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/nextOver.png) no-repeat;}
.btnNextInactive {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/nextInactive.png) no-repeat;}
.btnBack {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/back.png) no-repeat;}
.btnBackOver {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/backOver.png) no-repeat;}
.btnBackInactive {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/backInactive.png) no-repeat;}
.btnSubmit {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/submit.png) no-repeat;}
.btnSubmitOver {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/submitOver.png) no-repeat;}
.btnDone {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/done.png) no-repeat;}
.btnDoneOver {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/doneOver.png) no-repeat;}
.btnCancel {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/cancel.png) no-repeat;}
.btnCancelOver {width:70px !important; height: 40px; background: #fff url(../../resources/images/icons/cancelOver.png) no-repeat;}

.dataGrid
{
	border: solid 1px silver;
	height: 100px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}	
.dsplNone
{
	display: none;
}	

/* --------------------- */
    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

        #tabs #current a {
                background-position:0% -42px;
        }
        #tabs #current a span {
                background-position:100% -42px;
        }


/* --------------------- */