@charset "UTF-8";
/* CSS Document */
.apply-now {
	font-size: 20px;
}
.main_image {
	width: 640px;
	height: 380px;
	float: left;
	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;
	top: 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: 190px;
	height: 222px;
	background: #111;
	border-top: 0px solid #000;
	position: absolute;
	top: 0;
	left: 0;
}

.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;
	position: absolute;
	height: 57px;
	margin-top: -12px;
	overflow: hidden;
	top: 253px;
	left: 20px;
	z-index: 2;
	width: 640px;
}
#featurearchive, #submitstory {
	float: left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 5px;
}
#submitstory {
	position: relative;
	left: 2px;
}
.image_thumb img {
	padding: 5px;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	padding: 0px;
	width: 158px;
	float: left;
	float: left;
	height: 57px;
	font-size: 11px;
	text-indent: 7px;
	overflow:hidden;
	line-height: 25px;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}
.image_thumb ul li.one {
	background-image:url(images/photothumb1_2.jpg);	
}
.image_thumb ul li.two {
	background-image:url(images/photothumb2.jpg);	
}
.image_thumb ul li.three {
	background-image:url(images/photothumb3.jpg);	
}
.image_thumb ul li.four {
	background-image:url(images/photothumb4_2.jpg);	
	border-left:1px solid #000000;
}
.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;
}
a.more {
	clear: both;
}
.block {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	overflow: hidden;
}
.block p {
	xwidth: 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--*/
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	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: 157px;
}
#photo {
	height: 280px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

