* {
  margin: 0;
  padding: 0;
}
body { 
	background-color: white;
	color: black;
	font-family: Times, "Times New Roman", Garamond, serif;
}

/*--- MAIN CONTAINER ---*/  
#container, #container2 {
	width: auto;
	   margin: 0 5%;
	   padding: 0;
	   border: 0;
	   float: none !important;
	   color: black;
	   background: transparent none;
}

/*--- HEADER ---*/
#logo {
	color: black;
	background-color: white;
} 

/*--- NAV BAR ---*/
#nav-position {
	display: none;
}
#nav {
	float: left;
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 24px;
}
#nav li {
	float: left;
	margin-right: 10px;
	position: relative;
	display: block;
	zoom:1; 
	*display: inline; 
	_height: 10px;
}
#nav li a {
	display: block;
	padding: 4px;
	color: #2d1f10;
	text-decoration: none;
	zoom:1; 
	*display: inline; 
	_height: 10px;
}
#nav li a:hover {
	color: #fff;
}

/*--- DROPDOWN ---*/
#nav ul {
	display: none;
}
#nav ul li{
	padding-top: 2px; /* Introducing a padding between the li and the a give the illusion spaced items */

	float: none;
}
#nav ul a {
	white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display: block;
}
#nav li:hover ul { /* Display the dropdown on hover */
	left: 0; /* Bring back on-screen when needed */
	opacity: 1; /* Fade to opaque */
}
#nav li:hover a { /* Set styles for top level when dropdown is hovered */

	background: #F26722; /* Solid colour fall-back */
}
#nav li:hover ul a { /* Override some top level styles when dropdown is hovered */
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover { /* Set styles for dropdown when items are hovered */
	background: #F26722;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/*--- MAIN CONTENT ---*/
#content-container, #contentleft, #contentcenter, #contentright {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
h4 {
	color: black;
	background-color: white;
}

/*--- SUB CONTENT ---*/
#sub-container, {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
#page-title {
	display: none;
}

/*--- TABLE ---*/

table {
	margin: 0 auto 0 auto;
	height: 100%;
	width: 100%;
	border-spacing: 10px 30px; 
}
td {
	vertical-align:middle;
	width: 75px;
	height: 50px;
	color: 2D1F10;
}

/*--- ABOUT PAGE STYLES ---*/
#flower, #about {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

/*--- CONTACT PAGE STYLES ---*/
#social {
	display: none;
}
#contact {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
#contact li {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

/*--- Form ---*/
#form-container {
	display: none;	
}
form
{
	width: 800px;
}
label 
{
	display: block;
	text-align: right;
	width: 300px;
	margin: 10px;
	float: left;
}
input, textarea
{
	float: left;
	margin: 10px;
	width: 200px;
	border: solid 0 #fff;
}
fieldset {
	font-family: Gill Sans, Verdana, sans-serif;
    font-size:12pt;
    color:#000;
	font-weight:700;
	float: left;
	border:solid 0 #fff;
}
button {
	clear:both;
	margin-left:200px;
	width: 80px;
	height: 20px;
}
fieldset legend {
	font-size: 16pt;
	font-weight:500;
}
input:focus, textarea:focus {
	background-color:#BCED91;
}
#con {
	position: relative;
	top: 100px;
}

/*--- CSS LIGHTBOX ---*/
.overlay
{
	display: none;
}
	.overlay a
	{
		display: table-cell; 
		vertical-align: middle; 
		text-align: center;
	}
		.overlay_container img
		{
			background: #ffffff;
			padding: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
		}
 
.overlay:target { 
	display: table; 
}

/*--- FOOTER ---*/
ul#footer {
	position: relative;
	top: 680px;	
	font-size : 10px;
	font-weight : bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	clear:both;
}
ul#footer li {
	display: none;
}
ul#footer A:link {
	display: none;
}
ul#footer A:visited {
	display: none;
}
ul#footer A:active {
	display: none;
}
ul#footer A:hover { 
	display: none;
}

/*--- SPAN ITEMS ---*/
.line {
	display: none;
}
.font {
	font-family: Georgia, serif;
}
.line2 {
	color: #2d1f10;
	padding-left: 200px;
}