﻿HTML{
	height: 100%;
}
body{
	height: 100%;
	margin: 0;
	text-align: left;
	min-width: 990px;
	font:11px/20px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#pagewidth{
	min-height: 100%;
	_height: 100%;
	padding: 0 50px 0 0;
	background: url(../images/bg-body.gif) repeat-y 100% 0;
}
a{
	color: #c00;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#header{
	height: 108px;
	position: relative;
	background: url(../images/bg-header.gif) repeat-x 0 0;
}
h1{
	margin: 0;
	position: absolute;
	top: 49px;
	left: 40px;
}
h1 a{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 119px;
	height: 34px;
	background: url(../images/logo.gif);
}
#header ul{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 277px;
}
#header ul li{
	float: left;
}
#header ul li a{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	height: 32px;
	background-image: url(../images/text-nav.gif);
	background-repeat: no-repeat;
}
#header ul li.home a{
	width: 119px;
	background-position: 0 0;
}
#header ul li.business a{
	width: 147px;
	background-position: -119px 0;
}
#header ul li.sample a{
	width: 122px;
	background-position: -266px 0;
}
#header ul li.join a{
	width: 89px;
	background-position: -388px 0;
}
#header ul li.people a{
	width: 89px;
	background-position: -477px 0;
}
#header ul li.home a:hover{background-position: 0 -32px;}
#header ul li.business a:hover{background-position: -119px -32px;}
#header ul li.sample a:hover{background-position: -266px -32px;}
#header ul li.join a:hover{background-position: -388px -32px;}
#header ul li.people a:hover{background-position: -477px -32px;}

#header ul li.homeon{
	text-indent: -9999px;
	width: 119px;
	overflow: hidden;
	display: block;
	height: 32px;
	background-repeat: no-repeat; 
	background-image: url(../images/text-nav.gif);
	background-position: 0 -32px;
}

#header ul li.businesson{
	text-indent: -9999px;
	width: 147px;
	overflow: hidden;
	display: block;
	height: 32px;
	background-repeat: no-repeat; 
	background-image: url(../images/text-nav.gif);
	background-position: -119px -32px;
}

#header ul li.sampleon{
	background-position: -266px -32px;
	text-indent: -9999px;
	width: 122px;
	overflow: hidden;
	display: block;
	height: 32px;
	background-repeat: no-repeat; 
	background-image: url(../images/text-nav.gif);
}
#header ul li.joinon{
	background-position: -388px -32px;
	text-indent: -9999px;
	width: 89px;
	overflow: hidden;
	display: block;
	height: 32px;
	background-repeat: no-repeat; 
	background-image: url(../images/text-nav.gif);
}
#header ul li.peopleon{
	background-position: -477px -32px;
	text-indent: -9999px;
	width: 89px;
	overflow: hidden;
	display: block;
	height: 32px;
	background-repeat: no-repeat; 
	background-image: url(../images/text-nav.gif);
}

.leftnavalt{
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 0 -261px;
	padding: 0 0 0;
}
.leftnav{
	float: left;
	display: inline;
	width: 220px;
	margin: 0 0 0 -261px;
	background: url(../images/bg-left-nav-t.gif) no-repeat 0 0;
	padding: 19px 0 0 0;
}
.leftnav ul{
	margin: 0;
	list-style: none;
	width: 220px;
	overflow: hidden;
	background: url(../images/bg-left-nav-b.gif) no-repeat 0 100%;
	padding: 0 0 17px 0;
}
.leftnav ul li{
	width: 220px;
	background: url(../images/bg-left-nav-c.gif);
	border-bottom: 1px solid #ccc;
	line-height: 27px;
	float: left;
}
.leftnav a{
	color: #666;
	display: block;
	width: 198px;
	margin: 0 0 0 1px;
	padding: 0 0 0 20px;
}
.leftnav a:hover{
	background: #F6F6F6 url(../images/bullet.gif) no-repeat 8px 12px;
	text-decoration: none;
	color:#C00;
}
.leftnav #contact{
	margin-top: 10px; 
}
.leftnav #contact a{
	color: #fff;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#content{
	padding: 30px 0 100px 301px;
}
h2{
	color: #666;
	font:bold 16px Arial, Helvetica, sans-serif;
	margin: 0;
}
p{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin: 15px 40px 13px 0;
}
p .indent{ position: relative; left: 40px; margin-bottom: 100px; padding-right: 40px; }
#footer{
	border-top:1px solid #000;
	clear: both;
	padding: 10px 0 0 0;
	margin: 0 40px; 
}
#footer ul{
	margin: 0 0 0 -3px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#footer ul li{
	float: left;
	background: url(../images/divider.gif) no-repeat right;
	padding: 0 7px;
}
#footer ul li.last{
	background: none;
}
#footer a{
	color: #333;
}

