@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
line-height:20px;

}

a{
	white-space:nowrap;
}

html {
        background:  url(https://websocial.blob.core.windows.net/15711/images/htmlBG.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		overflow-y:auto;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
line-height:30px;
}
 
h1 {
padding:10px 0 15px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
font-weight:bold;
}
 
/***** Common Formatting *****/


p, ul, ol {
margin:0;
padding:0 0 1em 0;
line-height:24px;

}
 
ul, ol {
padding:0 0 1.25em .25em;
}
 
 
/* graphic star UL */
ul.star
{
list-style-type: none;

}



blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
a { text-decoration: none; } 

a:visited,
a:hover {

}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 ;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:1057px;
margin:0 auto;
height:auto;
overflow:hidden;
        background: url(https://websocial.blob.core.windows.net/15711/images/wrapBG.png)  no-repeat center center #FFF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;


}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
 
#clr {clear:both; } 
#outterObjectLayoutContainer .box {
overflow: auto;
background: none;
border:none;
margin-top: -70px;
}

#banner { width: 940px; margin: 40px auto 0; height: 260px;
-webkit-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .5);
box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, .5); }

/* promo buttons wrapper*/
#promo { 	position:relative;
    width:960px;
    margin: 0 auto;} 

.promo {
   width: 222px;
   height: 180px;
   margin: 20px 10px 20px 8px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
 -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, .5);
-moz-box-shadow: 0px 1px 1px 1px  rgba(0, 0, 0, .5);
box-shadow: 0px 1px 1px 1px  rgba(0, 0, 0, .5); 
   cursor: default;
  
}
.promo .mask, .promo .content {
   width: 222px;
   height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.promo img {
   display: block;
   position: relative;
}
.promo h2 {
   text-transform: uppercase;
   color: #555555;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 10px 0 0 0;
   font-family: Arial, Helvetica, sans-serf;
   font-weight:bold
}
.promo p {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 5px 10px 0;
   text-align: center;
}
.promo a.info {
		font-family: Arial, Helvetica, sans-serf;
   display: inline-block;
   text-decoration: none;
   padding: 2px 14px;
   background: #e65727;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #333;
   -moz-box-shadow: 0 0 1px #333;
   box-shadow: 0 0 1px #333;
}
.promo a.info:hover {
   -webkit-box-shadow: 0 0 5px #333;
   -moz-box-shadow: 0 0 5px #333;
   box-shadow: 0 0 5px #333;
   background:#fe9e47;
}

.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: rgba(255, 255, 255, 1);
   -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: Arial, Helvetica, sans-serf;
   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: #555555;
   -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: #333;
   -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;
   line-height:16px;
   padding-bottom: 10px;
}
.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;
}

#contentWrapper {margin:0 40px 20px; float:left; height: auto; overflow:visible; width:960px; background:none;  line-height:24px;}
 
 #contentWrapper h1 { color:#555555; border-bottom:1px solid #555555; font-size:1.5em; font-weight:bold; }
#contentWrapper p {margin:12px auto;  color:#555555; font-size: 1em; font-weight:normal; }
#contentWrapper a {color:#ef5a28; font-weight:bold; text-decoration:underline; }
#contentWrapper a:hover { text-decoration:none;}

#left {width:600px; margin: .5em 1em 1em 1em; float:left; }
#right {width: 300px; float:right;  margin: .5em 0 1em 1em; }


#formWrapper { background: url(//www.websocialfiles.com/15711/images/formBG.png); height:300px; width:100%; margin:10px auto; padding: 0;  }

#formWrapper iframe { border: none; margin:40px 25px 0; }

/* social icons */

#follow {width: 300px;margin: 0 auto; }
#follow img { padding: 18px 12px 0 0;}

#main-content {margin: 0em 0em -25px 0em !important; }

#footer-wrapper {
background: #414042; /* Old browsers */
background: -moz-linear-gradient(top, #414042 0%, #c0c0c0 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#414042), color-stop(99%,#c0c0c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #414042 0%,#c0c0c0 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #414042 0%,#c0c0c0 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #414042 0%,#c0c0c0 99%); /* IE10+ */
background: linear-gradient(top, #414042 0%,#c0c0c0 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414042', endColorstr='#c0c0c0',GradientType=0 ); /* IE6-9 */no-repeat;
height:160px; 
margin: 0 auto 20px; 
width: 100%; 
padding: 0 !important; 
line-height:16px; 
border :1px solid #000; }
#footer-wrapper h1 { font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#fff; border-bottom: 1px #ccc solid; padding-bottom: 0px; width:100%;}
#footer-wrapper p {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#fff; text-decoration:none;  }
#footer-wrapper a {font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#fff; text-decoration:none; line-height:19px;}
#footer-wrapper a:hover { text-decoration:underline; }  


.footer-with-content {
    margin: 15px;
    padding: 9px;
}

#affilliations { border-right: 1px solid #bababa;  margin-top: 0px; margin-left: 20px; height: 140px;}
#social {border-right: 1px solid #bababa; margin-top: 0px; height: 140px;}
#location {border-right: 1px solid #bababa;  margin-top: 0px;  height: 140px;}
#sitemap {border-right: 1px solid #bababa; padding-right: 15px; margin-top: 0px; height: 140px; }
a.blog { }
a.facebook { }
a.twitter { }
a.email { }
a.youtube { }


#signInLoginContainer value placeholder{

color: #000 !important;
}