/*---------------------------------------------------------------------------
H O M E
-----------------------------------------------------------------------------

--------------------------------
STRUCTURE
------------------------------*/

/*------------------------------
ADDITIONAL CLASSES
------------------------------*/


/*------------------------------
HEADERS/PARAGRAPHS
------------------------------*/

/*------------------------------
LINKS
------------------------------*/


/*------------------------------
IMAGES
------------------------------*/


/*------------------------------
SURVEY POPUP
------------------------------*/
div.surveyPopupContainer { font-family: Arial; position: absolute; display: none; z-index:9999; left: 268px; margin-top: 55px; }
.popupBackground { float:left; height:400px; position:relative; width:420px; z-index: 10000; }
.popupBackground a { color: #fff; cursor:pointer; display:block; text-decoration: none;}
.popupLogo { float:left; padding: 20px 0 10px 20px }
.popupClose { height: 30px; position:absolute; width: 30px; top:-7px; right: -7px; text-indent: -9999px; }
#popupContent { float:left; width:410px; margin:0; padding:5px 5px 0 10px; }
.popupContentImage { float:left; padding:0 25px 0 8px; }
#popupContent h4, #popupContent p { color:#7C7C7C;float:left; width:240px; padding: 0 5px 0 0;text-align:left;  }
#popupContent h4  { font-size: 120%; font-weight:bold; }
#popupContent p  { float:left; font-size:95%; height:195px; text-align:left; }
.popupBackButton, .popupContinueButton { float:left; height:28px; margin:0; padding:0; width:110px; }
.popupBackButton { margin:0 56px 0 14px; }
#popupButtonsOuter { margin:0 auto;width:330px; }
#popupButtonsOuter span { color:#fff; cursor: pointer;display: block;text-align:center;width:110px; }
#popupButtonsOuter .buttonHeaderText { font-weight:bold; padding:4px 0 0; }
#popupButtonsOuter .buttonLinkText { font-size:87%; margin:0 0 0 8px; padding:0 0 8px; }

/* Filter for IE, Opacity for the rest */
div#modal{background-color:#000;height:100%;left:0;opacity:0.6;filter: alpha(opacity = 60);position:fixed;top:0;width:100%;z-index:2;display: none;}

