/* CSS Document */
/*--pages with pictures */
body {
	margin: 1em 0 0 0;
	padding: 0 0 1em 0;
	text-align: center;
    min-width: 772px;
	background-color: #f2f6fa;
	background-image: url(/images/pix/page-back.gif);
	background-position: top;
	background-repeat: repeat-y;
	color:#000;
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	letter-spacing:1px;
	}

p {
	color:#000000;
	line-height:30px;
	font-size:109%;
	margin:20px 50px 0 0;
	}
	
.interviewee {
	color:#0056A4;
	font-weight:bold;
}

h1 {
	font-size:160%;
	font-weight:bold;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	margin:25px 0 10px 0;	
	color:#003399;
}

h3 {
	font-size: 120%;
	font-weight:normal;
	margin:0 50px 15px 0;	
}

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {font-family: arial, verdana, helvetica, sans-serif;}
	
a:link, a:visited {
	text-decoration:underline;
	color:#0033CC;
}

a:hover {
	text-decoration:underline;
	color:#FF0033;
}


p.link	{margin-bottom:20px;}
	
p.over, p.overTrustee, h3.over, h3.trustee{margin-left:160px;}

h3.trustee{
	padding-bottom:0;
	margin-bottom:0;
}

p.overTrustee {
	margin-top:5px;
	margin-bottom:10px;
}

/*.back{
	font-weight:bold;
	margin-top:100px
	}*/
	
.pr {
	font-weight:bold;
	color:#000;
	}


.highlight, em{
	font-style:normal;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:0px;
}

ul{ 
	list-style:none;
	float:left;
	margin: 10px 15px 30px 10px ;
	padding: 0 10px 0 5px;
}

li {
	list-style-type:circle;
	margin-bottom:7px;
}
/*-----------------------------*/

/*#outer {
	text-align: left;
    width: 772px;
    margin-left: auto;
    margin-right: auto;
}*/

/*img {
	border: 0;
}*/

#wrapper{
	width:750px;
	text-align:left;
	margin:20px auto 20px auto;
	background-color:#fff;
}


div.pageswithpix {
	margin:20px 15px 40px 0;
	clear:both;
	padding-bottom:5px;
}
	

div.image{	
	float:left;
	clear:both;
	width:150px;
	height:150px;
	margin:10px 20px 0 0;
	padding:0;
	background-position:center;
	background-repeat:no-repeat;
	border:#999999 1px solid;
}

/*div.imageBig{	
	float:left;
	clear:both;
	width:150px;
	height:150px;
	margin:10px 0 0 0;
	background-position:center;
	background-repeat:no-repeat;
	/*border:solid 1px #333333;
}*/

div.text{
	text-align:left;
	margin:0 0 40px 10px;
}

div.back, div.info {
	margin:0 50px 70px 0;
	padding-top:20px;
	clear:left;
}

div.back {padding-top:0;}

div.info{margin-bottom:10px;}
	
div.contact{
	text-align:left;
	clear:left;
	width:600px;
	height:auto;
	margin:5px 5px 5px 100px;
}
	
span.address, span.tel, span.fax, span.email, span.emailJob, span.web, span.minicom, span.info, span.word, span.rich-text, span.pdf, span.video, h3.video, span.link, span.smallLink, span.back, span.top	{
	/*display:block;*/
	/*display:inline;*/
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:5px 0 5px 40px;
	/*clear:left;*/
	}
span.link {
	background-image:url(/images/icons/link-icon.gif);
	margin-left:0;
	margin-bottom:8px;
	margin-top:0;
}

/*span.back {
	padding-left:65px;
}*/

span.top {padding-top:15px; padding-left:30px;}

span.top a:link, span.top a:visited {color:#333333;}

span.address	{background-image:url(/images/icons/letter.gif);}
	
span.tel	{background-image:url(/images/icons/phone.gif);}
	
span.fax	{background-image:url(/images/icons/fax.gif);}
	
span.email	{background-image:url(/images/icons/email.gif);}
	
span.web	{background-image:url(/images/icons/website.gif);}
	
span.minicom	{background-image:url(/images/icons/minicom.gif);}
	
span.info	{background-image:url(/images/icons/information.gif);}		

span.word	{background-image:url(/images/icons/word-icon.gif);}

span.pdf	{background-image:url(/images/icons/pdf-icon.gif);}

span.rich-text	{background-image:url(/images/icons/rich-text-icon.gif);}

span.video, h3.video	{background-image:url(/images/icons/video-icon.gif);}


span.smallLink	{
	background-image:url(/images/icons/link-list.gif);
	margin-top:0px;
	margin-bottom:10px;
	padding-left:20px;
	}
	
span.back {background-image:url(/pwp/images/icon-back.gif);}

span.top {background-image:url(/pwp/images/icon-top.gif);}

@media print	{
div.pageswithpix { clear:left; border-top:1px solid #ccc; }
div.back { display:none; }
div.text { 	margin-top:10px; }
}

/* clear*/

div.clearAll	{clear:left;}

	
