/*
CSS Credit: http://www.depression.com/
*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e4e4e;
	background: #FFFFFF;
	background-image:url(images/bodybg.png);
}

a:link, a:visited { color: #1103D5; text-decoration: none; font-size:14px;} 

a:active, a:hover { color: #38afc8; text-decoration: underline}

h1 {
    color: #2093FF;
    font-size: 24px;
    font-weight: bold;
   
}
h2 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.83em 0;
	color: #2093FF;
}

h3 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin: 0 0 5px 0;
	padding: 2px 0;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

p {
	
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

.cleaner {
	font-size: 1px;
	height: 1px;
}


li  {
font:bold 12px Tahoma;
color:#004999;
line-height:1.8em;
}

li a, a:link, a:active, a:visited {
font:bold 12px Tahoma;
color:#004999;
line-height:1.8em;
}

li a:hover { 
color: #cde5ff; 
}

.main{
width:400px;}

/* ----- Form ----- */

form{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
}

frameset {
	margin-bottom: 25px;
}

.form_row{
	margin-bottom: 10px;
}


label {
	margin-right: 10px;
}

input{
	width: 150px;
	height: 18px;
}

.button{
	width: 60px;
	height: 25px;
}

select {
	height: 25px;
	width: 150px;
}

/* ----- End of Form ----- */

#depression_container {
	margin: auto;
	padding: 0 0;
    width: 1000px;
	background: #FFFFFF;
}


#depression_header_panel {
	width: 1000px;
	height: 250px;
	background: url(images/headerbg.jpg) no-repeat bottom;
}

#depression_title_section {
    float: left;
    font-size: 40px;
    padding-top: 125px;
}

#depression_top_right_section {
padding-top:20px;
	float: right;
	text-align: right;

}

#depression_top_right_section ul{
	margin: 0px;
	padding: 5px 0 0 0;
}

#depression_top_right_section ul li{
	display: inline;
	margin-left: 16px;
	font-weight: bold;
}

/* menu and banner panel */
#depression_login_banner_panel {
	display: block;
	width: 910px;
	height: 240px;
	padding: 10px 0px;
}

#depression_login_panel {
	float: right;
	height: 220px;	
	width: 238px;
	/*background: #e1e1e1;
	border: 1px solid #d2d2d2;*/
	padding: 0 10px 0 10px;
	margin-top:17px;
}

* html #depression_login_panel {
	margin-right: -2px;
}

#depression_login_panel form{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}


#depression_banner_panel {
	float: left;
	width: 600px;
	height: 240px;
	margin-right: 30px;	
	background: #e1e1e1;
	border-top: 1px solid #d2d2d2;	
	border-bottom: 1px solid #d2d2d2;		
}

/*------------- Menu ------------------*/
#depression_menu {
	display: block;
	width: 910px;
	height: 60px;
	margin-bottom: 25px;
	background: #4c4032 url(images/depression_menu_background.gif) no-repeat;
}

#depression_menu ul {
	padding: 15px 0 0 0;
	margin: 0 0 0 120px;
	list-style: none;
}

#depression_menu ul li{
	display: inline;
}

#depression_menu ul li a{
	float: left;
	padding: 0 20px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

#depression_menu li a:hover, #depression_menu li .current{
	color: #fe551e;
}

/* end of menu */


/* content */
#depression_content {
    background: url("images/depression_footer_background.gif") no-repeat scroll center bottom #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left; 
    padding: 0 0 60px;
    width: 998px;
}

#depression_leftcolumn {
    float: left;
    padding: 0;
    width: 552px;
}

#depression_rightcolumn{
    /*background-color: #FFFFFF;
    border: 1px solid #E1E1E1;*/
    float: left;
    margin: 1px 1.5px 0;
    padding: 0;
    width: 218px;
	border:1px solid #E1E1E1;
	background-image:url(images/left_img_06.gif);
}
#depression_leftbar{
    /*background-color: #FFFFFF;
    border: 1px solid #E1E1E1;*/
    float:left ;
    margin: 1px 1.5px 0;
    padding: 0;
    width: 218px;
	border:1px solid #E1E1E1;
	background-image:url(images/left_img_06.gif);
}
/* left side two column */
.depression_leftcolumn_twocolumn{
	float: left;
	width: 560px;
	margin: 0 15px 35px 0;
	padding: 15px;
	background: #e4e4e4;
	border: 1px solid #dbdbdb;	
}

* html .depression_leftcolumn_twocolumn{
	margin: 0 10px 35px 0;
}

.depression_leftcolumn_twocolumn img{
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.depression_leftcolumn_twocolumn ul{
	clear: both;
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
}

.depression_leftcolumn_twocolumn li{
	font-size: 12px;
	padding-bottom: 10px;
}

.depression_leftcolumn_twocolumn li a{
	font-weight: normal;
}

.depression_leftcolumn_twocolumn a:hover{
	text-decoration: underline;
}

.service_box {
	margin-bottom: 25px;
}

.service_box img{
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.service_box p{
	text-align: left;
}

/* end of left side two column */

/* left side full row */

.depression_leftcolumn_fullrow{
    border: 1px solid #E1E1E1;
    clear: both;
    float: left;
    padding: 10px;
    width: 529px;
}
.depression_leftcolumn_fullrow p{
	clear: both;
	margin-bottom: 15px;
	font-size:14px;	
}

.depression_thumb_gallery {
	clear: both;
	float: left;
	position: relative;
	width: 600px;
}

.depression_thumb_box{
	float: left;
	position: relative;
	width: 135px;
	height: 135px;
	margin: 0 10px 0 0;
}

.depression_thumb_box span{
	width: 135px;
	height: 135px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/depression_thumb_cover.png) no-repeat;
}

.depression_thumb_box img{
	width: 108px;
	height: 108px;
	display: block;
	position: absolute;
	top: 14px;
	left: 13px;
	border: none;
}


/* end of left side full row */

/* search box */

#depression_search_panel{
   
  /*  border: 1px solid #FFFFFF;
    margin: 0 0 15px;
    padding: 6px;*/
    width: 211px;
	background-image:url(images/leftbarcenter.png);
}


#depression_search_panel .search_panel_box {
	padding-bottom: 5px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 15px;
}
/* end of search box */

/* blog panel */
#depression_blog_section {
	width: 248px;
	margin-bottom: 15px;
	padding: 15px;
	background: #e4e4e4;
	border: 1px solid #dbdbdb;
	float:right;
}

#depression_blog_section .blog_box {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}

#depression_blog_section .datetime{
	font-weight: bold;
}
/* end of blog panel */

/* ----- Footer ----- */

#depression_footer{
	background-image:url(images/footerBG.jpg);
    clear: both;
/*    margin-right: -25px;
    padding: 25px 0;*/
    text-align: center;
    width: 1000px;
	height:150px;
}
#depression_footer a{
	font-weight: normal;
}

a.healthitps {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #ffffff;
	font-weight:598; margin:0;

}
.healthitps {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #ffffff;
	font-weight:598; margin:0;

}
#googleads{ 
			float:left;
			width:39.5%;;
			border:7px solid #FFFFFF;
		
	
	

}
#adsalin{
		background-image:url(images/googleadsbg.png);
			background-position:bottom;
			width:529px;
			padding: 2px 0 0 5px;
			background-repeat:no-repeat;
		
}
#google_text{
	
	width:100%;
	

}
#Symptoms{
			width:529px;
			float:left;

}
#topic{
		font:left;
}
#leftbar{ba

}

/* ----- End of Footer ----- */

