/*
Copyright 2005 The Computer Studio
Homepage CSS
*/

#fma{
	padding: 0;
	border: 0;
	margin: 0 auto !important;
	margin: -3px auto;
	height: 171px;
	width: 772px !important;	
	width: 774px;
	text-align: left;
}

#fma-left{
	width: 772px !important;	
	width: 774px;
	border-left : 1px solid #666;
	border-right : 1px solid #666;
}

#midpods{
	padding: 10px 0px;
	margin: 0;
	min-height: 270px!important;
	min-height: 190px;
	width: 772px !important;
	width: 774px;
	text-align: left;
	border-left : 1px solid #666;
	border-right : 1px solid #666;	
}

#midpods h3{
	font-weight: bold;
	padding: 0;
}

#midpods p{
	padding: 5px 0;
}

#midpods div{
	border: 0;
	margin: 0;
}

#midpods div.pod-col1{
	float: left;
	border: 0;	
	height: 270px;	
	width: 175px; /* JS Override for MOZ */
	padding: 0 8px;	
}

#midpods div.pod-col2{
	float: left;
	border-left: 1px solid #006633;
	height: 270px;
	width: 180px; /* JS Override for MOZ */
	padding: 0 8px;	
}

#midpods div.pod-col3{
	float: left;
	border-left: 1px solid #006633;
	height: 270px;
	width: 195px; /* JS Override for MOZ */
	padding: 0 8px;	
}

/*Customer Service Feature*/
#midpods div.pod-feature{
	padding: 0;
	border: 0;
	margin: 0 10px 0 0 !important;	
	margin: 0 5px 0 0;
	height: 175px;
	width: 160px;
	float: right;
	background: #E5E5E5;
}
#midpods #cust_serve a{
	color: #000000;
}
#midpods #cust_serve li{
	margin: 8px 0 0 27px;
}
/* Dynamic List Elements */
#midpods #cust_serve li.bullet_on{
	list-style-image: url(images/bull_on.gif);
}
#midpods #cust_serve li.bullet_off{
	list-style-image: url(images/bull_off.gif);
}
#midpods #cust_serve li.bullet_current{
	list-style-image: url(images/bull_on.gif);
}