<style type="text/css">

/*

Style Sheet for Ernestine's Women's Shelter website
Designed by Image Mine Inc.
March/April 2007
http://www.imagemine.ca
Site Maintained by Frame Time Inc
www.frametime.ca
All content Copyright © 2007 Ernestine's Women's Shelter

*/

null {
	/* does absolutely nothing */
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
}

* {
	/* reset things */
	padding:0;
	margin:0;
}

body {
	/*font-family:Arial, Helvetica, Sans-serif;*/ 
	background-color:#FFFFFF;
	
	SCROLLBAR-FACE-COLOR: #A9C399;
	
	SCROLLBAR-HIGHLIGHT-COLOR: #A9C399;
	SCROLLBAR-3DLIGHT-COLOR: #A9C399;
	
	SCROLLBAR-SHADOW-COLOR: #A9C399;
	SCROLLBAR-DARKSHADOW-COLOR: #A9C399;
	
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
}

p.HiddenMessage { 
	visibility: hidden;
	font-size:10px;
}



/*wrapper*/		
#wrapper 	{
			width: 800px;
			margin: 0 auto 0 auto;
			padding: 0 16px 0 0px;
			}
			/*main body text and nav bars fixed*/	
			



p {
	/*margin-left: .05in;
	margin-right: .05in;    */
	font-size:11pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	margin: 0 4px 8px 104px; /* top right bottom left */
	padding: 0 4px 0 6px;
	line-height: 15pt;
	color:#000000;
}

td.grn {
	font-size:8pt;
	padding: 4px 8px 4px 0px;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	background-color: #A9C399;
	color: #29570D;
}

td.list {
	font-size:9.5pt;
	margin: 0.2em;
	padding: 0.2em;
/*	margin: 3px 5px 5px 3px;
	padding: 3px 5px 5px 3px;*/
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	line-height: 11pt;
	color: #000000;
}

a.internal {
	color: #3F6068;
	text-decoration: underline;
}

a.internal:hover {
	color: #2F4881;
	text-decoration: none;
}

/* regular links, just in case... */ 
a {
	color: #36536F;
	text-decoration: underline;
}

a:hover {
	color: #156863;
	text-decoration: none;
}

.inspire {
	border: 0;
	margin: 0;
	padding: 0 0 0 104px;
	background-color: #9CB28C;
	display: block;
	
/* float: left doesn't put a newline at the end!  no good!
height and width here resize the image!  no good! */
}

h1 {
	font-size:15pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	margin: 3px 4px 8px 104px; /* top right bottom left */
	padding: 2px 4px 0 6px;
	line-height: 17pt;
	font-weight: bold;
	/*color:#9CB28C;*/
	color:#6F8E59;
}

h2 {
	font-size:13pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	margin: 3px 4px 8px 118px; /* top right bottom left */
	padding: 2px 4px 0 6px;
	line-height: 15pt;
	font-weight: bold;
	color:#6F8E59;
}

h3 {
	font-size:11pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	margin: 3px 4px 8px 104px; /* top right bottom left */
	padding: 2px 4px 0 6px;
	line-height: 12pt;
	font-weight: bold;
	color:#6F8E59;
}

P.im {
	font-size:8pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	padding: 2px 6px 2px 0px;
	font-weight: normal;
	text-align: right;
	color:#000000;
}



ul.unorlist {
	list-style-type: disc;
	list-style-position: outside;
	margin: -6px 4px 8px 22px; /* top right bottom left */
	padding: 0 4px 0 0px;
}

ol.orlist {
	list-style-type: decimal;
	list-style-position: outside;
	margin: -6px 4px 8px 26px; /* top right bottom left */
	padding: 0 4px 0 0px;
}

li.main {
	font-size:11pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	margin: 0 4px 8px 104px; /* top right bottom left */
	padding-left: 0.4em; /* indent spacing after bullet, before text */
	line-height: 15pt;
	color:#000000;
}

blockquote {
	font-size:11pt;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	margin: 0 44px 8px 150px; /* top right bottom left */
	padding: 0 4px 0 6px;
	line-height: 13pt;
	color:#000000;
}






/* very top bar with important/high-priority links */
#navVIP ul {
	padding: 0 0 3px 3px;
	margin: 0 0 0 0px;
	list-style-type: none;
	background-color: #9CB28C;
	color: #ffffff;
	float: right;
	/*width: 100%;*/
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	font-size: 12.5pt;
	font-weight: bold;
}

#navVIP ul li {
	display: inline;
	/* padding: 2px 6px 2px 6px; */
}

#navVIP ul li a {
	padding: 2px 6px 2px 6px; /* internal padding */
	background-color: #484848;
	/*background-color: #9CB28C;*/
	color: #b3b3b3;
	text-decoration: none;
	border: 2px #9CB28C solid;
	float: left;
}

#navVIP ul li a:hover {
	background-color: #000000;
	/*border: 2px #A9C399 solid;*/
	color: #d8d8d8;
}

#navVIP ul li a#current {
	background-color: #9CB28C;
	color: #666666;
}







/* main menu bar with standard page links */
#navMain ul {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	list-style-type: none;
	background-color: #E5EDE0;
	color: #000000;
	float: left;
	width: 100%;
	height: 19pt; /*22px; */
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}

#navMain ul li { display: inline; }

#navMain ul li a {
	padding: 3px 6px 3px 6px;
	background-color: #E5EDE0;
	color: #000000;
	text-decoration: none;
	float: left;
}

#navMain ul li a:hover {
	background-color: #CEDDC4;
	color: #000000;
}

#navMain ul li a#current {
	background-color: #CEDDC4;
	color: #555555;
}





/* Submenu bar with standard page links */

#navSub {
	width: 100px;
	height: 100%;
	float: left;
}

#navSub ul {
	padding: 0 0 8px 0px;
	margin: 0 0 0 0px;
	list-style-type: none;
	background-color: #E5EDE0;
	color: #000000;
	width: 100px;
	font-family: Myriad Web, Myriad, Myriad Pro, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	font-weight: normal;
}
/*
#navSub ul li { 
	list-style: none;
	list-style-type: none;
}*/
/*	margin: 3px 6px 3px 6px;
	display: block;*/

#navSub a {
	display: block;
	padding: 3px 6px 3px 6px;
	background-color: #E5EDE0;
	width: 88px;
	color: #000000;
	text-decoration: none;
	/*float: left;*/
}

#navSub a:hover {
	background-color: #CEDDC4;
	color: #000000;
}

#navSub a#current {
	background-color: #CEDDC4;
	color: #555555;
}

#navSub a.uwma {
	/* special placement for United Way logo */
	display: block;
	padding: 16px 2px 0px 0px;
	background-color: #E5EDE0;
	width: 88px;
	color: #000000;
	text-decoration: none;
}


</style>
