/*this section styles the homepage content*/

.news_width {
	width: 340px;
}

.companies_width {
	width: 200px;
}

.thirty_two_width {
	width: 32px;
}

.nine_width {
	width: 9px;
}

.twenty_width {
	width: 20px;
}


/*rules*/
.solid_rule_top {
	border-top: solid 1px #D5E1F0;
	padding: 1em 0em 0.5em 0em;
}

/*features*/

#markets{
	padding: 12px 0 12px 22px
}

#markets li{
	padding-left: 10px;
}

#markets .markets_header {
	background: url(../images/meggitt_delta_on_white.gif) no-repeat 0px 3px;
	font-weight: bold;
	color: #333333;
}

/* Operating company dropdown - now Operating facilities*/

#dropdown {
}

#dropdown li{
	padding-right: 20px;
	padding-top: 6px;
}

#dropdown select{
	width: 180px;
	color: #767A7D;
	font-size: 0.85em;
	margin-left: 20px;
}

#dropdown .title{
	color: #212B55;
}

/* Market and product dropdowns*/

#dropdown_02 {
	padding-bottom: 2em;
}

#dropdown_02 li{
	padding-top: 6px;
}

#dropdown_02 select{
	width: 180px;
	margin-left:4px;
	color: #767A7D;
	font-size: 0.85em;
	margin-left: 0px;
}

/* News and Operating company headers*/

#header{
	padding: 20px 0 0 0;
}

#header li{
	padding-left: 0
}

#header .header {
	border-bottom: 3px solid #EF2727;
	margin: 0 20px 4px 20px;
	padding-bottom: 2px;
}


/*news*/

.news {
	padding: 3px 0px 0px 20px;
	width:340px;
}

#news li{
	color: #767A7D;
	padding: 0em 0 0.8em 0;
	line-height: 1.1em;
}

#news .date{
	color: #767A7D;
	padding: 0em 0em 0.3em 0em;
}

#news a {
	color: #767A7D;
	text-decoration: none;
	background: url(../images/meggitt_delta_on_white.gif) no-repeat 0px 3px;
	padding-left: 10px;
}

#news a:hover {
	color: #EF2727;
	text-decoration: none;
}

#news a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

#news a:visited:hover {
	color: #EF2727;
	text-decoration: none;
}


.markets_products {
	padding: 4px 0px 4px 20px;
	width: 180px;
}

#markets_products {
	padding: 6px 0px 4px 0px;
}

#markets_products a {
	background: url(../images/meggitt_delta_on_white.gif) no-repeat 0px 3px;
	font-weight: bold;
	color: #212B55;
	text-decoration: none;
	padding: 0 0 0 10px;
	font-size: 0.9em;
	line-height: 18px;
}

#markets_products a:hover {
	color: #EF2727;
	text-decoration: none;
}

#markets_products a:visited {
	color: #333333;
	text-decoration: none;
}

#markets_products a:visited:hover {
	color: #EF2727;
	text-decoration: none;
}