/*
	--------------------------------------------------
	STRUCTURE STYLES
	--------------------------------------------------

	Author:	eSolutionsGroup.ca
		
*/

/* structure.css are the styles for the DIVs in a website and should not contain
any typographic or content-related styles for a site. The styles within are strictly
used to create the layout/structure of the website and, as such, this style sheet 
will (almost) never need to be altered by the client or back-end programmers. */

/* ----- comment styles well for better reference later! ----- */
/* ----- try to lay this out in the following sections and from top to bottom on pages ----- */


/* ===================================================================================== STYLES FOR ALL PAGES */


/* ===== Main Wrapper For Site ===== */


#uber {
	position: relative;
	margin: auto;
	width: 963px;
	z-index: 1202;
}

/* ===== Social ===== */

#socialMedia{
	height: 170px;
  	position: absolute;
  	right: 0;
  	top: 10px;
  	width: 35px;
  	z-index: 3000;
	overflow: hidden;
}

#socialMedia.open{
	height: 397px;
  	right: 0;
  	width: 424px;
}

#connect {
  background: url(../en/images/structure/connect.png) 0 0 no-repeat;
  width: 35px;
  height: 170px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  font-size: 1px;
  float: left;
}

.open #connect {
  background: url(../en/images/structure/connect.png) -35px 0 no-repeat;
}

#socialWrapper{
	background: url(../images/structure/social_bg.png) no-repeat;
	width: 372px;
	height: 380px;
	float: left;
	padding: 0 0 17px 17px;
	display: none;
}

.open #socialWrapper{
	display: block;
}

#socialWrapper a.icon{
	float: left;
	margin-right: 15px;
}

.socialFeed{
	margin: 13px 13px 0 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #d1d1d1;
	float: left;
}
.socialFeed.last{
	border-bottom: none;
}

.socialContentWrapper{
	float: left;
	width: 295px;
	line-height: 22px;
}

.socialContentWrapper a,
.socialContentWrapper a:link,
.socialContentWrapper a:visited{
	font-weight: normal;
}

a.socialText,
a.socialText:link,
a.socialText:visited{
	font-size: 12px;
}

#youtubevideos img{
    width: 54px;
    height:50px;
    padding-right: 5px;   
}

/* ===== Header ===== */

#header {
	float: left;
	margin: 0;
	width: 963px;
	z-index: 1201;
	position: relative;
}

.home #header {
	height: 253px;
}

#newsBar{
	float: left;
	background: url(../images/structure/news_box.png) no-repeat;
	width: 947px;
	height: 29px;
	color: #fff;
	padding: 8px 0 0 16px;
}

#newsBar a{
	color: #fff;
	font-weight: normal;
}

#newslist{
	float: left;
	width: 680px;
	padding-top: 2px;
}

.newsTitle{
	font-weight: bold;
	width: 87px;
	float: left;
}

#newsBar #newslistContainer p {
    margin: 0 !important;
}

#broadcastAlertBar{
	float: left;
	background: url(../images/structure/broadcast_box.png) no-repeat;
	width: 909px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	margin-top: 8px;
	padding: 10px 16px 10px 38px;
}

#broadcastContent{
	overflow: hidden;
	width: 909px;
	height: 16px;
	font-weight: bold;
	color: #000;
}

#broadcastContent p{ margin: 0 !important; color: #000;}
#broadcastContent a{ color: #000;}

/* ===== Search ===== */

#search {
	position: relative;
	float: left;
	display: block;
	margin: 18px 0 0 9px;
	padding: 0;
	width: 498px;
	height: 45px;
	background: url(../images/structure/searchBox.png) no-repeat 0 0;
	z-index: 1002;
}

#search form { display: inline; }

#search .searchText {
	position: absolute;
	padding: 0;
	top: 11px;
	left: 22px;
	border: none;
	width: 395px;
	background: transparent;
	font-size: 17px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#search .gobutton {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 60px;
	height: 37px;
}

/* ===== eServices ===== */

#eservices{
	width: 186px;
	height: 46px;
	position: absolute;
	right: 0;
	z-index: 1001;
}

#eservices.home{
	background: url(../en/images/structure/eservices_home_closed.png) no-repeat;
	bottom: 129px;
}

#eservices.interior{
	background: url(../en/images/structure/eservices_int_closed.png) no-repeat;
	top: 78px;
}

#eservices ul.dropdown{
	display: none;	
}

#eservices.open ul.dropdown{
	display: block;	
}

#eservices.open.home{
	background: url(../en/images/structure/eservices_home.png) no-repeat;
	width: 341px;
	height: 287px;
	right: 0;
	bottom: 129px;
}

#eservices.open.interior{
	background: url(../en/images/structure/eservices_int.png) no-repeat;
	width: 341px;
	height: 287px;
	right: 0;
	top: 81px;
	z-index: 1004;
}


/* ===== Top Navigation ===== */

#topNav {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 5px 20px;
}

#translateContainer{
	float: right;
	width:108px;
	margin: 0px 0px 0px 0px;
	/*padding: 18px 24px 5px 0px;*/
}

#servicesContainer{
	float: right;
	width:100px;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 5px 0px;
}
	#servicesContainer a{
		margin:0px;
		padding:0px;
		
	}




/* ===== Logo ===== */

#logo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 261px;
	height: 133px;
	overflow: hidden;
}


/* ===== Main Navigation ===== */

#mainNav {
	position: relative;
	float: left;
	clear: both;
	margin: 10px 0 0px 0;
	width: 963px;
	z-index: 1003;
}


/* ===== Main Content Container ===== */

#main {
	position: relative;
	float: left;
	width: 961px;
	margin-left: 1px;
}


/* ===== Footer ===== */

#footerBarWrapper{
	background: url(../images/structure/footer_bg.jpg) repeat-x bottom;
	height: 43px;
	margin-top: 17px;
	z-index: 1203;
}

#footerBar{
	width: 966px;
	margin: 0 auto;
}

#footerWrapper {
	background: #01070e;
	z-index: 1203;
}

#footer {
	margin: 0 auto;
	width: 961px;
	font-size: 12px;
}

#footerText {
	float: left;
	width: 671px;
	overflow: hidden;
	color: #dfdfdf;
	padding: 5px 0;
	height: 34px;
}

#footerNav {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: 290px;
	text-align: right;
	overflow: hidden;
}

#esol {
	float: right;
	margin: 0px 0px 0px 0px;
}

#esol a {
	display: block;
	width: 171px;
	height: 17px;
	font-size:0px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(../en/images/structure/esolutionsgroupLogo.gif) top left no-repeat;
}

#esol img {
	display: block;
	width: 0;
}




/* ===================================================================================== STYLES HOME PAGE */

/*#uber.home {
	top: 30px;
}*/

/* ===== Video ===== */
#blackout{
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/structure/bg-blackout.png) transparent 0 0 repeat;
	z-index: 5000;
	display: none;
}

#blackout.open{
	display: block;
}

#videoWrapper{
	display: none;
	float: left;
	position: absolute;
	top: 90px;
	left: 20px;
	background: #fff;
	border: 1px solid #909090;
	padding: 10px;
	z-index: 5001;
}

#videoContainer{
	position: relative;
	float: left;
	z-index: 5000;
}

#video{
	position: relative;
	z-index: 4998;
	float: left;
}

#video iframe{
	position: relative;
	z-index: 1;
	display: none;
}

.open #video iframe{
	display: block;
}

#videoClose{
	z-index: 4999;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 22px;
	height: 21px;
}
#videoClose a{
	background: url(../images/structure/close_btn.jpg) no-repeat;
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 1px;
	display: block;
}

#videoClose a:focus{
	border: 2px solid #DAA70C;
	top: -2px;
	left: -2px;
	position: absolute;
}

#videoWrapper.open{
	display: block;
}

#vidLogo{
	position: absolute;
	top: -78px;
	left: 0;
}

#vidLogo img{
	width: 125px;
}


/* ===== Banner ===== */

#homepageBannerContainer {
	/*float: left;*/
	margin: 0 auto;
	width: 963px;
	height: 230px;
	overflow: hidden;
}

#homepageBanner {
	/*display: none;*/ /* Display none if using rotating banners */
}


/* ===== Left Content ===== */

#contentLeft {
	float: left;
	padding: 10px;
	width: 739px;
	border-right: solid 1px gray;
}


/* ===== Right Content ===== */

#contentRight {
	float: left;
	width: 180px;
	padding: 10px 0 10px 10px;
}

#footerBarWrapper.home{
	margin-top: 0px;
	position: absolute;
	bottom: 44px;
	left: 0;
	width: 100%;
}

.home #footerBar{
	width: 960px;
}

#footerWrapper.home{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1203;
	width: 100%;
}


/* ===================================================================================== STYLES FOR CONTENT PAGES */

#pageTitle{
	min-height: 40px;
	clear: both;
}


/* ===== Actions and Breadcrumbs ===== */

#actionsContainerWrapper {
	position: relative;
	float: left;
	width: 961px;
	background-color: #01060b;
}


#actionsContainer {	
	border-bottom: 1px solid #6d6d6d;
}

#breadcrumbs {
	float: left;
	padding: 13px 0 13px 15px;
	width: 545px;
	color: #fff;
	overflow: hidden;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

#topButtons{
	float: right;
	padding: 9px;
}

#topButtons a{
	height: 21px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	float: right;
	margin-right: 13px;
}

#say{
	background: url(../en/images/structure/say.png) no-repeat;
	width: 132px;
	height: 21px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	float: right;
	margin-right: 13px;
}

#contactDepartment{
	background: url(../en/images/structure/contact.jpg) no-repeat;
	width: 200px;
	height: 21px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	float: right;
	margin-right: 13px;
	background-position: 0 -21px;
}

#contactDepartment.closed{
	background-position: 0 0;
}

#translate{
	background: url(../en/images/structure/translate.png) no-repeat;
	width: 108px;
	height: 21px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	right: 0;
}

#actions {
	position: relative;
	float: right;
	padding: 0 0 0 0;
	text-align: right;
	margin-bottom: 15px;
}	

#actions form { display: inline; }


/* ===== Interior Layout ===== */

#subNavContainer {
	width: 241px;	
	float: left;
}

.mainInterior {
	background: #FFF url(../images/structure/template_content_background.jpg) repeat-y 0 0;
}

#contentInt {
	float: left;
	padding: 15px 0 40px 25px;
	width: 671px;
	overflow: hidden;	
	min-height: 300px;	
}

#intBanner{
	background: url(../images/structure/int_image.jpg);
	margin-bottom: 20px;
}
#intBanner.hide
{
    display:none;
}

#intBanner, #intBanner img {
  float: right;
  height: 192px;
  overflow: hidden;
  width: 671px;
}


/* -- This is a full width interior - used when there is no sub navigation on the page -- */

.wide #contentInt {
	width: 905px;
	background-color: #FFF; /* This hides mainInterior's bg image */		
}
.wide #subNavContainer {
	display: none;
}

.wide #intBanner, .wide #intBanner img {
  height: 192px;
  overflow: hidden;
  width: 912px;
}

/* Social Links */

#main #socialLinks ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
	#main #socialLinks li{
		margin:0px;
		padding:0px;
		float:left;
	}


/* Homepage quicklinks */

#quickLinks {
	width: 185px;
	/*background: url(../images/structure/quicklinks-middle.gif) repeat-y; */
	overflow: hidden;
}
#quickLinks .quickLinksHeader {
	padding: 20px 15px 0 15px;
	/*background: url(../images/structure/quicklinks-top.gif) no-repeat top; */
}
#quickLinks .quickLinksBody {
	padding: 0px 15px 0px 15px;
}
	#quickLinks .quickLinksBody ul{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
	}
	#quickLinks .quickLinksBody li, #quickLinks .quickLinksBody ul p{
		padding: 0px;
		margin: 0px;
	}
#quickLinks .quickLinksFooter {
	padding: 15px;
	/*background: url(../images/structure/quicklinks-bottom.gif) no-repeat bottom; */
}

/* Homepage advanced quick link dropdown */

#quickLinksContainer{
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0px;
	z-index: 1300;
}

#quickLinksAdvanced {
	width: 963px;
	height:43px;
	position: relative;
	padding: 0;
	z-index: 401;
	margin: 0 auto;
}

#quickLinksAdvanced a.mainQuickLink {
	font-size: 1%;
	text-indent: -9999px;
	position: relative;
}

#quickLinksAdvanced a {
	text-decoration: none;
	z-index: 500;
}

#quickLinksAdvanced ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px !important;
}

#quickLinksAdvanced li{
	margin: 0 !important;
}

#quickLinksAdvanced li {
	z-index:500;
}

#quickLink01, #quickLink02, #quickLink03, #quickLink04, #quickLink05, #quickLink06 {
	float:left;
}

a.mainQuickLink  {
	background-image: url(../en/images/structure/quicklink_advanced.png);
	background-repeat: no-repeat;
	display: block;
	height:43px;
}

#quickLink01 a.mainQuickLink {
	width:123px;
}

#quickLink01 li a {
	background-image: none!important;
}

#quickLink01 a.mainQuickLink:hover, #quickLink01 a.mainQuickLink.current {
	background-position: 0px -43px;
}
#quickLink02 a.mainQuickLink  {
	background-position: -123px 0px;
	width:123px;
}
#quickLink02 a.mainQuickLink:hover, #quickLink02 a.mainQuickLink.current {
	background-position: -123px -43px;
}

#quickLink02 li a {
	background-image: none!important;
}

#quickLink03 a.mainQuickLink  {
	background-position: -246px 0px;
	width:199px;
}
#quickLink03 a.mainQuickLink:hover, #quickLink03 a.mainQuickLink.current {
	background-position: -246px -43px;
} 
#quickLink03 li a {
	background-image: none!important;
}


#quickLink04 a.mainQuickLink  {
	background-position: -445px 0px;
	width:192px;
}
#quickLink04 a.mainQuickLink:hover, #quickLink04 a.mainQuickLink.current {
	background-position: -445px -43px;
}


/*#quickLink04 li a {
	background-image: none!important;
}*/

#quickLink05 a.mainQuickLink  {
	background-position: -637px 0px;
	width:198px;
}
#quickLink05 a.mainQuickLink:hover, #quickLink05 a.mainQuickLink.current {
	background-position: -637px -43px;
} 

#quickLink06 a.mainQuickLink  {
	background-position: -834px 0px;
	width:128px;
}
#quickLink06 a.mainQuickLink:hover, #quickLink06 a.mainQuickLink.current {
	background-position: -834px -43px;
} 

#quickLink06 li a {
	background-image: none!important;
}

/*.quickDropDown{
	display: none;
	height: 259px;
    position: absolute;
    top: 41px;
    width: 935px;
    z-index: 400;
	padding: 0 20px;
	overflow: hidden;
}*/
.quickDropDown{
	display: none;
	/*height: 220px;*/
	position: absolute;
	bottom: 42px;
	width: 963px;
	z-index: 400;
	padding: 0 0px;
	overflow: hidden;
	border-bottom: 1px solid #909090;
}

.quickDropDownTop{
	background: url(../images/structure/pop_up_top.png) no-repeat;
	height: 13px;
}

.quickDropDownWrapper{
	background: url(../images/structure/pop_up_bg.jpg) repeat-y;
	position: relative;
	color: #333;
	padding-top: 19px;
}

#quickLink06 .quickDropDownTop{
	background: url(../images/structure/pop_up_top_06.png) no-repeat;
	width: 302px;
}

#quickLink06 .quickDropDownWrapper{
	background: url(../images/structure/pop_up_bg_06.jpg) repeat-y;
	width: 302px;
}

#quickLink02 .zone01,
#quickLink05 .zone01,
#quickLink06 .zone01{
	float: none;
}


.quickDropDownWrapper p.heading{
	color: #666;
	font-size: 18px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding-left: 30px;
}

#quickLink04 .quickDropDownWrapper p.heading{
	margin-bottom: 15px;
}

#quickLink04 .zone03 img{
	margin-bottom: 8px;
}

.quickDropDownWrapper .zone01 p.heading,
.quickDropDownWrapper .zone02 p.heading,
.quickDropDownWrapper .zone03 p.heading,
.quickDropDownWrapper .zone04 p.heading{
	padding-left: 0px;
}

.closeBtn{
	background: url(../images/structure/close_btn.jpg) no-repeat;
	width: 22px;
	height: 21px;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 1px;
	display: block;
	position: absolute;
	top: 0px;
	right: 5px;
}


.quickDropDown .myzone{
	width: 186px;
	float: left;
	padding:  0 27px 0 27px !important;
	overflow: hidden;
	height: 180px;
}

.quickDropDown ul{
	list-style-type: none;
	padding:  0 !important;
}

.quickDropDown .myzone li {
	margin: 0 !important;
	padding: 3px 0px 3px 15px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../images/structure/arrow_blue.png); */
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.zone01, .zone02, .zone03, .zone04, .zone05{
	padding:  0 10px 10px 30px !important;
	overflow: hidden;
	float: left;
	/*width: 170px;*/
	position: relative;
}

#quickLink05 .quickDropDown .zone01{
	padding:  0 15px 10px 15px !important;
	width: 100% !important;
}

#quickLink05 .quickDropDown .zone01 ul{
	margin-left: 30px !important;
	width: 270px;
}

#quickLink05 .quickDropDown .zone01 ul:first-child 
{
    margin-left: 15px !important;
}

#quickLink05 .zoneWrapper{
	padding: 15px 0 0 15px;
}

#quickLink06 .quickDropDown .zone01{
	width: 234px;
}

#quickLink01 .quickDropDown .zone01{
	width: 390px;
}

#quickLink01 .quickDropDown .zone02{
	width: 480px;
	padding: 0;
	float: left;
}

.datarow .callLabel{
	/*width: 156px;*/
	display: block;
	float: left;
	clear: both;
	margin-bottom: 12px;
}

.datarow .callLabel-emailus{
	display: block;
	clear: both;
}

.datarow .required {float:left}

#quickLink01 .quickDropDown .zone01
{
    width: 420px;
    }

.datarow .callInput, .datarow .textbox, .datarow .textboxfocus{
	float: left;
	width: 227px;
	height: 16px;
	margin-bottom: 7px;
}

.datarow .dropdownlist {
	float: left;
	width: 325px;
	margin-bottom: 7px;
}

.datarow .datalabel{
	float: left;
	width: 160px;
	clear: left;
}

.datarow .datavalue{
	float: left;
}

.zone02.emailBox{
	width: 400px;
}

label.enewsLabel{
	width: 140px;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.zone02 label.enewsLabel,
.zone03 label.enewsLabel,
.zone04 label.enewsLabel{
	clear: none;
}

input.enewsInput{
	float: left;
	width: 137px;
	height: 16px;
	margin-bottom: 12px;
}

input.browseInput{
	width: 143px !important;
}

input.browseBtn{
	float: right;
	width: 78px;
}

textarea.emailMessage{
	width: 480px;
	height: 88px;
}

.sendEmail{
	width: 76px;
	float: right;
	margin-top: 7px;
}

#quickLink02 .quickDropDown .zone01{
	width: 100%;
}

#quickLink02 .quickDropDown .zone01 p.threeColumn{
	width: 269px;
	float: left;
	padding-right: 40px;
}

#quickLink02 .quickDropDown .zone02{
	width: 270px;
}

#quickLink02 .quickDropDown .zone03{
	width: 200px;
}

#quickLink03 .zone01{
	width: 295px;
}

#quickLink03 .zone02,
#quickLink03 .zone03,
#quickLink03 .zone04{
	width: 165px;
}

#quickLink04 .quickDropDown .zone01{
	width: 282px;
}

#quickLink04 .quickDropDown .zone02{
	width: 279px;
	padding-left: 10px !important;
}

#quickLink04 .quickDropDown .zone03{
	width: 279px;
}

#quickLink05 .quickDropDown .zone01,
#quickLink05 .quickDropDown .zone02,
#quickLink05 .quickDropDown .zone03{
	width: 279px;
}

.indent{
	padding-left: 30px;
	padding-right: 30px;
}

.paddingBottom{
	padding-bottom: 10px;
}

.enewsCheck{
	float: left;
	margin-right: 9px;
	clear: both;
}

#quickLink03 .divider{
	border-bottom: 1px solid #aaa;
	margin: 5px 30px;
}

.quickDropDown .zone01 li, .quickDropDown .zone02 li, .quickDropDown .zone03 li, .quickDropDown .zone04 li, .quickDropDown .zone05 li {
	margin: 0px!important;
	padding: 1px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#quickLink01 .quickDropDown{ left: 0px;}
#quickLink02 .quickDropDown{ left: 0px;}
#quickLink03 .quickDropDown{ left: 0px;}
#quickLink04 .quickDropDown{ left: 0px;}
#quickLink05 .quickDropDown{ left: 0px;}
#quickLink06 .quickDropDown{ right: 0px; width: 302px;}

.calendarContent{
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	color: #013662;
}

.calendarContent a,
.calendarContent a:link,
.calendarContent a:visited{
	color: #666;
}

.calendarContent p{
	margin: 0;
}

.quickDropDownWrapper a,
.quickDropDownWrapper a:link,
.quickDropDownWrapper a:visited{
	font-weight: normal;
}

/* Interior quicklinks */
#intFloatRight {
	float: right;
	width: 204px;
	overflow:hidden;
	padding: 5px 0 10px 10px;
	clear: right;
}
#intFloatRight.hide {
	display: none;
}
#intQuicklinks {
	/*padding: 0 10px;*/
	padding-bottom: 10px;
	background-color: #557829;
}
#intQuicklinks p, #intQuicklinks ul, #intQuicklinks li {
	margin: 0 !important;
}
#intQuicklinks .intQuicklinksHeader {
	background-repeat: repeat-x;
	background-image: url(../images/structure/intQuicklinksHeader.jpg);
	height: 54px;
	padding-left: 5px;
}
#intQuicklinks .intQuicklinksHeader p {
	color: #FFF;
	font-size: 18px;
	padding: 12px 0 0 22px;
}
#intQuicklinks .intQuicklinksBody li {
	background-color: #557829;
	list-style-type: none;
}
#intQuicklinks .intQuicklinksBody li a {
	background-repeat: no-repeat;
	background-image: url(../images/structure/intQuicklinksArrow.gif);
	background-position: 20px 7px;
	padding: 5px 15px 5px 43px;
	text-decoration: none;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
}


#intQuicklinks .intQuicklinksBody li a:hover {
	text-decoration: underline;
}

/* Interior Quick Links image is now an editable token */
#intQuicklinks .intQuicklinksPhoto{
	border: 1px solid #cacaca;
	padding: 2px;
	margin-bottom: 2px;
	width:241px;
	height:276px;
}

#intQuicklinks .intQuicklinksPhoto p
{
	padding: 5px;
}

/* Auto resize the image */
#intQuicklinks .intQuicklinksPhoto img{
	width:241px; 
	height:276px;
}

/* Set Default image when JavaScript disabled*/
#intQuicklinks .intQuicklinksPhoto
{
	background: url(../en/rotatingimages/defaultInterior/defaultInteriorBanner.jpg) no-repeat 2px 2px #FFFFFF;
}


/* For Google Translate page */
#translanguages ul
{
	width:250px;
	float:left;
}

#translanguages.rightcolumn ul
{
	margin-left:20px;
}

#translanguages a, #translanguages a:link, #translanguages a:visited
{
	text-decoration:none;
}

#translanguages a:hover,#translanguages a:active
{
	text-decoration: underline;	
}

/* For the Interior wide banner at the top - remove if not applicable */
#intBanner #interiorBannerImage.hide, #intBanner #interiorBannerLink.hide
{
    display:none;
}

#intBanner p, #footerText p
{
    margin: 0 !important;
}

#backToMobileContainer
{
   float: left;
   margin-left: 30px;
   margin-top: 40px;
   width: 170px;
   height:21px;
}
#backToMobileContainer a
{
    display:block;
    color: #fff;
    padding: 3px;
    background: url("../images/structure/news_box.png") no-repeat scroll center transparent;
    text-align: center;
}

/* Homepage new token */
#election
{
    width:auto;
   /* text-align:center; */
    max-height:100px;
    overflow:hidden;
}

#election .Center {
    text-align: center;
}

/*  ADD MAX HEIGHT STYLES FOR IE 8  */

.shortView #footerBarWrapper.home {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    margin-top: 80px;
}

.shortView #footerWrapper.home {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1203;
    width: 100%;
}


@media only screen and (max-height : 600px) {

    #footerBarWrapper.home {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
        margin-top: 80px;
    }

    .home #footerBar {
        width: 960px;
    }

    #footerWrapper.home {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 1203;
        width: 100%;
    }
}
