@charset "UTF-8";
/* CSS Document */

<style type="text/css>

#wrap {
background:#333333;
}

h1  {
color: #78a22f;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 12pt;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.3;
	background: #c7c2ae;
	}
	

#container {
background:#a08e5c;
width: 900px;
height: 740px;
margin: -8px auto 0px auto;
padding: 0;
border: 0;
border-left: #a08e5c solid 30px;
border-right: #a08e5c solid 30px;
}


#psychiatry {
background:#a08e5c;
height: 45px;
padding: 20px 0px 5px 10px;
clear: both;
border-bottom: solid 2px;
text-align:center;
}


#navigation {
background:#a08e5c;
height: 30px;
padding: 0px 0px 0px 10px;
clear: both;
border-bottom: solid 4px;
}

.nav {
	margin: 0;
	padding: 6px 0 6px 0px;
	height: 15px;
	list-style: none;
	background: transparent;
}
 
.nav li {
width: auto;
display: inline;
float: left;
	padding: 0 125px 0 0px;
	margin: 0;
	height: 15px;
	list-style: none;
	background-repeat: no-repeat;
}

.nav li.forms {
width: auto;
display: inline;
float: left;
	padding: 0 0px 0 0px;
	margin: 0;
	height: 22px;
	list-style: none;
	background-repeat: no-repeat;
}
	

#headernavcontainer 
{
background:#a08e5c;
height: 71px;
padding: 0px 0px 15px 10px;
clear: both;
border-top: #000000 2px solid;
border-bottom: #000000 2px solid;
margin-top: 3px;

}


#headerleft {
height: 45px;
float: left;
width: 625px;
padding: 18px 10px 0px 0px;
}

#headermiddle {
height: 86px;
float: left;
width: 58px;
padding: 0px 0px 0px 0px;
border-left: #000000 1px solid;
border-right: #000000 1px solid;
}

#headerright {
height: 45px;
float: left;
width: 100px;
padding: 12px 10px 20px 10px;

}

#gb {
background:#a08e5c;
color: #a08e5c;
clear: both;
padding: 39px 0 31px 36px;
border-bottom: #000000 solid 2px;
font-size: 8px;
}

#hptext {
background:#a08e5c;
color: #a08e5c;
clear: both;
padding: 15px 0 35px 0px;
}

#content{
background:#a08e5c;
color: #a08e5c;
clear: both;
padding: 15px 0 30px 0px;
}


#columnleft
{
	width: 265px;
	height: 315px;
	padding: 0px 25px 0px 0;
	border-right:  #000000 solid 2px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
}

#columnmid
{
	width: 279px;
	height: 315px;
	padding: 0px 14px 0px 22px;
	border-right:  #000000 solid 2px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
}

#columnright
{
	width: 265px;
	height: 315px;
	padding: 0px 0 0px 25px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.4em;
}

#scroll-pane
{ 
overflow: auto;
background:#a08e5c;
height: 211px;
width: 260px;
padding: 0;
margin: 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 8px;
	background: #a08e5c;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	background: #a08e5c;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background-image: url(images/barbg.gif);
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	height: 8px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 8px;
}

.jspArrow
{
	background: #a08e5c;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 20px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #a08e5c;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}