/*
	Floral Creations by Enzo
	CSS by WebSystems
	http://www.websystems.com
*/

/* COLOR TABLE
	Golden Tan		#cccc99
	Darker Tan		#d8d8b2
	Floral Orange	#ff9966
	Floral Pink		#ff66cc
	Floral Green	#78a060
*/

*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: #78a060;
}

a:hover
{
	text-decoration: underline;
	color: #ff9966;
}

body, html
{
	background: #cccc99 url('images/Background.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#Container
{
	margin: 0px auto;
	background: #ffffff;
	border-left: 1px solid #d8d8b2;
	border-right: 1px solid #d8d8b2;
}

td
{
	text-align: left;
	font-size: 13px;
	padding-right: 10px;
}

p
{
	margin: 15px;
}
		#Left div.hr
		{
			width: 250px;
			height: 3px;
			background: #ffffff url('images/Dots.jpg') center repeat-x;
			margin-left: 25px;
		}
		
		#Logo
		{
			height: 150px;
			width: 300px;
			background: url('images/Logo.gif') center center no-repeat;
		}
		
		#Address
		{
			height: 100px;
			width: 300px;
			background: url('images/Address.gif') center center no-repeat;
		}
		
		#Search
		{
			height: 30px;
			width: 200px;
			margin: 20px auto;
		}
		
		#LeftNav
		{
			margin-top: 30px;
			text-align: center;
		}
		
			#LeftNav img
			{
				margin-bottom: 30px;
			}
	
		#Nav
		{
			width: 510px;
			height: 249px;
		}

		#Nav img
			{
				margin-left: 3px;
			}
		
		#Right div.hr
		{
			width: 490px;
			height: 3px;
			background: #ffffff url('images/Dots.jpg') center repeat-x;
			margin: 5px 0px;
		}

			#Text p
			{
				width: 450px;
				position: relative;
				margin: 10px 0px 10px 25px;
				color: #000000;
				font-size: 13px;
				line-height: 18px;
			}

			#Text h1
			{
				font-family: Georgia, "Times New Roman", Times, serif;
				font-weight: normal;
				font-size: 14px;
				margin: 20px 0px 10px 0px;
			}
			
	#Footer
	{
		background: #EEEFE1;
		width: 798px;
		height: 45px;
		margin: 0px auto;
		clear: both;
		margin-top: -45px;
		font-size: 10px;
		text-align: center;
		color: #777777;
		line-height: 45px;
	}
	
	input, textarea, select
	{
		border: 1px solid #cccccc;
	}
	
	td.infoBoxHeading
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		border-bottom: 10px solid white;
	}
	
	td.smallText
	{
		text-align: center;
	}
	
	td.smallText img
	{
		
	}
	
	h1, td h1, h2, td h2, h3, td h3
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: black;
	}
	
	h1, td h1
	{
		font-size: 16px;
	}
	
	h2, td h2
	{
		font-size: 14px;
	}
	
	td#Right p
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		line-height: 30px;
		font-size: 14px;
	}