/*----------------------------------------------
	GLOBAL.CSS
	Author:		Engage Interactive
	Requires:	reset.css
	Colours:	#00535E - Green
				#B21818 - Red
				#005684 - Blue
				#676869 - Headings
----------------------------------------------*/

@import url(reset.css);


/*-------------------------------

	GENERIC STYLES
	
-------------------------------*/

body {
	background: url(/assets/images/template/page_background.jpg) 0 34px repeat-x;
	font: 11px Helvetica, Arial, sans-serif;
	color: #6d6d6d;
}


/*---------------------

	PARAGRAPHS
	
*/

p,
#center_column ul,
#double_column ul,
address {
	font-size: 12px;
	line-height: 18px;
	margin-bottom:18px;
}

.intro {
	font: 18px/23px Georgia, "Times New Roman", Times, serif;
}

.small {
	font-size:11px;
}


/*---------------------

	LINKS
	
*/

#content a {
	text-decoration: none;
	color: #005684;
}

#content a:hover {
	text-decoration: underline;
}

#content p a {
	display: inline;
	margin-bottom: -1px;
	border-bottom: solid 1px #C5D9E3;
	text-decoration: none;
	font-weight:bold;
}

#content p a:hover {
	padding: 0 2px;
	margin: 0 -2px -1px;
	border-bottom-color: transparent;
	background: #005684;
	color: #FFF;
	text-decoration: none;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#content em {
	font-style:italic;
}


/*---------------------

	SIMPLE LIST
	
*/

#center_column ul,
#double_column ul {
	border:1px solid #e2e2e2;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding:10px;
}


#center_column ul li,
#double_column ul li {
	padding-left:20px;
	margin-bottom:5px;
	background:url(/assets/images/template/bullet.gif) 3px 7px no-repeat;
}

#center_column ul li ul,
#double_column ul li ul {
	border:none;
	padding:5px 0 0;
	margin-bottom:0;
}

#center_column ul li ul li,
#double_column ul li ul li {
	padding:0 0 2px 10px;
	margin-bottom:0;
	border-left:solid 1px #ddd;
	background:none;
	color:#888;
}

#center_column .feature_box ul,
#double_column .feature_box ul {
	border:0;
	margin:0;
	padding:0;
}


/*---------------------
	BUTTONS
	RE-THINK THIS!
---------------------*/

/*---------------------
	QUOTE BUTTON
*/

.button {
	display:block;
	height:45px;
	background-position:left top;
	text-indent:-5000px;
	margin-bottom:18px;
}

.button:hover {
	background-position:left bottom;
}

.quote {
	width:148px;
	background-image:url(/assets/images/individuals/button_quote.gif);
}


/*---------------------
	QUOTE NOW
*/

.quote_now {
	display: block;
	width: 142px;
	height: 143px;
	margin: 0 auto 15px;
	text-indent: -5000px;
	background: url(/assets/images/individuals/quote_circle_green.gif) left top;
}

.quote_now:hover {
	background-position:left bottom;
}

/*---------------------
	CIB
*/

.cib {
	background-image:url(/assets/images/template/toolbox_cib.gif);
	display:block;
	width:142px;
	height:143px;
	margin:0 auto 15px;
	text-indent:-5000px;
}

/*---------------------
	SWITCH SECTION
*/

.switch_section {
	display:block;
	width:187px;
	height:68px;
	margin:auto;
	text-indent:-5000px;
}

/*---------------------

	ICONS
	
---------------------*/

.phone {
	padding-left:20px;
	background:url(/assets/images/icons/phone.gif) left center no-repeat;
}
.email {
	padding-left:20px;
	background:url(/assets/images/icons/email.gif) left center no-repeat;
}
.fax {
	padding-left:20px;
	background:url(/assets/images/icons/fax.gif) left center no-repeat;
}
.map {
	padding-left:20px;
	background:url(/assets/images/icons/pin.gif) left center no-repeat;
}


/*---------------------

	LOGO
	
---------------------*/

h1 {
	display: block;
	width: 170px;
	height: 94px;
}

h1 img {
	display:none;
}

h1 a {
	display: block;
	width: 170px;
	height: 94px;
	background: url(/assets/images/template/logo.gif);
	text-indent: -9999px;
}

/*---------------------

	HEADINGS 
	
---------------------*/

h2, h3, h4, h5, dt, blockquote {
	font: 13px normal Georgia, "Times New Roman", Times, serif;
	color: #676869;
}

h2 {
	font-size: 24px;
}

#center_column h2,
#double_column h2,#one_big_column h2	 {
	font-size:27px;
	padding: 8px 0;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #DDD;
	margin-bottom:14px;
	color:#005684;
}

h3 {
	font-size: 20px;
	margin-bottom: 8px;
	line-height:27px;
}

h3 em {
	display: block;
	border-top: solid 1px #DBDBDB;
	font-size: 12px;
	font-style: italic;
	color: #999;
}

h2+h3 {
	padding:10px 15px;
	margin:-14px 0 18px;
	border-bottom: solid 1px #DDD;
	background:#f2f2f2;
	background: rgb(244,244,244);
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(252,252,252,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(252,252,252,1)));
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%);
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%);
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%);
	background: linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(252,252,252,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 );
}

h4 {
	font-size: 14px;
	margin-bottom: 4px;
	color:#005684;
}

#center_column h4,
#double_column h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:3px;
	border-bottom:1px solid #ebebeb;
}


/*---------------------
	BLOCKQUOTES
*/

blockquote {
	display:inline-block;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding: 15px 15px 0;
	background: #F2F2F2;
	font-size:16px;
	font-style:italic;
}

blockquote h4 {
	font-size:18px;
	margin-bottom:14px;
	font-style:italic;
}

blockquote.quote {
	padding:15px 15px 15px 92px;
	margin-bottom:10px;
	background:#FFF url(/assets/images/template/blockquote.gif) left top no-repeat;
	font-size:20px;
	font-style:italic;
	color:#6d6d6d;
	border:none;
}

div.feature_box {
	padding:10px 10px 0;
	margin:0 0 10px 15px;
	border:solid 1px #DDD;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#FFF;
}

blockquote.quote cite {
	display:block;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	color:#3b3b3b;
	
}

blockquote.small {
	font-size:16px;
}

#center_column blockquote.quote,
#double_column blockquote.quote {
	float:right;
	width:210px;
}

#center_column div.feature_box,
#double_column div.feature_box {
	float:right;
	width:200px;
}

/*---------------------

	INTRO TEXT

*/

div.intro_text {
	padding: 10px 15px 0;
	margin: -14px 0 18px;
	border-bottom: solid 1px #DDD;
	background: #F2F2F2;
	color: #676869;
	clear: both;
}

div.intro_text, div.intro_text p {
	font: 20px normal Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	margin-bottom: 10px;
}

#center_column .header.further_info .intro_text {
	width: 720px;
	float: left;
	border-top: 1px solid #E7E7E7;
	background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(252, 252, 252, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244, 244, 244, 1)), color-stop(100%,rgba(252, 252, 252, 1)));
	background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%,rgba(252, 252, 252, 1) 100%);
	background: -o-linear-gradient(top, rgba(244, 244, 244, 1) 0%,rgba(252, 252, 252, 1) 100%);
	background: -ms-linear-gradient(top, rgba(244, 244, 244, 1) 0%,rgba(252, 252, 252, 1) 100%);
	background: linear-gradient(top, rgba(244, 244, 244, 1) 0%,rgba(252, 252, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#fcfcfc',GradientType=0 );
}


/*---------------------
	CALL US
*/

#header h2 {
	position: absolute;
	right: 0;
	top: 31px;
	display: block;
	width: 142px;
	height: 35px;
	background: url(/assets/images/template/call_us.gif);
	text-indent: -9999px;
}


/*-------------------------------

	LAYOUT
	
-------------------------------*/

#wrapper {
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/template/wrapper_background.jpg) center top no-repeat;
}

#header {
	position: relative;
	width: 960px;
	height: 94px;
	margin: auto;
}

#content {
	width: 960px;
	margin: auto;
	overflow: hidden;
	background: url(/assets/images/template/content_background.gif) left top no-repeat;
}

#content_header {
	padding:4px;
}

#footer {
	width: 100%;
	height:60px;
	padding-top:14px;
	background: url(/assets/images/template/footer_background.gif) top repeat-x;
	text-align:center;
}

/*---------------------

	TOP BAR
	
*/

#topbar {
	position:relative;
	width: 100%;
	height: 30px;
	padding: 12px 0 13px;
	background: #005683;
	border-bottom:5px solid #FFF;
}

#topbar a {
	position:absolute;
	left:50%;
	margin-left:365px;
	display:inline-block;
	background:url(/assets/images/portal/button.png);
	width:118px;
	height:29px;
	text-indent:-5000px;
	
}

/*---------------------

	COLUMNS
	
---------------------*/

#left_column,
#center_column,
#right_column,
#double_column {
	float:left;
	position:relative;
	padding-bottom:20px;
	margin-right:15px;
}

#left_column {
	width:226px;
	padding-left:4px;
}

#center_column {
	width:538px;
}

#right_column {
	top:-20px;
	width:158px;
	padding-right:4px;
	margin-right:0;
}

#double_column {
	width:700px;
}
#one_big_column {
	padding:20px;
}

#double_column div.column {
	float:left;
	width:340px;
}

#double_column div.left {
	padding-right:10px;
}

#double_column div.right {
	padding-left:10px;
	text-align:left;
}

#double_column #right_column {
	float:right;
	padding-left:15px;
	background:#FFF;
}

/*---------------------

	COLUMNIZER STYLES
	
---------------------*/

.columnise .first {
	margin-right:20px;
}


/*---------------------

	SEARCH FORM
	
---------------------*/

#search form {
	width: 310px;
	height: 27px;
	margin: auto;
	padding-left: 650px;
}

#search form input {
	float:left;
	display: block;
	width: 187px;
	height: 23px;
	border: none;
	padding: 4px 10px 0 28px;
	margin-right: 15px;
	background: url(/assets/images/template/search.gif) left top no-repeat;
	color:#CCC;
	font:14px Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#search form button {
	float: left;
	display: block;
	width: 60px;
	height: 27px;
	border: none;
	text-indent: -9999px;
	background: url(/assets/images/template/search.gif) right top no-repeat;
}
#search form button:hover {
	background-position: right bottom;
	cursor: pointer;
}

/*-------------------------------

	TOOLBOX
	
-------------------------------*/

ul.toolbox {
	border:1px solid #e2e2e2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px;
}

ul.toolbox a {
	display:block;
	width:136px;
	height:50px;
	text-indent:-5000px;
}

ul.toolbox li.title {
	background:url(/assets/images/template/toolbox_title.gif);
	text-indent:-5000px;
	width:136;
	height:31px;
}

ul.toolbox li.ftse a {
	background:url(/assets/images/template/toolbox_ftse.gif);
}

ul.toolbox li.cofunds a {
	background:url(/assets/images/template/toolbox_cofunds.gif);
}

ul.toolbox li.dow a {
	background:url(/assets/images/template/toolbox_dow.gif);
}

ul.toolbox li.wrap a {
	background:url(/assets/images/template/toolbox_wrap.gif);
}

ul.toolbox li.claims a {
	background:url(/assets/images/template/toolbox_claim.gif);
}

ul.toolbox li.holiday a {
	background:url(/assets/images/template/toolbox_ace.gif);
}

ul.toolbox li.nasdaq a {
	background:url(/assets/images/template/toolbox_nasdaq.gif);
}

ul.toolbox li.commodities a {
	background:url(/assets/images/template/toolbox_commodities.gif);
}

/*-------------------------------

	NAVIGATION
	
-------------------------------*/

#header ul {
	position: absolute;
	left: 186px;
	top: 22px;
	display: block;
	width: 615px;
	height: 56px;
	background: url(/assets/images/template/navigation.gif) left top no-repeat;
}

#header ul li {
	display: block;
	float: left;
}

#header ul li a {
	display: block;
	height:56px;
	text-indent:-9999px;
}

#header ul li a:hover,
#header ul li a.on {
	background-image: url(/assets/images/template/navigation.gif);
}

#header ul li.home a {
	width:94px;
	background-position:-0px -56px;
}

#header ul li.about a {
	width:139px;
	background-position:-94px -56px;
}

#header ul li.business a {
	width:127px;
	background-position:-233px -56px;
}

#header ul li.individuals a {
	width:128px;
	background-position:-360px -56px;
}

#header ul li.contact a {
	width:127px;
	background-position:-488px -56px;
}


/*---------------------

	SUB NAV
	
---------------------*/

#sub_nav {
	background: url(/assets/images/template/sub_nav_background.gif) 0 0 repeat-y;
	font-size:12px;
}

#sub_nav li {
	display:block;
	width:226px;
	padding-bottom:8px;
	background:url(/assets/images/template/sub_nav_divider.gif) 0 30px no-repeat;
}

#sub_nav li:last-child{
	background:none;
	padding-bottom:0;
}

#sub_nav li a {
	display:block;
	height:21px;
	padding:6px 0 0 8px;
	color:#444;
}

#sub_nav li a:hover,
#sub_nav li a.off:hover,
#sub_nav li a.on,
#sub_nav li.active a {
	background: url(/assets/images/template/sub_nav_hover.gif) 0 0 no-repeat;
	color:#FFF;
	text-decoration:none;
	text-shadow:1px 1px 0 #00334e;
}

#sub_nav li a.off {
	background:none;
	color:#444;
	text-shadow:none;
}

span.sub_nav_header,
span.sub_nav_footer {
	display:block;
	height:7px;
	margin-bottom:10px;
	background: url(/assets/images/template/sub_nav_corners.gif) 0 -2px no-repeat;
	overflow:hidden;
}

span.sub_nav_header {
	margin:0;
	background: url(/assets/images/template/sub_nav_corners.gif) 0 -9px no-repeat;
}


/*---------------------

	TERTIARY
	
*/

#sub_nav li.tertiary {
	width:226px;
}

#sub_nav li.active {
	width:226px;
	padding-bottom:5px;
	margin-bottom:3px;
	overflow:hidden;
	background:url(/assets/images/template/sub_nav_divider.gif) 0 100% no-repeat;
}

#sub_nav li.active:last-child {
	padding-bottom:0;
	margin-bottom:0;
	background:none;
}

#sub_nav li.tertiary a.top {
	width:218px;
}

#sub_nav li.tertiary a.top span {
	display:none;
	float:right;
	position:relative;
	right:8px;
	top:4px;
	width:8px;
	height:8px;
	background:url(/assets/images/template/plus.gif) center center;
}

#sub_nav li.tertiary a.top:hover span {
	display:block;
}

#sub_nav li.active a.top span {
	display:block;
	top:7px;
	height:2px;
}

#sub_nav li.tertiary ul {
	display:none;
	margin-left:8px;
	background:#4C8EAF url(/assets/images/template/sub_nav_corner.gif) left bottom no-repeat;
	color:#FFF;
}

#sub_nav li.active ul {
	display:block;
}

#sub_nav li.tertiary ul li {
	background:none;
	padding:0;
}

#sub_nav li.tertiary ul li a {
	display:block;
	width:206px;
	height:auto;
	padding:6px;
	color:#FFF;
	text-shadow:none;
	background:none;
}

#sub_nav li.tertiary ul li:last-child a {
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
}

#sub_nav li.tertiary ul li a:hover,
#sub_nav li.tertiary ul li a.on {
	background:#2C6E8F;
	text-shadow:1px 1px 0 #005684;
}

#sub_nav li.tertiary ul li a.on, #sub_nav li.tertiary ul li a.on:hover {
	background:#2C6E8F url(/assets/images/template/sub_nav_tertiary_on.gif) right center no-repeat;
}


/*---------------------

	BREADCRUMB
	
---------------------*/

#breadcrumb {
	height:25px;
	padding-left: 100px;
	margin-bottom: 4px;
	background: url(/assets/images/template/breadcrumb.gif) 0 0 no-repeat;
	font-size: 11px;
}

#breadcrumb li {
	float: left;
	height: 20px;
	padding-top: 5px;
	margin-right: 10px;
}

#breadcrumb li a {
	padding-right: 10px;
	background: url(/assets/images/template/breadcrumb_arrow.gif) right center no-repeat;
}

/*---------------------

	FOOTER 
	
---------------------*/

#footer ul {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	font-size:11px;
	text-align:right;
	color:#666;
	padding:5px 0 0 0;
	height:40px;
	background:url(/assets/images/template/footer_ul_background.gif) top right no-repeat;
}

#footer ul li {
	float:right;
	padding:0 20px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
}

#footer ul li.last {
	border-right: none;
}

#footer ul li.first {
	border-left: none;
}

#footer a {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #CCC;
}

#footer li.engage a {
	display:none;
}


/*-------------------------------

	DOWNLOAD BUTTON
	
-------------------------------*/


#center_column #downloads,
#double_column #downloads {
	display:inline-block;
	padding:6px 6px 2px;
}

#center_column #downloads li,
#double_column #downloads li{
	display:inline-block;
	background:none;
	padding:3px;
}

#center_column #downloads li.title,
#double_column #downloads li.title {
	display:block;
	padding:4px 0 8px 4px;
	border-bottom:solid 1px #e4e4e4;
	margin-bottom:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#downloads li a {
	padding:4px 4px 4px 24px;
	background:url(/assets/images/icons/download.gif) 0 50% no-repeat;
}

#downloads li a.doc {
	background-image:url(/assets/images/icons/doc.gif);
}

#downloads li a.pdf {
	background-image:url(/assets/images/icons/pdf.gif);
}


/*-------------------------------

	COLORBOX
	
-------------------------------*/

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	overflow:hidden;
}

#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear:left;
}

#cboxContent{
	position:relative;
	overflow:hidden;
}

#cboxLoadedContent{
	overflow:auto;
}

#cboxLoadedContent iframe{
	display:block;
	width:100%;
	height:100%;
	border:0;
}

#cboxTitle{
	margin:0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor:pointer;
}


/*-------------------------------
    STYLING
*/

#cboxOverlay{
	background:url(/assets/images/colorbox/overlay.png) 0 0 repeat;
}

#colorbox{
	
}

#cboxTopLeft{
	width:21px;
	height:21px;
	background:url(/assets/images/colorbox/controls.png) -100px 0 no-repeat;
}

#cboxTopRight{
	width:21px;
	height:21px;
	background:url(/assets/images/colorbox/controls.png) -129px 0 no-repeat;
}

#cboxBottomLeft{
	width:21px;
	height:21px;
	background:url(/assets/images/colorbox/controls.png) -100px -29px no-repeat;
}

#cboxBottomRight{
	width:21px;
	height:21px;
	background:url(/assets/images/colorbox/controls.png) -129px -29px no-repeat;
}

#cboxMiddleLeft{
	width:21px;
	background:url(/assets/images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight{
	width:21px;
	background:url(/assets/images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter{
	height:21px;
	background:url(/assets/images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter{
	height:21px;
	background:url(/assets/images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent{
	background:#fff;
}

#cboxLoadedContent{
	padding:52px 5px 5px;
}

#cboxTitle{
	position:absolute;
	top:3px;
	left:3px;
	padding:2px 0 8px 0;
	border-bottom:solid 1px #DDD;
	margin:0 5px 10px;
	font-size:22px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	width:530px;
	color:#949494;
}

#cboxCurrent{
	position:absolute;
	bottom:3px;
	left:58px;
	color:#949494;
}

#cboxSlideshow{
	position:absolute;
	bottom:3px;
	right:30px;
	color:#0092ef;
}

#cboxPrevious{
	position:absolute;
	bottom:0;
	left:0px;
	background:url(/assets/images/colorbox/controls.png) -75px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

#cboxPrevious.hover{
	background-position:-75px -25px;
}

#cboxNext{
	position:absolute;
	bottom:0;
	left:27px;
	background:url(/assets/images/colorbox/controls.png) -50px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

#cboxNext.hover{
	background-position:-50px -25px;
}

#cboxLoadingOverlay{
	background:url(/assets/images/colorbox/loading_background.png) center center no-repeat;
}

#cboxLoadingGraphic{
	background:url(/assets/images/colorbox/loading.gif) center center no-repeat;
}

#cboxClose{
	position:absolute;
	top:5px;
	right:5px;
	background:url(/assets/images/colorbox/controls.png) -25px 0px no-repeat;
	width:25px;
	height:25px;
	text-indent:-9999px;
}

#cboxClose.hover{
	background-position:-25px -25px;
}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}

/* CAREERS TABLE */
body#careers table {
	font-size:12px;
	width:700px;
}
body#careers table td {
	border-bottom:1px solid #efefef;
	padding:5px;
}
