﻿/*
=============================
	LINKS
=============================
*/
DIV.SubMenuItem A, DIV.SubMenuItem A:HOVER
{
	color					: #f37026;
	margin-right			: 5px;
	text-decoration			: none;
	text-transform			: uppercase;
}
/*
=============================
	MAIN LAYOUTS
=============================
*/
DIV.ContainerHeadMenu
{
	background-color		: #f37026;
}
/*
=============================
	MENU - LEFT
=============================
*/
DIV.MenuRowHead, DIV.MenuRowFoot
{
	background-color		: #f37026;
}
DIV.MenuRowItem
{
	background-color		: #f15a24;
}
DIV.NewsMenuHead
{
	background-image		: url(../images/icon_news.gif);
	background-position		: right center;
	background-repeat		: no-repeat;
	border-bottom			: solid 1px #f15a24;
	color					: #f15a24;
}
DIV.SubMenu
{
	background-image		: url(../images/menu_agent.gif);
	background-position		: left top;
	background-repeat		: no-repeat;
}
DIV.SubMenuItem
{
	background-color		: #fbceb5;
}
DIV.SubMenuFoot
{
	background-color		: #f37026;
	background-image		: url(../images/corner_bl.gif);
	background-position		: left bottom;
	background-repeat		: no-repeat;
}
/*
=============================
	CONTENT BANNER
=============================
*/
DIV.BannerContent
{
	background-color		: #f37026;
}
DIV.BannerText
{
	color					: #FFFFFF;
}
/*
=============================
	FAQ
=============================
*/
DIV.FAQLink A, DIV.FAQLink A:HOVER
{
	color					: #f37026;
}
DIV.FAQContainer
{
	border-top				: solid 1px #f37026;
}