* {
	padding: 0;
	border: 0;
	margin: 0;
}
ul,
ol {
	list-style: none;
}
img {
	display: block;
}
body {
	background-color: #336633;
	color: #444;
}
div#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	background: transparent url(images/bg_shadow.gif) left top repeat-y;
}
a {
	color: #e5961e;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* header */
div#header {
	height: 108px;
}
h1 {
	display: block;
	width: 231px;
	height: 62px;
	float: left;
	margin-top: 28px;
	margin-left: 40px;
}
h1 a {
	display: block;
	width: 231px;
	height: 62px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(images/logo.gif) left top no-repeat;
}
h1 a:hover {
	background-position: left -62px;
}
p.access {
	display: none;
}

/* navigation */
div#nav {
	width: 592px;
	height: 50px;
	padding-top: 58px;
	/* False margin value for IE Win 6.0 */
	margin-left: 337px;
}
html>body div#nav {
	/* Correct value for browsers that don't suffer from IE Win 6.0's bugs */
	margin-left: 340px;
}
ul#navBar {
	position: relative;
	width: 592px;
	height: 50px;
	background: transparent url(images/nav.gif) left top no-repeat;
}
ul#navBar li {
	position: absolute;
	top: 0;
}
ul#navBar li,
ul#navBar li a {
	height: 50px;
	display: block;
	}
ul#navBar li a {
	text-indent: -5000px;
	overflow: hidden;
	text-decoration: none;
}
li#foster				{left: 0; width: 102px;}
li#intervention			{left: 114px; width: 102px;}
li#intensive			{left: 228px; width: 86px;}
li#adoption				{left: 326px; width: 116px;}
li#adolescent			{left: 454px; width: 138px;}

li#foster a:hover		{background: transparent url(images/nav.gif) left -50px no-repeat;}
li#intervention a:hover	{background: transparent url(images/nav.gif) -114px -50px no-repeat;}
li#intensive a:hover	{background: transparent url(images/nav.gif) -228px -50px no-repeat;}
li#adoption a:hover		{background: transparent url(images/nav.gif) -326px -50px no-repeat;}
li#adolescent a:hover	{background: transparent url(images/nav.gif) -454px -50px no-repeat;}

body#currentFoster li#foster a				{background: transparent url(images/nav.gif) left -50px no-repeat;}
body#currentIntervention li#intervention a	{background: transparent url(images/nav.gif) -114px -50px no-repeat;}
body#currentIntensive li#intensive a		{background: transparent url(images/nav.gif) -228px -50px no-repeat;}
body#currentAdoption li#adoption a			{background: transparent url(images/nav.gif) -326px -50px no-repeat;}
body#currentAdolescent li#adolescent a		{background: transparent url(images/nav.gif) -454px -50px no-repeat;}

/* homepage billboard */
div#billboardHome {
	margin: 0 10px;
	background: transparent url(images/bg_gradient_home.gif) left top repeat-x;
	height: 285px;
	word-spacing: 1px;
}
div#billboardHome img {
	display: block;
	float: left;
}
div#billboardHome h2 {
	color: #fff;
	background: transparent;
	font: normal 23px Georgia, "Times New Roman", Times, serif;
	margin: 0 40px 16px 436px;
	padding-top: 50px;
}
div#billboardHome p {
	color: #fff;
	background: transparent;
	font: normal 22px/28px Georgia, "Times New Roman", Times, serif;
	margin-right: 40px;
	margin-left: 436px;
}

/* secondary page billboard */
div#billboard {
	margin: 0 10px;
	height: 200px;
}

body#currentFoster div#billboard {		background: transparent url(images/bg_gradient_foster.gif) left top repeat-x;}
body#currentFoster div#billboard img {	margin-left: 0;}
body#currentIntervention div#billboard {background: transparent url(images/bg_gradient_intervention.gif) left top repeat-x;}
body#currentIntensive div#billboard {	background: transparent url(images/bg_gradient_intensive.gif) left top repeat-x;}
body#currentIntensive div#billboard img{margin-left: 0;}
body#currentAdoption div#billboard {	background: transparent url(images/bg_gradient_adoption.gif) left top repeat-x;}
body#currentAdoption div#billboard img {margin-left: 100px;}
body#currentAdolescent div#billboard {	background: transparent url(images/bg_gradient_foster.gif) left top repeat-x;}
body#currentAdolescent div#billboard img{margin-left: 0;}

div#billboard img {
	display: inline;
	float: left;
}
div#billboard h2 {
	display: block;
	color: #fff;
	background: transparent;
	font: normal 23px Georgia, "Times New Roman", Times, serif;
	margin-left: 436px;
	padding-top: 50px;
}

/* homepage callouts */
div#calloutsHome {
	margin: 0 10px;
	padding-top: 15px;
	height: 117px;
}
div#calloutsHome div {
	display: inline;
	float: left;
	width: 304px;
	height: 110px;
	border-right: 1px solid #ccc;
	padding-left: 15px;
}
div#calloutsHome div#download {
	background: transparent url(images/icon.gif) 10px 23px no-repeat;
}
div#calloutsHome div h3 {
	color: #336633;
	background: transparent;
	font: bold 17px Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 5px;
	letter-spacing: -1px;
}
div#calloutsHome div p {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin-right: 24px;
}
div#calloutsHome div#download p {
	margin-left: 90px;
}
div#calloutsHome div p#location1 {
	display: inline;
	float: left;
	width: 164px;
	margin-right: 0;
}
div#calloutsHome div p#location2 {
	display: inline;
	float: left;
	width: 139px;
	margin-right: 0;
}
div#calloutsHome div.last {
	width: 305px;
	border-right: none;
}

/* secondary page callouts */
div#callouts {
	float: left;
	width: 310px;
	padding-left: 10px;
}
div#callouts div {
	display: block;
	width: 300px;
	height: 110px;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
div#callouts div#download {
	background: transparent url(images/icon.gif) left 38px no-repeat;
}
div#callouts div h3 {
	color: #336633;
	background: transparent;
	font: bold 17px Arial, Helvetica, sans-serif;
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 5px;
	letter-spacing: -1px;
}
div#callouts div p {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	margin-right: 15px;
}
div#callouts div#download p {
	margin-left: 95px;
}
div#callouts div p#location1 {
	display: inline;
	float: left;
	width: 164px;
	margin-right: 0;
	margin-left: 5px;
}
div#callouts div p#location2 {
	display: inline;
	float: left;
	width: 130px;
	margin-right: 0;
}
div#callouts div.last {
	width: 305px;
	border-bottom: none;
	padding-bottom: 0;
}

/* sponsors */
ul#sponsors {
	margin-top: 14px;
}
ul#sponsors li {
	display: inline;
	float: left;
	width: 140px;
	height: 45px;
	margin-right: 12px;
}
ul#sponsors li a {
	display: block;
	width: 140px;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
}
ul#sponsors li a#asu {
	background: transparent url(images/sponsor_asu.gif) left 7px no-repeat;
}
ul#sponsors li a#afi {
	background: transparent url(images/sponsor_afi.gif) 5px top no-repeat;
}

/* secondary page content */
div#content {
	clear: both;
	margin: 0 10px;
	background: transparent url(images/bg_content.gif) 292px top repeat-y;
}
div#text {
	margin-right: 80px;
	margin-left: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div#text p {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 12px;
}
div#text h3 {
	color: #336633;
	font: bold 17px Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-bottom: 8px;
	word-spacing: -1px;
}
div#text ul {
	font: normal 13px/18px Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}
div#text ul li {
	margin-bottom: 6px;
	padding: 0 80px 0 15px;
	background: transparent url(images/bullet.gif) 1px 7px no-repeat;
}

/* footer */
div#footerHome {
	clear: both;
	width: 980px;
	height: 18px;
	background: transparent url(images/bg_footer_home.gif) left top no-repeat;
	overflow: hidden;
}
div#footer {
	clear: both;
	width: 980px;
	height: 18px;
	background: transparent url(images/bg_footer.gif) left top no-repeat;
	overflow: hidden;
}
