
/*////////// GENERAL  //////////*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

body {
	font-size: 63%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	color: #000;
}

a:link, a:visited, a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#container {
	width: 100%;
	text-align: left;
}

/*////////// HEADER //////////*/


/* logo */

#header #car a {
	display: none;
}

#header h1 a {
	font-size: 1.5em;
}

/* search box */

#header #rightnav, #header #tools {
	display: none;
}

/* breadcrumbs */

#breadcrumbs {
	display: none;
}

/*////////// LEFT NAVIGATION //////////*/

#leftcol {
	display: none;
}

/*///////// MAIN CONTENT //////////*/

#maincol {
	font-size: 1.1em;
	text-align: left;
	width: 100%;
}

#maincol img {
	display: none;
}

#maincol #featured img, #maincol #highlights img {
	margin: 0;
}

#car #maincol {
	width: auto;
	font-size: 1em;
}

#maincol div.teamcol {
	float: left;
	width: 290px;
}

/* page titles */

#maincol h1 {
	font-size: 2em;
	margin: 0.5em 0 0.5em 0;
}

#maincol h2 {
	font-family: "Adobe Garamond Pro", "Garamond Premier Pro", "Garamond", "Times New Roman", "Times", serif;
	font-size: 1.6em;
}

#maincol h3 {
	font-size: 1.3em;
	margin: 1em 0 .5em 0;
}

#maincol h4 {
	font-size: 1em;
}

/* paragraph styles */

#maincol p {
	margin: 0 0 1em 0;
}


#maincol dl {
	margin: 1em 0;
}

#maincol dt {
	font-weight: bold;
}

#maincol ul {
	margin: 0 0 1em 2em;
	list-style: square;
}

#maincol hr {
	text-align: center;
	color: #ccc;
	background: #ccc;
	border: 0px none;
	height: 1px;
}

#autism_FAQ #maincol hr {
	text-align: center;
}

/* table styles */

#maincol table {
	border: 1px solid #333;
	width: 100%;
	margin: 20px 0 20px 0;
}

#maincol table thead {
	background: #ccc;
}

table tr.even {
	background: #eee;
}

table th {
	padding: 5px 15px 5px 5px;
}

table td {
	padding: 5px 30px 5px 5px;
	vertical-align: top;
}


#autism_FAQ #maincol dt {
	margin: 0 0 10px 0;
}

#autism_FAQ #maincol dl {
	border-bottom: 1px solid #ccc;
}

/* homepage */


#video {
	display: none;
}

#top_block #events {
	font-size: 1.1em;
}


#events .event {
	margin: 0;
	padding: 6px 8px 10px 8px;
}

#events p {
	margin: 0;
}

#events .odd {
	background: #eee;
}

#events .none {
	padding: 10px 0;
}

#events span.title {
	font-style: italic;
}

#events #more {
	display: none;
}

#events #more a:link, #events #more a:visited, #events, #more a:hover {
	font-weight: normal;
}

#content {
	font-size: 1.1em;
}

#content p {
	line-height: 140%;
	margin: 0 0 1em 0;
}

#featured {
	font-size: 1.1em;
}

#featured p {
	margin: 0;
}

#featured .link, #highlights .link {
	display: none;
}


#highlights {
	font-size: 1.1em;
}

/* staff page */

div.staff {
	margin: 0 0 25px 0;
}

.staff img {
	display: none;
}

#maincol .staff p {
	margin: 0.5em 0 0.5em 0;
}

.staff p strong {
	margin: 0 5px 0 0;
}

p.button a:link, p.button a:visited {
	display: none;
}

h2.staffname {
	margin: 0 0 10px 0;
	padding: 5px;
}

#maincol h2.publications {
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#types label, #details label {
	margin: 0 5px 0 0;
	font-weight: bold;
}

div#publications {
	padding: 1px 1px 10px 1px;
	margin: 30px 0px;
}

div#publications p {
	margin-left: 10px;
	margin-right: 10px;
}


/* gallery page */

#maincol ul.hoverbox {
	cursor: default;
	list-style: none;
	margin-left: 5px;
}

#maincol ul.hoverbox img {
	background: #fff;
	color: inherit;
	vertical-align: top;
	margin: 15px 30px 15px 0;
	border: 1px solid #eee;
}

#maincol ul.hoverbox li {
	background: #fff;
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

/* contact page */

#contactform input, #contactform select, #contactform textarea {
	border: 1px solid #ccc;
	padding: 2px 5px;
}

#contactform dt {
	margin: 20px 0 5px 0;
}

#contact_us h2 {
	margin: 30px 0 10px 0;
}

#contact_us #submitok {
	margin: 10px 0 0 0;
}

#contact_us .success {
	background: #DDFFDD; 
	border: solid 1px #009900 !important;
	padding: 10px;
	font-weight: bold;
	color: #006600;
}


/*////////// FOOTER //////////*/

#footer {
	display: none;
}

