/**************************************/
/* g4l.css for Gardens 4 Living       */
/**************************************/

body {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 2em;
	font-size: 90%;
	color: #000000;
	overflow: inherit;
	display: table-cell;
	}
h2 {
	font-size: 1.15em;
	color: #000000	}
h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 1.15em;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 155px;
	}
h4 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 1.15em;
	margin-left: 250px;
	}

a:link, a:visited, a:hover {
	color: #009933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


ul{
 list-style-type: square;
 margin-right: 100px;

}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Verdana,sans-serif;
 color: #334d55;
}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 150px;
	margin-right: 200px;
	background-color: #009933;
}

#globalNav{
	color: #009933;
	border-bottom: 3px solid #009933;
	border-top: 3px solid #009933;
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
	margin-top: 5px;
	margin-left: 150px;
	margin-right: 200px;
	text-align:right;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#title{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 155px;
	font-size: 18px;
	padding-top: 2px;
}
#content{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 95%;
	margin-left: 200px;
	margin-right: 250px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: justify;
	padding: 0px 0px 0px 5px;
	line-height: 1.5em;
	margin-top: -15px;
	}

#globalNav img{
 display: block;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-bottom: 3px solid #FFFFFF;
	border-top: 3px solid #FFFFFF;
	font-size: 75%;
	color: #000000;
	padding: 0px 0px 0px 5px;
	margin: 0px auto 0 auto;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 10px;
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
