/* CSS */

/* Floral */
#gallery table {
	border:none;
	background-color:#fff;
	}
#gallery tr td {
	border:none;
	background-color:#fff;
	}

/* Ag Foundation specific CSS */
/* Used to create the boxes around the leftbar and righbar
   content areas */
.box_rightbar { 
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	}
.box_leftbar { 
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	}

/*End box style*/
/* Used for positioning images and content */
/* positions an image or paragraph to the right */
.right, #content img.right { 
	float:right;
	}
#content img.right { /* adjusts margin for right aligned image */
	margin-right: 0; margin-left: 10px;
	}
.left, #content img.left { /* positions an image or paragraph to the left */
	float: left;
	}
#content img.nofloat { /* image will stand alone with no content wrapping around it */
	float: none;
	}	
#content img.left, #content img.nofloat { /* adjusts margin for left aligned and nofloat images */
	margin-left: 0;
	}
#content img.left { /* adds margin to the right side of left aligned images */
	margin-right: 10px;
	}
#content img.center { /* centers an image in its container */
    display: block;
	margin-left: auto;
	margin-right: auto;
	}
/* End content positioning */

/* Used for FAQs page & Staff page.
   toplinks is used for the links at the top of the page,
   pagelinks are the container for each faq question or 
   staff bio, topofpage is used for the link that brings
   the user to the top of the page. */
#toplinks li {  padding-bottom: 5px; }
#pagelinks ul li { list-style:none; }
#pagelinks .title { 
	font-size: 85%;
	color: #000;
	font-weight: bold;
	margin-top:20px;
	}
#content a.topofpage { 
	float:right; 
	background-repeat: no-repeat; 
	padding: 0 0 5px 15px; 
	font-size: 85%;
	color:#069;
	margin-bottom:20px;
	}
#content a:visited.topofpage {
	color:#069;
	}
/* End toplinks/pagelinks */

/* Used for smaller text such as a footnote or the caption for a photo 
   or a side note */
#footnote, .caption, .caption a, .note, #back a {
	font-size: 85%;
	}
/* End footnote, caption */

/* End site specific CSS */
