@charset "UTF-8";
/* CSS Document */
.apply-now {
	font-size: 20px;
}
.main_image {
	width: 730px;
	height: 380px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p {
	font-size: 10px;
	line-height: 10px;
	padding: 10px;
	margin: 0;
	padding-top: 5px;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding: 0 0 0 20px;
	background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	xdisplay: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 0px solid #000;
	
}

.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(../images/btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	xposition: absolute;
	xtop: -27px;
	right: 20px;
	position: relative;
	left: 590px;
	float: left;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
	float: left;
	
	background: #f0f0f0;
	border-right: 0px solid #fff;
	border-top: 1px solid #003366;
	height: 25px;
	margin-top: -6px;
	overflow: hidden;
}
#featurearchive, #submitstory {
	float: left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 5px;
}
#submitstory {
	position: relative;
	left: 2px;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 0px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	background-color: #ffcc00;
	width: 144px;
	float: left;
	border-bottom: 1px solid #cc9900;
	border-top: 1px solid #cc9900;
	border-right: 1px solid #cc9900;
	float: left;
	height: 19xpx;
	font-size: 11px;
	text-indent: 7px;
	overflow:hidden;
	line-height: 25px;
}
.image_thumb .block {
display: none;	
}
.image_thumb .block #submitstory, #image_thumb .block #featurearchive {
display:none;	
}
#main .image_thumb ul li {
	list-style-image: none;	
}

.image_thumb ul li a {
	text-decoration: none;
	line-height: 16px;
	color: #333300;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	overflow: hidden;
}
.block p {
	width: 470px;
	float: left;
	line-height: 12px;
	padding-top: 5px;
	height: 48px;
}
.block .related_links {
	
	font-size: 10px;
	line-height: 12px;
	float: left;
	width: 230px;
	padding-top: 5px;
}
.block a {
	color: #ffcc00;	
}
.block small {
	display:none;
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em;
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 170px;
	height: 100px;
}
.block h2 {
margin-bottom: 0px;
padding-bottom: 0px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

.main_image a.collapse {
	xbackground-color: #0F3;
}
ul.audience {
	margin-left: 0px;
	border-left-width: 0px;
}
.xapply-now img {
	margin-left: -5px;
	padding-top: 10px;
}
#icons {
	float: left;
	width: 458px;
	padding-top: 25px;
}
#icons ul li {
	float: right;
	margin-right: 1px;
}
#footer .copyright {
	width: 468px;
}
.image_thumb ul li.last {
	border-right-width: 0px;
	width: 150px;
}