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

#masthead a {
    background-image: url(../../images/index/masthead-normal.jpg);
	display: block;
    height: 122px; /* height of image */
	width: 680px; /* width of image */
}

#masthead a:hover {
    background-image: url(../../images/index/masthead-over.jpg);
}

#main_wrapper {
	background: url(../../images/index/main_wrapper_bg.png) repeat-y;
}

#content {
	background: #ece6d3;
	color: #3e3823;
	/*line-height: 160%;*/
	margin: 0 0 0 290px;
	width: 680px;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px 5px 10px;
}

#content p {
	font-size: 12px;
	padding: 5px 15px 5px 10px;
	/*line-height: 160%;
	text-align: justify;*/
}

#sidebar {
	width: 290px;
	float: left;	
	/*text-align: justify;*/
}

#sidebar a {
	color: #eae4d0;	
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;	
}

#sidebar .panel {
	background: url(../../images/index/sidebar_bg.png) repeat-y;
	color: #eae4d0;
	padding: 0px 0px 5px 10px;
}

#sidebar .panel p {
	padding: 5px 15px 5px 10px;
	line-height: 140%;
}

#sidebar .panel p.read_more {
	text-align: right;
}

#sidebar .panel hr {
	background: #5b8632;
	border: 0px;
	color: #5b8632;
	height: 1px;
	margin: 5px 15px 5px 10px;
}

#sidebar h3 .float {
	float: left;
}

#sidebar ul {
	list-style: disc;
	margin-left: 35px;
}

#sidebar ul li {
	line-height: 160%;	
}

#slideshow {
	background:url(../../images/index/slideshow-bg.jpg);
	height: 280px;
	width: 280px;
	margin: 0 0 0 10px;
	position: relative;
}
#slideshowinner {
	width: 275px;
	height: 246px;
	position: absolute;
	top: 34px;
	left: 0;
}

#callouts {
	padding: 0 0 0 5px;	
}

#callouts .callout {
	float: left;
	width: 211px;
	height: 201px;	
	margin: 5px 5px 5px 5px;
}

#callouts .callout a {
	width: 211px;
	/*height: 201px;*/
	display: block;
	text-decoration: none;
}

#callouts .callout h3 {
	color: #ffcd29;
	margin: 156px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	/*line-height: 100%;*/
	text-align: center;
}

#callouts .callout p {
	font-size: 11px;
	font-style: italic;
	color: #fff;
	/*line-height: 130%;*/
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	word-spacing: -1px;
}
#callouts .callout a:hover h3,
#callouts .callout a:active h3 {
	color: #fff;
}
#callouts .callout a:hover p,
#callouts .callout a:active p {
	color: #ffcd29;
}

#callouts #callout_treatment {
	background: url(../../images/index/callout_treatment.jpg);
}

#callouts #callout_training {
	background: url(../../images/index/callout_training.jpg);
}

#callouts #callout_awareness {
	background: url(../../images/index/callout_awareness.jpg);
}

#callouts #callout_gaming {
	background: url(../../images/index/callout_gaming.jpg);
}

#callouts #callout_resources {
	background: url(../../images/index/callout_resources.jpg);
}

#callouts #callout_youth {
	background: url(../../images/index/callout_youth.jpg);
}

#main {
	padding: 50px 0 0 0;	
}

