/* CSS Document */

@import url(base.css);

/* 
   Adjust the bottom arch horizontally
-------------------------- */
#page
{
	background:url(images/bottomBack.gif) 300px bottom no-repeat;
}

#text
{
	margin:0 220px 100px 0;
}

/*
	Mark the main menu location
------------------------------------------*/

#mm2 a:hover, #mm2 a
{
	background:url(images/menu.gif) -170px -40px no-repeat;
}

#menu li:hover ul li a, #mMenu li.jshover ul li a
{
	background:none; /* this fixes a background isssue */
}

/* 
   mark the submenu
--------------------------*/ 
#menu li:hover ul li#sm2e a, #menu li.jshover ul li#sm2e a, #sub4
{
	background: url(images/rollColor.png) top repeat-x;
	font-weight:bold;
}

#text div.odd, #text div.even
{
	width:450px;
}

/* 
   
-------------------------- */

#content h1
{
	display:block;
	height:20px;
	width:500px;
	background:url(images/h_market_proven.gif) no-repeat;
	margin:0 0 40px 115px;
}

#text ul
{
	margin:0 0 0 50px;
}
#text ol
{
	margin:-10px 0 30px 50px;
}

#text ul li, #text ol li
{
	margin:0 0 10px 0;
}

#text ul li ul
{
	margin:10px 0 0 30px
}

#text ul li ul li
{
	list-style: disc;
}

.ssBut
{
	display:block !important;
}
