
@import url(menu-div.css );

html 
{
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) top left repeat-x;
}

body
{
	/* COPIED */
		background-color: #FFFFFF;
		scrollbar-face-color: #DEE3E7;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #DEE3E7;
		scrollbar-3dlight-color: #D1D7DC;
		scrollbar-arrow-color:  #006699;
		scrollbar-track-color: #EFEFEF;
		scrollbar-darkshadow-color: #98AAB1;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
	/* COPIED */
	
	text-align: justify;
	width: 968px;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #480074;
	font-weight: bold;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3, h4, h5, h6 { font-size: 14px; }

a, a:link, a:visited
{
	font-weight: bold;
	color: #35650E;
	text-decoration: none;
}
a:hover
{
	color: #FF0000 ;
	text-decoration: underline;
}

.clearfix { clear: both; }

a img { border: none; }

ul, li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

strong
{
	color: #04517E;
}

/****** START header ******/

#header_wrapper
{
	position: absolute;
	top: 0;
	height: 165px;
	width: 968px;
	background: url(../images/bg_header.jpg) top left no-repeat;
}

#logo 
{
    float: left;
	margin: 92px 0 0 83px;
}

/****** END header ******/

#nav
{
    position: absolute;
    top: 164px;
	left: 50%;
	margin: 0 0 0 -484px;
	padding: 0;
	width: 968px;
	border-bottom: 1px solid #656565;
	height: 35px;
}


/****** LAYOUT ******/

#content_wrapper
{

	margin: 35px auto 0 auto; /* 35px top to allow for nav / menu */
	padding: 180px 0px 0px 5px;
	*padding-top: 172px;
	border-right: 1px solid #656565;
	border-left: 1px solid #656565;
	background: url(../images/grassbg.gif) bottom left no-repeat;

}

/*******************Change on home Page*********************/




#content_left_home
{

margin-top:7px;
	width:195px;
	float:left;
}

#content_right_home
{
	width:720px;
	float:left;
	margin-right:10px;
	margin-top: -8px;
}

.left {
		float:left;
		width:235px;
		background:#fff;
		margin:-5px 0 0 0; padding:2px;
		}
		
.left img {
margin-left: 30px;
outline: none;
}

.right {
		float:left;
		width:235px;
		background:#fff;
		margin:-5px 0 0 0; padding:2px;
		}
		
.right img {
margin-left: 30px;
outline: none;
}

.middle {
        float:left;
		width:235px;
		background:#fff;
		margin:-5px 0 0 0; padding:2px;
		}

.middle img {
margin-left: 30px;
outline: none;
}

.left2 {
		float:left;
		border: 1px solid #ccc;
		width:165px;
		background:#fff;
		margin:-5px 5px 0 10px; padding:2px;
		}
		
.left3 {
		float:left;
		border: 1px solid #ccc;
		width:165px;
		background:#fff;
		margin:-5px 0px 0 0px; padding:2px;
		}
		
.right2 {
		float:left;
		border: 1px solid #ccc;
		width:165px;
		background:#fff;
		margin:-5px 0 0 5px; padding:2px;
		}


/**********************************************************/


.content_box_top
{
	height: 22px;
	width: 720px;
	margin: -4px auto 0 auto;
	*margin-top: -11px;
	background: url(../images/content_box_top-home.jpg) top left no-repeat;
}

.content_box, .content_box2
{
	width: 718px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0 0px;
	border-right: 1px solid #979797;
	border-left: 1px solid #979797;
}
.content_box { background-color: #fff; }
.content_box2 { padding-bottom: 5px; border-bottom: 1px solid #979797; }

.content_box_bottom 
{ 
	width: 720px;
	height: 46px;
	margin: 0 auto;
	margin-bottom: 15px;
	*margin-bottom: 30px;
	background: url(../images/searchbot-home.gif) bottom left no-repeat; 
}

.index_search_left 
{ 
	margin-left: 10px;
	float: left;
	width: 330px;
	background: url(../images/searchbytp.jpg) top left no-repeat; 
}
.index_search_left a, .index_search_left a:link, .index_search_left a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.index_search_left a:hover
{
	color: #FF0000 ;
	text-decoration: underline;
}

.search_content_left
{
	margin-top: 31px;
	padding: 0px 0px 0px 0px;
	*padding-top: 11px;
	background: url(../images/bg_search_content.jpg) top left repeat-y;
}

.index_search_right 
{ 
	margin-left: 12px;
	float: left;
	width: 322px;
	background: url(../images/searchbyca.jpg) top left no-repeat;
}
.search_content_right
{
	margin-top: 44px;
	padding: 0px 0px 0px 0px;
	*padding-top: 4px;
	background: url(../images/bg_search_content.jpg) top left repeat-y;
}

.index_search_bottom
{
	height: 10px;
	width: 322px;
	background: url(../images/index_search_bottom.jpg) top left no-repeat;
}



#or_image
{
	float: left;
	margin: 70px 0 0 0px;
}

#footer_wrapper
{
	clear: both;
	margin: 0 auto;
	padding: 5px 10px 3px 10px;
	font-size: 11px;
	color: #fff;
	background-color: #56A8D8;
	border-top: 1px solid #fff;
	border-right: 1px solid #656565;
	border-left: 1px solid #656565;
	
}
#footer_bottom
{
	width: 968px;
	height: 14px;
	background: url(../images/bg_footer.jpg) top left no-repeat;
}

#footer_left
{
	float: left;
	width: 22%;
}
#footer_left p { margin: 0; padding: 0; }
#footer_right
{
	float: right;
	text-align: right;
}

#footer_wrapper ul li { display: inline; }

#footer_wrapper a
{
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#footer_wrapper a:hover
{
	color: #04517E;
}

.footer_end
{
	text-align: center; 
	margin: 5px 0; 
	padding: 0;
}


/****** EXTRAS ******/

#bttn_browse
{
	margin: 25px 0 12px 21px;
	*margin-top: 10px;
	*margin-bottom: -3px;
}

#bttn_browse ul
{
    height: 28px;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

#bttn_browse a
{
    display: block;
    padding: 28px 0 0 0;
    overflow: hidden;
    height: 0px;
    color: #005596;
    text-decoration: none;
}

#bttn_browse li
{
    margin: 0;
    padding: 0 0 1px 0;
    width: auto;
}

/* ------------------ Start rollover effect ----------------------*/

#bttn1 { width: 248px; }
#bttn1 a
{
    width: 248px;
    background: url(../images/bttn_browse_by_az.jpg) top left no-repeat;
}

#bttn_browse a:hover, #bttn_browse a:active, #bttn_browse a:focus
{
    background-position: 0 -28px;
}


#bttn_therapistsclickhere
{
	
}

#bttn_therapistsclickhere ul
{
    height: 29px;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

#bttn_therapistsclickhere a
{
   display: block;
    padding: 29px 0 0 0;
    overflow: hidden;
    height: 0px;
    color: #005596;
    text-decoration: none;
}

#bttn_therapistsclickhere li
{
	position: absolute;
	margin: 0 0 0 451px;
    padding: 8px 0 1px 0;
    width: auto;
}

/* ------------------ Start rollover effect ----------------------*/

#bttn2 { width: 194px; }
#bttn2 a
{
    width: 194px;
    background: url(../images/bttn_therapistsclickhere.jpg) top left no-repeat;
}

#bttn_therapistsclickhere a:hover, #bttn_therapistsclickhere a:active, #bttn_therapistsclickhere a:focus
{
    background-position: 0 -29px;
}

a.foot
{
 
	
	font-size:11px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
}
a:hover.foot
{
	
	font-size:11px;
	font-weight:normal;
	color: #000000 ;
	text-decoration: underline;
}

