/* The style sheet to be used with Anthuriom Floral Design */
/* General style attributes */
body
{
margin	: 0px ;
padding : 0px ;
font-size : 100% ;
font-family	: Verdana, Arial, Helvetica, sans-serif	;
text-align : center;
height:  100% ;
}

H1
{
display		: Block		;
color		: Black	;
text-align	: left		;
padding-bottom	: 0px	;
padding-top	: 0px		;
font-size	: 1.4em	;
}
H2
{
display		: Block		;
color		: Black	;
text-align	: left		;
padding-bottom	: 0px	;
padding-top	: 0px		;
font-size	: 1.25em	;
}
H3
{
display		: Block		;
color		: Black	;
text-align	: left		;
padding-bottom	: 0px	;
padding-top	: 0px		;
font-size	: 1.1em	;
}
#Outer 
{
width		: 100%		;
height		: auto		;
margin	: 0px ;
padding		: 0px	;
display:  block ;
background-color: white		;
}
#Content
{
white-space		: normal	;
text-align		: left		;
display			: block		;
margin-left		: 0px		;
padding-top		: 5px		 ;
padding-left	: 5px		;
padding-right	: 0px		;
background-color: white		;
font-size	: 100%	;  
height		: auto		;
width	: 100% ;
min-height: 450px;
color: Black ;
background-image: url("images/Graphics/Anthurium6cut.gif");
background-repeat: no-repeat ;
background-position: bottom center;
}
#Header
{
color		: white	;
display: block;
clear: both ;
width: 100%;
background	: rgb(214,223,61)	;
text-align: center ;
height: 120px ;
}
#Header a
{
border		: None		; 
background	: rgb(214,223,61)	;
}
#Header img
{
vertical-align: middle ;
}
#HeaderCell
{
height: 120px ;
width : auto ;
padding-left: 40px ;
padding-right: 0px ;
background-repeat: repeat; 
font-weight	: bold	;
background-color: rgb(214,223,61) ;
}
/* Styling and display effects used for the main navigation links */
#Navigation
{
display: block;
height: 35px ;
white-space : nowrap;
margin-left: auto;
margin-right: auto;
background	: rgb(214,223,61)	;
border-bottom-color: black ;
border-bottom-width: 1px;
border-bottom-style: solid;
text-align: center ;
}
#Navigation:after
{ /*Add margin between menu and rest of content in Firefox */
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#Navigation ul
{
border: None;
padding: 0px ;
margin: 0;
text-align: center; 
}
#Navigation li
{
width: 100px;
height: 35px ; 
display: inline;
float : left ;
line-height: 200%;
list-style-type: none;
margin-top: 0px;
margin-bottom : 0px ;
text-align: center ;
}

#Navigation li a
{
height : 100%;
width: 100%;
display	: block ;
padding: 0px;
margin: 0px;
color: white;
font-weight: bold;
font-size: 11px;
text-decoration: none;
border-right: None;
}

#Navigation li a:hover
{
color: black ;
}
#Leftcontent
{
	padding: 5px ;
	float: left ;
	width: 200px ;
}
#Rightcontent
{
	float: right ;
	text-align: center ; 
	padding:  5px ;
	padding-top:  10px ;
	padding-bottom:  10px ;
	padding-right: 20px ;
	width: 310px ;
}
#Rightcontent H2
{
text-align	: center ;	
}
#Centercontent 
{
margin-right:320px;
margin-left:10px;
padding:8px;
}
.spacer 
{
clear: both;
}

#Error
{	
color		: #FF0000	;
font-size	: larger	;
}
#Instructions
{
}
/* Text scroll area for use in gallery. */
#Overflow
{
height		: 400px	;
overflow	: auto	;
}
/* Styling for the FAQ section to make question and answer text appear differently. */
.FaqObject
{
padding 	: 10px  ;
}
.FaqObject .Question
{
color		: #FF0000;
}
.FaqObject .Question li
{
list-style-type	: disc	;
}
.FaqObject .Answer
{
color		: #0000CC	;
}
#Footer
{
font-size	: xx-small	;
padding		: 0px	;
margin		: 0px	;
background-repeat: repeat; 
background-color: rgb(214,223,61) ;
display: Block;	
clear: both ;
border-top-color: black ;
border-top-width: 1px;
border-top-style: solid;
color: Black ;
}
P
{
color : black ;
}
a
{
color : black ;
}
table {
font-family: sans-serif;
border-width: 2px;
border-color: white;
color: Black ;
}

caption
{
background:#ffff99; 
color:black;
font-size:larger;
caption-side:top; 
}
th 
{
font-family: sans-serif; 
background: rgb(204, 204, 153);
font-weight: bold;   
}
td 
{
font-family: sans-serif; 
vertical-align:Top;
}
/* Class for the plain text pages */
.Text
{
font-family: sans-serif;
/*background: #ffffff; */
color:black;  
}
.Smaller
{
font-size: smaller ;
}
.Right
{
text-align: right ;
}
.Blue
{
color: Blue ;
}
.Larger
{
	font-size: Larger ;
}
.Center
{
	text-align: center;
}
form
{
margin-bottom: 0					;
}
INPUT, TEXTAREA 
{
color: blue;
font-weight: bold;
/*	font-size: larger; */
font-family: sans-serif;
}
select 
{
color: Blue;
font-weight: bold;
}
/* used for submit type buttons */
.submit
{
width: 100px;
height: 35px ; 
border: 0px ;
margin: 0px ;
overflow: hidden ;
text-align: center ;
background: url("images/Graphics/DarkButton.gif") no-repeat center top ;
line-height: 300%;
vertical-align: middle ;
font-family	: helvetica,arial,sans-serif	;
font-size	: 11px;
font-weight	: bold	;
text-decoration: none ; 
color: white;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* for IE 5.x */
}
.submit:hover
{
background: url("images/Graphics/LightButton.gif") no-repeat center top;
color: black;
}

.firstletter 
{
	float: left;
	font-size: 3em;
	line-height: 1;
	font-weight: bold;
	margin-right: 0.2em;
}

/* Used in displaying back user entered data */
.Display
{
color: Blue;
font-weight: bold;    
}
.Red
{
color : Red ;
}
.CenteredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;  
}
.ImageInfo
{
float:none;
clear:both;
}
.ImageInfo img
{
float:left;
margin-right:1em;
}