/*----------------------------------------------
---CONTENT
----------------------------------------------*/
#content{
	text-align: center;
}
#banner{
	background-repeat: repeat-x;
	background-image: url(images/home/banner_bg.png);
	width: 100%;
	min-width: 960px;
	background-color: #703d6f;
	height: 350px;
	text-indent: -9999px;
}
h1{
	width: 789px;
	height:350px;
	margin: 0 auto;
	background-image: url(images/home/banner.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#descript{
	min-width: 960px;
	background: white;
	/*height: 310px;*/
	text-align: left;
/*	line-height: 125%;*/
}
.news{
	width: 800px;
	height: 20px;
	padding: 30px 60px 20px 60px;
	background-image: url(images/home/news.png);
	background-repeat: no-repeat;
	background-position: 15px 25px;
	overflow:hidden;
	margin: 0 auto;
}
.news span.title{
	height: 20px;
	padding: 0 10px;
	float: left;
	font-weight: bold;
}
.news span.timestamp{
	padding: 0 0 0 10px; 
	color: #999;
	font-style: italic;
	font-size: .8em;
}
.news span.timestamp:before{
	content: "Published "
}
#newsfeed{
	height: 20px;
	overflow: hidden;
	float: left;
	width: 600px;
}
#newsfeed li{
	overflow: hidden;
	left: 0;
	width: 600px;
	height: 20px;
	text-align: left;
	list-style-type:none;
	list-style-position:none;
}
#newsfeed li a{
	text-decoration: none;
}
.news .innernews{
	color: #555;
	background: url(images/home/shadow.png);
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #dddddd;
	/*padding: 0 10px;*/
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.box{
	/* height: 200px;*/
	width: 260px;
	float: left;
	padding: 10px 20px 0 40px;
	background-position: 0px 10px;
	line-height: 1.3em;
	background-repeat: no-repeat;
}
.box p{
	padding-top: 5px;
}
.define li, .join li{
	padding-left: 14px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.define{
	background-image: url(images/home/book.png);
}
.word{
	background-image: url(images/home/word.png);
}
.join{
	background-image: url(images/home/plus.png);
}
.join a{
	display: block;
	text-indent: -9999px;
	height: 50px;
	width: 200px;
	margin: 40px 0;
	background: url(images/home/signupnow.png);
}
.join a:active{
	background-position: 0 -50px;
}