/*----------- HOME: SILO -----------*/
#header_home
{
	background: url(../images/home/home_header.jpg) no-repeat;
	width: 980px;
	height: 50px;
	border: 0px solid yellow;
	position: relative;
	clear: all;
}
#header_home #search_home
{
	border: 0px solid red;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 770px;
	top: 12px;
}
#header_home #search_home INPUT.field
{
	border: 0px solid red;
	width: 150px;
	height: 15px;
	font-size: 100%;
}
#main_body_home
{
	background: url(../images/home/home_bg_text.jpg) no-repeat;
	width: 980px;
	height: 410px;
	float: left;
	position: relative;
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}
#main_body_home #tagText
{
	border: 0px solid red;
	width: 470px;
	height: 35px;
	position: relative;
	top: 351px;
	left: 9px;
	color: #DCECEF;
	font-family: Tahoma;
	font-size: 13px;
}
#tagText A.tagLink
{
	color: #CFBC71;
	font-weight: bold;
}
#tagText A:hover.tagLink
{
	color: #86A7C3;
	font-weight: bold;
	text-decoration: none;
}
#title_home
{
	position: relative;
	left: 20px;
	top: 5px;
	font-size: 3.2em;
	color: #829597;
	border: 0px solid red;
}
#home_content
{
	width: 305px;
	height: 165px;
	line-height: 175%;
	font-size: 1.2em;
	color: #FFFFFF;
	position: relative;
	left: 660px;
	top: 200px;
	border: px solid red;
}
#home_content A
{
	color: #F6AA70;
}
#home_footer
{
	width: 978px;
	margin-left: 0px;
	padding-bottom: 20px;
	float: left;
	border-right: 1px solid black;
	border-left: 1px solid black;
}
#home_tagline
{
	text-align: right;
	margin-top: 20px;
	padding-right: 20px;
	border: 0px solid red;
	float: right;
}
#bottom_nav_home
{
	font-size: 90%;
	float: left;
	border: 0px solid red;
	margin-top: 15px;
}
/**********************************************************
	2010.7.19, Ye Wang: 
	clean up inline CSS;
**********************************************************/
table#bottom_nav_home td {
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #666666;
}
table#bottom_nav_home td a {
	color:#999999;
}
table#bottom_nav_home td a.header {
	color: #666666;
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
/***********************************************************/

A.career_opp
{
	font-size: 1.6em;
	color: #01546F;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}
A:hover
{
	text-decoration: underline;
}

