/*
* Primary font
*/

body, td, p, ul, ol, h1, a, input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-seriff;
}

body
{
	text-align: center;
	margin: 10px 0px 0px 0px;
	background: #797979;
}

/*
* ActionResults
*/

a img
{
	border: 0px;
}
div.ActionResults
{
	border: 1px solid red;
	background: pink;
	color: #000000;
	padding: 5px;

}

div.ActionResults p
{
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

div.ActionResults ul
{
	padding: 0px;
	margin: 0px 0px 0px 15px;

}
/*
* AdminTable
*/

.AdminTable
{
	border-collapse: collapse;
}

.AdminTableLabel
{
	background-color: grey;
	color: #000000;
	border: 1px solid black;
	font-weight: bold;
}

.AdminTableLabelProblem
{
	background-color: red;
}

.AdminTableTitle
{
	color: #000000;
	background-color: grey;
	border: 1px solid black;
	font-weight: bold;
}

.AdminTableData
{
	border: 1px solid black;
}

/*
* EntryTable
*/

.EntryTable
{
	border-collapse: collapse;
}

.EntryTableLabel
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
}

.EntryTableLabelProblem
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: red;
	font-weight: bold;
}

.EntryTableTitle
{
	border: 1px solid #CCCCCC;
	font-weight: bold;
}

.EntryTableData
{
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 5px 0px;
	color: #999999;
}

.EntryTableResult
{
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 10px 5px 10px;
	color: #999999;
}

.EntryTableInput
{
	margin-left: 10px;
}

.EntryTableInputSmall
{
	font-size:10px;
	margin-left: 10px;
}

.EntryTableSummit
{
	border-collapse:collapse;
	width: 100%;
}
.EntryTableSummitBorder
{
	border-bottom: 3px solid #CCCCCC;
}

.SurveyTableData
{
	background: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 7px 5px 7px;
	color: #666666;
}
.SurveyTableSub5
{
	width: 71px;
	text-align: center;
	font-weight: bold;
}
.SurveyTableSub6
{
	font-size: 11px;
	width:59px;
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
}


/* /////////////////////////////////////// UPDATED BY MATTHIEU ///// */

TABLE.courseReg
{
	width:100%;
	border-top:1px solid #ccc;
}

TABLE.courseReg TR:hover TD
{
	background:#fdfdfd;
}

TD.CourseTable
{
	padding: 5px 0px 3px 5px;
	background-color: #f4f4f4;
	border-bottom:1px dotted #dadada;
	border-right:1px dotted #ccc;
	vertical-align: top;
}

TD.CourseTable.ct3
{
	border-right:none;
}

TD.CourseTable EM
{
	font-style: normal;
	color: #999;
}


/* ////////////////////// */






.red
{
	color: #FF0000;
}

.bold
{
	font-weight: bold;
}

body, p, ul, ol, td, input, textarea
{
	font-size: 12px;
	color: #666666;
}

a
{
	font-size: 12px;
	color: #063164;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.underline_me{
	text-decoration:underline;
}


/* /////////////////////////////////////// UPDATED BY MATTHIEU ///// */
.cartAdd {
	background: url(images/cart_add.gif) no-repeat;
	padding-left:20px;
	display: block; height: 22px;
}

.cartRemove {
	background: url(images/cart_remove.gif) no-repeat;
	padding-left:20px;
	display: block; height: 22px;
}

a.courseLink
{
	color: #666666;
}
a.courseLink:hover
{
	color: #FF9934;
}

/* ////////////////////// */



h1
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

h2,.greyheader
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

h3
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}





/* MAIN DIVS */

#main
{
	background: #FFFFFF;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: left;
	width: 675px;
	height:500px;
}

#navigation_top
{
	width: 675px;
}

#navigation_left
{
	clear: both;
	width: 200px;
	float: left;
}
#navigation_leftIEWrap
{
	padding: 15px 0px 0px 20px;
}

#navigation_right
{
	margin: 15px 0px 0px 0px;
	width: 190px;
	background: #EEF5DE;
	float: left;
}
#nav_right_IEWrap
{
	padding: 15px;
}

#navigation_bottom
{
	margin: 0px auto;
	text-align: left;
	clear:both;
	width: 660px;
}

#content
{
	width: 550px;
	float: left;
	height:300px;
	margin-left:70px;
	line-height:20px;
}
#contentIEWrap
{
	padding: 15px 10px 0px 10px;
}

#content ul, #contentNoRight ul
{
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
#content li, #contentNoRight li
{
	padding: 6px 0px;
}

#contentHome
{
	width: 1024px;
}
#contentHomeIE
{
	width: 100%;
	padding: 0px 16px;
}

#homeWrap
{
	margin-top: 20px;
}
#homeWrap ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}
#homeWrap #leftWrapIE
{
	float: left;
	width: 384px;
	height: 325px;
	overflow: visible;
	border-right: 1px solid #D5D9DC;
}
#homeWrap #left
{
	padding: 0px 15px 0px 0px;
}

#homeWrap #middleWrapIE
{
	width: 198px;
	height: 325px;
	border-right: 1px solid #D5D9DC;
	overflow: visible;
	float: left;
}
#homeWrap #middle
{
	padding: 0px 15px;
}

#homeWrap #rightWrapIE
{
	width: 214px;
	overflow: visible;
	float: left;
}
#homeWrap #right
{
	padding: 0px 15px;
}

#homeWrap #promos
{
	width: 191px;
	float: left;
}
#contentNoRight
{
	padding: 15px 26px 0px 10px;
	width: 788px;
	float: left;
}

.caption
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}
.footnote, .footnote a
{
	color: #666666;
	font-size: 10px;
	text-decoration: none;
}
.footnote a:hover
{
	color: #FF9934;
	text-decoration: underline;
}
.heroimg
{
	margin-bottom: 15px;
}
.OrangeBox
{
	background: #FF9934;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.GreyBox
{
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
.homeHeader
{
	font-size: 18px;
	color: #999999;
	padding-bottom: 10px;
}
.orangeSpan
{
	color: #FF9933;
}

/*LEFT NAV SECTION*/
#fourthNavDiv
{
	margin-top: 20px;
	background: #EEF5DE;
}
#fourthNavDiv .fourthHeader
{
	padding: 10px 20px 5px 20px;
	font-size: 12px;
	color: #333333;
	font-weight:bold;
}
.leftNav
{
	color: #666666;
	text-decoration: none;
}
.leftNavHead
{
	margin-left: 15px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.leftNavOn
{
	background: #D3E3B0;
	text-decoration: none;
}
.leftNavOn:hover
{
	text-decoration: none;
}
.leftNav:hover
{
	color: #CCCCCC;
	text-decoration: none;
}
.fourthNav
{

}
ul.leftNav
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

ul.fourthNav
{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	width: 175px;
	padding: 0px 0px 10px 0px;
}

ul.leftNav li, ul.leftNav ul li
{
	width: 175px;
	padding: 0px;
}

ul.leftNav li a
{
	color: #666666;
	padding: 3px 0px 3px 15px;
	display: block;
}

ul.fourthNav li a
{
	color: #666666;
	padding: 3px 0px 3px 25px;
	display: block;
}

ul.leftNav ul
{
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin: 0px;
}

ul.leftNav ul li a
{
	color: #999999;
	padding: 3px 0px 3px 25px;
	display: block;
}

ul.leftNav ul li a.leftNavOn
{
	color: #666666;
}

ul.leftNav ul ul
{
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin: 0px;
}

ul.leftNav ul ul li a
{
	color: #999999;
	padding: 3px 0px 3px 35px;
	display: block;
}

ul.leftNav ul ul a, ul.leftNavOn ul ul a
{
	font-size:10px;
}

ul.leftNav ul ul ul
{
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin: 0px;
}

ul.leftNav ul ul ul a, ul.leftNavOn ul ul ul a
{
	font-size:10px;
}

/*4th Nav*/
#content ul.tabNav
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	width: 595px;
}
#content ul.tabNav li
{
	float: left;
	white-space: nowrap;
	padding: 0px;
}
#content ul.tabNav li a
{
	color: #999999;
	padding: 5px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	display: block;
	white-space: nowrap;
}
div.tabNav
{
	margin-top: 10px;
	width: 595px;
	float: left;
	border-bottom: 1px solid #333333;
}
.tabNavOn
{
	background: #DDDDDD;
}
#content ul.tabNav li a.tabNavOn
{
	color: #FF9933;
}

/*TOP NAV SECTION*/

.topNav
{
	color: #666666;
	vertical-align: middle;
	text-decoration: none;
}

a:hover.topNav
{
	color: #666666;
}



.lineBorder
{
	border-bottom: 1px solid #CCCCCC;
}

#language, #quicklinks
{
	font-size: 10px;
	height: 18px;
	vertical-align: middle;
	margin-left: 15px;
}

#navDiv
{
	clear: both;
	width: 660px;
	height: 83px;
	padding-top: 12px;
	padding-left:0px;
	padding-right:0px;
	background: url(header.gif) no-repeat bottom left;
}
#searchform
{
	height: 33px;
	width: 168px;
	background: url(images/search_bg.gif) no-repeat top left;
	float: right;
}
#searchform form
{
	display: inline;
	vertical-align: middle;
}
#searchform input
{
	border: 0px none;
	font-size: 11px;
	width: 127px;
	margin: 9px 0px 0px 22px;
}


/*BOTTOM NAVIGATION SECTION*/
.footer
{
	padding: 0;
	width: 660px;
	color: #FFFFFF;
	font-size: 11px;
}
.footer a
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 11px;
}
.footer a:hover
{
	text-decoration: underline;
}
/*RIGHT NAVIGATION SECTION*/
#navigation_right p, #navigation_right a
{
	font-size: 11px;
}
#navigation_right h4
{
	color: #333333;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 12px;
}
#navigation_right p
{
	padding: 0px;
	margin: 0px 0px 7px 0px;
}
.rightNavBreak
{
	border-bottom:2px solid #FFFFFF;
	height: 2px;
	margin-bottom: 10px;
	overflow: hidden;
}


/* SITE MAP */
ul.siteMap, ul.siteMapOn
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	background: #CCCCCC;
}

ul.siteMap a, ul.siteMapOn a
{
	font-size:12px;
	color: #666666;
	text-decoration: none;
}
.siteMap
{
	color: #999999;
	text-decoration: none;
}

.siteMapOn
{
	font-weight: bold;
	color: #FF9934;
	text-decoration: none;
}
.siteMap:hover
{
	color: #CCCCCC;
}

ul.siteMap li
{
	padding: 2px 0px 2px 0px;
}

ul.siteMap, ul.siteMapOn
{
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	margin: 0px;
	background: #FFFFFF;
}

/* INTERACTIONS */
.loginRight
{
	float: right;
}
.postLeft
{
	width: 410px;
	padding: 0px 20px 20px 0px;
	float: left;
	border-right: 1px solid #DDDDDD;
}
.postRight
{
	float: left;
	width: 300px;
	padding: 5px 0px 5px 20px;
}
.postTable
{
	width: 760px;
	background: #DDDDDD;
	border-collapse: separate;
	padding: 10px;
	height: 145px;
}
.postTable div
{
	float: left;
	background: #FFFFFF;
	padding: 10px;
	font-weight: bold;
	color: #999999;
	height: 125px;
	margin-right: 12px;
}
#sponsorsHome
{
	width: 760px;
	padding: 0px 20px 0px 20px;
}

#navigation_top_secondary
{
	width: 100%;
	height: 120px;
}
.iacontent
{
	padding:0px 40px 0px 40px;
}
.iaheader
{
	font-size: 30px;
	color: #000000;
	margin-top: 20px;
}

ul.ialeftNav, ul.ialeftNavOn
{
	list-style-type: none;
	list-style-image: none;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
}

ul.ialeftNav a, ul.ialeftNavOn a
{
	font-size:12px;
}

.ialeftNav
{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.ialeftNavOn
{
	font-weight: bold;
	color: #FF9934;
	text-decoration: none;

}
.ialeftNav:hover
{
	color: #CCCCCC;
}
ul.ialeftNav li
{
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #CCCCCC;
}

.iatable
{
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
div.single
{
	width: 100%;
	margin-top: 10px;
}
.iatable td
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}
.iatable td.left,.iatable td.right,.iatable td.single,.iatable td.first,.iatable td.second,.iatable td.third, div.single, p.single
{
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #CCCCCC;
}
.iatable td.last
{
	border-bottom: 1px solid #CCCCCC;
}
.iatable td.left
{
	padding-left:5px;
	width: 145px;
}
.iatable td.innerleft
{
	vertical-align: top;
	width: 30%;
}
.iatable td.innerright
{
	vertical-align: top;
	width: 70%;
}
.iatable td.right
{
	padding-left: 20px;
	width: 430px;
}
.iatable td.right
{
	padding-left: 20px;
	width: 430px;
}
.iatable td.first
{
	width: 250px;
}
.iatable td.second
{
	width: 100px;
}
.iatable td.third
{
	width: 250px;
}
.iatable td.bg
{
	background-color: #E1E1E1;
}
.iabiopic
{
	float:left;
	margin-right: 7px;
}
.iafootnote
{
	margin-top:30px;
	font-size: 10px;
	font-style: italic;
}
td.sponsorLeft
{
	padding: 0px 10px 0px 10px;
	width: 180px;
	vertical-align: top;
}
td.sponsorRight
{
	padding: 0px 10px 0px 30px;
	width: 560px;
	vertical-align: top;
}
td.sponsorRule
{
	padding: 20px 30px 20px 30px;
	width: 740px;
	text-align: center;
}
td.sponsorStack
{
	padding: 0px 4px 0px 4px;
	width:156px;
	vertical-align: middle;
	text-align: center;
}
/*HOMEPAGE PROMO*/
.promoBoxWrap
{
	width: 191px;
	background: #D8E8BB;
	overflow: visible;
	color: #666666;
}
.promoBox
{
	padding: 15px;
}
.promoBox a
{
	color: #344710;
}
.promoHeader
{
	font-size: 18px;
	font-weight: normal;
}
/*Homepage group class*/
.simple
{
}
.advanced
{
	display:none;
	width:200px;
}
/* Finacial reports */
.padtop
{
	padding-top:10px;
}
.right
{
	text-align: right;
}
.border
{
	border-bottom: 1px solid #666666;
}
.center
{
	text-align: center;
}
/* SEARCH */
.searchHeader
{
	width: 992px;
	background: #CCCCCC;
	padding: 5px 15px 5px 15px;
}
.searchHeader td
{
	font-weight: bold;
	color: #666666;
}
.searchHeader td a
{
	text-decoration: none;
}
.searchHeader td a:hover
{
	color: #FFFFFF;
}
.searchCellRight
{
	padding: 5px 15px 5px 0px;
}
.searchCellLeft
{
	text-align:left;
	vertical-align:top;
	width:17px;
	padding: 5px 0px 5px 15px;
}
.submit
{
	display: inline;
	padding: 1px 15px 1px 15px;
	background: #557BB9;
	border: 1px solid #BBC9E3;
	color: #FFFFFF;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 11px;
}
.submit a
{
	color: #FFFFFF;
	font-size: 10px;
}
.submit a:hover
{
	color: #FFFFFF;
}
#debug
{
	clear: both;
	text-align: left;
	background: #EEEEEE;
	display: none;
	white-space: pre;
	border: 1px solid #000000;
}


/* COURSE SCHEDULE */
.schedule
{
	width: 100%;
	border: 0px;
	margin-top:15px;

}

.schedule TD
{
	vertical-align: top;
	padding-top:0;
}
.schedule TR:hover TD.scit5
{
	background: url(images/back_cell.gif) repeat-y;
}


.scheduleHeader
{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px 3px 0px;
	border-bottom:2px solid #EDF5DE;
	margin-bottom: 7px;
}


TD.scheduleItem
{
	padding: 5px 0px 3px 5px;
	background-color: #EDF5DE;
	border-bottom:1px dotted #dadada;
	border-right:1px dotted #ccc;
	color: #999999;
}


.schedule TR:hover TD
{
	background:#fdfdfd;
}

.schedule TR:hover TD.scheduleHeader
{
	background: none;
}

TD.scheduleItem.scit1
{
	width:55px;
}
TD.scheduleItem.scit2
{
	width:445px;
}
TD.scheduleItem.scit2 a
{
	color: #999999;
}
TD.scheduleItem.scit3
{
	width:90px;
}
TD.scheduleItem.scit4
{
	width:50px;
	background-color:#fefefe;
}
TD.scheduleItem.scit5
{
	padding-left: 8px;
	border-right:none;
}

.pr
{
	color: #666666;
	margin-top: 10px;
}
.pr a
{
	color: #666666;
}
/* COURSE SCHEDULE MODIFIED */
.schedule2
{
	width: 100%;
	border: 0px;
	margin-top:15px;

}

.schedule2 TD
{
	vertical-align: top;
	padding-top:0;
}
.schedule2 TR:hover TD.scit5
{
	background: url(images/back_cell.gif) repeat-y;
}


.schedule2Header
{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px 3px 0px;
	border-bottom:2px solid #EDF5DE;
	margin-bottom: 7px;
}


TD.schedule2Item
{
	padding: 5px 0px 3px 5px;
	background-color: #EDF5DE;
	border-bottom:1px dotted #dadada;
	border-right:1px dotted #ccc;
	color: #999999;
}


.schedule2 TR:hover TD
{
	background:#fdfdfd;
}
.schedule2 TD.schedule2Description
{
	background: #333333;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 5px 3px 5px;
	border-bottom:2px solid #EDF5DE;
	margin-bottom: 7px;
}

.schedule2 TR:hover TD.schedule2Header
{
	background: none;
}

TD.schedule2Item.scit1
{
	width:250px;
}
TD.schedule2Item.scit2
{
	width:80px;
}
TD.schedule2Item.scit2 a
{
	color: #999999;
}
TD.schedule2Item.scit3
{
	width:100px;
}
TD.schedule2Item.scit4
{
	width:50px;
	background-color:#fefefe;
}
TD.schedule2Item.scit5
{
	padding-left: 8px;
	border-right:none;
	width:50px;
}

.pr
{
	color: #666666;
	margin-top: 10px;
}
.pr a
{
	color: #666666;
}

/* Payment Header */
.payment
{
	width: 100%;
	border: 0px;
}

.payment TD
{
	vertical-align: top;
	padding-top:0;
}

TD.paymentItem
{
	/*padding: 5px 0px 3px 5px; */
	background-color: #EDF5DE;
	border-bottom:0px dotted #dadada;
	border-right: 0px dotted #ccc;
	color: #999999;
}


.payment TR:hover TD
{
	background:#fdfdfd;
}

.payment TR:hover TD.paymentHeader
{
	background: none;
}

TD.paymentItem.scit1
{
	width:250px;
}
TD.paymentItem.scit2
{
	width:80px;
}
TD.paymentItem.scit5 a
{
	color: #999999;
}
TD.paymentItem.scit3
{
	width:100px;
}
TD.paymentItem.scit4
{
	width:50px;
}
TD.paymentItem.scit5
{
	width:50px;
}

/* payment sum */
TD.paymentExtendedItem
{
	/*padding: 5px 0px 3px 5px; */
	background-color: #FFFFCC;
	border-bottom:0px dotted #dadada;
	border-right: 0px dotted #ccc;
	color: #999999;
}
TD.paymentExtendedItem.scit1
{
	width:250px;
}
TD.paymentExtendedItem.scit2
{
	width:80px;
}
TD.paymentExtendedItem.scit5 a
{
	color: #999999;
}
TD.paymentExtendedItem.scit3
{
	width:100px;
}
TD.paymentExtendedItem.scit4
{
	width:50px;
}
TD.paymentExtendedItem.scit5
{
	width:50px;
}
/* Marketing Docs Search */
.marketing
{
	width: 700px;
	border: 0px;
	margin-top:15px;

}

.marketing TD
{
	vertical-align: top;
	padding-top:0;
}
.marketing TR:hover TD.scit5
{
	background: url(images/back_cell.gif) repeat-y;
}


.marketing
{
	color: #999999;
	font-size: 14px;
	padding: 6px 5px 3px 0px;
	border-bottom:2px solid #EDF5DE;
	margin-bottom: 7px;
}


TD.marketingItem
{
	padding: 5px 0px 3px 5px;
	background-color: #EDF5DE;
	border-bottom:1px dotted #dadada;
	border-right:1px dotted #ccc;
	color: #999999;
}


.marketing TR:hover TD
{
	background:#fdfdfd;
}

.marketing TR:hover TD.marketingHeader
{
	background: none;
}

TD.marketingItem.scit1
{
	width:5%;
}
TD.marketingItem.scit2
{
	width:120px;
}
TD.marketingItem.scit2 a
{
	color: #999999;
}
TD.marketingItem.scit3
{
	width:100px;
}
TD.marketingItem.scit4
{
	width:250px;
}
TD.marketingItem.scit5
{
	padding-left: 8px;
	border-right:none;
	width:70px;
}

.pr
{
	color: #666666;
	margin-top: 10px;
}
.pr a
{
	color: #666666;
}

#application_popup { z-index:102; display:none; position:absolute; top:20px; left:50%; margin-left:-395px; margin-right:auto; width:812px; height: 836px; overflow: hidden; background: transparent; padding: 0px;}
.application_bgc { z-index:200; height:6px; width:6px; border:0px none;}
.application_bgt, .application_bgb { z-index:200; height:6px; width:800px; border:0px none; }
.application_bgl, .application_bgr { z-index:200; height:824px; width:6px; }
#application_content { z-index:200; font-size:0px;}
#close_popup { width:790px; height:20px; margin-top:5px; margin-left:auto; margin-right:auto; background-color:#CCCCCC; }
#popupCntnr { background: #FFFFFF; width:800px; height:824px; float:left; }
#contentIFrame { width:800px; height:799px; border: 0px none #FFFFFF; }
#greybg { z-index:101; display:none; width:100%; height:200px; position:absolute; left:0px; top:0px; background: #000; filter:alpha(Opacity=50); opacity:0.75; -moz-opacity:0.5; }
#application_leftb { float:left; font-size:0px; }
#application_rightb { float:right; font-size:0px; }
#application_topb { font-size:0px; }
#application_bottomb { clear:both; font-size:0px; }


#list1{
 	margin-bottom:0px;
 	padding-bottom:0px;
 	list-style: none;
}

#list1 li {
	padding-left: 15px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0;
}

#hmPhoneEmailCntnr{
	border-bottom:1px solid #CECECE;
	border-left:1px solid #CECECE;
	float:right;
	height:23px;
	padding:7px 0 0 12px;
	width:230px;
}

.rfoot{
	list-style: none;
}

.rfoot li {
	display:inline;
}

.lfoot{
	list-style: none;
	margin-left:-12px;
}

.lfoot li {
	display:inline;
}
