body
{
   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   background-color: #CCCCCC;
   margin: 0px;
   padding: 0px;
   text-align:center;
}

#container
{
	width:1078px;
	background: #fcf9ce;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */	
}

td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
}

hr
{
   color: Maroon;
}

#header
{
   padding:  0px;
   margin: 0px;
   width: 100%;
   background-color: #fcf9ce;
   background-image: url(images/tayt2.jpg);  
   border-bottom: solid 2px #8d2d23;
}


#headertext h1
{

	text-align:center;
	font-family:Arial;
	font-size:150%;
	/*font-style:italic;*/
	vertical-align:middle;
}

.mainheader
{
	background-image:images/tayt3.jpg;
	text-align:center;
	font-family:Arial;
	font-size:150%;
	/*font-style:italic;*/
	vertical-align:middle;
}

#mainContent
{
	background:#fcf9ce;
	background-color:#fcf9ce;
	margin: 0 13em 0 10px;
	padding:5px;
	padding-right:10px;
	padding-top:15px;
	left:15px;
}


#sidebar
{
	/*border-left:solid 1px #8d2d23;*/
	float: right;
	width: 12em;
	padding: 15px 5px 0 5px;
	background-color: #EBEBEB;
}



#sidebar p, h4
{
	margin-left: 10px; 
	margin-right: 10px;	
	vertical-align:middle;
}
#sidebar h4
{
	font-size:110%;
}

#sidebar p.infoItem
{
	color:#8d2d23;
}
#adobe
{
	font-size:80%;
	text-align:center;
	padding-top:20px;
	padding-left:10px;
	padding-bottom:5px;
}

#footermenu
{
   text-align: center;
   padding-top: 10px;            
}

#footertext
{
   text-align: center;
   padding-top: 3px;            
}

#bannerbox
{
   border: dotted 3px #8d2d23;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 10px;
   margin-right: 10px;
   padding: 5px;
   text-align: center;
   background-color: #fcd4be;
}

#footer
{
	border-top: solid 2px #8d2d23;
	padding: 10px 0px;
	margin:  0px;
	height: 62px;
	background-color: #99CCFF;
	/* background-color: #fc9a0e; */
	visibility: visible;
}
        

.footermenulink
{
   font-family: Arial, Serif;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;        
}

.footermenulink a
{
   text-decoration: none;
   color: #8d2d23; 
}


.therapist
{
	padding:5px;
	position:relative;
	clear:both;
}

.therapist h3
{
	font-family:Verdana Arial;
	font-size:110%;
	font-weight:normal;
	color:Maroon;
	/*padding-bottom:5px;*/
}

.therapist img
{
	padding-right:10px;
	height:120px;
	width:120px;
	float:left;
	padding-bottom:65px;
	/*background-color:yellow;*/
}

.imageLeft
{
	float:left;
	padding:5px;
	padding-right:10px;
}

.imageRight
{
	float:right;
	padding:5px;
	padding-left:10px;
}

.therapist a.infolink
{
	color:maroon;
	position:absolute;
	left:140px;
	/*clear:both;
	vertical-align:text-bottom;*/
}

therapist a.infolink:hover
{
	color:maroon;
	font-size:110%;
}

.stopdepression
{
	text-align:center;
	padding:1px 3px 1px 3px;

}

stopdepression img
{
	border:solid 1px black;
	clear:both;
	
}

.workshopstable
{
	/*border:solid 1px;*/
	border-spacing:0;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:5px;
	width:60%;
}

.workshopstable th
{
	border:solid 1px;
	padding-left: 2px;
	padding-bottom:2px;
	padding-top:2px;
	text-align:left;
	background-color:White;
}

.workshopstable td
{
	border:solid 1px;
	width:50%;
	background-color:#ccffdd;
	padding-left: 2px;
	padding-bottom:2px;
	padding-top:2px;
	vertical-align:middle;
	
}

.workshopstable caption
{
	font-style:italic;
	font-weight:bolder;
	padding-bottom:2px;
	padding-top:5px;
	text-align:left;
}

#conferences1
{
	/*float:left;*/
	padding-left:10px;
}

.sidebarlink
{
	padding-left:15px;
}


/****************************************************************************
** menu code
****************************************************************************/
#mainMenu
{
	width:100%;
	border-bottom:#8d2d23 2px solid;
	border-top:#8d2d23 2px solid;
	min-height: 2.5em;
	background:#66CC66;
}



#mainMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 110%;
	cursor: default;
	width: auto;
	background-color: #66CC66;
}

#mainMenu ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	background-color: #66CC66;
}


#mainMenu ul li a
{
	display: block;
	cursor: pointer;
	background-color: #66CC66;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	border-right:1px solid #8d2d23;
}

#mainMenu ul li a:hover
{
	background-color:#3333CC;
	color:#fcf9ce;
}

/* Menu button for currently selected page*/
#mainMenu ul li a:active, #mainMenu ul li a:focus
{
	background-color: #fcf9ce; 
	color: #3333CC;
	font-size:125%;
	font-weight:bold;
	text-decoration:none;
	border-right:none;
}

.activePage
{
	background-color: #fcf9ce; 
	color: #3333CC;
	font-size:125%;
	font-weight:bold;
	text-decoration:none;
	border-right:none;
}

.bookImage
{
	text-align:center;
	vertical-align:middle;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix
{
	clear:both;
}

div.paypal
{
	text-align:center;
	font-size:125%;
	padding-left:75px;
	padding-right:75px;
	margin-top:90px;
}

.paypalOrder
{
	border: solid 1px;
	padding:5px;
	padding-left:15px;
	padding-bottom:50px;
	margin-top:10px;
	margin-left:10px;
	float:right;
	width:45%;
	background-color:#ffffee;
}

.paypalOrder h3
{
	font-size:125%;
	color:Blue;
	text-align:left;
}

.paypalOrder img
{
	float:right;
}

.paypalOrder p
{
	display:inline;
}

#resources
{
	width:50%;
	background-color:#EBEBEB;
	padding-top:5px;
	padding-left:2px;
	padding-right:2px;
	border:solid 1px;
}

#resources a
{
	line-height:1.5em;
	display:block;
	padding-bottom:5px;
	padding-left:18px;
	padding-right:5px;
	background-image:url(/images/pdficon_small.gif);
	background-repeat:no-repeat;
}

#resources h4
{
	padding-left:5px;
}

.postage
{
	float:right;
	margin-left:10px;
	margin-right:10px;
}

.orderValidation
{
	color:Red;
	 font-weight:bold;
}
