/* tag styles */

p {
	font-size: 11pt;
 	font-family: arial;
 	}

#footer p {
    font-size: 8pt;
	  font-family: Arial;
    text-align: center;
    }

h2, h3 { 
 	font-family: arial;
   }

form {
	font-size: 10pt;
	font-family: Arial;
	}
	

/* font sizes */

.eightptfont {
	font-size: 8pt;
	font-family: Arial;
	}	
	
.tenptfont {
	font-size: 10pt;
	font-family: Arial;
	}
	
.tenptred {
	font-size: 10pt;
	font-weight: bold;
	color: #CC3300;
	font-family: Arial;
	}
	
.twelveptfont {
	font-size: 12pt;
	font-family: Arial;
	}


/*  sales page specific styles */

.desc {
	font-size: 9pt;
	line-height: 1.2;
	}

.sales {
	font-size: 9pt;
	line-height: 1;
  }

/* element styles */


.content {
margin: 90px 5% 0 5%;
	padding-top: 10px;
	font-size: 11pt;
	line-height: 1.5;
	font-family: arial;
	text-align: justify;
	}
	
.content p {
    font-size: 12pt;
	  font-family: arial;
    }

.rightbox {
	float : right;
	width : 25%;
	padding: 1em;
	font-size: 10pt;
	}



		

  	
.img { 
	clear:none; 
	padding-top: 10px; 
	padding-right: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px;
 	} 
 
.caption {
  line-height: 1.1;
	font-size: 8pt;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	}
	



 
#information_header {
	padding-right: 2px;
	text-align: left; 
	font-family: arial;
	border-top: none;
  	border-right: none;
  	border-bottom: #000000 1px solid;
  	border-left: #000000 1px solid;
  	background-color: #669933;
  	font-family: Arial;
  	font-size: 12pt;
  	vertical-align: bottom;
	}
	

 
.pagetitle {
 	padding-left: 210px;
 	margin-right: 5%;
 	text-align: justify;
 }
 
.underline {
	text-decoration: underline;
	}	
				
.nursery_note{
	font-size: 9pt;
	font-family: Arial;
	line-height: 1;
	text-align: justify;
	}
	
.nursery{
	font-size: 11pt;
	font-family: Arial;
	line-height: 1.1;
	text-align: justify;
	}
	
.list {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11pt;
	line-height: 1.2;
	font-family: arial;
	}	

/* link, visited, hover, active (be sure to keep it in this order!) in CSS */

a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #990066;
}


/* Begin top navigation bar information */

div.welcome_bar ul {
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
color: #000;
background-color: #999;
}

div.welcome_bar li { 
	display: inline;
	font-family: verdana; 
	font-size: 8pt;
	font-weight: bold;

}

div.welcome_bar li a
{
float: left;
color: #000;
background-color: #999;
padding: 0.2em 0.5em;
text-decoration: none;
border-right: 1px solid #fff;
height: 35px;
}

div.welcome_bar li a:hover
{
background-color: #ccc;
color: #000;
}

div.welcome_bar {
	position: absolute;
	top: 55px;
	left: 0px;
	height: 35px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #fff;	
}

/* End top navigation bar information */

/* Begin header info */
div.header {
	height:	55px;
	background-color: #003366;
	position: absolute; 
	top: 0px; 
	left: 0px;
  width: 100%;
  z-index: 0;
}

div.title {
	z-index: 1;
	position: absolute;
	top: .7em;
	left: 1em;
		color:						#fff;
	font-size:					16pt;
	font-weight: 			bold;
		font-family:			Arial;
}

div.date {
	z-index: 1;
	position: absolute;
	top: 1.4em;
	right: 1em;
		color:						#fff;
	font-size:				10pt;
	font-family:			Arial;
}

/* End header info */


/* Defines the dimensions of the pages */
body {
	border:						0;
	background-color:			#fff;
	color:						#000;
	margin:						0;
	padding:					0;
}

/*  end defining page dimensions */