BODY 
{
	font-family: Arial;
	font-size: 0.7em;
	margin: 0;
}
H1 
{
	font-size: 1.4em;
}
H2
{
	font-size: 1.2em;
}

#mainMenuContainer UL LI A
{
	font-size: 1.1em;
}

A:hover {
	color: #FC0E28;
}

A IMG
{
  border: 0px;
}

#mainMenuContainer 
{
	background: white url(../files/motaquote/menu_Background.png) top repeat-x;
	color: White;
	width: 100%;
}
#mainMenuContainer UL
{
	margin: 0px;
	padding: 0px;
}
#mainMenuContainer UL LI 
{
	display: block;
	float: left;
	list-style-type: none;
	background: transparent url(../files/motaquote/menu_ItemBackground.png) top right no-repeat;
}
#mainMenuContainer UL LI A
{
	color: White;
	display: block;
	padding: 5px 25px 5px 22px;
	text-decoration: none;
}
#mainMenuContainer UL LI A:hover
{
	background-color: #FC0E28;
}
#mainMenuContainer DIV 
{
	padding: 5px;
}

#pageContainer 
{
	width: 990px;
	margin: 0 auto;
	background: white url(../files/motaquote/mainBorderBackground.png) repeat-y;
}
#pageContainerInner
{
	width: 960px;
	margin: 0 auto;
}
#searchContainer 
{
	height: 54px;
	width: 236px;
	background: white url(../files/motaquote/search_surround.png) no-repeat;
}
#searchContainerInner
{
	padding: 15px 20px 0 20px;
}
.plainPanel 
{
	float: left;
	margin: 20px 9px 0 10px;
}

.box 
{
	float: left;
}
.box .outerLeft
{
       background: transparent url(../files/motaquote/box_left.png) repeat-y top left;
	margin: 5px 9px 0 10px;
}
.box .outerRight
{
       background: transparent url(../files/motaquote/box_right.png) repeat-y top right;
}
.box .outer
{
	background: transparent url() no-repeat top left;
}
.box .inner
{
	background: transparent url() no-repeat top right;
}
.box .footer 
{
	background: transparent url() no-repeat bottom right;
}
.box .footerInner 
{
	background: transparent url() no-repeat bottom left;
	padding: 10px;
}
.plainPanel .footerInner 
{
	padding: 0px;
}
.plainPanel .outerRight
{
        background-image: none;
}
.plainPanel .outerLeft
{
        background-image: none;
}
.doubleBoxedPanel .outer
{
  background-image: url(../files/motaquote/main_topLeft.png);
}
.doubleBoxedPanel .inner
{
  background-image: url(../files/motaquote/main_topRight.png);
}
.doubleBoxedPanel .footer
{
  background-image: url(../files/motaquote/box_bottomRight.png);
}
.doubleBoxedPanel .footerInner
{
  background-image: url(../files/motaquote/box_bottomLeft.png);
	padding: 5px 10px;
}
.boxedPanel .outer
{
	background-image: url(../files/motaquote/box_topLeft.png);
}
.boxedPanel .inner
{
	background-image: url(../files/motaquote/box_topRight.png);
}
.boxedPanel .footer
{
	background-image: url(../files/motaquote/box_bottomRight.png);
}
.boxedPanel .footerInner
{
	background-image: url(../files/motaquote/box_bottomLeft.png);
}
.mainPanel 
{
	float: none;
}
.mainPanel .outer
{
	background-image: url(../files/motaquote/main_topLeft.png);
}
.mainPanel .inner
{
	background-image: url(../files/motaquote/main_topRight.png);
}
.mainPanel .footer
{
	background-image: url(../files/motaquote/main_bottomRight.png);
}
.mainPanel .footerInner
{
	background-image: url(../files/motaquote/main_bottomLeft.png);
	padding: 4px 10px 10px 10px;

}
.boxedPanel H2 
{
	color: White;
	text-transform: lowercase;
	margin: 0;
}
.mainPanel H1 
{
	margin: 0;
	color: #FC0E28;
}

#footerContainer 
{
	width: 990px;
	margin: 10px auto 0 auto;
	background: #EFEFEF url(../files/motaquote/mainBorderBackground.png) repeat-y;
}
#footerContainerInner 
{
	margin: 0 10px 0 10px;
	padding: 10px 0 0 20px;
	background-color: #EFEFEF
}

#footerContainer H2 
{
	margin: 0 0 10px 0;
	color: #B7B7B7;
}
#footerContainer DIV.footerMenuContainer
{
	float: left;
	width: 230px;
}
#footerContainer UL
{

}
#footerContainer UL LI
{
	list-style-type: square;
	color: #FC0E28;
	margin: 0 0 7px 0;
}
#footerContainer A
{
	text-decoration: none;
	color: #9E9E9E;
	font-weight: bold;
}
#copyrightContainer 
{
	color: #9E9E9E;
	background: white url(../files/motaquote/copyright_top.png) no-repeat top left;
	text-align: right;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 3px;
	width: 990px;
	margin: 0 auto;
}
#copyrightContainerInner {
	padding-right: 15px;
}
#copyrightContainerInner A {
	color: #9E9E9E;
        text-decoration: none;
}
#copyrightContainerInner A:hover {
	color: #FC0E28;
}
#copyrightContainerInner A, #copyrightContainerInner SPAN  {
        margin: 0 5px;
}
#subMenuContainer 
{
	width: 240px;
	float: left;
}
#contentContainer 
{
	float: right;
	width: 710px;
}
.subMenuBlock 
{
	background: white url(../files/motaquote/sidemenu_Header.png) no-repeat top left;
}
.subMenuBlockInner 
{
	background: transparent url(../files/motaquote/sidemenu_footer.png) no-repeat bottom left;
	padding-bottom: 10px;
}
.subMenuBlock H2
{
	color: White;
	text-transform: lowercase;
}
.subMenuBlock UL 
{
	margin: 0;
	padding: 0;
}
.subMenuBlock UL LI 
{
	list-style-type: none;
	margin: 0 0 0 0;
	color: #FC0E28;
	padding-top: 7px;
	padding-bottom: 7px;
	background: transparent url(../files/motaquote/sidemenu_item.png) no-repeat top left;
}
.subMenuBlock A 
{
	color: Black;
	margin-left: 30px;
	text-decoration: none;
}
.subMenuBlock A:hover {
	color: #FC0E28;
}
.subMenuBlock H2.subMenuHeader 
{
	padding: 10px 0 5px 15px;
	margin: 0;
}
.subMenuBlock H2.subMenuMidHeader 
{
	padding: 5px 0 5px 15px;
	margin: 0;
	background: white url(../files/motaquote/sidemenu_MidHeader.png) no-repeat top left;
}
#searchContainer FORM 
{
	margin: 0;
	padding: 0;
}
.searchResult 
{
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 0 10px 5px;
}
.searchResultNumber 
{
	float: left;
	text-align: right;
	width: 15px;
	margin-right: 20px;
}
.searchResultContent 
{
	width: 500px;
	float: left;
}
.searchResultLink 
{
	float: left;
	width: 30px;
	text-align: right;
}
.searchResultLink A
{
	color: Black;
	text-decoration: none;
}
#headerContainer 
{
	padding: 5px 0 5px 0;
	background: white url(../files/motaquote/header_background.png) no-repeat;
}
#headerContainer DIV {
  position: absolute;
  width: 960px;
  margin: 0 auto;
  text-align: right;
}
#headerContainer A
{
  color: #909090;
  text-decoration: none;
  margin: 0 5px;
}
#headerContainer A:hover
{
  color: #FC0E28;
}

#headerContainer A.redText {
	color: #FC0E28;
}
