* {
		margin: 0;
		padding: 0;
		}

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

#wrapper {
		margin: 0 auto;
		background-color: #ffffff;
		}



/*placing the header banner*/
#head {
		}

#head h1 {
        	font: bold 1.4em Arial, Helvetica, sans-serif;
		}

#head a {
		display: none;
		}

#head p {
		display: none;
		}

/*placing the navigation bar*/

#navigation {
		font: bold 1.2em Arial, Helvetica, sans-serif;
		line-height: 1.4em;
		list-style-type: square;
		}

/*#navigation, #navigation ul {
        	float: left;
        	text-align: left;
        	display: inline;
        	}

#navigation {
		margin-top: 0.5em;
		margin-bottom: 2em;
		}

#navigation li {
        	float: left;
		display: inline;
		font: bold 1.2em Arial, Helvetica, sans-serif;
		line-height: 1.9em;
		height: 2em;
		margin-right: 0.5em;
		padding-left: 0.2em;
		}

#navigation ul li ul li{
        	margin-left: 1em;
        	float: left;
		}

#navigation ul li ul li a{
		font: bold 0.8em Arial, Helvetica, sans-serif;
		line-height: 1em;
		display: block;
        	}


#navigation ul li ul li ul{
        	display: block;
        	height: 0em;
        	}

#navigation ul li ul li ul li{
        	margin-left: 2em;
        	}

#navigation ul li ul li ul li a{
		font: bold 0.6em Arial, Helvetica, sans-serif;
		line-height: 0.8em;
        	}*/

.skip {		
		font: bold 1.2em Arial, Helvetica, sans-serif;
        	}

/*placing the maincontent*/
#maincontent {
		float: left;
		font: 1.1em/1.4em Verdana, Arial, sans-serif;
		line-height: 1.6em;
		display: inline;
		background-color: #ffffff;
    		}

#maincontent p {
		text-align: justify;
		}

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

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

#map {
        	width: 50em;
        	height: 36em;
		display: inline;
		float: left;
		margin-top: 1.5em;
		margin-left: 2.5em;
		margin-right: 1em;
		font: 1em/1.4em Verdana, Arial, sans-serif;
		z-index: 1;
		}

#news	{
		float: left;
		display: inline;
		background: none;
		}

#news p {
		font: 1em Verdana, Arial, sans-serif;
		line-height: 1.2em;
		width: 16.6em;
		padding: 0.5em;
		background-color: #ffffff;
		margin-bottom: 1em;
		border: 0.2em solid #743700;
		}

#comments	{
		display: none;
		}

#comments p {
		display: none;
		}


#footer { 
		background: none;
		margin-top: 1em;
		}

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

a:visited {
		color: #771177;
		}

/*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-image: none;
		}

#maincontent.psychological {
		background-image: none;		
		}
		
#maincontent.group {
		background-image: none;
		}

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


#directions {
		width: 18em;
		display: inline;
		float: left;
		margin-top: 1.5em;
		margin-left: 0.5em;
		margin-right: 1em;
		font: 1.1em Verdana, Arial, sans-serif;
		}

#panel {
		width: 19.5em;
		display: inline;
		float: left;
		margin-top: 1em;
		margin-left: 0.5em;
		font: 1em Verdana, sans-serif;
		}

.mobi 		{
		font: bold 1.2em Arial, Helvetica, sans-serif;
		line-height: 1.4em;
		}
		
			



		

	
