/* 
CSS Author: Drew Bartlett
*/

/*----structure----*/
body
{
	background: #eeeeeb url(images/topBg.png) repeat-x top;	
	color: #999;
	font-family: "helvetica";
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#wrap
{
	background: transparent;
	margin: 10px auto 0px auto;
	width: 930px;
}

#logo
{
	background: transparent url(images/topBanner.png) no-repeat top;
	border-bottom: solid #cfcfcf 1px;
	height: 80px;
	margin: 0 auto;
	width: 930px;	
}

	.telephone
	{	
		background: transparent url(images/telephoneTop.png) center no-repeat;
		color: #fff;
		float: right;
		font-size: 13pt;
		height: 44px;
		margin: 10px 5px;
		padding: 10px 4px;
		width: 155px;	
	}

#innerWrap
{
	background: #fff;	
	border-right: solid #cfcfcf 1px;
	border-left: solid #cfcfcf 1px;
	margin: 0 auto;
	padding: 5px;
	width: 918px;
}

#mainPicture
{
	background: transparent;
	border: solid #345c84 1px;
	float: right;
	height: 300px;
	width: 720px;	
}

#nav
{
	background: transparent;
	float: left;
	margin-right: 5px;
	text-align: left;
	width: 190px;	
}

#rightCol
{
	background: #ebebeb url(images/rightColBg.png) center repeat-y;	
	border-bottom: solid #c4c4c4 1px;
	float: right;
	margin-top: 5px;
	padding: 0;
	width: 722px;	
}
	#rightCol p
	{
		margin: 10px auto;
		padding: 6px;
		width: 715px;	
	}
	
	#rightCol p.bottomText
	{
		margin: 10px auto;
		padding: 6px;
		text-align: center;
		width: 715px;	
	}
	
	#rightCol p.bottomText a
	{
		float: none;
		font-size: 12pt;
		margin-right: 0;
	}
	
	.companyNames
	{
		font-size: 16pt;
		font-weight: bold;
		margin-left: 10px;
	}
	
	.boldTitle
	{
		font-weight: bold;
		text-decoration: underline;
	}	
	
	.description
	{
		margin-left: 60px;	
	}
	
	#rightCol p a
	{
		float: right;
		font-size: 14pt;
		margin-right: 15px;
	}
	
	.smallLinks
	{
		color: #444;
		float: left;
		font-size: 11pt;
		margin: 0 0 0 170px;
		text-align: left;
		width: 450px;
	}
	
	.smallLinks a
	{
		float: none;
		font-size: 11pt;
	}
	
	#outerDisplay
	{
		border: 0;
		color: #000;
		height: auto;
		padding: 10px;
		width: 700px;
	}
	
	#hiddenContent
	{
		border: 0;
		color: #000;
		display: none;
		height: auto;
		width: 700px;
	}
	
	
#footer
{
	background: url(images/footerBg.png) no-repeat center top;
	border-top: solid #cfcfcf 1px;
	height: 80px;
	margin: 0 auto;
	padding: 5px 0px;
	text-align: center;
	width: 930px;
}

/*------common elements------*/
.clear
{
	clear: both;	
}

h1
{
	background: #bbb url(images/h1bg.png) repeat-x;
	border: solid #345c84 1px;
	border-bottom: solid #193b5d 1px;
	color: #fff;
	display: block;
	font-size: 20pt;
	margin: 0 0 2px 0;
	padding: 10px 4px 8px 15px;
}

h4
{
	background: #cbcfaf;
	border: solid #fff 2px;
	color: #fff;
	font-size: 14pt;
	margin: 0 auto;
	padding: 10px 30px;
	text-align: center;
	width: 340px;
}

h5
{
	background: url(images/foodbevh5.png) no-repeat;
	color: #fff;
	font-size: 14pt;
	margin-left: -6px;
	padding: 10px 30px;
	width: 400px;
}

#rightCol ul
{
	color: #333;
	font-size: 12pt;	
}

.number
{
	color: #666;
	float: left;
	font-size: 9pt;
	margin-top: 80px;
}

.botNav
{
	color: #666;
	font-size: 9pt;
	margin: 0 auto;
	width: 880px;
}

#former
{
	background: #2f3338;	
	border: solid #26292e 1px;
	margin: 0 auto;
	padding: 6px;
	width: 400px;	
}

p
{
	color: #444;
	font-size: 11pt;
	text-align: left;	
}

a img
{
	border: 0;	
}

/*-----navigation-----*/
#nav ul
{
	border: solid #345c84 1px;
	border-bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#nav ul li
	{
		padding: 0;
		margin: 0;
		border-bottom: 1px #345c84 solid;
	}
	
		#nav ul li.bottom
		{
			padding: 0;
			margin: 0;
			border-bottom: 1px #345c84 solid;
		}
		
		#nav ul li a, #nav ul li a:visited
		{
			background: #bbb url(images/navbgover.png) repeat-x;
			color: #fff;
			display: block;
			font-weight: bold;
			padding: 7px 20px;
			text-decoration: none;	
		}
		
		#nav ul li a:hover, #nav ul li a:active
		{
			background: #bbb url(images/navbg.png) repeat-x;
			color: #ddd;
			display: block;
			font-weight: bold;
			padding: 7px 20px;
			text-decoration: underline;	
		}
		
		#nav ul li a.main
		{
			background: #bbb url(images/navbg.png) repeat-x;
			color: #fff;
			display: block;
			font-weight: bold;
			padding: 7px 20px;
			text-decoration: none;	
		}

.botNav a, .botNav a:visited
{
	color: #406991;
	text-decoration: none;
}

.botNav a:active, .botNav a:hover, .botNav a.current
{
	color: #24415d;
	text-decoration: underline;
}

a, a:visited
{
	color: #406991;
	text-decoration: none;
}

a:hover, a:active
{
	color: #24415d;
	text-decoration: underline;
}
