/*
-----------------------------------------------
Client:CAPAPGPC
Project:Web Site Redesign (http://www.capapgpc.org/)

File Name: complete.css 
Version: 1.0
Notes: Rules that Contribute doesn't handle well. These get added via Javascript.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* layout.css
----------------------------------------------- */
body {
	background:#fff url(/img/bg-img.gif) repeat-x 50% -36px;
	}
div#content {
  background:#d7dccd url(/img/bg-body-shad.jpg) repeat-x 0 0;
	}
div#content-inner {
  background:#fff url(/img/bg-columns.jpg) repeat-y 224px 0;
	-moz-box-shadow:1px 0 15px #818181; /* FF3.5+ */
  -webkit-box-shadow:1px 0 15px #818181; /* Saf3.0+, Chrome */
  box-shadow:1px 0 15px #818181; /* Opera 10.5, IE 9.0 */
	}

/* hd.css
----------------------------------------------- */
div#hd {
	display:block;
	}

/* home.css
----------------------------------------------- */
#home div#slides {
	display:block;
	}
#home div#content-inner {
  background:#fff url(/img/bg-columns-home.jpg) repeat-y 224px 0;
  }
#home div#pcon {
	background:transparent url(/img/bg-hills.jpg) no-repeat 0 0;
	}
	
/* ft.css
----------------------------------------------- */
div#ft {
	display:block;
	}
