div.template_pagebottom {
	margin:		   0 auto;
	z-index:	   10;
	padding-bottom:    5px;
	padding-left:      5px;
	padding-top:       137px;
	color:             #4F606A;
	background-color:  #eeeeee;
	background-repeat: repeat-x;
	text-align:        bottom;
	padding-left:      5px;
}
a {
	color: #4F606A;
}
div.path {
    position: relative;
	color: black;
	padding: 10px;
	background-color: #ffffff;
}
div.template_search {
    position: absolute;
    right: 0px;
    top: 0px;
	color: black;
	padding: 10px;
	width: 150px;
}
div.content {
	postion:relative;
	background-color: #ffffff;
	padding: 20px 10px 50px 10px;
	margin: 0;
	color: black;
}
body, td, div {
	font-family: "Verdana", "Arial", sans-serif;
}
body {
	margin:	  0px;
	padding:	 0px;
	background-color: white;
}
table.template {
	width:             100%;
	border-width:      0px;
	border-spacing:    0px;
	border-style:      none;
}
div.template_title_bg {
	background-color:  #eeeeee;
	background-repeat: repeat-x;
	height:		   128px;
	position:          absolute;
	top:               0px;
	left:              1021px;
}
div.template_title_search {
	float:             right;
	margin:            7px;
}
div.template_title {
	position:		absolute;
	margin:		   	0 auto;
	background-image:  url(/resources/images/_theme_0/header_new2.jpg);
    background-color:  #eeeeee;
	background-repeat: no-repeat;
	height:		   199px;
	width:		   1021px;
	z-index:	   10;
	border-left:       	2px #ffe6c1 solid;
	border-right:      	2px #ffe6c1 solid;        
}
div.template_solidaires {
	color:			white;
	font-size:		12px;
	font-weight:	bold;
	position:		absolute;
	right:			4px;
	top:			134px;
}
div.template_content {
	position:       absolute;
	top:			200px;
	width:			1021px;

	border-left:       	2px #ffe6c1 solid;
	border-right:      	2px #ffe6c1 solid;        
}
div.template_menu {
	position: 		   absolute;
	top: 			   153px;
}

/*** ESSENTIAL STYLES ***/
#main-menu, #main-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#main-menu {
	line-height:	1.0;
}
#main-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
#main-menu ul li {
	width:			100%;
}
#main-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#main-menu li {
	float:			left;
	position:		relative;
}
#main-menu a {
	display:		block;
	position:		relative;
}

#main-menu li:hover ul,
#main-menu li.sfHover ul {
	left:			0;
	top:			19px; /* match top ul list item height */
	z-index:		99;
}
ul#main-menu li:hover li ul,
ul#main-menu li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li:hover ul,
ul#main-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#main-menu li li:hover li ul,
ul#main-menu li li.sfHover li ul {
	top:			-999em;
}
ul#main-menu li li li:hover ul,
ul#main-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#main-menu {
	float:			left;
	margin-bottom:	0em;
}
#main-menu a {
	border:			0;
	padding-left: 		.75em;
	padding-right: 		.75em;
	text-decoration:	none;
	line-height:            19px;
}
#main-menu a, #main-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
#main-menu li {
}
#main-menu li li {
	background-color:  #de6e00;
}
#main-menu li li li {
	background-color:  #de6e00;
}
#main-menu li:hover, #main-menu li.sfHover,
#main-menu a:focus, #main-menu a:hover, #main-menu a:active {
	background-color:  #fdb52d;
	color: #000000 !important;
	outline:		0;
}

/*** arrows **/
#main-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#main-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#main-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#main-menu ul a:focus > .sf-sub-indicator,
#main-menu ul a:hover > .sf-sub-indicator,
#main-menu ul a:active > .sf-sub-indicator,
#main-menu ul li:hover > a > .sf-sub-indicator,
#main-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}




/* menu end ***********************************/

div.template {
	margin:		   		0 auto;
	background-repeat: 	no-repeat;
	width:		   		1021px;
	z-index:	   		10;
}

/* page structure ***********************************/

div.template_left_margin {
	position:			absolute;
	width:				200px;
    left:               10px;
    top:                55px;
    z-index:            2;
}
div.template_right_content {
	position:			relative;
	padding-left:       10px;
	margin-left:        210px;
	border-left:        2px #ffe6c1 solid ;
	min-height:         800px;
}

/* FDH Tags ***********************************/

ul.tags {
	list-style-type:	none;
     padding: 			0;
     margin: 			0;
}
ul.tags li {
     font-size: 		12px;
}
ul.tags li a {
     color:             #aaaaaa;
}
ul.tags li.tag_1 {
	font-weight: 		bold;
}
ul.tags li.tag_1 a {
	color: 		        black;
}
ul.tags li img {
	height: 			16px;
	width:              16px;
}

/* Donation button ***********************************/

span.template_button a {
  color:                #AB4800;
  background-color:     #FFB415;
  font-size:            2em;
  padding:              5px 0px;
  margin:               0;
  margin: 				0 auto;
  display:				block;
  text-align:           center;
  -moz-border-radius:   8px; 
  -webkit-border-radius:8px;
}


/* Other styles ***********************************/
img.template_image_float_right {
  float:                right;
  padding:              10px;
}


