/*	General Styles for Cognitive Behavioral Consultants of Westchester
	Designed & Developed by: Ted Papoulas <ted@papoulas.com>
*/



/* OVERALL SITE STYLES */
/***********************/

body {
	font: 80%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #4866a4 url(../images/common/tile_winbg.jpg) repeat-x 0 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	}

.lineheightIEfix {
	line-height: 1.6em;
	}


#homebanner {
	position: relative;
	margin: auto;
	margin-top: 6px;
	margin-bottom: 0;
	padding: 0;
	width: 792px;
	height: 220px;	
	background: white url(../images/home/cbc_home_banner2.jpg) no-repeat 0 0;
	z-index: 10;
	}
	
#interiorbanner {
	position: relative;
	margin: auto;
	margin-top: 6px;
	margin-bottom: 0;
	padding: 0;
	width: 792px;
	height: 118px;	
	background: white url(../images/common/banner_interiorH.jpg) no-repeat 0 0;
	z-index: 10;
	}
	
.bodycontainer {
	position: relative;
	margin: auto;
	margin-bottom: 6px;
	padding: 0;
	border-top: 1px white solid;
	/* border-bottom: 2px  white solid;	 */
	width: 792px;
	background-color: white;
	}
	
.bodycontainer #homebody {
	position: relative;
	background: white url(../images/common/tile_homebg.gif) repeat-y 1px 0;
	padding-bottom: 15px;
	}
	
.fullpage {
	position: relative;
	padding: 50px 80px 80px 210px;
	text-align: left;
	line-height: 1.6em;
	}
	
#secheader {
	position: relative;
	display: block;
	padding-bottom: 2px;
	/* border-bottom: 2px solid #7497cf; */
	}
	
#subheader {
	padding-top: 1px;
	padding-bottom: 25px;
	/* border-top: 2px solid #7497cf; */
	border-top: 2px solid #81a5d7;
	color: #ad9415;
	font-size: 125%;
	letter-spacing: .1em;
	}
	
.sub2 {
	color: #ad9415;
	font-size: 125%;
	letter-spacing: .1em;
	padding: 0 0 5px 0;
	margin-bottom: 25px;
	background: transparent url(../images/common/tile_dots_h2.gif) repeat-x bottom left;
	}
	
.sub3 {
	color: #4667a6;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 0;
	margin-bottom: 20px;
	/* background: transparent url(../images/common/tile_dots_h2.gif) repeat-x bottom left; */
	}
	
.slideleft {
	position: absolute;
	width: 100px;
	top: 0px;
	left: -115px;
	z-index: 20;
	color: #ad9415;
	font-size: 125%;
	letter-spacing: .1em;
	text-align: right;
	}
	
#homebody #rightcolumn {
	position: relative;
	float: right;
	width: 309px;
	padding: 0;
	margin: 0;
	text-align: left;
	z-index: 5;
	background-color: #dcdadb;
	}
	
#current {
	background: transparent url(../images/common/hdr_current2.gif) no-repeat 0 0;
	padding: 22px;
	margin: 0;
	border-bottom: 2px solid white;
	z-index: 5;
	}
	
#featured {
	background: transparent url(../images/common/hdr_featured2.gif) no-repeat 0 0;
	padding: 22px;
	margin: 0;
	border-bottom: 2px solid white;
	z-index: 5;
	}
	
#homebody #leftcolumn {	
	position: relative;
	padding: 10px 342px 0px 27px;
	text-align: left;
	z-index: 2;
	}
	
#missioncontainer {
	background-color: #d0b947;
	padding: 2px;
	margin-bottom: 20px;
	}
	
#missioncontainer #missiontxt {
	padding: 16px;
	border: 1px solid white;
	color: white;
	font-size: 107%;
	}
	
#missioncontainer #missiontxt a {
	text-transform: uppercase;
	font-size: 70%;
	font-weight: bold;
	margin-left: 8px;
	}
	
.dotsheader {
	background: transparent url(../images/common/tile_dots_h.gif) repeat-x bottom left;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	}

.disclaimer {
	font-size: 80%;
	line-height: 1.2em;
	color:#666666;
	}	
	
	
.homeblue {
	padding: 5px 0 0 0;
	margin: 0;
	color: #163689;
	}
	
.homeblue a {
	display: block;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: bold;
	padding: 5px 0 15px 0;
	width: 75px;
	}
	
	
	
/* Inline List Styles */		

.newslist, .newslistW {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 10px 10px 0px 0;
	/* list-style: none; */
	font-weight: normal;
	font-size: 90%;
	line-height: 1.3em;
	color:#333333;
	}
	
ul.newslist li {
	padding: 0 0 .7em 15px;
	background: transparent url(../images/common/blt_dot.gif) no-repeat 1px 5px;
	}
		
ul.newslistW li {
	padding: 0 0 .7em 15px;
	background: transparent url(../images/common/blt_dotW.gif) no-repeat 1px 5px;
	font-size: 115%;
	line-height: 1.4em;
	}
	
.subsub {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 10px 10px 0px 0;
	/* list-style: none; */
	font-weight: normal;
	font-size: 95%;
	line-height: 1.3em;
	color:#666666;
	}
	
ul.subsub li {
	padding: 0 0 .7em 20px;
	background: transparent url(../images/common/blt_yel_arrow.gif) no-repeat 1px 5px;
	}
	
ul.subsub li.back {
	background: transparent url(../images/common/blt_yel_arrowB.gif) no-repeat 1px 5px;
	}
	
ul.subsub li a:link, ul.subsub li a:visited {
	color: #4667a6;
	}

ul.subsub li a:hover {
	color: #4b8cde;
	}
	
ul.subsub li.highlighted a, ul.subsub li.highlighted a:visited {
	color: #ad9415;
	}
	
li h2 {
	padding: 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	color: #4866a4;
	}
	
li h3 {
	padding: 0;
	margin: 0;
	font-size: 110%;
	font-weight: bold;
	color: #ae9517;
	}
	
li h1 {
	padding: 3px 0;
	margin: 0;
	font-size: 125%;
	line-height: 1.2em;
	font-weight: bold;
	color: black;
	}
	
ul.newslist li.nobullet {
	background: none;
	}
	
ul.newslist li.nobullet a {
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	}
	
ul.newslistW li ul.adminul li {
	background: none;
	padding: 0;
	}
	
ul.adminul {
	list-style: circle;
	font-size: 90%;
	}
	
.adminindent {
	padding-left: 50px;
	}
	
.black {
	color: black;
	}
	
	
#footerpad {
	padding-top: 2px;
	background-color: white;
	}
	
#footer {
	margin: auto;
	background-color: white;
	border-top: solid 2px #7497cf;
	padding: 3px 0 6px 0;
	width: 782px;
	font-size: 85%;
	color: #777777;
	}
	
#footer a:link, #footer a:visited {
	color: #777777;
	}
	
#footer a:hover, #footer a:active {
	color: #4866a4;
	}
	
	
#footer1 {
	float: left;
	padding-left: 2px;
	}
	
#footer2 {
	text-align: right;
	padding-right: 2px;
	}	
	
#subfooter {
	position: relative;
	background-color: #4866a4;
	color: #5485C8;
	text-align: center;
	padding: 5px;
	}
	

.sidemenu {
	position: absolute;
	width: 140px;
	top: 50px;
	left: 5px;
	margin: 0;
	padding: 0px 0px 0px 25px;
	/* background: #fff url(../images/common/tile_dots_v.gif) repeat-y; */
	/* border-left: 1px solid #ad9415; */
	text-align: left;
	list-style: none;
	z-index: 1;
	}
	
.sidemenu li {
	padding: 5px 0px 5px 0px;
	background: #fff url(../images/common/tile_dots_h.gif) repeat-x bottom left;
	font-size: 95%;
	/* font-weight: bold; */
	}	
	
#faqmenu {
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 0px;
	/* background: #fff url(../images/common/tile_dots_v.gif) repeat-y; */
	/* border-left: 1px solid #ad9415; */
	text-align: left;
	list-style: upper-roman;
	color: #7497cf;
	}
	
#faqmenu li {
	padding: 5px 0px 5px 0px;
	/* background: #fff url(../images/common/tile_dots_h.gif) repeat-x bottom left; */
	/* font-weight: bold; */
	}	
	
	
/*  COMMON ANCHOR STYLES */
/*************************/

a img {
	border: 0;
	}
	
a {
	text-decoration: none;
	border: 0;
	}	
	
a:link, a:visited {
	color: #4667a6;
	}
	
a:hover {
	color: $showcase
	}
	
li.highlighted {
	/* background-color: #eeeeee; */
	}

.highlighted a, .highlighted a:visited {
	/* color: #1b3b85; */
	color: #ad9415;
	}

	
a:active {
	color: #333333;
	}
	
	
.imgLink {
	border: 0;
	}

.blue {
	color: #4667a6;
	}	

.gold {
	color: #ad9415;
	}	
	
.lightgray {
	color: #999999;
	}
	
i.lightgray {
	font-size: 85%;
	}
	
#subfooter a:link, #subfooter a:visited {
	color: #78A4E1;
	}
	
	
#subfooter a:hover, #subfooter a:active {
	color: #95BDF4;
	}	

	
/* ABOUT US - TEAM PAGE STYLES */
/*******************************/

#teamcontainer, #directions {
	position: relative;
	padding: 0;
	margin: 0;
	}
	
#teammenu {
	position: absolute;
	top: 0;
	left: -180px;	
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 0;
	width: 150px;
	font-size: .9em;
	}

#teammenu li {

	line-height: 120%;
	font-size: 85%
	padding: 0;
	margin: 0;
	margin-bottom: 9px;
	font-style: italic;
	}
	
#teammenu li a {
	font-style: normal;
	}
	
#teammenu li.hi a {
	color: #ad9415;
	}
	
#teammenu li.header {
	font-style: normal;
	font-weight: bold;
	}

#biophoto {
	position: relative;
	float: left;
	border: 1px solid #999999;
	margin: 0 20px 10px 0 ;
	}
	
.dircontent {
	position: absolute;
	border: 0;
	padding-top: 0;
	visibility: hidden;
	width: 480px;
	z-index: 50;
	}
	
.dircontent h3 {
	padding: 0;
	margin: 0;
	}
	
#dir0 {
	visibility: visible;
	}
	
.dircontent ul {
	position: relative;
	padding: 0;
	margin: 0;
	}
	
.dircontent ul li {
	padding: 0 0 10px 0;
	}

.dircontent ul li ul {
	margin-left: 25px;
	}
	
	
/* HORIZONTAL DOTS DIVIDING DIV */
/********************************/

.dots { background: url(../images/common/tile_dots_h.gif) repeat-x;
	margin: 15px 0px 15px 0px;
	padding: 0;
	height: 1px;
	}

#linklist .dots {
	margin: 8px 0;
	}
	
.quote1 {
	padding:20px 10px 10px 10px; 
	text-align: left; 
	background: url(../images/common/quote_open.gif) no-repeat 0px 14px;
	}
	
.quote2 {
	 padding-top:10px; 
	 text-indent:15px; 
	 /* text-align: justify; */
	 /* line-height: 1.3em; */
	 background: url(../images/common/quote_close.gif) no-repeat 100% 100%;
	 color: #4667a6;
	 letter-spacing: .2em;
	 font-size: 90%;
	}

.sidequote {
	width: 150px; 
	position: absolute; 
	left: -185px;
	}


h3.reflink {
	font-weight: normal;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
	font-size: 110%;
	line-height: 1em;
	color: #ad9415;
	}
a.reflink {
	padding: 0;
	margin: 0;
	padding-left: 20px;
	background: transparent url(../images/common/blt_yel_arrow.gif) no-repeat 1px 5px;
	}


	
h4.reading {
	position: relative;
	color: #333;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background: transparent url(../images/common/blt_dotW.gif) no-repeat 1px 5px;
	}
	
.readingsub {
	position: relative;
	/* color: #4667a6; */
	/* color: #85a5d6; */
	color: #666;
	padding: 0 0 6px 15px;
	}
	
	
h4.pubtitle {
	position: relative;
	color: #333;
	font-size: 95%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	background: transparent url(../images/common/blt_dotW.gif) no-repeat 1px 3px;
	}
	
h4.pubtitle .subtitle {
	font-weight: normal;
	}
	
.pub1 {
	position: relative;
	/* color: #4667a6; */
	/* color: #85a5d6; */
	/* color: #999;	*/
	font-size: 95%;
	padding: 0;
	padding-left: 15px;
	line-height: 1.2em;
	}

.pub1 strong {
	color: #ad9415;
	}

.pub2 {
	position: relative;
	/* color: #4667a6; */
	/* color: #85a5d6; */
	font-size: 95%;
	line-height: 1.2em;
	color: #666;
	padding: 0 0 12px 15px;
	}	

table.aboutus {
	margin:auto;
	padding-right: 20px;
	position: relative;
	}












	







/* HEADER STYLES */
/*****************/

h1 {
	font-size: 160%;
	font-weight: normal;
	color: #4667a6;
	padding: 10px 0px 5px 0px;
	margin: 0;
	}
	
h2 {
	font-size: 160%;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0;
	}








	
/*   MAIN TAB NAVIGATION STYLES   */
/**********************************/

#listMenuRoot {
	position: absolute;
	top: 66px;
	left: 321px;
	height: 40px;
	z-index: 50;
	}

#interiorbanner #listMenuRoot {
	top: 57px;
	}		
		
img.tab {
	display: inline; 
	float:left;
	padding: 0px;
	margin: 0px;
	z-index: 50;
	}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 z-index: 50;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 36px; 
 left: -2px;
 width: 135px;
 background: #d5deef;
 border: 2px solid white;
 border-top: 0;
 z-index: 50;
}

#treference, #tservices {
 width: 185px;
}

#tcontact {
 width: 115px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 line-height: 10px;
 z-index: 50;
 /* border: 1px solid #ffffff; */
 /* margin-right: -1px; */
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 text-align: left;
 font: 95%/1.1em "Times New Roman", Times, serif;
 z-index: 50;
}

.menulist ul>li:last-child {
 margin-bottom: 0px;
} 

/* Links inside the menu */
.menulist a, .menulist a:link {
 display: block;
 padding: 8px;
 padding-left: 16px;
 color: #444444;
 text-decoration:  none;
 /* text-transform: small-caps; */	
 background: url(../images/common/tab_divline.gif) no-repeat top;
 z-index: 50;
}

#treference a, #treference a:link,#tservices a, #tservices a:link {
 background: url(../images/common/tab_divline2.gif) no-repeat top;
}

#tcontact a, #tcontact a:link {
 background: url(../images/common/tab_divline3.gif) no-repeat top;
}

.menulist li ul li.firstitem a,  #treference li.firstitem a,  #tservices li.firstitem a,  #tcontact li.firstitem a {
	background: transparent;
	}

.menulist li ul li.firstitem a:hover,.menulist li ul li.firstitem a.highlighted:hover, 
#treference a:hover, #treference a.highlighted:hover, #treference li.firstitem a:hover,  #treference li.firstitem a.highlighted:hover,  
#tservices a:hover, #tservices a.highlighted:hover, #tservices li.firstitem a:hover,  #tservices li.firstitem a.highlighted:hover,
#tcontact a:hover, #tcontact a.highlighted:hover, #tcontact li.firstitem a:hover,  #tcontact li.firstitem a.highlighted:hover {
	background-color: #5884cb;
	}

.menulist a.section {
 padding: 0px;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 background-color: #5884cb;
}
.menulist  a.highlighted {
 background-color: #5884cb;
}

.menulist ul.tabout {
	left: 0px;
}

.menulist ul.tabout a {
	padding-left: 19px;
} 

/* Fixed bug in IE where link colors weren't working as specified above */
a.subnav, a.subnav:visited {
	color: #444;
	}
	
a.subnav:hover, a.subnav:focus {
	color: #fff;
	}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */



/*  STYLES FOR ADMIN PAGES ONLY */


/*  ADMIN LINKS */

.error {
	font-weight: bold;
	color: #A83203;
	border: 1px solid #A83203;
	padding: 10px;
	background-color: white;
}

.success {
	font-weight: bold;
	color: #4c82c5;
	border: 1px solid #999999;
	background-color: white;
	padding: 10px;
}





#linkform label {
	text-transform: uppercase;	
	font-weight: bold;
	color: #ad9415;
}


#linkform fieldset {
	border: 1px solid #999999;
	padding: 0 20px;
}


#linkform legend {
	font-weight: bold;

	color: #4c82c5;
	background: #fff;
	border: 1px solid #666666;
	border-bottom-color: #333333;
	border-right-color: #333333;
	padding: 4px 8px;
}


#newsform label {
	text-transform: uppercase;	
	font-weight: bold;
	color: #ad9415;
}


#newsform fieldset {
	border: 1px solid #999999;
	padding: 0 20px;
	text-align: left;
}


#newsform legend {
	font-weight: bold;

	color: #4c82c5;
	background: #fff;
	border: 1px solid #666666;
	border-bottom-color: #333333;
	border-right-color: #333333;
	padding: 4px 8px;
}



.books {
	position: absolute;
	left: 35px;
	margin: 0;
	border:1px solid #ad9415;
	padding:2px;
}

#book1 { top:300px; }
#book2 { top:520px; }

.bookholder1, .bookholder2, .bookholder3, .bookholder4 {
	position:relative;
	padding:0; margin:0;
	padding-left: 110px;
	padding-bottom: 40px;
	/* border-top:20px solid white; */
	background: url(../images/home/book_thumb1.jpg) top left no-repeat;
	line-height:1.3em;
}

.bookholder1 p, .bookholder2 p, .bookholder3 p, .bookholder4 p  { padding:0; margin:0;  color:#777; }

.bookholder2 { background-image: url(../images/home/book_thumb2.jpg) }
.bookholder3 { background-image: url(../images/home/book_thumb3.jpg)  }
.bookholder4 { background-image: url(../images/home/book_thumb4.jpg)  }

h5 { font-size:.9em; font-weight:bold; margin:0; padding-bottom:5px; }
h5 span { display:block; font-weight:normal; font-style:italic; color:#777; }

 .bookholder1 a, .bookholder2 a, .bookholder3 a, .bookholder4 a  { display:inline; } 