/* home.css */


/* position and size */

#heroes {
	height: 304px;
}

#heroes ul,
#heroes  div {
	display: none;
}

#disciplines {
	float: left;
	margin: 10px 0px 0 0;
	padding: 0;
	width: 569px;
	height: 176px;
	font-size: 11px;
}

#disciplines ul {
	float: left;
	list-style: none;
	margin: 45px 0 0 20px;
	padding: 0;
}

#footer {
	background: white;
	color: #2F2F2F;
	border: none;
}

#footer a {
	color: #2F2F2F;
}

#disciplines li {
	clear: both;
	float: left;
	height: 45px;
	display: table;
	margin: 0;
	padding: 0;
}

#disciplines a {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 160px;
	height: 40px;
	float: left;
}

#disciplines .col1 {
	width: 170px;
}
#disciplines .col2 {
	width: 170px;
}

#disciplines .col3 {
	width: 150px;
}


#disciplines h2,
#wdyt h2,
#feature h2,
#find_the_right h2{
	display: none;
}

#wdyt {
	float: right;
	margin: 10px 0 0 0;
	width: 195px;
	height: 176px;
}

#wdyt form {
	margin: 70px 0 0 0px;
}
#feature {
	background: url(../images/page/collectionhome_background.jpg) no-repeat;
}
#feature {
	clear: both;
	margin: 10px 5px 0 0;
	padding: 0;
	float: left;
	width: 370px;
	height: 133px;
	overflow: hidden;
}



#find_the_right {
	float: right;
	margin: 10px 0 0 0;
	width: 395px;
	height: 133px;
	overflow: hidden;
}

#find_the_right p {
	margin: 40px 10px 0 150px;
	padding: 0;
}


/* backgrounds, borders, and colors */

#heroes {
	background: url(../images/page/heroes.jpg) no-repeat #000000;
}

#disciplines {
	background: url(../images/page/disciplines_background.jpg) no-repeat;
}

#disciplines li {
	
}

#disciplines img {
	border: none;
}

#disciplines a {
	border-top: 1px solid #838383;
	color: #FFFFFF;
	text-decoration: none;
}

#disciplines a:hover {
	background: #2F2F2F;
	text-decoration: underline;
}

#wdyt {
	background: url(../images/page/wdyt_home.jpg) no-repeat;
}


#find_the_right {
	background: url(../images/page/findtheright_background.jpg) no-repeat;
}

#feature,
#find_the_right {
	color: #2F2F2F;
}
