/* CSS Document */

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * GLOBAL STYLES											 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
 
/* Zero Out
---------------------------------------- */
div, dl, dt, dd, img, body, a, .zero_out {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Self Clearing Floats
---------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    width: 100%;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child+html .clearfix { 
	display:inline-block; 
}
/* Superscript/Subscript Fix

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
---------------------------------------- */

/* Structure
---------------------------------------- */
body {
	background: #F1E6DB url(../../images/main_bg.jpg) repeat-x;
	font: 12px arial, helvetica, verdana, sans-serif; 
	text-align: left;
}
.bkg_container {
	background: url(../../images/silk_bg_home.jpg) no-repeat top center;
	width: 100%;
	text-align: left;
	min-width: 994px;
	padding-bottom: 35px;
}
.frame {
	width: 995px;
	margin: 0px auto;
	text-align:left;
	overflow: hidden;
}
.frame .content {
    width: 990px;
    background: url(../../images/lady5_big.jpg) no-repeat top left;
}
.footer_container {
	width: 100%;
	background-color: #51402D;
}
.footer, .footer a { color: #a2cff2; }
.footer {
	width: 700px;
	padding: 35px 147px;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
}
.footer .logo {
	padding-top: 15px;
}
#hp_top {
	width: 990px;
	height: 429px;
}
#hp_top #content_area {
	position: absolute;
	width: 990px;
	height: 488px;
	text-align: left;
}
#hp_logo {
	width: 340px;
	height: 177px;
}
#hp_logo { 
	float: left; 
	background: url(../../images/hp_logo_top.jpg) no-repeat top left; 
}
#hp_quote {
	width: 356px;
	height: 166px;
}
#hp_quote { 
	float: right;
	background: url(../../images/hp_quote.jpg) no-repeat top left; 
}
#hp_top #lady1_big {
	position: absolute;
	visibility: hidden;
	width: 990px;
	height: 488px;
}
/* sIFR text under lady */
#hp_top .hp_dropquote {
	position: absolute;
	width: 390px;
	margin: 360px 0 0 310px;
	text-align: center;
	font-size: 18px;
	color: #3C270E;
}
/* hidden text */
#hp_logo h1, #hp_quote h2, #hp_quote h3 {
	position: absolute;
	margin-left: -10000px;
}

 
/* Accordion
---------------------------------------- */
.accordion {
	height: 105px;
	width: 2000px;
}
.accordion ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion ul li{
  float: left;
  display: block;
  background: url(../../images/accordion_md_closed.jpg) no-repeat top left;
  cursor: pointer;
}
.accordion ul li.left_end { background: url(../../images/accordion_lt_closed.jpg) !important; }
.accordion ul li.right_end { 
    background: url(../../images/accordion_rt_closed.gif) no-repeat top left !important; 
}

.accordion ul li a.right_expanded { background: url(../../images/accordion_rt_open.gif)  !important; }
.accordion ul li a.left_expanded { background: url(../../images/accordion_lt_open.jpg)  !important; }
.accordion ul li.left_expanded { background: url(../../images/accordion_lt_open.jpg)}
.accordion ul li a.expanded { background: url(../../images/accordion_md_open.jpg)  !important; }

.accordion ul li a{
  display: block;
  overflow: hidden;
  height: 105px;
  width: 80px;
  cursor: pointer;
  text-decoration: none;
}
.accordion ul .canada p {
    line-height: 12px;
    padding-top: 5px;
    font-size: 10px;
}
.accordion .def_open{
  width: 355px;
}

.accordion ul li img{
  position: absolute;
  margin: 23px 0 0 20px;
}
.accordion ul li div.flag_text{
  position: absolute;
  width: 60px;
  margin: 67px 0 0 9px;
  text-align: center;
  font-size: 10px;
  color: #000;
}
.accordion ul li p {
  margin: 0;
  padding: 0;
  width: 250px;
  display: block;
  margin-left: 85px;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}
.accordion ul li p sup {
	font-size: 8px;
	line-height: 1px;
}
.accordion ul li h2 {
  margin: 0;
  padding: 0;
  width: 230px;
  display: block;
  margin-left: 85px;
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  font-weight: normal !important;
}
.padtop {
    margin-top: 20px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *
 * END GLOBAL STYLES -- BEGIN PAGE LEVEL SELECTORS	     	 *
 * +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */