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


body {
	background-image: url('/img/arebt/blue_flash.gif');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D0DBEE;
	color: #193AB1;
}
a { color: #f60; }
p { font-size: 100%; }

ul#accessMenu  {
	margin-top: 10px;
	background-color: transparent;
}
	ul#accessMenu li a {
		color: #fff;
		font-weight: bold;
	}


div#header {
	background-image : url('/img/arebt/header_01.gif');
	height: 190px;
}
	div#header h1 {
		background-image : url('/img/arebt/cbt-logo.gif');
		width: 512px;
		height: 71px;
		margin-left: 52px;
		margin-top: 45px;
	}
		div#header h1 a {
			width: 512px;
			height: 71px;
		}
div#midholder {
	border-top:0;
	background-image: url('/img/arebt/body-bg.png');
	background: #fff;
}
div#contentholder {
	background: none;
	padding-bottom: 0;
}
	div#content-left {
		width: 52px;
		float:left;
		background: url('/img/arebt/content-left.png') repeat-y top left;
	}
	div#content-right {
		width: 52px;
		float:left;
		background: url('/img/arebt/content-right.png') repeat-y top left;
	}

div#primarycontent {
	margin-left:0;
	width: 920px;
	background-color: #fff;
}

div#secondarycontent {
	display: none;
}

ul#arebt-menu {
	float:left;
	width: 1024px;
	margin:0px;
	padding:0;
	height: 64px;
	background:url('/img/arebt/menu-bg.gif') repeat-x; 
}
	ul#arebt-menu li {
		float:left;
		height: 26px;
		padding: 10px 6px 0;
		margin: 0;
		font-size: 90%;
	}
		ul#arebt-menu li a {
			color: #f60;
			text-decoration: none;
			font-weight: bold;
		}
		ul#arebt-menu li.on {
			background-color: #F60;
		}
			ul#arebt-menu li.on a {
				color: #fff;
			}
		ul#arebt-menu li.first {
			background: transparent url('/img/arebt/menu-left.gif') no-repeat top right;
			width: 52px;
			height: 64px;
			padding:0;
		}
		ul#arebt-menu li.last {
			float:right;
			background: transparent url('/img/arebt/menu-end.gif') no-repeat top right;
			width: 218px;
			height: 64px;
			padding:0;
		}
			
			

div#therapist-search {
	margin: 0 auto 30px;
	width: 600px;
}
	

/* FIND A THERAPIST STUFF */
form#find-therapist {
	margin: 0px auto;
	width: 570px;
	background: #E8EEF7 url('/img/arebt/search-top.gif') no-repeat top;
	padding-top:44px;
	color: #193AB1;
}
	form#find-therapist fieldset {
		border-left: 2px solid #f60;
		border-right: 2px solid #f60;
	}
		form#find-therapist fieldset p {
			padding: 5px 20px;
		}
		form#find-therapist fieldset label {
			padding: 5px 0px;
			float:left;
		}
		form#find-therapist fieldset div.search-column {
			width: 280px;
			float: left;
		}
		form#find-therapist fieldset div.col2 label {
		}
		form#find-therapist fieldset div.field {
			width: 240px;
			padding: 5px 20px;
			float:left;
		}
			form#find-therapist fieldset div#col1 input.left {
				width: 137px;
				margin-right:0;
			}
			form#find-therapist fieldset div#col1 select {
				width: 240px;
				margin-right:0;
			}
			form#find-therapist fieldset div#col2 label {
				width: 84px;
				margin-right: 6px;
				padding: 2px 0;
			}
			form#find-therapist fieldset div#col2 input.right {
				width: 146px;
				margin:0;
				padding: 0;
			}
			form#find-therapist fieldset div.field select {			
				width: 150px;
				margin-right:0;
			}
			form#find-therapist fieldset div.field input.button {			
				background: url('/img/arebt/button-bg.gif') repeat-x top left;
				height: 19px;
				width: 150px;
				color: 0;
				border: 1px solid #369;
				font-weight: bold;
			}
	
	form#find-therapist div.footer {
		background: #E8EEF7 url('/img/arebt/search-bottom.gif') no-repeat bottom;
		height: 38px;
	}

div#mem-profile {
	margin-bottom: 30px;
}


div#homeblocks {
	float: left;
	width: 860px;
	margin: 0 30px;
	background: url('/img/arebt/section-top.gif') repeat-x top;
	padding: 30px 0 20px;
}
	div#homeblocks div.homeblock {
		width: 260px;
		float:left;
		color: #193AB1;
		font-size: 90%;
	}
		div#homeblocks div.homeblock p {
			padding: 5px 0;
		}
	
	
/* CONTENT PAGE CSS */
div#sidebar {
	display: none;
}

	div#primarycontent div#content p,
	div#primarycontent div#content ul {
		color: #193AB1;
	}
	div#primarycontent div#content {
		width: auto;
		margin: 0;
	}
	div#primarycontent h2.pagetitle {
		padding:0;
		padding-bottom: 30px;
		margin-bottom:10px;
		width: 840px;
		color: #f60;
		font-size: 230%;
		background: url('/img/arebt/section-top.gif') repeat-x bottom;
		border-bottom: none;
	}		

	
	

div#footer{
	background-image: url('/img/arebt/footer-bg.gif');
	background-repeat: no-repeat;
	clear:both;
	color: #333;
	margin: 0em auto;
	width: 1024px;
	padding-top:50px;
	height: 58px;
}
div#footer ul#globalMenu1 {
	background-color: transparent;
	padding-right: 0;
	width: auto;
}
	div#footer ul#globalMenu1 li {
		color: #193AB1;
	}
		div#footer ul#globalMenu1 li a {
			color: #f60;
			font-weight: normal;
		}

