/* CSS Document */
body {
	margin:0;
	padding:0;
	border:0;
	background: url(../IMG/BG/bg_page.gif) top left repeat;
	}
	
div#bodyFrame {
	width:770px;
	margin:0 auto;
	background:#fff;
	}
	
div#header {
	margin-bottom:19px;
	}
	
#navFrame {
	background:#306;
	color:#fff;
	border-bottom:1px solid #fff;
	height:29px;
	}
	
#navFrame ul {
	list-style:none outside;
	padding:0;
	margin:0;
	border:0;
	}
	
#navFrame ul li {
	border-left:1px solid #fff;
	float:left;
	position:relative;
	width:75px;
	}
#navFrame a {
	
	height:24px;
	display:block;
	padding:5px 14px 0 6px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:82%;
	line-height:1.1;
	background:#306;
	}
	

	
#navFrame ul li.firstItem a {
	padding-left:10px;
	}
#navFrame a:hover, #navFrame li.currentPage a {
	background:#e7762b;
}

#navFrame ul li ul {
	left: -999em;
	position:absolute;
	top:0;
	padding:0;
	margin:0;
	border:1px solid #fff;
	width:154px;
	background:#e6eff5;
	}
	
#navFrame ul li ul li {
	float:none;
	border-top:1px dotted #ccc;
	}
#navFrame ul li ul li.firstItem {
	float:none;
	border-top:0;
	}
	
#navFrame ul li ul li a,#navFrame ul li ul li.firstItem a,#navFrame ul li.currentPage ul li a {
	width:140px;
	padding:2px 7px;
	background:none;
	margin:1px 0;
	color:#039;
	height:auto;
	line-height:1.3;
	font-weight:normal;
	}
	
#navFrame ul li ul li.firstItem a {
	padding-top:10px;
	}
	
#navFrame ul li ul li a:hover {
	background:#e7762b;
	color:#fff;
	}
	
	
#navFrame ul li.sfhover ul { left: 0px;top:29px; }
#navFrame ul li:hover ul {left: 0px;top:29px;}
#navFrame ul li.sfclosed ul {left: -9999px;top:29px;}

#contentFrame {
	float:right;
	width:632px;
	padding-left:20px;
	}
	
#contentBox {
	float:left;
	width:353px;
	margin-top:13px;
	padding:0 20px 0 0;
	border-right:1px dotted #ccc;
	}

#sidebarRight {
	float:right;
	width:238px;
	margin-top:13px;
	padding:0 10px;
	border-left:1px dotted #ccc;
	margin-left:-1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:91%;
	}	

#sidebarLeft {
	float:left;
	width:108px;
	padding-left:10px;
	font-size:91%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4;
	color:#666;
	}
	
ul#sideNav {
	list-style:none outside;
	margin:37px 0 0 0;
	padding:0;
	}
	
ul#sideNav li {
	margin:0 0 8px 0;
	padding:0;
	}
	
ul#sideNav a {
	line-height:1.1;
	font-weight:bold;
	}
	
ul#sideNav li.currentPage a {
	color:#e7762b;
	font-weight:bold;
	}	
	
#bodyFrame img {
	padding:0 0 6px 0;
	}
div#footer {
	background: url(../IMG/BG/footer.gif) bottom left no-repeat;
	text-align:center;
	margin-top:22px;
	vertical-align:bottom;
	padding:40px 0 8px 0;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:1;
	}
	
div#footer p {
	margin:0;
	padding:0;
	}
/******************** New POP UP Styles *************/

.jqmWindow {
	display: none;
	
	position: fixed;
	top: 17%;
	left: 53%;
	
	margin-left: -300px;
	
	
	background-color: #FFF;
	color: #333;
	border: 1px solid black;
	padding: 12px;
}

.jqmOverlay { background-color: #000; }

/********** Member Section Tabs ***************/
#tabsF {
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
  border-bottom:1px solid #666;
  }
#tabsF ul {
	margin:0;
	padding:10px 10px 0 25px;
	list-style:none;
  }
#tabsF li {
  display:inline;
  margin:0;
  padding:0;
  }
#tabsF a {
  float:left;
  background:url("../IMG/MemberNavigation/tableftF.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
  }
#tabsF a span {
  float:left;
  display:block;
  background:url("../IMG/MemberNavigation/tabrightF.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#666;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsF a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span, #tabsF a.selected:hover span {
  color:#FFF;
  }
#tabsF a:hover, #tabsF a.selected {
  background-position:0% -42px;
  color:#fff;
  }
#tabsF a:hover span, #tabsF a.selected span {
  background-position:100% -42px;
  color:#fff;
  }
