@charset "utf-8";

* {
	padding: 0px; 
	margin: 0px;
}

body {
	/*background-color: b1baa9;*/
	background-color: #BDBEB1;
}
a {
	color: #006666;
}
h1, h2, h3 {
	color: #558A05;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0px 10px 0px;
}

#container {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 900px;
	background-image: url(../img/background.jpg);
	padding: 0;
	background-repeat: repeat-y;
}

#header {
	background-image: url(../img/topcorner.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 80px;
	float: left;
	width: 100%;
}

#headergraphic {
	background-color: #BFD7E8;
	margin: 0px 10px 0px 25px;
	height: 181px;
	background-image: url(../img/wny_behavioral_health_2.jpg);
	padding: 0 0 0 30px;
	clear: both;
}

#topnav{
	background-color: #FFFFFF;
	margin: 5px 15px;
}

#topnav .button         {
	float: left;



	margin: 10px 10px 10px 0px
\;
	color: #fff;
	margin: 0px 10px 0px 0px;
}

#topnav .button a        {
	background-color: #CC0000;
	width: 160px;
	display: block;
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}

#topnav .button a:link, #topnav .button a:visited,      {

	color: #FFFFFF;
	text-decoration: none;

}

#topnav .button .about{
	background-color: #DA780C;
}

#topnav .button  .service{
	background-color: #ADBB04;

}
#topnav .button  .selectec{
	background-image: url(../img/arrowsm.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#topnav .button .therapist{
	background-color: #3BAFBF;
}

#content {
	background-color: #FFFFFF;
	margin: 10px;
}

#content #leftcol{
	width: 610px;
	float: left;
	margin: 5px 15px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #393930;
	line-height: 20px;
	background-color: #FFFFFF;
	padding: 3px;
}

#content #leftcol ul li{
	margin: 1px;
}
#container  #leftcol  ul  {
	margin: 5px 15px;
}


#content #leftcol .inner{
	padding: 30px;
}


#content #rightcol{
	background-color: #FFFFFF;
	width: 170px;
	float: left;
	position: relative;
	padding: 20px;
	border: solid 1px #cccccc;
	font-size: 13px;
	margin: -100px 0 0 0;
}
#content  #rightcol  h3{
	color: #CC6600;
	font-weight: bold;

}
#content #fullcol {
	padding: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#smallnav   {
	color: #666666;
	float: right;
	padding: 30px 20px 0px 0px;
	text-transform: uppercase;
	font: arial;
	font-size: 11px;
}


#smallnav a {
	padding: 5px;
	text-decoration: none;
	color: #333333;
}

#smallnav a:hover{
	color:#CC6600;
}

table td{
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
} 
table {
	width: 100%;
}

#footer {
	clear: both;
	border-top: dashed 1px #cccccc;
	border-bottom: solid 10px #669933;
	background-color: #fff;
	padding: 10px 20px;
	font-size: 13px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
form .labelspan {
	width: 100px;
	float: left;
}
form .formbox {
	float: left;
	border-bottom: solid 1px #ccc;
	width: 500px;
	padding: 10px 0px;
	font: 11px;
}
.formbox b {
	width: 100px;
}
label {
	float: left;
	width: 90px;
	font-weight: 500;
}
#faq {
}
#faq p {
	border-top: 1px dotted #ccc;
	padding: 5px 0px;
}


#photo {
float:right; border:1px solid #ccc; width:150px; height:210px; padding: 5px;
}

#photo img {
	width: 150px;
	height: 210px;
}
.toplogo {
	background-image: url(../img/bhnlogo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 300px;
	float: left;
	margin: 15px 25px 0px 25px;
}

