/* ########################################### */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3DFDA;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(images/bkg-body.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
p, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
hr {
	display: none;
}



/* ########################################### */
#container {
	position: relative;
	width: 702px;
	top: 0px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/bkg-container.gif);
	background-repeat: repeat-y;
	background-position: center top;
}



/* ########################################### */
#header {
	position: absolute;
	height: 132px;
	width: 234px;
	left: 22px;
	top: 0px;
	background-image: url(images/logo-autism_add_resources.gif);
	background-repeat: no-repeat;
	z-index: 999;
}
#header strong {
	display: none;
}



/* ########################################### */
#nav {
	position: relative;
	width: 175px;
	margin-left: 50px;
	height: 400px;
	left: 0px;
	top: 150px;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	font-weight: bold;
}
#nav ul li {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#nav ul li ul {
	margin-bottom: 15px;
}
#nav ul li ul li {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 1px;
}



/* ########################################### */
#content {
	position: relative;
	width: 362px;
	margin-left: 298px;
	top: -380px;
}
#content h1 {
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F4F2D8;
}
#content h2 {
	font-size: 12px;
	margin-bottom: .5em;
}
#content h3 {
	font-size: 11px;
}
#content h4 {
	font-size: 9px;
}
#content p {
	color: #333333;
	text-align: justify;
	margin-bottom: 1em;
}
#content ul {
	color: #48506A;
	margin-bottom: 1em;
	list-style-type: circle;
	margin-left: 30px;
}
#content blockquote {
	margin-left: 30px;
}
#content blockquote p {
	text-align: left;
}
#content img.left {
	border: 1px solid #666666;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	position: relative;
	z-index: 999;
}
#content img.right {
	border: 1px solid #666666;
	float: right;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	display: block;
	position: relative;
	z-index: 999;
}
#content strong {
	color: #596E90;
}



/* ########################################### */
#content a, #footer a {
	color: #386FC0;
	text-decoration: none;
}
#content a:hover, #footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* ########################################### */
#footer {
	position: relative;
	height: 250px;
	background-image: url(images/bkg-footer.gif);
}
#footer .mission {
	position: absolute;
	width: 194px;
	left: 42px;
	bottom: 20px;
}
#footer .body {
	position: absolute;
	left: 278px;
	width: 402px;
	bottom: 30px;
	text-align: center;
}
#footer .contact {
	font-size: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#footer .copyright {
	font-size: 9px;
	color: #999999;
}
#footer .mission p {
	color: #FFFFFF;
	margin-bottom: 1em;
}
#footer .chcsCredit {
	font-size: 9px;
	padding-top: 10px;
}
