/*------------------------------------------------------------------
TABLE OF CONTENTS
.................
1. CASE STUDIES
2. CLIENTS
3. CONTACT
4. MISC
------------------------------------------------------------------*/


/*------------------------------------------------------------------
1. CASE STUDIES
------------------------------------------------------------------*/
ul.awards,
ul.external,
ul.download
{
 font-style         : italic;
 padding-bottom     : 5px;
}

ul.awards li
{
 background         : url(standard_bullet.png) no-repeat top left;
 font-style         : normal;
 padding-left       : 15px;
}

ul.external li
{
 background         : url(http://ehfa.ch/index/link_bullet.png) no-repeat top left;
 padding-left       : 15px;
}
ul.download li
{
 background         : url(download_bullet.png) no-repeat top left;
 padding-left       : 15px;
}


/*------------------------------------------------------------------
2. CLIENTS
------------------------------------------------------------------*/
dl.clients dt
{
 float              : left;
}

dl.clients dt img
{  }

dl.clients dd
{
 float              : right;
 width              : 200px;
}

dl.clients dd ul li
{
 background         : url(standard_bullet.png) no-repeat top left;
 font-style         : italic;
 padding-left       : 15px;
}


/*------------------------------------------------------------------
3. CONTACT
------------------------------------------------------------------*/
address
{
 font-style         : normal;
}

dl.contact dt
{
 font-weight        : bold;
}	
dl.contact dd
{
 padding-left	    : 10px;
 margin-bottom	    : 7px;
}


/*------------------------------------------------------------------
4. MISC
------------------------------------------------------------------*/
span.client_name,
span.news_date
{ color              : #b93181; display            : block; font-size          : 1.4em; line-height: 2em; margin-top         : 10px; margin-bottom: 5px; }