/* COURSE FINDER CONTENT */

div#content {
	padding:10px;
	width: 840px;
}

/* FINDER CONTENT */

table#finder {
	margin-bottom:10px;
	margin-top:5px;
	float:left;
	width:100%;
	list-style:none;
}

table#finder .divider {
	border-right:2px groove #999999;
}

table#finder td {
	width:130px;
	padding: 0 10px;
	vertical-align:top;
	overflow:hidden;
}

table#finder td ul {
	list-style:none;
}

table#finder td ul li {
	vertical-align:bottom;
}

table#finder td input {
	width:15px;
	height:15px;
}

#standard select{
	margin-bottom:5px;
	font-size:11px;
}

table#finder td.description {
	width:238px;
	vertical-align:middle;
}

div#finderSubmit {
	width:833px;
	height:30px;
	clear:both;
	margin:0 auto;
	background:url(../img/submit.png) no-repeat center;
	padding-bottom:10px;
	float:left;
}

div#finderSubmit input {
	display:block;
	width:110px;
	border:1px solid white;
	background:transparent;
	margin: 0 auto;
	height:30px;
	border:0;
	cursor:pointer;
	position:relative;
}

/** FEATURED **/

div#featured {
	border-bottom:1px solid #794933;
	float:left;
	width:238px;
	margin-bottom: 30px;
}

div#featured h4 {
	display:block;
	padding:15px;
	background-color:#808080;
	color:#FFF;
	font-size:14px;
	height:1%;
	clear:none;
	margin-top:10px;
}

div#featured p {
	margin: 4px 0 4px 20px;
	display:block;
	clear:both;
	color:#B1A099;
}

div#featured p img {
	display:block;
	border:2px solid #FFF;
}

div#featured p.ftitle a,div#featured p.ftitle{
	color:#FFFBBE;
	font-size:16px;
	padding: 4px 0;
}

div#featured p.flocation a,div#featured p.flocation{
	color:#FFFBBE;
	padding-bottom:4px;
}




