/* CSS Document */

/* HISOTY */
.history
{
	width:35%;
	max-width:200px;
	text-align:left;
	
	padding:0em 2em 0 4em;
}

/* NEWS */
.news
{
	width:75%;
	2padding-top:2em;
}
.news ul
{
	list-style-type: none;
	/*padding-left: 2px;
	padding-bottom: 0.6em;*/

	margin:0 0 1.1em 0;
	padding:0;
}
.news li
{
	list-style-type: none;
	margin: 1.1em 0 0 0;
	padding: 0;
}
.news .newsArchive
{
	padding-top:1.5em;
	padding-right:1.5em;
	text-align:right;
}


/* MEDICAL OPINION */
.medicalOpinion
{
	padding:3em 0em 3em 2em;
}
h2
{
	font-size:1.7em;
}
h3
{
	font-size:1.5em;
	font-weight:normal;
}
.medicalOpinion h2
{
	text-align:left;
}

.medicalOpinionPic
{
	vertical-align:top;
	padding-right:1em;
}
.opinion
{
	padding-right:2em;
}
.sign
{
	float:right;
	vertical-align:top;
	text-align:right;
}
.author
{
	padding-top:1.5em;
	text-align:left;
	color:#999999;
}

/* PUBLICATIONS */
.publications
{
}
.publications .onePublication .img
{
	float:left;
	vertical-align:top;
	padding:0.3em 1.7em 1em 0;
	
	/*border:#E1DBC1 solid 1px;*/
}
.publications .onePublication div
{
	ffloat:left;
}
.allPublications
{
	padding-top:1.5em;
	padding-right:1.5em;
	padding-bottom:0;
	text-align:right;
}
.greyLine
{
	width:50%;
	height:1px;
	background-color:#CCCCCC;
}

/* PROMOTION */
.promo
{
	padding-bottom:3em;
	padding-top:0em;
}


.beigeBlock
{
	/*width:60%;*/
	background:url('/i/index/bottom-line.gif') #F9F7ED repeat-x bottom;
}
.beigeBlock div
{
	background:url('/i/index/top-line.gif') repeat-x top;
}
.beigeBlock div div
{
	background:url('/i/index/right-line.gif') repeat-y right;
}
.beigeBlock div div div
{
	background:url('/i/index/bottom-right-angle.gif') no-repeat bottom right;
}
.beigeBlock div div div div
{
	padding:1em 1em 1em 2em;
	background:url('/i/index/top-right-angle.gif') no-repeat top right;
}
