#social-widget-container {
    display: none;
    
}

#appSuiteContainer {
    margin-bottom: -30px;
}


#globalSearchCell {
    display: none;
}

#Td2  {
    padding-right: 62px;
}

#main-wrapper { width:1100px; margin: 0 auto;}

body.socialsite-page #appsuite-nav a{
  color:#white !important; 
    font-size:16px;
    
}


body.socialsite-page #appsuite-nav a:hover{
  color:#ef0000!important;   
       font-size:16px;
}






html {
        background: url(//az12497.vo.msecnd.net/58319eb5783a4aeb9c0751644b928f6d/publicImages/bg_use.jpg) no-repeat center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#header-wrapper {background: url(//websocial.blob.core.windows.net/content/007103/images/header_bg2.png) repeat-x; width:100%;}
.box { background: transparent;}
.buttons-line {height: 1em;}
#wrap {width: 980px; height:auto; margin: 0px auto 20px; padding:0;}
#clr { clear:both; }

/* primary navigation */
#navWrap {margin:0 auto; width:100%; height:140px; background:#252332 repeat-x; border-bottom:1px solid #432a48; position:absolute; }
.navContent {margin:0 auto; width:980px; height:100%; margin:15px auto; position:relative;}
#logo {background:transparent;width: 245px; height:115px; float:left; margin: 5px 0 0;}
/* roll over vertical menu with active/hover properties */
.menu{
	float:right;
    width: 700px;
	margin:35px auto; }

.menu ul{
    margin: 0; padding: 0;
    float: right;}
 
.menu ul li{
    display: inline;}
 
.menu ul li a{
    float: left; text-decoration: none;
    color: white;
    padding: 10.5px 11px; 
	font-family:Century Gothic, Gothic, Arial, sans-serif; 
	text-transform:capitalize;
	text-shadow: 0px 2px 2px #543864;
filter: dropshadow(color=#543864, offx=0, offy=2);}
 
.menu ul li a:visited{
    color: white;
	background-color:#543864;}
 .menu ul li a:hover{
    color: #fff;
    background-color:#543864;}
	  .menu ul li a:active { 
	  color: #fff;
    background-color:#543864;
	  }

/* slider */
#sliderWrapper {width: 980px; height:320px; margin: 0 auto; padding:0;  
background: #1b1b1b;
-webkit-box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, .5);
-moz-box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, .5);
box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, .5); 

border: 1px solid #1b1b1b;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;}

/* slide styles  */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(//websocial.blob.core.windows.net/content/010791/images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:0;
	bottom:10px;
    margin-right:10px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(//websocial.blob.core.windows.net/content/010791/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(//websocial.blob.core.windows.net/content/12431/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default #slider {
    margin: 20px;
    width:940px; /* Make sure your images are the same size */
    height:280px; /* Make sure your images are the same size */
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* main content wrapper*/
#mainWrapper { width: 981px; height:auto; margin: 20px auto; padding:0;  overflow:hidden;
background: #000000;
border: 1px solid #1b1b1b;
-webkit-box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, .5);
-moz-box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, .5);
box-shadow: 1px 4px 4px 4px rgba(0, 0, 0, .5); 
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;}
#mainWrapper h1 {}
#mainWrapper p {}
#mainWrapper a {}
#mainWrapper a:hover {}

/* promo buttons wrapper*/
#promo { 	position:relative;
    width:980px;
    margin: 0 auto;} 

.promo {
   width: 220px;
   height: 160px;
   margin: 20px 12px 20px;
   float: left;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #1B1B1B;
   -moz-box-shadow: 1px 1px 2px #1B1B1B;
   box-shadow: 1px 1px 2px #1B1B1B;
   cursor: default;
  
}
.promo .mask, .promo .content {
   width: 220px;
   height: 160px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.promo img {
   display: block;
   position: relative;
}
.promo h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 10px 0 0 0;
   font-family: Century Gothic, Century, Arial, san-serif;
}
.promo p {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 12px;
   position: relative;
   color: #000;
   padding: 5px 10px 0;
   text-align: center;
}
.promo a.info {
		font-family: Century Gothic, Century, Arial, san-serif;
   display: inline-block;
   text-decoration: none;
   padding: 2px 14px;
   background: #de0000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.promo a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   background:#de0000;
}

.promo-btn img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.promo-btn .mask {
   background-color: #353535;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.promo-btn h2 {
	font-family: Century Gothic, Century, Arial, san-serif;
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 5px 10px 0px 10px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #de0000;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.promo-btn p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-style:normal;
}
.promo-btn a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.promo-btn:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.promo-btn:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.promo-btn:hover h2,.promo-btn:hover p,.promo-btn:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
				



/* left column */
#left { width: 920px; height:auto; overflow:hidden; margin: 5px 20px; float:left;}
#left h1 { font-family:Century Gothic, Gothic, Arial, sans-serif; font-size:20px; color: #de0000; border-bottom: 1px solid #b90000; padding: 0 0 10px 0;}
#left h3 { font-family:Century Gothic, Gothic, Arial, sans-serif; font-size:20px; color: #de0000; border-bottom: 1px solid #b90000; padding: 0 0 10px 0;}
#left p {font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:20px; color:#fff; }
#left a:link {color:#de0000;}      /* unvisited link */
#left a:visited {color:#de0000;}  /* visited link */
#left a:hover {color:#b90000;}  /* mouse over link */
#left a:active {color:#b90000;}
/* right column */
#right { width: 320px; height:auto; overflow:hidden; margin: 5px 20px 0 0; float:right; }
#right h2 { font-family:Century Gothic, Gothic, Arial, sans-serif; font-size:20px; color: #de0000; border-bottom: 1px solid #b90000; padding: 0 0 10px 0; letter-spacing:-.4px;}
#form {background: transparent; }
#form iframe {background: transparent; margin: 0 auto 0; border:none;}
#right a:link {color:#DE0000;}      /* unvisited link */
#right a:visited {color:#DE0000;}  /* visited link */
#right a:hover {color:#ff0000;}  /* mouse over link */
#right a:active {color:#ff0000;}

#left a:link {color:#DE0000;}      /* unvisited link */
#left a:visited {color:#DE0000;}  /* visited link */
#left a:hover {color:#ff0000;}  /* mouse over link */
#left a:active {color:#ff0000;}
#follow {width: 307px;height: 120px; margin: 0 auto; }
#follow img { padding: 20px 10px 0 5px;
