/* general formatting */

/*+++++++++++++++++*/



* {

	margin: 0px;

	padding: 0px;

}



body {

	font-family: "Trebuchet MS", sans-serif;

	font-size:12px;

}



a {

	text-decoration: none;

	color: #4E4138;;

}



a:hover {

	color: #F44003;

}



a img {

	border-width: 0px;

}



h2 {

	font-size:18px;

	padding-bottom: 2px;

	padding-top: 10px;

	clear: both;

}



h3 {

	font-size:16px;

	padding-bottom: 2px;

	padding-top: 8px;

	clear: both;

}



h4 {

	padding-top: 6px;

	padding-bottom: 2px;

	font-size: 14px;

}



ul, ol {

	padding-bottom: 10px;

	padding-top: 8px;

	padding-left: 25px;

}



li {

	padding-bottom: 4px;

}



.underline, h4 {

	background: url(images/underline.png) no-repeat left bottom;

}



h5 {

	font-size: 1.0em;

}



p {

	padding-bottom: 10px;

	padding-top: 8px;

}



table {

	border-collapse:collapse;

	border-color:gray;

}



td {

	padding: 2px;

}



th {

	padding: 5px;

	padding-left: 2px;

	text-align: left;

}



textarea {

	font-family: "Trebuchet MS", sans-serif;

	font-size:12px;

}



.details {

	text-decoration: underline;

	font-size: 0.9em;

	color: #4E4138;

	float: right;

}



.details:hover {

	color: #F44003;

}



.left {

	float: left;

	padding-right: 10px;

	padding-bottom: 10px;

}



.error {

	background-color: #AA2222;

	color:white;

	font-weight: bold;

	padding: 5px;

	margin: 15px;

}



.note {

	background-color: white;

	color:black;

	padding: 5px;

	margin: 15px;

	padding-bottom: 25px;

	padding-top: 25px;

}



/* row */



.row {

	padding-bottom: 7px;

	display: table;

}



/* link list */



ul.linklist {

	padding: 0px;

}



ul.linklist li {

	display: inline;

	padding: 0px;

	padding-right: 10px;

}



ul.linklist2 {

	padding-bottom: 0px;

}



ul.linklist2 li {

	padding-bottom: 0px;

}



/* search */



.search div {

	display: inline;

}



.search input.submit {

	width: 28px;

	height: 24px;

	padding-top: 0px;

    margin-left:4px;

	background: url(images/search_right.jpg);

    position:relative;

    top:-1px;

}



.search input {

	font-size: 10px;

	color: #222222;

	height: 17px;

	padding-left: 8px;

	padding-top: 3px;

    padding-bottom:2px;

	background-color: #eaebeb;

    border:1px solid #000000;

}



/* box */



.box {

	float: left;

	width: 273px;

	height: 183px;

	padding-top: 5px;

	padding-bottom: 5px;

	padding-left: 20px;

	padding-right: 20px;

	background: url(images/emptybox.jpg) no-repeat;

	font-family: Arial, "Trebuchet MS", sans-serif;

}



.box h3 {

	color: #4E4138;

	font-size: 16px;

}



.box a {

	color: black;

}



.brown a {

	color: #000000;

}



.brown {

	background: url(images/emptybox.jpg) no-repeat;

	color: #000000;

}



.brown h3  {

	color: #000000;

}



/* round box */



.roundbox {



	display: table;

	color: white;

	width: 309px;

	background: url(images/roundbox_middle.jpg) #33322E repeat-x;

	background-position: 0px 10px;

}



.roundbox h3 {

	padding-top: 0px;

	padding-bottom: 10px;

	padding-left: 20px;

}

.roundbox h3 A{

	padding-top: 0px;

	padding-bottom: 10px;

	padding-left: 20px;

	color:#fff;

}

.roundbox h3 A:hover{

	padding-top: 0px;

	padding-bottom: 10px;

	padding-left: 20px;

	text-decoration:underline;

}



.roundbox .border_top {

	background: url(images/roundbox_top.jpg) no-repeat;

	height: 11px;

}



.roundbox .border_bottom {

	background: url(images/roundbox_bottom.jpg) no-repeat;

	height: 10px;

	clear: both;

}



/* photo */



.photo {

	float: left;

	padding-left: 17px;

	padding-right: 17px;

	padding-top: 10px;

	padding-bottom: 10px;

}



.photo div {

	width: 100px;

	text-align: center;

}



/* cell */



.cell {

	float: left;

	width: 270px;

	padding-top: 5px;

	padding-left: 20px;

	padding-right: 18px;

	padding-bottom: 5px;

}



.cell img {

	padding: 3px;

}



.first {

	background: url(images/vertical.png) right repeat-y;

}



.first p{width:100%;margin:5px 0;padding:0;}

.seperator {

	clear: both;

	border-bottom: 1px dashed #A9A49E;

	padding-top: 10px;

	margin-bottom: 10px;

}



/* top */



#outer_top {

	background: url(images/topbg2.jpg) repeat-x;

	height: 174px;

}



#top {

	width: 948px;

	height: 174px;

	color: #000000;

	margin: 0 auto;

}



#outer_top.logo #top {

	background: url(images/moscow.jpg) no-repeat right;

	height: 261px;

}



#outer_top.logo {

	background: url(images/topbg.jpg) repeat-x;

	height: 261px;

}



#top_logo {

	float: left;

	padding-top: 12px;

	padding-bottom: 57px;

}



#top_nav {

	background: url(images/moscow_top.jpg) no-repeat;

	background-position: 252px 53px;

	text-align: right;

	float: right;

	padding-left: 0px;

	padding-top: 12px;

	padding-right: 8px;

}



#top_nav .search {

	padding-top: 7px;

}



#top a {

	color: #000000;

}



#top a:hover {

	color: #E2DBC8;

}



#top_clinics {

	padding-top: 5px;

	clear: both;

	width: 520px;

	_width: 550px;

	font-size: 1.1em;

    color:white !important;

}



#top_clinics .linklist li {

	font-size: 0.9em;

	padding-right: 5px;

    color:#white !important;

}





/* right navigation */



#right_navigation {

	width: 200px;

	background: url(images/navbg.gif) repeat-y;

	float: right;

	color: white;

	display: table;

	font-size: 1.1em;

}



#inner_nav {

	padding: 2px;

	padding-top: 6px;

}



#right_navigation .top_border{

	width: 200px;

	height: 4px;

	background: url(images/navtop.gif) no-repeat;

}



#right_navigation .bottom_border{

	width: 200px;

	height: 4px;

	background: url(images/navbottom.gif) no-repeat;

}



#inner_nav .big {

	border-style: none;

	background: #40acd8;

	padding-left: 12px;

	font-weight: bold;

}



#inner_nav div {

	border-bottom: 1px solid #67bde0;

	padding-top: 3px;

	padding-bottom: 3px;

	padding-left: 20px;

	padding-right: 10px;

}



#inner_nav a {

	color: white;

}



#inner_nav a:hover, #inner_nav a.current {

	color: #E2DBC8;

}



#contentUSAPrac {

	font-size: 13px;

	float: left;

	width: 1200px;

	padding-left: 0px;
}


#content {

	font-size: 13px;

	float: left;

	width: 600px;

	padding-left: 80px;

}



#content img {

	vertical-align: bottom;

}



/* main */



#outer_main {

	background-color: #ffffff;

	min-height:600px;

}



#main {

	padding-top: 7px;

	clear: both;

	width: 948px;

	margin: 0 auto;

	display: table;
	overflow:hidden;
}



/* inner main */



#inner_main {

	float: left;

	width: 618px;

	padding-left: 10px;

}



/* bottom */



#outer_bottom {

	background: url(images/bottombg.jpg) repeat-x;

	height: 91px;

}



#bottom {

	clear: both;

	color: white;

	width: 948px;

	padding-top: 20px;

	text-align: center;

	margin: 0 auto;

}



#bottom a {

	color: white;

}



#bottom a:hover {

	color: #E2DBC8;

}



#bottom div {

	padding-top: 15px;

}



#bottom a {

	color: white;

}

 .booklist
{
	font:11px "trebuchet MS", arial;
	padding:0px;
	list-style:none;
	margin:0px;
	background:#8D7E5F;
}
 .booklist li a
{
	padding:5px;
	display:block;
	text-decoration:none;
	color:#fff;
	background:#63bcdf;
	margin:1px 0px;
}
 .booklist li a
{
	background:#63bcdf;
	text-decoration:none;
	display:block;
	margin:1px 0px;
}
.booklist a:hover
{
	color:#194639;
}

.booklist li a:link, .booklist li a:visited {
    color:white !important;
    text-decoration:none !important;
}
.booklist li a:hover {
    color:#194639 !important;
    text-decoration:none !important;
    background-color:#BFAD83 !important;
}

#top_clinics .linklist li a {
    color:white !important;
}

#bluebox {
    width:310px;
    height:109px;
    background:url(images/bluebox.jpg) no-repeat;
    margin-bottom:10px;
}

#bluebox h3 {
    color:white;
    margin-left:10px;
    margin-bottom:20px;
}

#bluebox p {
    margin-left:20px !important;
}

.leftcolumn {
    width:309px;
    float:left;
}

.h3bg {
    width:272px;
    height:23px;
    background:url(images/h3bg.jpg) no-repeat;
    color:white !important;
    padding-left:15px;
}

.h3bg a {
    color:white !important;
    size:13px !important;
}

.paperlinks {
    width:300px;
    background-color:#85B0C4;
    color:white !important;
}

.paperlinks li {
    border-bottom:1px solid #40ACD8;
}

.paperlinks li a {
    color:white !important;
}

.paperlinks li a:hover {
    color:#D4DBC8 !important;
}

#interviews {
    width:224px;
    height:84px;
    background:url(images/interviews.jpg) no-repeat;
    padding-left:86px;
    padding-top:23px;
    margin-top:10px;
}

#interviews h3 a {
    text-align:left;
    color:#000000 !important;
}

#interviews h3 a:hover {
    color:#488ecb !important;
}

#contact_practitioner {

    width:200px;
    height:215px;
    padding-top:15px;
    background-image:url(images/contactbox.jpg) !important;

    color:#000000;
}

#contact_practitioner h2 {
    margin-top:0px !important;
    margin-left:5px !important;
    text-align:left !important;
    color:#ffffff !important;
    font-family:Trebuchet MS, Arial !important;
    font-size:14px !important;
    font-weight:bold !important;
}

#login {
    background-color:#D1E3EA;
    border:2px solid #257B9D;
    padding:10px;
    width:160px;
    height:120px;
}