body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #6A6A6A;
    background-color: silver;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
}

h1 {
    font-size:12pt;
    font-weight:bold;
    color:#0606BB;
    letter-spacing:1pt;
}

h2 {
    font-size:9pt;
    font-weight:bold;
    letter-spacing:1pt;
    color:#0066BB;
}

h2.section {
    border-bottom:1px solid #eaeaea;
}

h2 a:link {
    color:#4f76d2;
    text-decoration:none;
}

h2 a:visited {
    color:#4f76d2;
    text-decoration:none;
}

h2 a[href]:hover {
    color:red;
    text-decoration:underline;
}

h2 a:active {
    color: #FF9900;  /* orange */
    text-decoration:underline;
}

h3 {
    font-size:small;
    font-weight:bold;
    color: #006666;
}

a:visited {
    color:blue;
    text-decoration:underline;
}
a:link {
    color:blue;
}
a[href]:hover {
    color:red;
}
a:active { 
    color: #FF9900;  /* orange */
}

ul li {
    margin:0em 0em 0.7em 0em;
    list-style-type:square;
}

table.alternating td {
    vertical-align:top;
}

table.alternating tr.even {
    background-color:white;
}

table.alternating tr.odd {
    background-color:#e8eefa;
}

div#features h2 {
	border-top: 1px solid #E1E1E1;
	padding-top: 5px;
	margin-top: 25px;
}

div#content_body {
	width: 100%;
	color: #6A6A6A;
	background-color : White;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content-and-nav {
	 margin-top:40px;
	 padding:0px;
}

div#content {
	margin-left:180px;
	/* IE is not respecting max-width attribute, so we use this little hack 
	width:expression(document.body.clientWidth > 400? "400px": "auto" ); */
	max-width:65ex;
	color: #6A6A6A;
	background-color: White;
}
div#content p {
	font-size: 10pt;
	line-height: 15pt;
	text-align : justify;
}
div#content p.smaller {
	font-size:12px;
	line-height: 18px;
	color: #6A6A6A;
	background-color: White;
}

/************************************
 * CHADIS-specific navigation     *
  ***********************************/
div#right_column {
    float:right;
    width:230px;
    margin:0em 1px 1em 1em;
}
div#right_column p { margin: 0px 0px 0px 0px;}
div#chadis_menu {		
	margin:0em 0em 1ex 0em;
	border-top:1px solid #8697CD;
	border-left:1px solid #8697CD;
	border-bottom:1px solid #8697CD;
	background:#526AB7;
	padding: 10px 10px 20px 10px;
	color: White;
}
div#chadis_menu h2 {
	margin : 6px 0px 10px 0px;
	color : #CBD3EA;
	background-color: #526AB7;
	font-size : 10pt;
	border-bottom:1px solid #8697CD;
}
div#chadis_menu img {
	float: right;
	padding-right : 0px;
	padding-top: 0px;
}
div#chadis_menu ul { margin: 0px; padding: 0px 0px 10px 20px;}
div#chadis_menu ul li { margin: 5px 0px 0px 0px}
div#chadis_menu p {
	margin: 0em 0em .25em 0em;
	text-indent:1em;
}
div#chadis_menu a:link {
	text-decoration : none;
	font-weight: bold;
	border-left: 2.5em;
	border-right: 0.5em;
	color: White;
	background-color : #526AB7;
}
div#chadis_menu a:visited {
	text-decoration : none;
	font-weight: bold;
	border-left: 2.5em;
	border-right: 0.5em;
	color: White;
	background-color : #526AB7;
}
div#chadis_menu a:hover {
	text-decoration : underline;
	font-weight: bold;
	border-left: 2.5em;
	border-right: 0.5em;
	color: White;
	background-color : #526AB7;
}
div#chadis_menu a:active {
	text-decoration : none;
/**	font-weight: bold;**/
	border-left: 2.5em;
	border-right: 0.5em;
	color: White;
	background-color : #526AB7;
}
/**********************************/


/*******************************
 * Navigation Menu classes  *
 *******************************/
div#menu {
    float:left;
    width:150px;
    border-right: 1px solid #EAEAEA;
} 
  
div#menu ul {
    padding:0px 0px 0px 5px;
    margin:0px 0px 0px 0px;
}

div#menu ul li {
    font-size:8pt;
    letter-spacing:1pt;
    list-style:none;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 8px 0px;
    font-variant: small-caps;
    font-weight: normal;
}

/** Main Level Menu Links **/
div#menu a {
    text-decoration: none;
    color: #0066BB;
}
div#menu a:hover {
    color: #D58000;
}
div#menu ul li ul a {
    color:#B7B7B7;
}

div#menu ul li ul {
    padding:0px 0px 0px 0px; 
    margin:0px 0px 0px 1em;
}

div#menu ul li ul li {
    font-weight:normal;
    font-size:8pt;
    font-variant: normal;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

/************************************/

/** Behavioral Consult Articles **/
div#consults { padding : 0em 0em 0em 1em;  color: #575757; 	background-color : white; }
div#consults ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
div#consults a { font-size : smaller; padding : 0.2em;	}
div#consults a:visited { text-decoration: underline; color: #D58000; background-color : white;}
div#consults a:link {text-decoration: underline; color: #D58000; background-color : white;}
div#consults  a:hover { text-decoration: underline; color: #D58000;background-color : white; }
div#consults a:active { text-decoration: none; 	color: #D58000;	background-color : white;}
/**********************************/


table#pricing {
    border:1px solid black;
    border-collapse:collapse;
}
table#pricing tr { border:1px solid black; }
table#pricing tr th { border:1px solid black; padding: .5em .5em .5em .5em; }
table#pricing tr td { border:1px solid black; padding: .5em .5em .5em .5em; }

img.screenshot { margin:1em 1em 1em 1em;  border:1px solid #c0c0c0; }

.accent-wrapper{
	margin : 0px;
	padding : 0px;
	
}
img#accent {
	border: none;
	padding: 0px;
	margin:0px 0px 2px 0px;
	float: right;
	clear: both;
}

noscript {  margin:0px;  padding:0px; }


/*
 * Styles for the appearances page.
 */
.presentation .title {
    text-decoration:underline;
}
.presentation .date {
    color: silver;
}


/********************************************
 * Styles for the items on the news page *
 *******************************************/
.news_item { margin-top: 20px; }
.news_item .date { color : Silver; background-color: white;}
.news_item  h2 {
	font-size: 10pt;
	font-weight:normal;
    color:#0066BB;
	background-color: white;
	letter-spacing : 0.6pt;
	margin-bottom: 0px;
}
.news_item p { margin-top:0px; margin-left:20px; }
.news_item ul { list-style-type : square; }
.news_item ul li { }


/*******************************************
 * Styles for the research abstracts         *
 *******************************************/
.abstract { }
.abstract h2 { font-size: 10pt; letter-spacing : 0.7pt; margin-bottom: 20px; }
.abstract  p { 	margin-top:0px; }
.abstract h3 { margin-bottom: 0px;}
.abstract hr { margin-top: 40px;}
.abstract table { width: 580px; margin: 0px; padding: 0px;}
.abstract table tr td { margin: 0px; padding: 10px; border: 1px solid Silver;}
.abstract h6{ font-style : italic; font-weight: normal;}

/*******************************************/



/********************************
 * Styles for the footer area     *
 ********************************/
div#copyright {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
	text-align:left;
	color: #CCCCFF;
	background-color : #526AB7;
	margin : 0px 0px 0px 0px;
	clear : both;
}
div#copyright p {
		font-size: 10px;
		margin : 0px;
		padding: 0px;
}

div#copyright A:visited { text-decoration: none; color: #FEFEFE; background-color:#526AB7;}
div#copyright A:link {  text-decoration: none; color: #FEFEFE; background-color: #526AB7;}
div#copyright A:hover { text-decoration: underline; color: #FEFEFE; background-color:#526AB7;}
div#copyright A:active { text-decoration: none; color: #FEFEFE; background-color: #526AB7;}
/**********************************/


/*****************************************
 * Styles for team information.              *
 *****************************************/
.position { font-weight:bold; }
.biography {  margin-left:2em; }
.board-member { font-weight:bold; }
/*****************************************/


dl#projects dt { font-weight:bold; }
dl#projects dd { margin-top:1em; margin-bottom:2em; }


/*************************************
 * Styles for fill-out forms.                *
 *************************************/
form input.field {  margin-left:5em; }
form label {  font-size:12px;  line-height:17px;  cursor:pointer; }
form label.field {  float:left;  width:5em; }



/******************************
 * Logo and Top Bar Styles *
 ******************************/
div#top-bar { }
div#logo img {
    border:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
div#logo-top {
	width: 100%;
	height:72px;
	background-color:#526AB7;
	font-size : 14pt;
	color: White;
}
div#logo-bottom-left { 
	position:absolute;
	top:74px;
	left:0px;
	width:150px;
	height:9px;
	color: white;
	background-color:#7EC722; /* green */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right-color : White;
	border-right-style : solid;
	border-right-width : 2px;
	font-size:1px; /** to help IE behave **/
}
div#logo-bottom-middle {
	position:absolute;
	top:74px;
	width: 664px;
	height:9px;
	color: white;
	background-color:Black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right-color : White;
	border-right-style : solid;
	border-right-width : 2px;
	font-size:1px;	/** to help IE behave **/
}
div#logo-bottom {
	position: absolute;
	top:72px;
	width: 100%;
	right:0px;
	height:9px;
	color: white;
	background-color:#EE9C00; /* orange */
	border-top: 2px solid white;
	padding:0px 0px 0px 0px;
	font-size:1px; /** to help IE behave **/
}
img#logo {
	position: relative;
	top:14px;
	left:44px;
	width:250px;
	height:54px;
	border: 0px;
	vertical-align:top;
}
img#holding_child {
	position:relative;
	top:18px;
	left:36px;
	width:81px;
	height:78px;
	border: 0px;
}
/***************************/

/* stupid IE doesn't understand a[href]:hover */
ol#references a:hover {
    color:#6a6a6a;
    text-decoration:none;
}

#references li {
    margin-bottom:1em;
}

#references .publication {
    text-decoration:underline;
}

#references .title {
    font-style:italic;
}

/***** Misc ******************/
.center { text-align: center;}
.clear {  clear:both; }
.hidden { display: none; }
img.thumbnail { border:none; }
ol.items { list-style:none;  padding-left:1em; }
/*****************************/


/*** For the W3C images on Tech Page ***/
div#standards {
	margin: 0px 2px 0px 0px; padding: 0px;
	float: right;
	clear: none;
	line-height: 0px;
	vertical-align : top;
}
div#standards img { border:none; margin: 0px; padding: 0px;}
/***********************************************/


/**
 * Print-media styles to override screen-based layouts.
 *
 * Navigation is worthless for a printout, for example.
 */
@media print { 
    .no-print, div#menu, div#top-bar, div#standards, 
	div#right_column, .accent-wrapper { display:none;   }
	h1.hidden {
	display: inline;
	font-size: smaller;
	margin: 0px;
}
	div#content, div#content-and-nav, div#copyright {
	margin: 1em;
	padding: 1em;
	width: 75%;
	max-width: none;
	font-size: medium;
}
	
}

