*
{
    outline: none;
    margin: 0;
    padding: 0;
}

html
{
    overflow: hidden;
}

#bgDiv
{
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

#mainContent
{
    overflow: hidden;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
}

body
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.introViewLink, .introViewLink:active
{
    color: #FF3366;
}

.introView
{
    z-index: 2;
    position: absolute;
    background-image: url('../img/introView-panel.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 260px;
    margin-top: -130px;
    top: 50%;
}

.introViewTitle
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 38px;
    font-style: italic;
    padding-left: 20px;
    padding-top: 10px;
    width: 360px;
}

.introViewText
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 20px;
    font-style: italic;
    margin-left: 20px;
    padding-top: 10px;
    cursor: pointer;
    width: 360px;
}

.twitterView
{
    position: absolute;
    background-image: url('../img/introView-panel.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 400px;
    height: 260px;
    left: 50%;
    top: 50%;
    margin-top: -130px;
    z-index: 4;
}

.twitterViewContent
{
    height: 260px;
    width: 400px;
}


.leftSide
{
    left: 0%;
    margin-left: -360px;
    z-index: 2;
}

.center
{
    left: 50%;
    margin-left: -200px;
    z-index: 4;
}

.rightSide
{
    left: 100%;
    margin-right: -40px;
    z-index: 3;
}


.twitterViewCenter
{
	width:340px;
	height:260px;
	float:left;
}

.twitterViewText
{
    margin-left: auto;
    margin-right: auto;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 25px;
    cursor: pointer;
    font-style: italic;
    width: 340px;
    height: 220px;
}

.twitterViewTop
{
    width: 100%;
    height: 20px;
}

.twitterViewDate
{
    margin-top:15px;
    height:25px;
    width: 340px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.twitterViewNextButton
{
    float: left;
    background-image: url('../img/arrow-left.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 260px;
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.twitterViewPreviousButton
{
    float: left;
    background-image: url('../img/arrow-right.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 260px;
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0);
}


.emailDiv
{
    margin-left:-30px;
	padding-left:10px;
	width: 90px;
    z-index: 50;
    color: white;
    position: absolute;
    bottom: 0%;
    margin-bottom: 42px;
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
	text-align: left;
    left: 50%;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.emailDiv ul
{
    list-style: none;
    padding: 0 5px;
    margin: 0;
    float: right;
    background: #222;
    font-size: 1.0em;
	
}

.emailDiv li
{
    margin: .2em;
    padding: 0 5px 0 0;
    position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
.emailDiv li a
{
    z-index: 50;
    margin: .2em 0; /* padding: 5px 5px; */
    color: #fff;
    display: block;
    text-align: right;
    text-decoration: none;
}

.emailDiv li a:hover
{
    z-index: 50;
    margin: .2em 0;
    color: #fff;
    display: block;
    text-align: right;
    text-decoration: underline;
}

.iqLogo
{
  background-color: transparent;
  float:left;
  width:186px;
  height:40px;
  padding-top:5px;
}

#iqLogo a img
{
    background-color:black;
    cursor: pointer;
    width: 174px;
    height: 40px;
    border: none;
    padding-top:3px;
	padding-left:6px;
	padding-right:6px;	
}

.footerDiv
{
	background:transparent;
    z-index: 50;
    color: white;
    position: absolute;
    top: 100%;
	height:48px;
    margin-top: -48px;
	margin-left: -346px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    left: 50%;
}

.contactInfo
{
  background-color: black;
  font:Arial, Helvetica, sans-serif;
  font-size:14px;
  height:40px;
  float:left;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top:5px;
  padding-top:5px;
}

.contactInfoText
{
  padding-top:11px;
  padding-left:20px;
  padding-right:40px;
}


.oldSiteLink
{
	float:left;
    cursor: pointer;
    z-index: 50;
    text-align: center;
    width: 186px;
    height: 48px;
	background-color:#B72A1F;
}

.oldSiteLink a
{
	text-decoration:none;
}

#oldSiteImage
{
  padding:9px;
}


.footerlink:visited, .footerlink:active, .footerlink:link
{
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.contactInfo a
{
    cursor: pointer;
    color: white;
    text-decoration: none;
}

.contactInfo a:hover
{
    text-decoration: underline;
}



.footerlink:hover
{
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

#bgdiv
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#bgdiv IMG
{
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#bgdiv IMG.active
{
    z-index: 1;
}

#bgdiv IMG.last-active
{
    z-index: 0;
}

#loadingDiv
{
    background-color:black;
    position:absolute;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 20px;
    font-style: italic;
    color: white;
    margin-left: 20px;
    padding:10px;
    cursor: pointer;
    left:50%;
    margin-left: -53px;
    z-index:100;
    opacity:0;
    top:50%;
    margin-top:-20px;
}

