blah{<style>} /*hack to get markup working in the editor*/

#content { margin: 10px 0; }

div.fullbox
{
	float: left;
	width: 258px;
	height: 363px;
}

div.halfbox
{
	float: left;
	width: 258px;
	height: 168px;
	margin-left: 43px;
}

#prod_box { background-color: #EFEFF5; /*for double margin error*/display: inline;}
#tech_box { background-color: #F2F5ED; }
#engn_box { background-color: #F5EDF5; }
#manf_box { background-color: #EAF6F8; margin-top: 25px; }
#comp_box { background-color: #FEE9D2; margin-top: 25px; }

h1
{
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-left: 3px;
	padding-top: 3px;
	color: #ffffff;
	height: 43px;
}

#prod_box h1 {background-image: url(/common/images/index_head_prod.jpg);padding-top: 4px;}
#tech_box h1 {background-image: url(/common/images/index_head_tech.jpg);padding-top: 4px;}
#engn_box h1 {background-image: url(/common/images/index_head_engn.jpg);padding-top: 4px;}
#manf_box h1 {background-image: url(/common/images/index_head_manf.jpg);padding-top: 4px;}
#comp_box h1 {background-image: url(/common/images/index_head_comp.jpg);padding-top: 4px;}

h1 a
{
	text-decoration: none;
	color: #ffffff;
}

#content ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#content li
{
	font-weight: bold;
	margin-left: 8px;
	margin-top: 4px;
}

#content ul ul li
{
	font-weight: normal;
	margin-left: 16px;
	margin-top: 0px;
}

#prod_box li a { color:  #043882; text-decoration: none; }
#prod_box li a:hover { text-decoration: underline; }
#prod_box ul ul li a { color: #6D6AA4; }

#tech_box li a { color:  #63a150; text-decoration: none; }
#tech_box li a:hover { text-decoration: underline; }
#tech_box ul ul li a { color: #A3BE87; }

#engn_box li a { color:  #a9398b; text-decoration: none; }
#engn_box li a:hover { text-decoration: underline; }
#engn_box ul ul li a { color: #BD7DB0; }

#manf_box li a { color:  #009bb7; text-decoration: none; }
#manf_box li a:hover { text-decoration: underline; }
#manf_box ul ul li a { color: #5FBDCB; }

#comp_box li a { color:  #f18e00; text-decoration: none; }
#comp_box li a:hover { text-decoration: underline; }
#comp_box ul ul li a { color: #F7A746; }

#bottom { width: 265px;float: right;text-align:right;}
#bottom a { color: #006; font-size: 10px; text-decoration: none;}
#bottom a:hover { text-decoration: underline;}

#news-ticker
{
	width: 550px;
	height: 35px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 10px;
	clear: both;
	line-height: 35px;
	padding-left: 5px;
}

#news-ticker a {
	font-family: Arial,Helvetica,sans-serif;
}