/* CSS Document */
body {
	color: #000000;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px;
	font-weight: 300;
	height: 100%;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body.HomeScrolling {
	background-color: #535761;
}

body.InsideBanner {
	background-color: #535761;
}

body.InsideNoBanner {
	background-color: #535761;
}

body.HomeScrolling #scaleBackground {
	background: #FFFFFF url(../images/bg_full_screen.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

body.InsideBanner #scaleBackground {
	background: #FFFFFF url(../images/bg_full_screen.jpg) no-repeat;
	background-size: cover 840px;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

body.InsideNoBanner #scaleBackground {
	background: #FFFFFF url(../images/bg_full_screen.jpg) no-repeat;
	background-size: cover 840px;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

#topNav {
	position: relative;
	right: 10px;
	top: -80px;
	width: 970px;
	text-align: right;
}

#topNav a {
	padding-left: 10px;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}


#whiteBackground {
	background-color: #FFFFFF;
	width: 100%;
}

form {
	margin: 0px 0px 0px 0px;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

div.breadCrumbs {
	color: #FFFFFF;
	float: left;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 228px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	width: 600px;
}

div.breadCrumbs a {
	text-decoration: none;
	color: #FFFFFF;
}

div.breadCrumbs a:hover {
	color: #5ec4e2;
	text-decoration: underline;
}

#header.InsideBanner h4.name {
	color: #FFFFFF;
	float: right;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 228px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	width: 350px;
}

#header.InsideBanner h4.caption {
	color: #FFFFFF;
	float: right;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	margin: 212px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	width: 350px;
}

h1 {
	color: #a00a34;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 32px;
	margin: 5px 0px 10px 0px; 
	text-transform: none;
}

#header.InsideBanner h1 {
	margin: 175px 0px 0px 23px;
}

#header.InsideNoBanner h1 {
	margin: 20px 0px 0px 23px;
}

h1 span {
	font-size: 18px;
}

h2 {
	font-size: 18px; 
	line-height: 18px;
	color: #a00a34;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 5px;
}

h2.caseStudies {
	font-size: 18px; 
	line-height: 18px;
	color: #a00a34;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
	margin: 0px 0px 15px 0px;
	border-top: 1px solid #999999;
	padding-top: 10px;
}

#tradeShows h2 {
	font-size: 18px;
	line-height: 18px;
	float: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
	font-weight: 300;
}

#tradeShows h3 {
	font-size: 18px;
	line-height: 18px;
	float: left; 
	margin-top: 10px;
	margin-bottom: 10px;
	width: 400px;
}

h3 {
	font-size: 17px; 
	line-height: 17px;
	color: #026992;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 300;
	margin: 0px;
	margin-bottom: 5px;
}


h5 {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	margin: 5px 0px 0px 0px; /*170*/
	font-weight: normal;
	text-transform: uppercase;
}

.rightBarHead {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #572901;
}

.rightBarLink a {
	font-size: 13px;
	line-height: 17px;
}

.rightBarLink a {
	color: #822602;
}

.rightBarLink a:hover {
	color: #000000;
	text-decoration: underline;
}

dl.definitionList {
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 560px;
}
 
dl.definitionList dt { 
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 2px 11px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

ol {
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 0px 12px;
}
 
ol li{ 
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
}

ol.orderedList {
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 0px 18px;
	width: 560px;
}
 
ol.orderedList li{ 
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 10px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #666666;
}

ul.unorderedList {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
 
ul.unorderedList li{ 
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 5px 10px;
	border: 0px;
	list-style-type: none;
	background-image: url(/images/cmsIT/fckeditor/Image/misc/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 6px; 
}

ul.ulLarge {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
 
ul.ulLarge li{ 
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 5px 20px;
	border: 0px;
	list-style-type: none;
	background-image: url(/images/cmsIT/fckeditor/Image/misc/bullet_large.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	font-size: 19px; 
	line-height: 28px;
	color: #026992;
}

ul.projectList {
	margin: 5px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	width: 520px;
	color: #666666;
}
 
ul.projectList li{ 
	margin: 0px 0p 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	list-style-type: square;
}

a {
	color: #038cb4;
	border:0;
	outline-width: 0;
}

a:hover {
	color: #a00a34;
	text-decoration: underline;
}

p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

div.line {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	width: 100%;
	border-bottom: 1px solid #8295C0;
	margin-bottom: 5px;
}

div.clear {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	width: 100%;
	clear: both;
}

#errorMessage {
	color: #a80c00;
	padding: 4px 4px 4px 34px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #FF0000;
	background-color: #ffd5c5;
	background-image: url(../images/shell/error.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 882px;
	-moz-appearance: button;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#confirmationMessage {	
	color: #053a00;
	padding: 4px 4px 4px 34px;
	margin: 10px 0px 0px 0px;
	border: 1px solid #109502;
	background-color: #deffdb;
	background-image: url(../images/shell/confirmation.png);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 882px;
	-moz-appearance: button;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#menu {
	position: absolute;
	margin: 0px 0px 0px 0px;
	width: 970px; /*809px;*/
}

ul.bullet_list, ul.unorderedList {
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	list-style: none;
}

ul.bullet_list li, ul.unorderedList li { 
	background-image: url(../images/bullet.png); 
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
}

div.top_nav { 
	color: #999999;
	text-align: right;
	margin-top: 12px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	float: right;
}

div.top_nav div.searchbox {	
	width: 226px; 
	height: 23px;
	background-image: url(../images/searchbox.png);
	background-repeat: no-repeat;
	margin-left: 10px;
}

div.top_nav div.searchbox input {
	border: 0px;
	height: 12px;
	width: 155px;
	float: left;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin: 5px 0px 0px 20px;
	color: #273240;
}

input.search {
	border: 1px solid #999999;
	background-color:#EFEFEE;
	width:250px;
	height: 18px;
	-moz-appearance: button;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
}

#___gcse_0 .gsc-control-cse {
	background-color: #FFF;
}

div.top_nav a { 
	color: #FFFFFF; 
	text-decoration: none;
}

div.top_nav a:hover { 
	color: #ffce34; 
	text-decoration: underline;
}

div.intro { 
	font-size:12px; 
	line-height: 18px; 
}

div.bread_crumbs { 
	color: #f90000;
}

div.bread_crumbs a { 
	color: #f90000;
	text-decoration: none;
}

div.bread_crumbs a:hover { 
	color: #003784;
	text-decoration: underline;
}

.head { 
	font-size: 13px; 
	color:#0066CC; 
	font-weight: 
	bold; display: block;
}

hr {
	color: #FFF;
	background-color: #FF;
	height: 1px;
	border-top: 1px;
	width: 100%;
}

/* Image Banner Text 160px */
#ImageShadow {
	width: 920px; 
	height: 262px; 
	border: 1px solid #FFFFFF;
	border-top: none;
}

#ImageBannerText { 
	margin: 145px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	color: #FFFFFF;
	float: right;
	background: url(../images/ImageBannerText_background.png) 0px 0px no-repeat;
	font-size: 11px;
	line-height: 16px;
	width: 262px;
	height: 55px;
	overflow: hidden;
}

#ImageBannerText a { 
	color: #FFFFFF;
	text-decoration: none;
}

#ImageBannerText a:hover { 
	color: #ECB203;
	text-decoration: underline;
}


#ImageBannerText div.title { 
}

#ImageBannerText div.description { 
}

#ImageBannerText div.misc { 
	border-bottom: none;
}

#ImageBannerText div.misc span { 
	font-size: 18px;
}

.allied h2 {
	color: #a00a34;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

table.allied td {
	padding: 10px 0px 10px 0px;
	border-bottom: #999 1px solid;
}

table.allied td.last {
	border-bottom: none;
}


a.advertiser {
	border-radius: 8px;
	border: 1px solid transparent;
	display: block;
	float: left;
	height: 110px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	width: 219px;
}

a.advertiser:hover {
	background-color: #CCC;
	border: 1px solid #999;
}

a.advertiser.end {
	margin: 0px 0px 0px 0px;
}

a.advertiser.aecom {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/aecom.png);
	background-repeat: no-repeat;
	background-position: center 25px;
}

a.advertiser.dsi {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/dsi-logo.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}

a.advertiser.eig {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/eig.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}

a.advertiser.figg {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/figg.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}

a.advertiser.finley {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/finley.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.gti {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/gti.png);
	background-repeat: no-repeat;
	background-position: center 20px;
}

a.advertiser.ibt {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/ibt.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.larsa {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/larsa.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.lgd {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/lgd.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.mexpresa {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/mexpresa.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}

a.advertiser.omnipro {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/omnipro.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.pcl {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/pcl.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: contain;
}

a.advertiser.peri {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/peri.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.rjwatson {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/rjwatson.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.rsh {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/RS&H_Logo.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.sika {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/sika.png);
	background-repeat: no-repeat;
	background-position: center 5px;
}

a.advertiser.tensa {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/tensa.png);
	background-repeat: no-repeat;
	background-position: center 5px;
	background-size: contain;
}

a.advertiser.tylin {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/tylin_logo.png);
	background-repeat: no-repeat;
	background-position: center 45px;
	background-size: contain;
}

a.advertiser.watson {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/watson.png);
	background-repeat: no-repeat;
	background-position: center 15px;
}

a.advertiser.williams {
	background-image: url(/images/cmsIT/fckeditor/Image/advertisers/williams.gif);
	background-repeat: no-repeat;
	background-position: center 15px;
}


/*-----------------------------------------------------*/
/*-------------------- Screen ------------------------ */
/*-----------------------------------------------------*/
/* Page Controls - No backgrounds on these or they go all funky one pixel difference */
body.HomeScrolling #fullScreen {
	width: 100%;
	background: url(../images/bg_screen_top_home.png) 0px -11px repeat-x;
}

body.InsideBanner #fullScreen {
	width: 100%;
	background: url(../images/bg_screen_top_inside.png) 0px 56px repeat-x;
}

#screenTop {
	width: 100%;
	text-align: center; /* older IE fix for center align */
	background: url(../images/bg_menu.png) center 60px no-repeat;
}

#screenTop.HomeScrolling {
	width: 100%;
	text-align: center; /* older IE fix for center align */
	background: url(../images/bg_menu.png) center 60px no-repeat;
}

#screenTop.InsideBanner {
	width: 100%;
	text-align: center; /* older IE fix for center align */
}

#screenMiddle {
	width: 100%;
	text-align: center; /* older IE fix for center align */
	/*background: #a8a8a8 url(../images/bg_bar.jpg) center top repeat-y;*/
}

#screenMiddle div.project {
	width: 100%;
	text-align: center; /* older IE fix for center align */
	background: #d7d7d7 url(../images/background.png) 0px -107px repeat-x;
}

#screenBottom {
	width: 100%;
	text-align: center; /* older IE fix for center align */
	background: url(../images/bg_footer.png)  repeat-x;
}


#header, #mainContent, #footer {
	margin: 0px auto;
	text-align: left; /* older IE fix for center align */
	width: 978px;
}

#mainContent {
}

/*-----------------------------------------------------*/
/*-------------------- Header ------------------------ */
/*-----------------------------------------------------*/
#header {
	height: 295px;
}

#header.HomeScrolling {
	height: 462px;
}

#header.InsideBanner {
	height: 376px;
}

#header.InsideNoBanner {
	height: 145px;
}

/*----------------- Header Top ------------------------ */

#header div.top {
	height: 125px;
}

#header div.top div.left {
	display: none;
	float: left;
	width: 24px;
	height: 125px;
}

#header div.top div.center {
	float: left;
	height: 106px;
	width: 125px;
}

#header div.top div.right {
	display: none;
	float: right;
	width: 24px;
	height: 125px;
}


/*----------------- Header Middle ---------------------- */
#header div.middle {
	height: 47px;
	display: none;
}

#header.InsideBanner div.middle {
	height: 82px;
}

#header div.middle div.left,
#header.InsideBanner div.middle div.left {
	display: none;
	float: left; 
	width: 19px;
	height: 47px;
}

#header div.middle div.center {
	width: 978px;
	height: 47px;
}

#header.InsideBanner  div.middle div.center {
	width: 978px;
	height: 82px;
}

#header div.middle div.right,
#header.InsideBanner div.middle div.right {
	display: none;
	float: right;
	width: 19px;
	height: 47px;
}


/*----------------- Header Bottom --------------------- */
#header div.bottom { 
	height: 337px;
}

#header.HomeScrolling div.bottom {
	width: 978px;
	height: 337px;
}

#header.HomeScrolling div.bottom div.center {
	width: 978px;
	height: 337px;
	cursor: pointer;
}

#header div.bottom div.left {
	float: left;
	height: 263px;
	width: 24px;
	display: none;
}

#header div.bottom div.center {
	float: left;
	width: 970px;
	height: 265px;
	cursor: pointer;
}

#header div.bottom div.right {
	float: right;
	height: 263px;
	width: 24px;
	display: none;
}

/*-------------- Header Bottom InsideBanner ------------ */
#header.InsideBanner div.bottom {
	height: 250px;
}

#header.InsideBanner div.bottom div.left {
	height: 262px;
	display: none;
}

#header.InsideBanner div.bottom div.center {
	height: 250px;
	width: 978px;
}

#header.InsideBanner div.bottom div.right {
	height: 262px;
	display: none;
}

/* Header Bottom */
#header.InsideNoBanner div.bottom {
	height: 58px;
	display: none;
}

#header.InsideNoBanner div.bottom div.left {
	height: 58px;
}

#header.InsideNoBanner div.bottom div.center {
	height: 58px;
}

#header.InsideNoBanner div.bottom div.right {
	height: 58px;
}
	

/* Header Bottom */


#ImageBannerText.home { 
	margin: 146px 0px 0px 0px;
	width: 294px;
}

#footer.home div.top {
	float: left;
	display: none;
}

#header.project {
	height: 107px;
}

/* Header Bottom */
#header.project div.bottom {
	height: 35px;
}

#header.project div.bottom div.left {
	height: 35px;
}

#header.project div.bottom div.center {
	height: 35px;
}

#header.project div.bottom div.right {
	height: 35px;
}

#ImageBannerText.project { 
	display:none;
}

#footer.project div.top {
	float: left;
	display: none;
}

#mainContent.project #mainContentLeft {
	width: 970px;
	margin: 0px auto;
}

#mainContent.project #mainContentRight {
	float: left;
	width: 946px;
}

#mainContent.project #mainContentCenter {
	float: left;
	width: 922px;
	margin: 0px 0px 0px 0px;
}


/*-----------------------------------------------------*/
/*----------------- Main Content --------------------- */
/*-----------------------------------------------------*/
#mainContent {
	width: 986px;
}

#mainContent #mainContentLeft {
	width: 986px;
}

#sidemenu {
	float: left;
	width: 171px;
}

#mainContent #mainContentLeft #mainContentLeftMargin {
	float: left;
	width: 10px;
	height: 200px;
	margin: 0px;
}

#mainContent #mainContentRight {
	float: left;
	width: 968px;
}

#mainContent #mainContentRight #mainContentRightMargin {
	float: left;
	width: 10px;
	height: 200px;
	margin: 0px 0px 0px 0px; 
}

#mainContent #mainContentCenter {
	float: left;
	width: 958px;
	margin: 0px 0px 0px 0px;
}



/*-----------------------------------------------------*/
/*-------------------- Footer ------------------------ */
/*-----------------------------------------------------*/
#footer {
	width: 970px;
	height: 338px;
	color: #FFF;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 15px;
	line-height: 18px;
}

#footer a {
	color: #5ec4e2;
	text-decoration: none;
	border:0;
	outline-width: 0;
}

#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


/*----------------- Footer Top ------------------- */
#footer div.top {
	float: left;
	height:64px;
	display: none;
}

#footer div.top div.left {
	float: left;
	width: 24px;
}

#footer div.top div.center {
	float: left;
	width: 922px;
	line-height: 0px;
}

#footer div.top div.right {
	float: right;
	width: 24px;
}


/*--------------- Footer Middle ----------------- */
#footer div.middle {
	width: 978px;
	height: 160px;
}


#footer div.middle div.left {
	display: none;
	float: left;
	width: 24px;
	height:54px;
}

#footer div.middle div.center {
	float: left;
	width: 978px;
	height:54px;
	text-align: left;
	margin-top: 0px;
	vertical-align: top;
}

#footer div.middle div.right {
	display: none;
	float: right;
	width: 24px;
	height:54px;
}


/*--------------- Footer Bottom ----------------- */
#footer div.bottom {
	width: 978px;
}

#footer div.bottom div.left {
	display: none;
	float: left;
	width: 24px;
	height: 20px;
}

#footer div.bottom div.center {
	float: left;
	width: 978px;
	height: 24px;
	text-align: left;
}

#footer div.bottom div.right {
	display: none;
	float: left;
	width: 24px;
	height: 20px;
}

/*--------- Footer Social Buttons ------------ */
button.footerButton {
	height: 32px;
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
	-moz-appearance: button;
	border: none;
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-family: 'Sintony', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	float: left;
	border-radius: 4px;
}

button.footerButton.faceBook {
	background: url(../images/footer/facebook.png) 0px 0px no-repeat;
	color: #FFF;
	width: 88px;
}
	
button.footerButton.faceBook:hover {
	background: url(../images/footer/facebook_hover.png) 0px 0px no-repeat;
	color: #000;
	background-color: #bababa;
}

button.footerButton.linkedIn {
	background: url(../images/footer/linkedIn.png) 0px 0px no-repeat;
	color: #FFF;
	width: 88px;
}
	
button.footerButton.linkedIn:hover {
	background: url(../images/footer/linkedIn_hover.png) 0px 0px no-repeat;
	color: #000;
	background-color: #bababa;
}

button.footerButton.twitter {
	background: url(../images/footer/twitter.png) 0px 0px no-repeat;
	color: #FFF;
	width: 88px;
}
	
button.footerButton.twitter:hover {
	background: url(../images/footer/twitter_hover.png) 0px 0px no-repeat;
	color: #000;
	background-color: #bababa;
}

button.footerButton.googlePlus {
	background: url(../images/footer/google+.png) 0px 0px no-repeat;
	color: #FFF;
	width: 88px;
}
	
button.footerButton.googlePlus:hover {
	background: url(../images/footer/google+_hover.png) 0px 0px no-repeat;
	color: #000;
	background-color: #bababa;
}

button.footerButton.youtube {
	background: url(../images/footer/youtube.png) 0px 0px no-repeat;
	color: #FFF;
	width: 88px;
}
	
button.footerButton.youtube:hover {
	background: url(../images/footer/youtube_hover.png) 0px 0px no-repeat;
	color: #000;
	background-color: #bababa;
}

button.footerButton.share {
	background: url(../images/footer/share.png) 0px 0px no-repeat;
	color: #FFF;
	width: 80px;
}
	
button.footerButton.share:hover {
	background: url(../images/footer/share_hover.png) 0px 0px no-repeat;
	color: #05b7ff;
	text-decoration: underline;
}

button.footerButton.top {
	background: url(../images/footer/top.png) 0px 0px no-repeat;
	color: #FFF;
	width: 90px;
}
	
button.footerButton.top:hover {
	background: url(../images/footer/top_hover.png) 0px 0px no-repeat;
	color: #000;
	background-color: #bababa;
}

/*--------- Footer Container ------------ */
div.footerContainer {
	float: left;
	background-image: url(../images/footer_vert_line.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 10px 10px 10px 0px;
}

div.footerContainer.last {
	background-image: none;
}

div.footerContainer.w140 {
	width: 140px;
}

div.footerContainer.w180 {
	width: 180px;
}

div.footerContainer.w240 {
	width: 240px;
}

div.footerContainer.h300 {
	height: 300px;
}

div.footerContainer.noline {
	background-image: none;
}

div.footerContainer h4 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	line-height: 20px;
	box-shadow: #333;
	text-shadow: 2px 2px 10px #000000;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}

div.footerContainer ul.footerList {
	margin: 0px;
	padding: 0px;
}

div.footerContainer ul.footerList li {
	margin: 0px;
	padding: 0px 0px 0px 11px;
	background: url(../images/footer_bullet.png);
	background-repeat: no-repeat;
	background-position: -5px 2px;
	list-style: none;
	line-height: 20px;
}

/*--------- Footer Search Bar ------------ */
#searchBar {
	background: url(../images/bg_search_input.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 229px;
}

#searchBar input {
	height: 17px;
	width: 150px;
	margin-left: 30px;
	border: none;
	background: transparent;
	outline-width: 0;
}

#searchBar button.searchButton {
	background: url(../images/btn_search_blue.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 42px;
	border: none;
	cursor: pointer;
}

#searchBar button.searchButton:hover {
	background: url(../images/btn_search.png);
}

/*-----------------------------------------------------*/
/*-------------------- SiteMap ----------------------- */
/*-----------------------------------------------------*/

#sitemap {
	width: 100%;
	background: url(../images/sitemap_background.png) repeat-x;
	text-align: center;
}

#sitemapWrapper {
	background: #d7d7d7 url(../../../skins/Default/images/sidenav_background.gif) center 0px repeat-y;
	width: 100%;
}

#sitemapWrapperNoBackground {
	background-color: #d7d7d7;
	width: 100%;
}


#sitemap div.sitemap_container { 	
	width: 918px;
	margin: 0px auto;
	margin-top: 0px;
	overflow: hidden;
	/*display: none;*/
}

#sitemap div.sitemap_container.open { 	
	/*display: block;*/
}

#sitemap div.sitemap_container div.wrapper {
	float: left;
	width: 124px;
	margin: 0px 8px 10px 0px;
}

#sitemap div.sitemap_container div.wrapper.last {
	margin: 0px 0px 0px 0px;
}

#sitemap div.sitemap_container div.wrapper h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ecb203;
	margin: 9px 0px 10px 0px;
	padding: 0px;
	text-align: left;
}

#sitemap div.sitemap_container div.wrapper h4 a {
	color: #ecb203;
	text-decoration: none;
}

#sitemap div.sitemap_container div.wrapper h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#sitemap div.sitemap_container div.wrapper ul {
	margin: 0px;
	padding: 0px;
}

#sitemap div.sitemap_container div.wrapper ul {
	list-style: none;
}

#sitemap div.sitemap_container div.wrapper ul li {
	margin: 0px;
	padding: 0px 0px 3px 8px;
	background: url(../images/bullet_sitemap.gif) no-repeat 0px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-shadow:0 1px 2px black !important;
	text-align: left;
}

#sitemap div.sitemap_container div.wrapper ul li a {
	color: #949994;
	text-decoration: none;
}

#sitemap div.sitemap_container div.wrapper ul li a:hover {
	color: #ecb203;
	text-decoration: none;
	text-shadow: none !important;
}

#sitemapButton {
	width: 83px;
	height: 39px;
	border: none;
	margin: 0px auto;
	padding: 0px;
	cursor: pointer;
	overflow: hidden;
	-moz-appearance: button;
	background:url(../images/sitemap_tab.png) no-repeat 0px 0px;
}

#sitemapButton:hover {
	background:url(../images/sitemap_tab.png) no-repeat 0px -39px;
}

/*-------- Upload Section -------*/

a.uploadLogoutButton {
	position: absolute;
	top: 421px;
	right: 273px;
	background: #fff;
	padding: 0 14px;
	text-decoration: none;
	border: 1px solid #777;
	box-shadow: 1px 1px 1px #7B7B7B;
	border-radius: 4px;
	line-height: 1.1;
	font-size: 13px;
	font-family: arial;
}

a.uploadLogoutButton > span { 
	color: #000;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	left: -5px;
	background: rgb(94, 158, 204);
	border: 1px solid #4E4E4E;
	border-radius: 10px;
	padding: 2px 5px;
	top: -2px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(0.5, red),
		color-stop(1, #fff)
	);
	background-image: -o-linear-gradient(bottom, #fff 0%, red 50%, #fff 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, red 50%, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0%, red 50%, #fff 100%);
	background-image: -ms-linear-gradient(bottom, #fff 0%, red 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #fff 0%, red 50%, #fff 100%);
}

a.uploadLogoutButton:hover {
	background: #F3E2D4;
}
a.uploadLogoutButton:hover > span{
	background: #E6191D;
	color:#000;
}