/*** Main section formats ***/
  body {
	margin: 0pt;
	padding: 0pt;
	left: 0pt;
	font-family: verdana,arial,helvetica,sans-serif;
	color: black;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(images/bg2.jpg);
}
address:after{
/* \40 is a character entity for the '@' symbol */
content: "<president\40heritagesaskatoon.ca>";
}

/*** Left menu formats ***/

  #left-menu { 
  	width:100px;
	padding:1px;
	float:left;
	list-style-type:none;
	text-align:center;
	position: absolute;
    top: 20px;
	padding-top: 130px;
    }
	#left-menu ul {
	list-style-type: none;
	list-style-image : none;
} 
.menu ul {
	list-style-type: none;
} 
.menu li {margin-bottom: 5px;}


.menu a {
	margin: 0 2px;
	width: 120px;
	height: 50px;
	display: block;
	text-align: center;
	border: 1px solid Black;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background: #b8a898;
	font-size: 12px;}
		 
.menu a:hover {
     background: #ccc;
     border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
	 
/*** main formats ***/
 #main-title {
	height: 100px;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 10px;
	background-image: url(images/headerback2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

#main-text { margin: 40px 220px 20px 190px;
z-index: 2;}

#main-text h1 {
	font: bold 20px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #628A9C;
	border-bottom: 1px dotted #628A9C;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
}

#main-text p {
	font-size:9pt;
	line-height:1.6em;
	padding-bottom: .2em;
	text-align: left;
}

#main-text h3 {
		font: bold 20px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	COLOR: #B67938;
	margin-bottom: .8em;
	font-weight: bolder;

}
#main-text h4 {
	font-size: 9pt;
	line-height: 9pt;
	padding-bottom: -15px;
	text-align: left;
	font-weight: bold;
	height: 3px;
}

#main-text ul, li {
	font-size:9pt;
	line-height:1.6em;
	padding-bottom: .2em;
	text-align: left;
}

#maintext img{
	border: 4px solid #DDDDDD;
	margin: 0em 1em 0.3em 0.2em;
	padding: 1px;
	background: #FFFFFF;
}


.right_articles {
		border: 1px solid #eee;
		padding: 8px;	
		margin: 0 0 10px 0;
	}

.right_articles:hover {
		border: 1px solid #ccc;
	}

.image {
	float: left;
	margin: 0 9px 2px 0;
}
.image_right {
	float: right;
	margin: 0 9px 2px 0;
}	 
.image_centered {
	margin: 0 auto 0 auto;
}
	 
.centered {
	text-align: center;
}


 
/*** Right column formats ***/

  #right-column { 
    margin: 5px 5px 5px;
    position: absolute;
    top: 140px;
    right: 0pt;
    width: 180px;
    padding-top: 0px;
    padding-bottom: 5px;
visibility: visible;
}

#right-column p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	padding: 5px 0 5px 15px;
	background-color: #FFEAD5;
}

#right-column strong { 
	color: #B9793B;
	font-size: 9pt;
	border-bottom: 4px solid #b8a898;
	display: block;
	width: 180px;
	margin-bottom:-10px;  }

#right-column ul {
	margin:0 0 40px 0;
	padding:0;
}

#right-column ul li {
	margin:0;
	padding:0;
	border-bottom:1px solid #b8a898;
	list-style-type:none;
}

#right-column ul li a {
	display:block;
	width:180px;
	line-height:18px;
	padding:2px 2px 2px 10px;
	background:#fff;
	color:#1000a5;
	font-size:8pt;
	text-decoration:none;
}

#right-column ul li a:hover {
	color:#fff;
	background:#c5b3a5;
}	

/*** Organization column formats ***/

.org_articles_out {
		border: 0px;
		padding: 2px 12px 2px 12px;	
		margin: 0 0 15px 0;
	}
	
 .org_articles {
		border: 1px solid #eee;
		padding: 2px 12px 2px 12px;	
		margin: 0 0 15px 0;
	}

.org_articles:hover {
		border: 1px solid #ccc;
	}
	

	
/*** Main section formats ***/

#footer {
	clear:both;
	height:30px;
	padding:10px 0 10px 0;
	background:#ffead5;
	border-bottom:5px solid #b8a898;
	border-top:1px solid #000;
	text-align:center;
	color: #B8860B;
	font-size:9pt;
	line-height:30px;
	font-weight : bold;
}
  #footer a:link, #footer a:visited {
	color: #B8860B;
	text-decoration: none;
}
  #footer a:hover {
	color: Blue;
	text-decoration: underline;
}