/* 
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end of css reset*/
/*FancyBox*/

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('http://images.epals.com/bullying/images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('http://images.epals.com/bullying/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://images.epals.com/bullying/images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('http://images.epals.com/bullying/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('http://images.epals.com/bullying/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('http://images.epals.com/bullying/images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('http://images.epals.com/bullying/images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('http://images.epals.com/bullying/images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('http://images.epals.com/bullying/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('http://images.epals.com/bullying/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('http://images.epals.com/bullying/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.epals.com/bullying/images/fancy_shadow_nw.png', sizingMethod='scale'); }
/*fancybox*/
body {
    background: url(http://images.epals.com/bullying/images/s_bg.png) top center repeat-x #5ddbff;
}
#mainWrapper{
	position:relative;
	width:962px;
	margin:0 auto;
}
.pb_main{
	font-family:arial, helvetica, sans-serif;
	overflow:hidden;
	padding:0 0 10px 0;
	color:#454545;
	font-size:14px;
	line-height:1.2em;
	width:960px;
}
.pb_main p{
	margin-bottom:5px;
}
.pb_main strong{
	font-weight:700;
}

.pb_main blockquote{
	margin-left:15px;
}
.pb_main ul{
	list-style-position: outside;
    list-style-type: disc;
    margin: 15px 0 20px 30px;
}
.pb_main ol{
	list-style-position: outside;
    list-style-type: decimal;
    margin: 15px 0 20px 30px;
}
.pb_main h2{
	text-align:left;
}
.pb_main.pb_home {
}
.pb_mainCol{
	float:left;
	width:630px;
}
.pb_main a{
	color:#0074c1;
	text-decoration:none;
}
.pb_main a:hover{
	color:#00b3f9;
}
.pb_mainCol h2,  .pb_sideCol h2{
    color: #662D91;
    font-size: 18px;
    letter-spacing: -1px;
    margin: 15px 0 10px;
}
.pb_mainCol h2:first-child,  .pb_sideCol h2:first-child{
	margin-top:0;
}
.pb_sideBar, .pb_sideCol{
	float:left;
	width:300px;
	margin:0 0 0 10px;
}
.pb_sideBarWidget{
	overflow:hidden;
	margin-bottom:10px;
}
.pb_sideBar h2 {
    background: none repeat scroll 0 0 #662D91;
    -moz-border-radius: 4px;border-radius: 4px;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: -1px;
    margin: 0 0 10px 0;
    padding: 8px;
}
.pb_sideBarWidget:first-child {
	margin-top:0px;
}
.pb_seoo {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}
.pb_heading {
    background: url(photos/home_header.jpg);
    height: 231px;
}
.pb_mainContent {
    overflow: hidden;
    padding: 10px;
}
.pb_img_floatLeft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
a.pb_viewMoreLinks {
    background: url("http://images.epals.com/bullying/images/i_view_all_1.gif") no-repeat scroll right center transparent;
    display: block;
    font-size: 11px;
    font-weight: 700;
    padding-right: 17px;
    text-align: right;
}
.pb_mainProjectDiv {
    border: 2px solid #662D91;
    -moz-border-radius: 10px; border-radius: 10px;
    margin: 20px 0 10px;
    padding: 10px;
}
.pb_mainProjectDiv  h2{
	color:#0074c1;
}
.pb_mainProjectDiv h2 {
    color: #0074C1;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
}
.pb_inverseContent{
	background:#0074C1;
	overflow:hidden;
	padding:10px;
	color:#aaa;
}
.pb_inverseContent h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    margin-bottom: 12px;
}
.pb_inverseContent a{
	color:#fff;
}
.pb_inverseContent a:hover{
	color:#fff;
}
.pb_inverseContent p{
	color:#fff;
}
.pb_inverseContent h3{
	color:#fff;
}
.pb_videoContent{
	width:478px;
	float:left;
}
.pb_videoContent object{
	display:block;
	margin-bottom:10px;
}
.pb_rContent {
    margin-left: 10px;
    float: left;
    width: 452px;
}
.pb_inverseContent a.pb_viewMoreLinks {
    background: url("http://images.epals.com/bullying/images/i_view_all_2.gif") no-repeat scroll right center transparent;
}
.pb_post .pb_picture {
    float: left;
    margin: 0 10px 10px 0;
}
.pb_post .pb_summary{
	font-size:12px;
}
.pb_post .pb_summary h3 {
    font-size: 18px;
    letter-spacing: -1px;
    margin-bottom: 3px;
}
.pb_posts {
    margin: 0 0 10px 10px;
}
#theResources .pb_post{
	padding:0;
	border-bottom:none;
}
.pb_post {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 7px;
}
.pb_posts.noBorder .pb_post{
	border-bottom:none;
	margin:0;
}
/*
.pb_post:last-child{
	padding:0;
	border-bottom:none;
}
*/
.pb_post .pb_author{
	font-size:11px;
	font-style:italics;
}
.pb_post .pb_author {
    font-size: 11px;
    font-style: italic;
    margin: 0 0 1px;
}
.pb_post .pb_fancyDate {
    background: url("http://images.epals.com/bullying/images/fancy_date_bg.png") repeat-x scroll center top #A09F9F;
    font-family: arial,helvetica,sans-serif;
    position: relative;
}
#dailyNews .pb_fancyDate {
    height: 64px;
    padding: 10px;
    width: 120px;
}
.pb_post .pb_fancyDay {
    color: #FFFFFF;
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 27px;
    letter-spacing: -3px;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    top: 8px;
    width: 123px;
}
.pb_post .pb_fancyMD {
    color: #2E3192;
    display: block;
    font-size: 36px;
    font-weight: 700;
    height: 28px;
    letter-spacing: -3px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 31px;
    width: 123px;
}
.pb_post .pb_fancyHour {
    color: #777777;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 15px;
    overflow: hidden;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    top: 63px;
    width: 124px;
}