html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, li, 
fieldset, form, label, legend,
table, caption, body, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 1.4em;
	font-color: #666;
	margin: 0;
	outline: 0;
	padding: 0;

}


a:link {color:#666; text-decoration:none;}      /* unvisited link */
a:visited {color:#666; text-decoration:none;}  /* visited link */
a:hover { border-bottom: 1px solid #a1e459;}  /* mouse over link */
a:active {color:#666; text-decoration:none;}  /* selected link */

a.button1:link {color:white;text-decoration:none;}


body, input, textarea {
	color: #666;

}

/* Reset body padding and margins */
body { margin:0; padding:0; }
 
/* Make Header Sticky */
#header_container { background:#ffffff; height:123px; left:0; position:fixed; width:100%; top:0; }
#header{ line-height:123x; margin:0 auto; width:1000px; text-align:center; }
#menuon{ border-bottom: 1px solid #a1e459; }
/* CSS for the content of page. I am giving top and bottom padding of 80px to make sure the header and footer do not overlap the content.*/
#container { margin:0 auto; overflow:auto; padding:93px 0; width:1000px; }
#content{ text-align:justify; }
 
#textcontent { margin-top: 210px; /*push/pull it up/down */
    margin-left: 250px; /* push/pull it right/left */
	width: 650px;
	}
#people-content { margin-top: 210px; /*push/pull it up/down */
    margin-left: 200px; /* push/pull it right/left */
	border-left: 1px solid #d4d4d4;
	padding-left: 9px;
	width: 790px;
	}
	
#people-title { 
	color: #a1e459; font-weight: bold; bottom:0;
	}

	
#textwelcome { margin-top: 210px; /*push/pull it up/down */
    margin-left: 250px; /* push/pull it right/left */
	width: 750px;
	}
/* Make Footer Sticky */
#footer_container { background:#ffffff; bottom:0; height:40px; left:0; position:fixed; width:100%; vertical-align:bottom; }
#footer { font-size: 11px; line-height:20px; margin:0 auto; width:1000px; text-align:center; border-bottom: 1px solid #a1e459;  border-top: 1px solid #a1e459 }

#practicecontent { margin-top: 210px; /*push/pull it up/down */
    margin-left: 410px; /* push/pull it right/left */
	width: 590px;
	}
	
#nav { position: fixed;  margin-top: 0px; /*push/pull it up/down */
    margin-left: 0px; /* push/pull it right/left */
	width: 210px; }

#nav-practice { position: fixed;  margin-top: 210px; /*push/pull it up/down */
    margin-left: 180px; /* push/pull it right/left */
	width: 200px;
	font-size: 12px;
	line-height: 1.2em;
	}
	
	
#people-nav { position: fixed; margin-top: 220px; /*push/pull it up/down */
    margin-left: 200px; /* push/pull it right/left */
	width: 250px;
	}

	h3{ position:relative; }
h3 span{ position:absolute; top:-300px;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}

.radial-gradient {
  width: 750px;
  height: 120px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
background: radial-gradient(
  circle at 100%,
  #e7ffc5,
  #f8f9f9 100%,
  #f8f9f9 75%,
  #f8f9f9 75%
);  
}

.button {
  align-items: center;
  background-color: #2ea44f;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  line-height: 10px;
  max-width: 480px;
  min-height: 25px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;

  vertical-align: middle;
}