/*
-----------------------------------------------
Client:The National Council on Crime and Delinquency
Project:Web Site Redesign (http://www.nccd-crc.org/)

File Name:home.css 
Notes:Styles special elements on the [home] page.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* Layout
----------------------------------------------- */
#home #content {
  background:transparent url(/img/bg-content-home.gif) repeat-y 0 0;
  margin-bottom:0;
	padding-bottom:0;
	}
#home #main {
	float:right;
	width:705px;
	}
#home #pcon {
	float:left;
	padding:20px 0;
	width:430px;
  }
#home #tcon {
	display:block;
	float:right;
  width:250px;
  }
#home #scon {
	float:left;
  width:250px;
  }
	
/* Image banner
----------------------------------------------- */
#image-banner {
	border-bottom:5px solid #d7c392;
	}
#image-banner img {
	border:0;
	float:left;
	margin:0;
	padding:0;
	}

/* Callout divs
----------------------------------------------- */
.box-purple {
	background:#d4d5e6;
	padding:24px 20px 20px;
	}
.box-purple h2 {
	color:#425698;
	font-family:georgia,times,serif;
	font-size:174%;
	font-weight:normal;
	}
.box-beige {
	background:#f3efe2;
	padding:20px;
	}
.box-beige h2 {
	color:#a68827;
	font-family:georgia,times,serif;
	font-size:174%;
	font-weight:normal;
	}
.box-aqua {
	background:#d8ebeb;
	padding:20px;
	}
.box-aqua h2 {
	color:#00918f;
	font-family:georgia,times,serif;
	font-size:174%;
	font-weight:normal;
	}

/* Global default page
----------------------------------------------- */
#default #page {
	margin-bottom:100px;
	}
#default #hd {
	padding:0 40px;
	position:relative;
	}
#default #hd h1#logo {
	background:transparent url(/img/logo-nccd-tagline.gif) no-repeat left bottom;
	}
#default #hd #logo a {
	height:170px;
	width:900px;
	}
#default #hd h2 {
	bottom:30px;
	display:none;
	font-size:138.5%;
	font-style:italic;
	position:absolute;
	right:165px;
	}
#default #content {
  background:#aed3d3;
  border-bottom:solid 150px #00918f;
	padding-bottom:0;
	}
#logos img {
	border-width:7px;
	padding:0;
	}
#logos td {
	padding:0 25px 20px;
	}
#logos h2 {
	font-family:arial,helvetica,sans-serif;
  font-weight:normal;
	font-size:146.5%;
	line-height:110%;
	margin-bottom:0;
	text-align:right;
	}
#logos h2 a {
	background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	}
#logos h2 a#nccd {
	background-image:url(/img/logo-nccd-hm.gif);
	color:#00918f;
	padding-right:68px;
	}
#logos h2 a#crc {
	background-image:url(/img/logo-crc.gif);
	color:#6c266a;
	padding-right:96px;
	}
#logos h2 a#cgyw {
	background-image:url(/img/logo-cgyw.gif);
	color:#425698;
	padding-right:68px;
	}
#logos h2 a strong { /* For the tagline */
	color:#fff;
	font-family:arial,helvetica,sans-serif;
	font-size:77%;
	}
