/* --------------------------------------
   this CSS page controls the all the txt in this site http://familyservies.org including general and custom txt classes. */

/* all font-families used, and other info on the body */
body 
{
	font-size: 62.5%;
	font-family: Tahoma, Geneva, Sans-serif;
	border:0px;
	background-color:#999999;	
	margin-top:0px;
	margin:0 50 50 0; 
	padding:0px;
	text-align:center;
}
	
img {
	border:none;
	margin-top: 0px;
}
	
	
#siteWrapperCenter {
	width:671px;
	margin:0px auto;
	margin-top:0px;
	text-align:left;
	padding:0 15 0 15;
}

#siteWrapper {
	background-image:url(../images/globalBackgroundShadow.png);
	background-repeat: repeat-y;
}


/* Site Wrapper DIV END Buttom page*/
#siteWrapperEND {
	width: auto;
	height: 15px;	
}




/* all <p> <ul> <li> settings */
p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #FFFFFF;
	background-color: transparent;
}

#jobOpportunityTxt p {
color:#000;
font-size:1em;
}

/* no dote on left side of Liste */
ul.none {  
	list-style-type: none;
}


/* dote on left side of Liste - Global */
ul {
	font-size: 1.1em;
	line-height: 1.5em;
	color:#FFFFFF;
	margin-left: 20px;
	text-decoration: none;
	list-style-type: none;
}

.ulOnRightSide {
	color:#FFFFFF;
	text-indent: 200px;
	margin-top: -16px;
	text-decoration: none;
	list-style-type: none;
	line-height: 1.2;
}




ul ul li{
	line-height: 1.5em;
	font-size: 0.98em;  /* firerFox */
	*font-size: .9em;  /* ie fix   */	
	margin-left: -25px;	
}
 
 
/* Secondary UL class in Content / secondaryContainer */
.secondaryListClass  {
	font-size: 1.1em;
	line-height: 1.5em;
	list-style-type: disk;
	list-style-type:disc;
	margin-left: -30px;
	_margin-left: 15px; /*ie 6 hack */

}



/* no dote on left side of Liste */


h1 { 
}

h2 { 
}

h3 { 
}

h4  {
font-size:0.97em;
font-weight: bold;
}

h5 {
font-size:0.9em;
color:#000000;
}
