/* Start of CMSMS style sheet 'Herb Faire - Secondary Pages' */
/* basic elements */
body
{ 
	margin: 0px; 
	background-color: #C4D5A9;
}
p, li
{ 
	font: 15px Baskerville, Garamond, Georgia, Times, serif; 
	margin-top: 0px; 
	text-align: left;
	color: #272727;
}
h3
{ 
	font: 18px Baskerville, Garamond, Georgia, Times, serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #6B8E00;
}
h2 {
   font-family: Helvetica;
   font-weight: normal;
   color: #6B8E00;
}
a:link 
{ 
	text-decoration: underline; 
	color: #382605;
}
a:visited 
{ 
	text-decoration: underline; 
	color: #382605;
}
a:hover, a:active 
{ 
	text-decoration: none; 
	color: #6B8E00;
}

p.note
{
	font-size: 12px;
}

/* specific divs */
#pagewrapper
{ 
	background-color: #C4D5A9;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}


#pageHeader 
{ 
	display: block;
	background-image: url(uploads/images/content_top_banner2.jpg) ;
	background-repeat: no-repeat;
	background-color: #006486;
	height: 90px;
}

#pageHeader h1 
{
	padding: 0px;
	margin: 0px;
	/*float: left;*/
	display: none;
}
#pageHeader h2
{
	display: none;
	padding: 25px 25px 0px 0px;
	margin: 0px;
	color: #6B8E00;
	font-style: italic;
	float: right;	
}

#content
{
	margin: 0px;
	/*padding: 0px 50px 10px 175px;	*/
        padding: 0;
	background-color: #E1E9D4;
	min-height: 350px;
	height: 100%;

}

#main img
{
	padding-left: 10px;
}

#main h2
{
	margin: 0;
	padding: 20px 0px 10px 0px;
}

#main h3
{
	font-weight: bold;
	margin: 0;
	padding: 20px 0px 10px 0px;
}
#main h4
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#main p
{
	width: 350px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#main ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#main #vendorTypes
{
    margin: 0 0 10px -20px;
    padding: 0;
}

#main #vendorTypes li
{
	list-style-type: none;
}

#main li
{
	/*list-style-type: none;*/
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#vendorSpecs li
{
	list-style-type: circle;
}
#main table
{
	padding-bottom: 10px;
}
#main td, th
{
	font: 15px Baskerville, Garamond, Georgia, Times, serif; 
	margin-top: 0px; 
	color: Black;
	padding-left: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
}
#main .vendorName
{
	font-weight: normal;	
}
#vendorList
{
	width: 350px;
}
#vendorList li
{
        list-style-type: none;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: solid 1px black;
}

#demonstrations li
{
	padding-top: 15px;
}

div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#menu_vert {
   padding: 0;
   margin: 25px 0 0 0;
}

div#menu_vert ul {
   list-style-type: none;
}

div#menu_vert ul li {
   text-align: left;
   padding: 0;
   margin: 0;
   font-family: Arial;
   font-size: 15px;
   line-height: 25px;
}

div#menu_vert li a {
   color: #6B8E00;
   font-weight: bold;
   text-decoration: none;
}

div#menu_vert li a:hover{
   color: #355E3B;
}

div#menu_vert ul li li {
   font-size: 11px;   
   padding: 0;
   margin-left: -20px;
   text-align: left;
   line-height: 14px;
}

div#menu_vert ul li ul {
   padding 0;
   margin: 5px 0 10px 0;
}

.currentpage h3 {
   font-family: Arial;
   font-weight: bold;
   font-size: 15px;
   margin: 3px 0 0 0;
   padding: 0;
}

div#menu_vert ul li ul li h3 {
   font-size: 11px;
}

#bottomBanner
{
	display: block;
	margin: 0px;
	background: url(uploads/images/lower_banner2.jpg) no-repeat;
	background-color: #006486;
	height: 27px;
}

#footer
{
        float: right;
	margin: 0px;
	padding-right: 25px;
}
#footer p
{
	position: relative;
	text-align: right; 
	top: 7px;
	font-size: 8pt;
	font-family: Lucida, Arial;
	font-weight: bold;
	color: #6B8E00;/*#E5F4F0;*/
	white-space: nowrap;
}

/* Image Gallery */
li.thumb a img
{
	background-color:transparent;
	border:0;
        height: 66px;
}
.albumlist
{
	list-style: none;
}
#main ul.picturelist
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#main ul.picturelist li.thumb
{
	display: inline;
	margin: 0;
	padding: 0 10px 10px 0;
}
/* End of 'Herb Faire - Secondary Pages' */

