/**************************
	GENERAL TAGS
************************/
#popContainer h1,#contentContainer h1{
	width: 130px;
	height: 92px;
	margin: 0 auto;
	padding: 16px 0 0;
}

#content, #contentContainer p, #popContainer p{
	font-size: 11px;
	line-height: 15px;
}

#primaryContent, #secondaryContent{
	width: 370px;
	/*position: relative;*/
	z-index: 1;
	padding: 18px 0 0 0;
}

#primaryContent{
	float: left;
	margin-left: 51px;
	_margin-left: 30px;
}

#secondaryContent{
	float: right;
	margin-right: 52px;
	_margin-right: 25px;
}

ul.start li{background: url("/lib/img/bullet-start.gif") 1px 4px no-repeat;}
ul.grow li{background: url("/lib/img/bullet-grow.gif") 1px 4px no-repeat;}
ul.more li{background: url("/lib/img/bullet-more.gif") 1px 4px no-repeat;}

ul.start li a{color: #bf852b;}
ul.grow li a{color: #54be8f;}
ul.more li a{color: #28a9ab;}

ul.start li a:hover{color: #000;}
ul.grow li a:hover{color: #000;}
ul.more li a:hover{color: #000;}

ul li .icon{ vertical-align: bottom; padding-left: 6px;}

/**************************
	THEO LISTING
************************/
#theoList{
	position: absolute;
	top: 519px;
	left: 0;
	text-align: center;
	width: 100%;
}

#theoList ul{
	list-style: none;
	margin: 10px auto 0;
}

#theoList ul.theos_5{width: 845px; _width: 855px;}
#theoList ul.theos_4{width: 676px; _width: 686px;}
#theoList ul.theos_3{width: 507px; _width: 517px;}
#theoList ul.theos_2{width: 338px; _width: 348px;}
#theoList ul.theos_1{width: 169px;}

#theoList ul li{
	display: block;
	float: left;
	width: 144px;
	padding: 3px;
	height: 95px;
	background: url("/lib/img/bground-video.gif") top left no-repeat;
	margin: 0 9px 0 10px;
	text-align: left;
}
#theoList ul li a{
	display: block;
	text-decoration: none;
}
#theoList ul li a img{}
#theoList ul li a .time{
	display: block;
	font-size: 9px;
	font-weight: bold;
	color: #434343;
	text-align: right;
	line-height: 9px;
	letter-spacing: .4px;
}
#theoList ul li a .title{
	font-size: 11px;
	color: #939495;
}


/**************************
	SOCIAL ECOLOGICAL MODEL
************************/
#sem{
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 537px;
	text-align: center;
	left: 0;
}

#sem h3{_margin-bottom: 5px;}
