* {
	margin:0;
	padding:0;
	}
 html 
 {
	 background: #fff url(images/bg.gif) repeat;
	 height: 100%;	
	 }

body {
	padding: 0;
	font: normal 80%/1.4  verdana, arial, sans-serif; 
	height: 100%;
	margin: 2em 0;
}

body > #container {height: auto; min-height: 100%;}

img {border: 0 none;}

/*CONTAINER*/

#container {
	height: 100%;
	margin: 0 auto;
	max-width: 95%;
	position:relative;
	border: 1px solid #922;
	background: #fff url(images/newgrad.jpg) repeat-y;
	}

/*HEADER*/
	
#header
{
width: 100%;
background:#fff;
font-family: georgia, "times new roman",serif;
height: 220px;
background-color: #fff;
color: #000; 
background-image: url(images/newgrad.jpg);
background-repeat: repeat-y;
overflow: hidden;
}

#header img
{
	float: left;
	width:288px;
	height: 200px;
	margin: 10px  0 0 10px;
}

#header h1 {font-size: 3em;text-align: right; margin: 0; padding:1.5em  1em 0 0;}
#header h2 {font-size: 1.2em;text-align: right; margin: 0; padding: 1em 3em 0 0;}	

	
/*NAV*/

.nav {
   height: 1.75em;
   width: 100%;
   font-size: 1.1em;
   font-weight: bold;
   background: #dba;
   height: 35px;
   padding-top: .6em;
   text-align: center; 
   border-top: 1px solid #922;
   border-bottom:1px solid #922;
}

.nav ul {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}
	 
.nav li {
	 list-style-type: none;
	 display: inline;
	 border-right: 1px solid #922;
	 padding:  0 10px 0 10px;
 }
	
.nav li a { 
	text-decoration: none;
   	color: #000;
   	background:  #dba; 
  
}

.nav li a:visited {
	color:#000;
	background-color: #dba; 
}
.nav li a:hover {
	
	color: #fff;
	background-color: #dba; 
}

.nav li  span{color: #922; font-weight: bold;}

/*MAIN*/

#main {

	width: 100%;
	overflow:hidden;
	color: #000;
	position: relative;
	text-align: left;	
	background: #fff url(images/newgrad.jpg) repeat-y;
	padding-bottom: 25px; /* must be same height as the footer */	
}

#main:after
  {
   display:block;
    content: " ";
    height:0;
    clear:both;
}

#publications #main #box p {clear: both;}

#floatimgleft
   {
	   float: left;
	   text-align: left;
	   width:20%;
	   margin-top: 2em;
	   margin-right: 0;
	   margin-bottom: 0;
	   margin-left: 1em;
	   padding: 0.5em;
	   border: 0.1em solid #fff;
	   display: inline;
	   background: #dba;
   }  
#floatimgleft p span {color: #922;}
#floatimgleft img { width: 70px; height: 100px; border: none; }

.caption {font-size: 0.8em; font-style: italic; text-align: left;}

#floatimgleft p {margin-top: 1em; margin-left: 0.5em;padding: 0.3em; text-align: left;}
#floatimgleft p span {font-style: italic; font-size: 0.9em;}
#floatimgleft p  a:link {color:#922;font-weight: bold;}
#floatimgleft p a:visited {text-decoration: underline; color: #922; font-weight: bold;}  
#floatimgleft p a:hover {text-decoration: underline; color: #fff;font-weight: bold;}

#box
{
	width: 70%;
	height: 100%;
	float: right;
	background: transparent;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px; /* must be same height as the footer */	
}

#box p {margin-top: 1em; margin-left: 1em;margin-right: 2em;padding: 0.3em; text-align: left;}
#box p span {font-weight: bold; color: #922;}
	
#box:after
  {
    display:block;
    content: " ";
    height:0;
    clear:both;
}

#box  h1 {
	font-size: 1.5em;
	background: transparent;
	color: #000;
	padding: 4em 0 0 2em; 
	text-align: left;
	font-weight: bold;
	text-align: left;
}
#box h2
{
	font-size: 2em;
	background: transparent;
	color: #922;
	font-weight: bold;
	padding: 1em 0 0 0;
	margin-bottom: 10px;
	text-align: left;
}

#box h3
{
	font-size: 1.1em;
	background: transparent;
	color: #000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

#box h4
{
	font-size: 1em;
	background: transparent;
	color: #000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}
#gardens #box  h4{color: green;}
#links #box  h4{color: green;}
#thankyou #box h4 {margin-top: 10em;}
#plants #box  h4{color: green;}

.imagebox img {width: 230px; float: left; }

#box p a:link {color:#922;font-weight: bold;}
#box p a:visited {text-decoration: underline; color: #922; font-weight: bold;}  
#box p a:hover {text-decoration: underline; color: #fff;font-weight: bold;}


#index #box a:visited {text-decoration: none; color: #922; font-weight: bold;}  
#index #box a:hover {text-decoration: none; color: #fff; background-color: #dba;font-weight: bold;}
#clubinfo #box a:link {color:#922;font-weight: bold;text-decoration: underline;}
#clubinfo #box a:visited {text-decoration: underline; color: #922; font-weight: bold;}  
#clubinfo #box a:hover {text-decoration: underline; color: #000; background-color: transparent;font-weight: bold;}
#walks #box  p a:hover {text-decoration: underline; color: #000; background-color: transparent;font-weight: bold;}

#links a.page:link { color: #000;font-weight: bold; }
#links #box  p a:hover {text-decoration: underline; color: #000; background-color: transparent;font-weight: bold;}

#leftbox
{
	width: 25%;
	float: left;
	margin: 1em 0 1em 1em;
	text-align: left;
	background:#dba;
	border: 1px solid #fff;
}

#leftbox p {margin-top: 1em; margin-left: 0.5em;padding: 0.3em; text-align: left;}
#leftbox p span {font-style: italic; font-size: 0.9em;}
#leftbox p  a:link {color:#922;font-weight: bold;}
#leftbox p a:visited {text-decoration: underline; color: #922; font-weight: bold;}  
#leftbox p a:hover {text-decoration: underline; color: #fff;font-weight: bold;}

#index #leftbox {margin: 1em 0 1em 1em;}

.rightbox
{
	width: 40%;
	float: right;
	margin: 1em;
	text-align: left;
	background: #dba;
	border: 1px solid #922;
}
.rightbox img {float: right; width: 300px;padding: 1em;}
.rightbox ul {padding: 1em 1em 1em 3em; }

.fullbox
{
	width: 100%;
	float: left;
	margin: 1em;
	text-align: left;
	background: #dba;
	border: 1px solid #922;
}
#plants .fullbox {margin: 0 0 1em 0;}	
ul.navbar
{
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left:0;
	font: bold 12px verdana, sans-serif;
	background: #fdd;
	width: 11em;
	border: 1px solid  #fff;
}

ul.navbar li
{
	list-style-type: none;
	margin:  0;
	border-top: 1px solid #fff;
	text-align: left; 
}
ul.navbar li a
{
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #dba;
	background: #fff;
	text-decoration:  none;
}

ul.navbar li a:link {color: #000;}
ul.navbar li a:visited {color: #000; }
ul.navbar li a:hover {border-color: #922; color: #922; background: #dba;}


a.page:link { color: #922;font-weight: bold; }
a.page:visited {color: #922; font-weight: bold;} 
a.page:hover {text-decoration:none;  color: #fff; background-color: transparent;font-weight: bold;}

.caption  {font-size: 0.8em; font-style: italic; padding: 0 0 1em 0;}

ul.main
{
	padding: 0 0 0 3em;
	margin:0;
	font-weight: normal;
}

ul.main li
{
	list-style-type: none;
	margin:  0;
	text-align: left; 
	line-height: 1.5em;
	padding: 0.5em;
	list-style-type: disc;
}


 /*FORM*/
 
form {
	color:#000;
	font-size:1em;
	font-weight:bold;
	margin-top: 2em;
	margin-left:1em;
	width:90%;
	float: right;
	background: transparent;
}

fieldset {
	border: 0 none;
	margin-bottom:1em;
	line-height:1em;
	padding:.5em;
	background-color:transparent;
}

fieldset legend {
	color:#000;
	font-weight:bold;
	margin-top: 2em;
	padding:0;
	line-height: 1.5em;
}

fieldset p {
	margin:.25em 0;
	min-height:1.5em;
}

fieldset p label {
	display:block;
	width:13em;
	min-width:13em;
	float:left;
}

input,select,textarea{vertical-align:bottom; }

input.button {
	font-size:.9em;
	padding:.3em;
	background-color:#fff;
	color:#000;
	border:0.2em outset #2a2a7e;
}

.banner
{
	width: 100%;
	position: relative;
}
.banner img {width: 100%; float: left;}

/*FOOTER*/

#footer {
	position: relative;
	clear:both;
	max-width: 95%;
	margin: 0 auto;
	color: #000;
	background-color: #fff;
	background-image: url(images/newgrad.jpg);
	background-repeat: repeat-y;
	overflow: hidden;	
	padding:0.5em 0;
	text-align:right;
	font-size: 80%;
	height: 25px;
	margin-top: -25px; /* negative value of footer height */
	border: 1px solid #922;
}

#footer a { font-weight:bold;color:#000; text-decoration: none;}
#footer a:hover { background:#fff;color:#000; }
#footer p {padding-right: 5px;}
#footer p.span {text-align: left;}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
