/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

/* ----------container to center the layout-------------- */
#container {
	width: 960px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8ecc2;
}

/* ----------banner for logo-------------- */
#head {
	padding: 0px;
	margin: 0px;
	padding-top:10px;
	background-color:#fff;
	height:70px;
}


/* -----------------content--------------------- */
#content {
	background-color: #fff;
	width:790px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
	float:left;
}
/*


/* -----------------text content--------------------- */

#contentText {
	background-color: #fff;
	width:750px;
	padding: 20px;
	margin-left: 0px;
	margin-right: 0px;
	position:relative;
	float:left;
}

div#contentText { 
	position:relative;
	min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
}

/* --------------left navi------------- */
#left {
	clear:both;
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	height:500px;
	position:relative;
	background:url(/images/global/globalBKG.jpg) no-repeat;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 5px;
	text-align: right; 
	background-color:#fff;
}

/* -----------index layout--------------------------- */


#secondary {
	float:left;
	margin-top:10px;
	height:280px;
	width:960px;
}

#infoBoxPress {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/press_articles.jpg);
	background-repeat:no-repeat;
}

#infoBoxTherapist {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/find_therapist.jpg);
	background-repeat:no-repeat;
}
#infoBoxPolitical {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/political_action.jpg);
	background-repeat:no-repeat;
}
#infoBoxContactus {
	float:left;
	width:240px;
	height:280px;
	background-image:url(../images/contact_us.jpg);
	background-repeat:no-repeat;
}

#infoBox_data {
	float:left;
	margin-top:25px;
	padding:10px;
	width:218px;
	height:235px;
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #ebebeb;
	border-left:1px solid #b8b8b8;
}


/* -----------javascript styles--------------------------- */

.collapsible {
	display: none; /* Only important part */
}


/* -----------notes--------------------------- */


.error {
	color: #FFFFFF;
	background-color: #CC0000;
	margin:2px;
	padding:1px;
}


/* -----------styles--------------------------- */
a:link{
	color:#005494;
	text-decoration:none;
}
a:visited{
	color:#005494;
	text-decoration:none;
}
a:hover{
	color:#005494;
	text-decoration:underline;
} 
 
.content p {
	margin:0 0 10px;
	padding:0px;
}
.crumbs{
	position:relative;
	float:left;
	background-color:#ecd673;
	padding:2px 2px 2px 22px;
	width:766px;
	color:#005494;
}

/* -----------form styles--------------------------- */

.submit {
	background-color:#e88e23;
	border:0px;
	color:#fff;
}

input {
	border:1px #999999 solid;
}

/* -----------footer styles--------------------------- */
 
.footer {
	color:#c2c2c2;
	font-weight:bold;
	font-size:10px;
}
 
.footer a:link{
	color:#005494;
	text-decoration:none;
	font-size:10px;
	text-transform:capitalize;
}

.footer a:visited{
	color:#005494;
	text-decoration:none;
	font-size:10px;
	text-transform:capitalize;
}
 
.footer a:hover{
	color:#005494;
	text-decoration:underline;
	font-size:10px;
	text-transform:capitalize;
}

/* -----------footer styles--------------------------- */

.search1 td{
	background-color: #E9E9E9;
}
.search2 td{
	background-color: #fff;
}

.search {
	background:#FFF;
	text-align:right;
	margin-top:5px;
}


/* --------------Left Side Menu styles ----------- */

#left ul{
    margin:0;
    padding:0;
    list-style-type:none;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

#left li{
    height:12px;
    padding-bottom:10px;
    padding-left:24px;
    padding-top:15px;
}

#left li:hover{
    background:url(/images/global/yellow-hover-effect.png) no-repeat;
}

#left a:hover{
    text-decoration:none;
}

#left a,  #left a:visited{
    color:#15538C;
}

.morePatient{
    padding-left:23px;
    padding-top:10px;
    width:130px;
    font-family:Arial;
}

.morePatient a{
    color:#15538C !important;
    font-weight:bold;
    padding-right:20px;
    padding-top:10px;
    background:url("/images/global/question_blue_orange.gif") no-repeat scroll right bottom transparent;
}

.morePatient a:hover{
    background:url(/images/global/question_white_orange.gif) no-repeat scroll right bottom transparent;
    color:#FFF !important;
}

.selected{
     background:url(/images/global/yellow-hover-effect.png) no-repeat;
     _background:none;
}

/* ----------------Sitemap Style------------------------ */
.sitemap{
    line-height:20px;
}

