@charset "utf-8";
/* CSS Document */

#wrapper {
	margin:0px auto 0px auto;
	width:789px;
	background-color:white;
	overflow:hidden;
}

#wrapper_header {
	position:relative;
	height:135px;
	background-image:url(../../_sharedimg/top_menu_bg.jpg)
}

#wrapper_header img {float:left;}


#wrapper_body {
	float:left;
	width:789px;
	padding:0px;
}

#wrapper_header a
{
	position:absolute;
	top:94px;
	display:block;
	margin:0px;
	padding:0px;
	height:41px;
	text-decoration:none;
	left: 0;
}


#wrapper_header a img
{
	position:absolute;
	top:0px;
	display:block;
	margin:0px;
	padding:0px;
	height:41px;
	text-decoration:none;
}

/* --- TOP MENU Navigation ---*/

#about {left:0px;}
#spirituality {left:105px;}
#canossianlife {left:234px; }
#vocations {left:364px; }
#news {left:465px; }
#contact {left:598px; }
#links {left:709px; }



#wrapper_footer {
	clear:both;
	padding:10px 5px 0px 10px;
	height:50px;
	width:789px;
	overflow:hidden;
	background-color: #bb4d1d;
}

#wrapper_footer ul {
	margin:0px 0px 0px 14px;
	padding:0px;
	list-style-type:none;
}

#wrapper_footer li {
	display:inline;
	font-size:0.9em;
	color:#a0a878;
}

#wrapper_footer a {
	color:#F2F2F2;
}

/*content page*/
#pod_menu {
	float:left;
	width:231px;
	height:175px;
}

#pod_menu_text {
	padding: 5px 5px 5px 5px;
}

#pod_menu_header {
	background-image:url(../../_sharedimg/menu_heading.gif);
	width:231px;
	height:74px;
	background-repeat:no-repeat;
}
#pod_menu_box {
	background-image:url(../../_sharedimg/menu_bg.gif);
	width:231px;
	background-repeat:repeat-y;
}
#pod_menu_box_footer {
	background-image:url(../../_sharedimg/menu_footer.jpg);
	width:231px;
	height:10px;
	background-repeat:no-repeat;
}

#pod_content {
	float:right;
	margin: 0px;
	width:558px;
	padding:0;
}
#pod_content_text {
	padding: 20px 25px 10px 10px;
}

#pod_content_nomenu {
	margin: 0px;
	padding:0;
}
#pod_content_text_nomenu {
	padding: 20px 25px 20px 20px;
}

/* ----- Section Navigation Styles ----- */

#section_navigation {
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


#section_navigation li {
	height:24px;  
}

#section_navigation > li {height:auto; min-height:30px; }

#section_navigation li a {
	display:block;
	padding:5px 0px 8px 18px;
	color:#F2F2F2;
	font-weight:bold;
	font-size:11px;
	background-image:url(../../_sharedimg/dot.gif);
	background-repeat:no-repeat;
	height:15px;
	
}

#section_navigation > li a {height:auto; min-height:15px; }

#section_navigation li a:hover, #section_navigation li a.selected {
	color:#e3a52a;
	background-image:url(../../_sharedimg/dot_hover.gif);
}

#section_navigation ul {
  margin:0px 0px 0px 0px;
  padding:6px 0px 6px 0px;
  list-style-type:none;
}


#section_navigation ul li {background:none; height:11px; line-height:11px; padding-bottom:0px; }
#section_navigation li > ul li {min-height:11px; height:auto; }
#section_navigation ul li a {font-weight:normal; background:none; }
#section_navigation ul li a:hover {background:none; }
