@charset "UTF-8";
/* CSS Document */

@import url("reset.css");  /*------- Reset all CSS Styles */

body {
	background: #0d6092 url(../images/pagebg.jpg) repeat-x;
	/*height:100%;*/
	color:#252525;
	text-align:center;
	font: 62.5%/1.8em Tahoma, Arial, Verdana, sans-serif;
}

blockquote {
padding: 0 2em;
}

strong {
	font-weight: bold;
}

em{
	font-style: italic;
}

a:link, a:visited {
	color: #9C0000;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #000066;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #14405a;
}


h3 a:link, h3 a:visited {
	color: #14405a;
	text-decoration: none;
}

h3 a:hover {
	text-decoration:underline;
}

img.right{
	float:right;
	margin: 0 0 1em 1em;
}

img.left{
	float:left;
	margin: 0 1em 1em 0;
}

hr {
	clear: both;
	width: 70%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-color:#ccc;
	border-style: groove;
	border-width: 1px 0 0;
	text-align: center;
}

#container {
	margin:0 auto;
	padding:0;
	width:970px;
	text-align:left;
	vertical-align: middle;
}
#header {
	margin:0;
	padding:0;
	height:135px;
	background: url(/images/layout/pielogo.gif) no-repeat 515px 5px;
}

/* logo */
#header h1 {
	margin: 30px 100px 0 0;
	Overflow: hidden;
	padding: 72px 0 0;
	height: 0px !important; /*for most browsers*/
	height: /**/:72px; /*for IE 5.5 bad bad box model*/
	width: 225px;
	background: url(/images/layout/autisminstitute.gif);
	float: right;
	display: inline; /* for IE6 double margin float bug */
}
	
#header h2 {
	margin:0;
	padding:0 0 0 20px;
	font-size:.9em;
	font-weight:lighter;
	letter-spacing:.1em;
	color:#eeeeee;
}
#topnav {
	padding-top: 90px;
	height: 45px;
	position:relative;
}

ul.sf-menu {
	font-size:1.4em;
	font-weight: bold;
}

#main {
	margin: 0 0 2em 0;
	padding: 1px 0 0 0;
	font-size: 1.3em;
	background: #fbfbeb url(/images/layout/mainbg_top.gif) no-repeat left top;
}

#main p {
	padding:5px
}

#main h2 {
	margin:0 0 5px 0;
	padding:5px 0 0 0;
	font-size:1.2em;
	border-bottom: 1px solid #000066;
}

#breadcrumbs{
	height:1.5em;
	font-size: 0.9em;
	padding: 0.5em 0 0.5em 1.5em;
}

#centerColumn{
	float:left;
	display:inline;
	margin: 0 0 0 25px;
	width: 725px;
	background-image: url(/images/layout/centerColumn_bg.gif);
	background-repeat: repeat-y;
}

#centerColumn div{
	background: url(/images/layout/centerColumn_top.gif) no-repeat left top;
}

#centerColumn div div{
	background: url(/images/layout/centerColumn_btm.gif) no-repeat left bottom;
	padding: 0.4em 1em 1em 1em;
}

#rightColumn {
	float:right;
	margin:0;
	padding:0;
	width:217px;
	font-size:.9em;
}
#rightColumn p {
	padding:10px
}
#rightColumn h2 {
	margin:0;
	padding:10px 0 0 10px;
	font-size:1em;
}
#rightColumn ul {
	margin:0 0 0 0;
	list-style:none;
}
#rightColumn li {
	margin:4px 0 5px 10px;
}
#rightColumn li a {
	text-decoration:underline;
}
#rightColumn li a:hover {
	text-decoration:none;
}

.innertube {
	margin: 0 20px;
}

#footer {
	bottom:0;
	margin:0;
	padding: 2em 0 0;
	text-align:center;
	font-size:0.9em;
	background: url(/images/layout/mainbg_btm.gif) no-repeat left bottom;
	clear: both;
}

/*************** Styles for the Home Page ************/

#homebox {
	background: url(/images/layout/homebox_btm.gif) no-repeat bottom;
	margin: 10px 34px 20px 33px;
}

#homebox div {
	background: url(/images/layout/homebox_top.gif) no-repeat top;
	padding: 20px 20px 20px 150px;
}

#homebox img {
	float: left;
	margin: 20px 0px 0px 20px;	
}

#leftbox {
	float: left;
	margin-left: 33px;
	width: 20em;
	display: inline;
	text-align: center;
}

#leftbox h3 {
	text-align:left
}

#rightbox {
	margin-left: 330px;
}

#trainingbox {
	background: #FFFFFF url(/images/layout/trainingbox_btm.jpg) no-repeat right bottom;
	width: 601px;
	padding-bottom: 0.5em;
}

#trainingbox h3, #consultbox h3 {
	margin: 0;
	padding: 0.5em 0 0 1.5em;
	background: url(/images/layout/infobox_top.gif) no-repeat left top;
}

#trainingbox p, #trainingbox ul, #consultbox p, #consultbox ul{
	padding-top: 0;
	padding-left: 2em;
	padding-right: 5em;
}

#main ul li {
	background: url(/images/layout/bluearrow.png) no-repeat left top;
	padding-left: 1em;
}

#main ol li {
	list-style: decimal outside;
	background: url(none);
	margin-left: 1.5em;
}

#centerColumn li {
	margin-bottom: 0.4em;
}

#consultbox {
	background: #FFFFFF url(/images/layout/consultbox_btm.jpg) no-repeat right bottom;
	width: 601px;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
