/* CSS Document */
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.1%;
	color: #250066;
	background-color: #FFFBE5;
}
/* *** font-size is in percent, line height is in ems*** */
p {
	font-size: 100%;
	color: #250066;
	line-height: 1.5em;
	margin: 0em;
	padding: 0px;
}
/* CSS Selectors for the structure of document */

/* *** head of page *** */
div#header {
	position:relative;
	margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	clear: both;
	left: 0px;
	top: 0px;
	height: 130px;
	}

/* *** main nav buttons *** */
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 150px;
	width: 150px;
}
#banner {
	height: 150px;
	width: 1450px;
	position: absolute;
	left: 150px;
	top: 0px;
}
/* *** left column *** */
div#nav {
	position: absolute;
	top: 142px;
	margin: 0px;
	left: 0px;
	z-index: 1;
	padding: 0px;
	width: 150px;
}
/* *** wrapper includes content only *** */
div#wrapper {
	margin: 0px;
	padding: 0px;
	position: relative;
	max-width: 1000px;
	min-width: 700px;
	width: auto;
	top: 0px;
	height: auto;
	left: 0px;
}
/* *** content styling *** */
#content {
	margin: 20px 50px 1em 154px;
	padding: 0 0.75em 2em;
	clear: none;
	position: relative;
	border-left: 1px solid #F6B534;
}
/* *** bottom footer *** */
#footer {
	margin-bottom: 1em;
	clear: both;
	float: none;
	margin-top: 1em;
	margin-right: 120px;
	margin-left: 120px;
}

/* *** redefining html tags - links *** */
a:link {
	color: #990066;
	text-decoration: underline;
}
a:visited {
	color: #660066;
	text-decoration: underline;
}
a:hover {
	color: #F5B63A;
	text-decoration: underline;
}
a:active {
	color: #B74C65;
}

/* *** redefining html tags - headers *** */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990033;
	letter-spacing: 0.03em;
	line-height: 1.3em;
	margin-top: 1.2em;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 105%;
}
h3 {
	font-size: 100%;
	font-style: italic;
}
h4, h5, h6 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #146650;
	line-height: 1.4em;
	margin-top: 1em;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 80%;
}
h6 {
	font-size: 80%;
	font-style: italic;
}
#content p {
	font-size: 88%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* *** LISTS (see home page, December meetings *** */
			  
 /* *** regular styling has disc */

ul {
	margin-top: 6px;
	padding-left: 16px;
	font-size: 88%;
}

ul li {
	line-height: 1.5em;
	list-style-type: disc;
	padding-top: 2px;
	padding-bottom: 3px;
}

ul li a:link {
	color: #250066;
	text-decoration: underline;
}
ul li a:visited {
	color: #660066;
	text-decoration: underline;
}
ul li a:hover {
	color: #F5B63A;
	text-decoration: underline;
}
ul li a:active {
	color: #B74C65;
}
	
 /* *** for Home page, Holiday meetings, etc */

ul.list_floral {
	margin-top: 8px;
	padding-left: 22px;
}

ul.list_floral li {
	line-height: 1.5em;
	padding-top: 2px;
	list-style-image: url(../graphics/floral_dingbat_trans.png); 
	padding-bottom: 3px;
}


/* *** plain styling for Green Sheet & Past Meetings lists, no bullet, smaller text, note ID is on main div, not each UL */

div#list_plain  {
	margin-top: 10px;
}

div#list_plain ul  {
	font-size: 76%;
	margin: 0;
	padding: 0px 0px 0px 10px;
}
div#list_plain ul li {
	line-height: 1.4em;
	margin: 0px;
	list-style-type: none;
	padding: 6px 0px 0px 0px;
}

	

/* *** styling main left nav bar list*** */
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	font-size: 75%;
	letter-spacing: 0.03em;
}
/* *** margin 0 is for Opera only*** */
#nav ul li {
	margin: 0;
	padding: 0;
}
#nav ul li a {
	display: block;
	color: #660066;foru
	list-style-type: none;
	text-decoration: none;
	width: 123px;
	padding: 0px 0px 1px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DB5E8D;
	background-color: #FFE2A6;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

/* declarations to style the hover and current page */
#nav ul li a:hover {
	background-color: #F6B733; /* dark gold */
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #CA617D;
}
#nav ul li a:visited {
	color: #864E54;
}
#nav ul li a:active {
	color: #C56293;
}

/* adds focus to current nav list item - based on file names, alpha order */
body#aboutus #t-aboutus a, 
body#awardsbanquet #t-awardsbanquet a, 
body#contactus #t-contactus a, 
body#green-sheets #t-green-sheets a, 
body#index #t-index a,
body#links #t-links a,
body#meetings #t-meetings a,
body#membership #t-membership a,
body#newsletter #t-newsletter a, 
body#plantforum #t-plantforum a,
body#publications #t-publications a,
body#sharing-secrets #t-sharing-secrets a {
	color: #fffae5; /* from SCHS text in banner */
	background-color: #ad4e62; /* from dark pink in banner */
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #F6B733; /* dark gold */
}



	
/* *** styling archive list, in Meetings Template only * inside wrapper div after #contents *** */
div#archive {
	position: absolute;	
	top: 520px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 133px;
}
#archive h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	padding: 4px 0px 4px 10px;
	color: #AE0033;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #AE0033;
	border-bottom-width: 1px;
	border-bottom-color: #AE0033;
}
#archive p {
	font-size: 80%;
	padding: 0px 0px 1px 10px;
}
#archive ul {
	font-size: 70%;
	line-height: 1.3em;
	margin: 0;
	padding-left: 10px;
}
#archive ul li {
	margin: 0;
	list-style-type: none;
	padding-top: 6px;
}
#archive ul li a {
	color: #146650;
}
	
	
/* *** styling footer copy *** */
#footer p {
	font-size: 75%;
	text-align: center;
	color: #250066;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* *** misc classes*** */
.fontsize75pc {
	font-size: 75%;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nomargins {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.smallmargintop {
	margin-top: 4px;
}
.SpaceB4_10px {
	padding-top: 10px;
}


/* *** styling images *** */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.imgborderonly {
	border: 2px solid #F6B534;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.imgfloatrighthead {
	border: 2px solid #F6B534;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 8px;
}
.imgfloatright {
	border: 2px solid #F6B534;
	float: right;
	margin-top: 5px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 0px;
}
.imgfloatleft {
	border: 2px solid #F6B534;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgfloatlefthead {
	border: 2px solid #F6B534;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.imgfloatleftclear {
	border: 2px solid #F6B534;
	float: left;
	clear: both;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.rule_yellow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6B534;
	line-height: 1em;
}
.rule_green {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #507E6B;
	line-height: 1em;
}
.ruleabove_green_clear {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #507E6B;
	padding-top: 16px;
	clear: both;
	margin-top: 24px;
}
.sans_bold {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
}

.highlight {
	color: #903 !important;
}

div.clearboth { /* assign class to div to clear a float */
	clear: both;
	height: 0px;
    font-size: 1px;
    line-height: 0px;
}
#clearboth { /* USE CLASS on div, NOT ID */
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.clearboth { 
	clear: both;
}

.captionbox {
	float: right;
	margin: 0 0 10px 10px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #F6B534;
	width: 320px;
	height: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 66%;
	font-style: normal;
	text-align: center;
	line-height: 1.3em;
 }
div.captionbox img {
	border: 1px solid #250066;
	margin-bottom: 6px;
}
.caption {
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 66%;
	line-height: 1.3em;
}

/* *** google search box on Green Sheet Pg *** */

div#search {
	width: 290px;
	float: right;
	padding: 0px 0px 10px 12px;
}
