/***************************************************************************************/
/*  Mississippi Market Web Site Style Sheet                 Version: October 9 2006    */
/*                                                                                     */
/*  Main colors used:                                                                  */
/*  #005480 (MDA blue-green) Main text                                                 */
/*  #fc5f43 (salmon pink   ) Headings in content area                                  */
/*  #007e7a (MDA mid green ) Borders between content area and other areas              */
/*  #fc5f43 (salmon pink   ) Navigation menu hover color                               */
/*  #abd536 (lime green    ) Top graphic background and dividing borders               */
/*                                                                                     */
/***************************************************************************************/
/* Overall Page Styles                                                                 */
body {
	background		: transparent;
	color			: #005480;
	font-family		: Arial, Helvetica, sans-serif;
	margin			: 0;
	padding			: 0;
	}
a,td,th	{
	background		: transparent;
	color			: #005480;
	font-family		: Arial, Helvetica, sans-serif;
	}
a:hover	{
	background		: #005480;
	color			: #ffffff;
	}
h1	{
	color			: #fc5f43;
	font-family		: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size		: 2.5em;
	}
h2	{
	color			: #fc5f43;
	font-family		: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size		: 1.7em;
	}
h3	{
	color			: #fc5f43;
	font-family		: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size		: 0.8em;
	}
h5	{
	font-size		: 0.85em;
	}
/***************************************************************************************/
/*                                                                                     */
/* Main Navigation Menu Styles                                                         */
td#menunav			{
	vertical-align	: top;
	width			: 201px;
	text-align: left;
	}
td#menunav h4		{
	background		: transparent;
	color			: #005480;
	margin			: 0 0 0 0;
	}
td#menunav a		{
	background		: transparent;
	color			: #005480;
	margin			: 0 3px 0 0;
	}
td#menunav h4	{
	color			: #005480;
	font-weight		: bold;
	padding			: 1em 0 0 2px;
	}
td#menunav a 		{
	display			: block;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 0.85em;
	padding			: 1px 10px 1px 8px;
	text-decoration	: none;
	}
td#menunav h4 a 	{
	font-size: 1em;	
	padding: 0;
	}
td#menunav a:hover,
td#menunav a:focus	{
	background-color: rgb(100%,90%,90%);
	color			: #fc5f43;
	border-right	: 7px solid #fc5f43;
	margin-right	: 0;
	padding-right	: 7px;
	}
/* Note:  The following style snippet can be included in individual pages to make the 
          current menu item greyed out. Replace the "a#here" with the id of the menu
		  item to be affected. */
td#menunav a.here {
	background-color: #f0f0f0;
	border			: 1px solid #000000;
	border-right	: 7px solid #000000;
	color			: black;
	margin-right	: 0;
	padding-right	: 7px;
	}                                                       
/***************************************************************************************/
/*                                                                                     */
/* Content Area Styles                                                                 */
.crumbs {
	display: block;
	border-bottom	: 1px solid #abd536;
	border-left		: 1px solid #abd536;
	padding: 0px 0 2px 10px;
	color: #005480;
	font-size: .8em;
	/*background-image: url("/images/common/crumb_bg.jpg");*/
}
.crumbs a {
	color: #666;
}
.crumbs a:hover	{
	background		: #666;
	color			: #ffffff;
	}

td#maincontent	{
	border-left		: 1px solid #abd536;
	padding			: 0px 0px 15px 15px;
	vertical-align	: top;
	text-align: left;
	width: 570px;
	}
.thumbnail {
	border			: 1px solid #999999;
	float			: left;
	height			: 200px;
	margin			: 0 5px 5px 0;
	padding			: 5px;
	text-align		: center;
	width			: 200px;
	}
/***************************************************************************************/
/*                                                                                     */
/* Page Footer Styles                                                                  */
td#bottom	{
	border-top		: 2px solid #abd536;
   }
p#menubottom	{
	color			: #005480;
	font-size		: 0.75em;
	text-align		: center;
	}
p#menubottom a	{
	background		: transparent;
	color			: #005480;
	}
p#menubottom a:hover	{
	background		: #005480;
	color			: #ffffff;
	}
p#copyright		{
	color			: black;
	font-size		: 0.75em;
	text-align		: center;
	}
/***************************************************************************************/
/*                                                                                     */
/* Various Content Area Tables                                                         */
p#menuexhib,
p#menubuyers	{
	font-size		: 0.75em;
	text-align		: center;
	}
table#tabexhib th	{
	background		: #005480;
	color			: #ffffff;
	font-size		: 0.75em;
	font-weight		: bold;
	text-align		: center;
	}
table#tabexhib td	{
	font-size		: 0.75em;
	text-align		: center;
	}
table#tabbuyer td	{
	font-size		: 0.85em;
	}
/*                                                                                     */
/***************************************************************************************/
#myGallery
{
width: 400px !important;
height: 200px !important;
} 