* {
		margin: 0;
		padding: 0;
		}

body {
		width: 100%;
		background-color: #ffffff;
		font-size: 62.5%;
		height: 100%;
		}

#wrapper {
		margin: 0 auto;
		background-color: #ffffff;
		max-width: 75em;
		min-height: 0em !important;
		}
#wrapper .group {
        height: 0em;
        }

#wrapper.alternative {
        height: 0em;
        }

#wrapper.map {
        height: 0em;
        }

#wrapper.news1 {
        height: 0em;
        }

#wrapper.psychological1 {
        height: 0em;
        }

#wrapper.services {
        height: 0em;
        }

#wrapper.training {
        height: 0em;
        }

#wrapper.volunteer  {
        height: 0em;
      }


/*placing the header banner*/
#head { 
		left: 0em;
		top: 0em;
		margin-bottom: 0.6em;
		background-color: #ffffff;
		border-left: none;
		border-right: none;
		border-top: none;
		}

#head h1 {
        font: bold 2em Georgia, Times, serif;
		margin-left: 0em;
		height: 0em;		 		
		}

#head a {
		background: none;
		text-decoration: none;
		display: block;
		height: 3em;
		width: 70em;
		}
#head p {
        font: 1.1em Georgia, Times, serif;
		margin-left: 0em;
		height: 0em;
		}

/*placing the navigation bar*/
#navigation {
		margin-top: 0.5em;
		visibility: hidden;
		height: 3em;
		}


/*placing the maincontent*/
#maincontent {
		
		float: none;
		font: 1.2em Georgia, Times, serif;
		line-height: 1.6em;
		display: block;
		width: 50em;
		background-color: #ffffff;
		background: none;
      		margin-left: 1em;
    		}

#maincontent p {
		margin-top: 0.7em;
		text-align: justify;
		}

#maincontent .first {
		margin-top: 0em;
		}

#maincontent h3 {
		font-weight: bold;
		margin-top: 1em;
        }

#maincontent ul {
        text-align: justify;
        list-style: square;
        list-style-position: inside;
        }

#map {
        width: 50em;
        height: 36em;
		display: inline;
		float: left;
		margin-top: 1.5em;
		margin-left: 2.5em;
		margin-right: 1em;
		font: 1.2em Georgia, Times, serif;
		z-index: 1;
		}

#news	{
		float: left;
		display: inline;
		width: 30em;
		height: 5em;
		background: none;
		margin-left: 1em;
		margin-top: 1em;
		}

#news p {
		font: 1.1em Georgia, Times, serif;
		line-height: 1.2em;
		width: 16em;
		padding: 0.5em;
		padding-right: 3em;
		background-color: #ffffff;
		margin-bottom: 1em;
		margin-left: 0.5em;
		border: 0.2em solid #000000;
		}

#comments	{
		float: left;
		display: none;
		width: 18em;
		height: 45em;
		background: none;
		margin-left:0.5em;
		}

#comments p {
		font: 1.1em Verdana, Arial, sans-serif;
		font-style: italic;
		line-height: 1.8em;
		width: 16.6em;
		padding: 0.5em;
		margin-bottom: 1em;
		text-align: left;
		}


#footer { 
		font: 1.1em Verdana, Arial, sans-serif;
		background: none;
		display: block;
		float: right;
		margin-top: 4em;
		width: 100%;
		height: 0em;
		margin-bottom: 0em;
		}

#footer p {
		margin-left: 5em;
		margin-top: 1em;
		}

#footer a {
        	margin: 0em;
        	float: left;
        	}

#footer img {
        	border: none;
       		margin: 0em;
        	float: left;
		}

/*Set up how hyperlinks will be presented to the user*/
a:hover {
		color: #000000;
		}

a:visited {
		color: #000000;
		}

/*set different background images for the maincontent section based on the page being viewed*/

#maincontent.services {
		background: none;
		}

#maincontent.about-us {
		background: none;
		}

#maincontent.mapText {
		background-image: none;
		}
		
#maincontent.home {
	    background: none;
		}

#maincontent.psychological {
		background: none;
		}
		
#maincontent.group {
		background: none;
		width: 0px;
		height: 0px;
		}

#maincontent.alternate {
		background: none;
		}
		
#maincontent.volunteer {
		background: none;
		}
		
#maincontent.training {
		background: none;
		}

#panel {
        display: none;
        }

#directions {
        display: none;
        }
	



		

	
