/* CSS Document */

/* Begin CSS Drop Down Menu */


#menuh-container
	{
	position: absolute;
	top: 267px;
	left: 82px;
	}

#menuh
	{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #000000;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #FF3300;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 100%;
}



html,body
{
	height:100%;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../images/generic/span.gif);
}



#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	text-align: left;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height: 100%;
	min-height:100%;
}



/*TOP SECTION :::::::::::::::::::::::::::::::::::::::::::::::*/



#top_logo {
	height: 150px;
	width: 850px;
	background-color: #FFFFFF;
	background-image: url(../images/generic/top.gif);
}

#main_image {
	height: 125px;
	width: 850px;
	background-color: #FF3300;
}

#navigation {
	height: 35px;
	width: 850px;
	background-color: #FF3300;
}



/*TEXT STYLES :::::::::::::::::::::::::::::::::::::::::::::::*/


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 18px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
	
	
	
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
}
#image_flower {
	background-image: url(../images/home/flower.jpg);
	height: 275px;
	width: 397px;
	position: absolute;
	left: 530px;
}
#footer {
	height: 100px;
	width: 850px;
	background-image: url(../images/generic/footer_back.gif);
	background-repeat: no-repeat;
}
.text_footer {
	font-size: 11px;
	text-align: left;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.text_dots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}



h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #EE2E24;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 32px;
}



h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}



ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-left: 0.5em;
	line-height: 18px;
}
#content {
	width: 427px;
	position: absolute;
	left: 0px;
	top: 350px;
	overflow: visible;
	visibility: visible;
}
#content_right {
	position: absolute;
	left: 428px;
	top: 354px;
	width: 397px;
	height: 457px;
}


a {
	text-decoration: underline;
	color: #000000;
}


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#image_butterfly {
	background-image: url(../images/aboutus/butterfly.jpg);
	height: 275px;
	width: 320px;
	position: absolute;
	left: 530px;
}
.text_quote {
	font-style: italic;
	color: #FF3300;
}
#footer1 {
	height: 100px;
	width: 850px;
	background-image: none;
	background-repeat: no-repeat;
}
