/**********************************************
Layout 
***********************************************/

body,td,th {
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f1f2ef; 
}

div#outer {
	position: relative;
	margin: 0 auto;
	width: 1014px;
}

div#wrapper {
	width: 955px;
	padding: 0 20px 60px 20px;
	background: transparent url(../images/bg_wrapper.gif);
	min-height: 400px;
}

div#bttop {
	position: absolute;
	visibility: hidden;
	top: 0;
	right: 0;
}

div#header {
	height: 182px;
	overflow: hidden;
	background-repeat: no-repeat;
}
div#nav_wrap {
	width: 185px;
	float: left;
	padding-top: 13px;
	background: #fff url(../images/bg_nav.gif) no-repeat;
	min-height: 200px;
}

div#content {
	width: 770px;
	float: left;
	padding-top: 13px;
	min-height: 200px;
}

div#heading {
	padding: 4px 0 16px 0;
}

div#join {
	height: 128px;
	padding: 95px 20px 0 14px;
	background: #fff url(../images/bg_join.gif) no-repeat;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

div#join a {
	display: block;
	margin-top: 16px;
}

div#footer {
	margin: 0 auto;
	width: 985px;
	padding: 16px 16px 0 0;
	text-align: right;
	color: #999;
}

div#footer a {
	color: #999;
	text-decoration: none;
}

.clear { clear: both; }
.hidden { position: absolute; left: -5000px; }

/**********************************************
Nav links 
***********************************************/

ul#nav, ul#nav ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#nav a {
	text-decoration: none;
	color: #999;
}

#nav a.level1, #nav a.level1_sub, #nav a.level1_home, #nav a.level1_on, #nav a.level1_on_sub {
	display: block;
	width: 130px;
	height: 23px;
	padding: 7px 0 0 26px;
	font-size: 14px;
}

#nav a.level1 {
	background: #f9f8f0 url(../images/nav1.gif);
}
#nav a.level1_sub {
	background: #f9f8f0 url(../images/nav1_sub.gif);
}
#nav a.level1_home {
	background: #f9f8f0 url(../images/nav1_home.gif);
}
#nav a.level1_on {
	color:#000;
	background: #f9f8f0 url(../images/nav1_on.gif);
}
#nav a.level1_on_sub {
	height: 26px;
	color:#000;
	background: #f9f8f0 url(../images/nav1_on_sub.gif);
}

ul#nav ul {
	margin-left: 0px;
	background: transparent url(../images/bg_subnav_bot.gif) no-repeat scroll bottom left;
}

#nav ul li {
	margin-left: 1px;
	border-left: 1px solid #f9f9f9;
}

#nav li.level2, #nav li.level2_top, #nav li.level2_bot {
	display: block;
	padding: 4px 0 4px 14px;
	font-size: 12px;
	width: 140px;
}

#nav li.level2_top {
	padding-top: 10px;
}

#nav li.level2_bot {
	padding-bottom: 12px;
}

#nav li ul li a {
	display: block;
	padding-left: 10px;
	background: transparent url(../images/nav2.gif) no-repeat;
}

#nav a.level2_on {
	color: #000;
	padding-left: 13px;
	background: transparent url(../images/nav2_on.gif) no-repeat;
	margin-left: -3px;
}

ul#nav ul li ul {
	margin-left: 8px;
	padding: 0;
	background: none;
}

#nav ul li ul li a {
	display: block;
	padding: 4px 0 0 8px;
	background: transparent url(../images/nav3.gif) no-repeat;
}

#nav ul li ul li a.level3_on {
	color: #000;
	background: transparent url(../images/nav3_on.gif) no-repeat;
}

ul#nav ul.level_3 {
	_margin-bottom: -16px;
}





