@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}


html body {
	/*background:#BFA888  /*#333*/;
	
	/* DESIGN 1 - TEXTURE BLUE BACKGROUND:  background:url(../images/background_img2.gif) top center repeat-y;  BLUE BACKGROUND WITH TEXTURE :    */
	
	
	/* DESIGN 2 - DARK GREY BACKGROUND:  */background: #333;  
	/*background:url(../images/background_img4.gif) top center repeat-y;*/
	

	
	
}



/*-------------------------------------------
*********** CONTAINER ***********************
--------------------------------------------*/

#wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;

	/*DESIGN 3 background:url(../images/background_image_newstyle.gif) repeat-y top center;*/
	
}

#container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	/*padding-left:10px;*/
	height:auto;
	margin-top:0;
    background:#FFF;
	
}


#header {
	width:960px;
	height:145px;
	margin-top:0px;
	/*DESIGN 1 AND DESIGN 2: */background: white; 
	/*DESIGN 3:  background: NO BACKGROUND COLOR */
	
	
	


}

#sitelogo {
	width:960px;
	float: left;
	height:145px;
	/* DESIGN 1 AND DESIGN 2:   background:url(../images/logo_960X200.png) top center no-repeat; */
	/*DESIGN 3/background:#EFEFEB  url(../images/harmony_logo.png) top center no-repeat; */ 
	background: url(../images/logo_890x130.png) top center no-repeat

}








#content {
	width:960px;



}









#footer {
	width:960px;
	clear:both;
	background:#DAD3B8 /*#EFEFEB*/;
	text-align:center;
	padding-top:10px;
	padding-bottom:2px;
	
	
	

}


div#footer p {
	
	
	color:#333;
	font-size:12px;
	font-weight:normal;
	
	
}


div#footer p code a {
	

 text-decoration:none;
 color:black;
	
}

/*top navigation - from the author */
/*Drop-down menu*/



#topmenu {

	white-space:nowrap /*IE hack*/; 
	float:left; 
	width:960px;
	background:#A19372 ; 
	color:rgb(100,100,100);


	} /*Color navigation bar normal mode*/
	
#topmenu ul {
	list-style-type:none;
	}
	
#topmenu ul li {
	float:left; 
	/*z-index:auto; !important /*Non-IE6*/
	/*z-index:1000; /*IE6*/

	margin:0 1px 0 0;
	background:#A1937; 
	list-style-type:none; /*border-right:solid 1px rgb(175,175,175);*/
	}
	
#topmenu ul li a {
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	height:28px; 
	line-height:24px; 
	text-decoration:none; 
	font-weight:bold;
	padding:8px 11px 0 10px; 
	color:black;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	font-size:12px;
	width:138px;
	text-align:center;
	text-transform:uppercase;
	background:transparent url(../images/topmenu_bg_neutral_2.gif) no-repeat top left;  /*hovering backgroudn for a element*/
	 
	}



/*Non-IE6 hovering*/
#topmenu ul li:hover {
	position:relative;

	}

/*Sylvain IE hack*/
#topmenu ul li:hover a {
	color: #FFF;
	background:#796D51 url(../images/topmenu_hovered_bg.gif) top left no-repeat;; 
	text-decoration:none;
	} /*Color main cells hovering mode*/
	
	
	



/*IE6 hovering*/
#topmenu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

#topmenu ul li a:hover {
	position:relative /*Sylvain IE hack*/; 
	/*z-index:1000 Sylvain IE hack*/; 
	text-decoration:none;
	} /*Color main cells hovering mode*/




#topmenu img {
	float:left;
}



/*-------------------------------------------
*********** LEFT NAVIGATION BAR ************
--------------------------------------------*/

div#column_left h3 {

	font-weight:bold;
	padding-left: 5px;
	color:white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-stretch:extra-expanded;
	font-size:18px;
background:url(../images/left_nav_h3_bckimage.gif) no-repeat top left;
	/*background: #B1B19E;*/
	/*background:#E4E4DE*/
	
	text-align:left;
	margin-top:0;
	
	
}

div#column_left h4{
	
	/*background:#CCC;*/
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#333;
	line-height:26px;
	padding-left:5px;
	background:#DAD3B8;
}

div#column_left {
	width:267px;
	float:left;
	/*background:#015FD3; white;#63A1C8; */
	
	/*border-right:#F90 solid 1px;*/
	
	/*background:#F3F3F3;*/

	height:auto;
	margin-top:35px;
	/*border-right:dotted #333 1px;
	border-bottom:dotted #333 1px;
	border-top:dotted #333 1px;
	*/
	
	
	
}

div.leftnav {
	
	background:#E8E4D4  /* url(../images/left_column_bg_image_repeat_y.gif)  repeat-y top left*/;
	margin-bottom:25px;
	/*border-bottom:#59594A solid 1px;*/
	
}


div#column_left ul {
	width:267px;
	
	
}

div#column_left ul li {
	
	list-style-type:none;
	width:267px;
	height:25px;
	
	
}

div#column_left ul li a{
	width:259px;
	text-decoration:none;
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	color:#666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	

	
}

.links {
	margin-bottom: 10px;
}

.links li:hover {
	
	color: #F90;
	
	}

div#column_left ul li a:hover {
	
	
	color:black;
	
}

/*-------------------------------------------
*********** RIGHT NAVIGATION BAR ************
--------------------------------------------*/

#column_right {
	width:670px;
	float:left;
	/*background:#FFF*/
	padding-top:20px;
	padding-left:6px;
	padding-right:10px;
	/*border-left:dotted #999 1px;*/
	margin-left:4px;
	min-height:600px;
	}
	
div#column_right .img_float_left {
	
	float:left;
	border: dotted #A65300 1px;
	margin-right:10px;
	
margin-top:25px;
}

div#column_right p {
	margin-bottom:10px;
	font: 78% georgia, sans-serif;
	line-height: 1.4;
	color:#444; 
	/*text-align:justify;*/
	letter-spacing:1px;
	text-align:justify;
}
	


/* LISTS STYLING */
.default_list_style {
	
	list-style: inside;
	padding-left:2px;
	font: 78% georgia, sans-serif;
	color:#444;
	letter-spacing:1px;
	margin-bottom:10px;
	

}


.default_list_style li {
	line-height: 2;
	
}

.default_list_style li a {
	
 font:inherit;
 text-decoration: underline;
 color:#333;
	
}

.ol_default_list_style {
	
list-style: inside;
	padding-left:2px;
	font: 75% georgia, sans-serif;
	color:#444;
	letter-spacing:1px;
	margin-bottom:10px;
	
}

.ol_default_list_style li {
	
	line-height:2;
}

/*-------------------INLINE ELEMENTS ----------------------------------------------*/
em {
	
	color: #960;
	font-weight: bolder;
	font-size:14px;
}


/********************************** STYLING ABOUTUS.HTML  *********************************
-----------------------------------------------------------------------------------------*/
p{
	margin-bottom: 10px;
}

h3 {
	color:#090;
	margin-top:12px;
	
}


h2 {
	color:#090;
	margin-bottom:12px;
	
}


ol {
	
	list-style:lower-latin;
	padding-left:20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#444;
	font-size:13px;
	margin-bottom:10px;
	
	}
	



.pictured_links {
	text-align:center;
	
	
}


