﻿body 
{
	background-image: url(../images/bg_grad.jpg);
	background-repeat: repeat-x;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
}

#Wrapper
{
	margin: 17px auto 0 auto;
	padding: 6px 0 0 0;
	width: 755px;
	background-color: #FFFFFF;
}
	#StupidGreatBigImage
	{
		width: 743px;
		margin: 0px auto;
		position: relative;
	}
	#Logo
	{
		width: 600px;
		height: 105px;
		padding-top: 5px;
		margin: 0 auto 0 auto;
	}
	#Date
	{
		margin-top: 20px;
		text-align: center;
		font-weight: bold;
		font-size: 30px;
	}
	#Strapline
	{
		width: 600px;
		height: 302px;
		margin: 30px auto 0 auto;
	}
			#Rosette
			{
				top: 120px;
				right: 50px;
				position: absolute;
			}
	#BriefCopy
	{
		text-align: center;
		font-weight: bold;
		margin-top: 10px;
	}
	#DropDowns
	{
		text-align: center;
		margin-top: 15px;
		font-size: 12px;
		font-weight: bold;
	}
	#Banners
	{
		margin: 5px auto 0 auto;
		width: 743px;
	}
			.Banner
			{
				margin-top: 15px;
			}
	#Legal
	{
		margin-top: 15px;
		margin-bottom: 20px;
		text-align: center;
		font-size: 10px;
		font-weight: bold;
	}
			#Legal a
			{
				color: #508329;
				text-decoration: none;
			}
					#Legal a:hover
					{
						color: #385C1D;
						text-decoration: underline;
					}



/*******MENU FINDER*******/
#MenuFinder
{
	width: 600px;
	height: 307px;
	margin: 20px auto 0 auto;
}
#MenuFinderHeader
{
	width: 585px /*600px*/;
	height: 22px /*27px*/;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background-image: url(../images/menu_finder_header_bg.gif);
	background-repeat: no-repeat;
}

#MFColumnWrap
{
	background-image: url(../images/menu_finder_bg.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 280px;
}
	#SearchCriteria
	{
		float: left;
		width: 180px;
		margin: 25px 30px 0 25px;
		font-weight: bold;
		font-size: 12px;
		color: #000000;
	}
			#SearchCriteria Select
			{
				margin: 0;
				padding: 0;
				margin-bottom: 20px;
			}
	#VerticalDivider
	{
		width: 2px;
		height: 100%;
		background-image: url(../images/menu_finder_vert.gif);
		background-repeat: repeat-y;
		float: left;
	}
	#MenuResults
	{
		height: 220px /*230px*/;
		width: 302px /*310px*/;
		float: right;
		margin: 25px 25px 0 0;
		background-color: #FFFFFF;
		-moz-opacity:.80;
		opacity:.8;
		filter:alpha(opacity=80);
		padding-top: 10px;
		padding-left: 8px;
		z-index: 1;
	}
			#MenuResultsInner
			{
				overflow-y: scroll;
				height: 210px;
				width: 300px;
			}
					#MenuResultsInner a
					{
						padding: 4px 0 4px 3px;
						width: 100%;
						display: block;
						font-weight: bold;
						font-size: 11px;
						color: #666666;
						text-decoration: none;
					}
							#MenuResultsInner a:hover
							{
								background-color: #CCCCCC;
							}
	#UpdateHolder
	{
		height: 230px;
		width: 310px;
		float: right;
		margin: 25px 0 0 28px;
		background-color: #FFFFFF;
		position: absolute;
		z-index: 2;
	}
			#AjaxLoader
			{
				margin: 0 auto 0 auto;
				padding-top: 100px;
				width: 43px;
				height: 30px;
			}