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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	border-top:3px solid #CF6123;
	font: normal 13px/1 Calibri, Helvetica, Arial, sans-serif;
	color: #666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height:113px;
	position:relative;
}
#header h1 a {
	display:block;
	text-indent:-1000em;
	overflow:hidden;
	background: url(images/tools-for-schools-logo.gif);
	height: 79px;
	width: 120px;
	margin-left:20px;
	margin-top: 17px;
	float:left;
}
#header #nav {
	position:absolute;
	float:right;
	margin-right:20px;
	bottom:20px;
	right:20px;
}
#header #nav li {
	float:left;
	margin-left:25px;
}
#header #nav li a {
	text-decoration:none;
	color: #666;

}
p a:link, p a:visited {
	color:#C92C2C;
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}
/** Nav - Selected **/

#home #nav li.homeNav a, #about #nav li.aboutNav a, #projects #nav li.projectNav a, #vol #nav li.volNav a, #partners #nav li.partnersNav a, #contact #nav li.contactNav a, #donate #nav li.donateNav a{
	color:#CA5E22
}
#about #header, #projects #header, #vol #header, #partners #header, #contact #header, #donate #header
{
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
}


/*** Showcase Area ***/

#showcase {
	height:247px;
	background: #999 url(images/showcase-image.jpg);
	overflow: hidden;
	position:relative;
	padding-left:20px;
	padding-top:20px;
}
#showcase h2 {
	font: 25px/29px Calibri, Helvetica, Arial, sans-serif;
	color: #FFF;
	display:block;
	width:480px;
}
.button {
	background: #CA5E22 url(images/overlay.png) repeat-x;
	display: inline-block;
	padding: 9px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: absolute;
	left:20px;
	bottom:20px;
	cursor: pointer;
	font-size: 24px;
}
.button span {
	background: url(images/arrow.png) no-repeat right center;
	padding-right:30px;
}
/** END SHOWCASE **/

/** Columns **/

#cols {
	display:block;
	margin-top:25px;
	margin-bottom:25px;
}
#cols h3 {
	font-size:16px;
	color:#CF6123;
	padding-bottom:15px;
}
#cols p {
	color:#666;
	line-height:18px;
	padding-bottom:10px;
}
#cols li {
	width:306px;
	float:left;
}
#cols #col1 {
	padding-left:10px;
	width:296px;
}
#col2 {
	margin-left:20px;
	margin-right:20px;
}
#col2 ul li {
	line-height:18px;
	padding-bottom:15px;
	padding-left:25px;
	background: url(images/bullet-tick.gif) no-repeat 7px 5px;
}

.wideButton {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	height:50px;
	line-height:50px;
	width:100%;
	margin-bottom:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	background:url(images/overlay.png) repeat-x;
}
.wideButton span {
	margin-left:15px;
	padding-left:30px;
}
.donate {
	background-color:#CA5E22;
}
.donate span {
	background: url(images/heart.png) no-repeat left center;
}
.vol {
	background-color:#C92C2C;
}
.vol span {
	background: url(images/hand.png) no-repeat left center;
}
/** Content **/

#content {
	margin-left:10px;
	margin-right:10px;
}
#content p {
	line-height:18px;
	padding-bottom:15px;
}
#content h4 {
	font-size:17px;
	font-weight:bold;
	color:#CA5E22;
	margin-bottom:10px;
}
#content h5 {
	margin-bottom:10px;
}
#content .rightImg {
	float:right;
	margin-left:25px;
	margin-bottom:15px;
}
#content h6 {
	font-size:17px;
	margin-bottom:10px;
}
#content ul {
	line-height:18px;
	padding-bottom:15px;
}
#project #content ul span {
	font-size:15px;
	font-weight:bold;
}
#donate #content ul li {
		line-height:18px;
	padding-left:25px;
	background: url(images/bullet-tick.gif) no-repeat 7px 5px;
}
.highlight{
	font-size:20px;
	color:#CA5E22;
	font-weight:20px;
	
}
.leftImg {
	float:left;
	padding-right:20px;
}
.box {
	height:149px;
	width:350px;
	float:left;
}
/** Footer **/

#footer {
	clear:both;
	border-top: 1px solid #CCC;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:10px;
	
}

