/**** Styles for the "Find Out More" Popups ****/

/* Document Body */
body
{
  background:#fff;
  font:normal normal 14px Arial,Helvetica,sans-serif;
  color:#000;
}

/* Text */
big { font-size:15px; }
small { font-size:11px; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight:normal; }
h1 { font-size:22px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:17px; }
h5 { font-size:16px; }
h6 { font-size:15px; }

/* Ordered Lists */
ol { padding-left:25px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol { list-style-type:upper-roman; }
ol ol ol ol { list-style-type:lower-alpha; }
ol ol ol ol ol { list-style-type:lower-roman; }

/* Unordered Lists */
ul { padding-left:15px; }
ul { list-style-type:disc; }
ul ul { list-style-type:circle; }
ul ul ul { list-style-type:square; }

/* List Items */
li { line-height:1.3em; }

/* Links */
a:link, a:visited, a:hover, a:active
{
  outline:none;
  text-decoration:underline;
}
a:link, a:visited, a:active { color:#3333cc; }
a:hover { color:#0000ff; }

/* Images */
img { border:none; }

/* Form Fields */
input, select, textarea
{
  padding:2px;
  border:1px solid #888;
  background:#fff;
  font:normal normal 12px Arial,Helvetica,sans-serif;
  color:#000;
}
textarea { overflow:auto; }
option { padding-right:15px; }

/* Flash Container */
#flashContainer
{
  position:relative;
  height:560px;
  width:760px;
  overflow:hidden;
}

/* "Close Window" Link */
#flashLink
{
  position:absolute;
  left:0;
  top:526px;
  height:34px;
  width:760px;
  overflow:hidden;
  background:#0096d6 url(/findoutmore/images/close-gradient.gif) no-repeat top left;
}
#flashLink a:link, #flashLink a:visited
{
  display:block;
  float:right;
  height:34px;
  width:119px;
  overflow:hidden;
  background:transparent url(/findoutmore/images/close.gif) no-repeat top left;
}
#flashLink a:hover { background-position:bottom left; }
#flashLink a span { display:none; }
#flashLink br.clear { clear:both; }
