body {
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url('http://www.sandiegopsychotherapists.com/images/bg_top_bar.gif');
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: "Adobe Garamond",Garamond,"Palatino Linotype", "Times New Roman", Times, Serif;
	font-size: 1.0em;
	line-height:1.3em;
}

a {
	color:#cc6600;
}
a:hover {
	text-decoration:none;
}
li {
	margin-bottom:1.5em;
}

#wrapper {
	margin:auto;
	padding:0px;
	margin-top: 0px;
	margin-bottom:1px;
	/* border:2px solid #FFFFFF; */
	width:900px;
}
#header {
	height:170px;
	background:url('http://www.sandiegopsychotherapists.com/images/header.png') top center no-repeat transparent;
	position:relative;
}
#menu {
	font-size:1em;
	font-weight:bold;
	width:900px;
	position:absolute;
	bottom:20px;
	left: 0px;
	margin:0px;
	padding:0px;
}
#menu .active {
	color:#a40000;
	font-size:1.1em;
}
.menu_1 {
	float:left;
	margin-left:0em;
}
.menu_2 {
	float:right;
	margin-right:0em;
}
#menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.menu_1 li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:2em;
}
.menu_2 li {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:2em;
}
#menu a {
	color:#534741;
	text-decoration:none;
	margin:0px;
	padding:0px;
}

#menu a:hover {
	color:#660000;
	text-decoration:underline;
}

#body {
	text-align:left;
	line-height:1.75em;
}
#footer {
	min-height:170px;
	text-align: center;
}
#body h1, #footer h1 {
	font-family: Verdana,Arial,Sans-serif;
	font-size:18px;
	line-height:36px;
	font-weight:normal;
	text-transform: uppercase;		
	border-bottom: 2px solid #ff9900;
	text-align: left;
}
#body h2, #footer h2 {
	font-family: Verdana,Arial,Sans-serif;
	font-size:.9em;
	line-height:2em;
	font-weight:bold;
	text-align: left;
}
div.hidden {
	display:none;
	visibility:hidden;
	text-align:left;
	width:410px;
	margin:auto;
	font-family:trebuchet, trebuchet-ms,vardana,helvetica, san-serif;
	font-size:11pt;
	color:#EEEAB6;
}
div.highlight {
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url('http://www.sandiegopsychotherapists.com/images/bg_highlight.png');
	width:30%;
	margin-top:2em;
	margin-right:1.5%;
	margin-bottom:2em;
	margin-left:1.5%;
	padding:0px;
	padding-top: 3em;
	float:left;
	/* border:1px solid #CC0000; */
	height:300px;
	overflow:auto;
	text-align:left;
}
div.highlight h1 {
	margin:0px;
	padding:0px;
	height:0px;
}
div.highlight span {
	display:none;
}
div.highlight p {
	padding-left:1em;
	padding-right:1em;
}
	div.highlight a {
	font-family:verdana,arial,sans-serif;
	font-size:.9em;
}
.clear {
	float:none;
	clear:both;
	height:1px;
}

/** ================================
== THERAPIST PROFILE              ==
==================================*/
#t_container {
	background: url('http://www.sandiegopsychotherapists.com/images/bg_vector_fade.png') top left no-repeat;
	width:900px;
	height:400px;
	border:0;
	outline:0;
	position:relative;
	float:none;
	clear:both;
}


#t_text {
	width:880px;
	height:275px;
	position:absolute;
	top:80px;
	left:20px;
	border:0px dotted #009900;
	overflow:auto;
	padding:0;
	margin:0;
	display:none;
	z-index:200;
}
#t_text p {
	margin-top:0;
	padding-top:0;
	margin-right:400px;
	line-height:1.4em;
	font-size: 1.1em;
}

#t_pic {
	position:absolute;
	bottom:0px;
	right:0px;
	width:700px;
	height:350px;
	display:none;
}
#t_name, #t_title {
	position: absolute;
	font-size:150%;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:none;
}
#t_name {
	top: 10px;
	left: 20px;
}
#t_title {
	top: 40px;
	left: 20px;
	font-size:125%;
	font-weight:bold;
}

/** ================================
== THERAPIST DIRECTORY            ==
==================================*/
#therapist_directory_container{
	border:0px;
	outline:0px;
	background-color: transparent;
	width:900px;
	height:185px;
	margin:0px;
	padding:0px;
	position:absolute;
	top:-200px;
	z-index:300;
	text-align:left;		
}

#therapist_directory{
	border:1px solid #d2820e;
	background-color: #FFFFFF;
	background-image: url('http://www.sandiegopsychotherapists.com/images/bg_top_bar.gif');
	background-repeat: repeat-x;
	background-position: 0px -100px;
	color:#3b2f28;
	width:590px;
	height:185px;
	margin:auto;
	padding:0;
	position:relative;
	top:0px;
	left:0px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:			5px 5px 20px #222;
	-moz-box-shadow:	5px 5px 20px #222;
	-webkit-box-shadow:	5px 5px 20px #222;
	text-align:left;		
}

#therapist_directory_close {
	display:block;
	width:24px;
	height:24px;
	background:url('http://www.sandiegopsychotherapists.com/images/x_round.png') 2px 2px no-repeat;
	padding:0;
	margin:0;
	position:relative;
	top:-5px;
	right:-1px;
	float:right;
}


/** ================================
== INFINITE CAROUSEL              ==
==================================*/
.infiniteCarousel {
  width: 590px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 510px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 185px;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #534741;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 150px;
  width: 150px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 24px;
  width: 24px;
  background: url(http://www.sandiegopsychotherapists.com/images/arrow_back.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 70px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  right: 0;
  background: url(http://www.sandiegopsychotherapists.com/images/arrow_forward.png) no-repeat 0 0;
}

.infiniteCarousel .back {
  left: 0;
  background: url(http://www.sandiegopsychotherapists.com/images/arrow_back.png) no-repeat 0 0;
}
