@charset "utf-8";
/* Main CSS Document */
/********************************************* Overall site layout **************************************************/
html {
	margin: 0px;
	padding: 0px;
	background-color: #FCFFF6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 100%;
	max-height: 100%;
	border: 0px solid #FF0000;
}
body {
	background-color: #FCFFF6;
	margin: 0px;
	padding: 0px;
/*	overflow: hidden;
*/	height: 100%;
	max-height: 100%;
}
.just {
	text-align:justify;
}
.just li {
	line-height: 20px;
}
.formmargin		{ margin: 0px; }

.page-splits		{
			height: 5px;
			width: 100%;
			margin-top: 10px;
			margin-bottom: 10px;
}
.padding_1 {
	padding: 10px;
}
.gallerytext		{ COLOR: #333333; FONT: 11px verdana, arial, sans-serif; }

.warning {
	color: #FF0000;
	font-weight: bold;
}


/************************************ HIDE MENU AND ITEMS FOR PRINTING ***********************************/
@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}


/********************************************* Header **************************************************/
#framecontentTop {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 214px; /*Height of top frame div*/
	overflow: visible; /*Disable scrollbars. Set to "scroll" to enable*/
	z-index: 100;
	visibility: visible;/*  visible  --  hidden  */
}
.pictbackground {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-y;
}
.pictbackground2 {
	background-image: url(../images/header_savis.png);
	background-repeat: no-repeat;
	background-position: 90%;
}
/********************************************* Main Content **************************************************/
maincontent {
	
}
.e-phonetitle		{ COLOR: #FF0000; FONT: 14px arial, sans-serif; font-weight: bold; }
.phonetitle		{ COLOR: #000000; FONT: 13px arial, sans-serif; font-weight: bold; }
.picturename		{
			COLOR: #999999;
			FONT: 16px arial, verdana, sans-serif;
			font-weight: bold;
			margin-left: 10px;
}
.picturetitle 		{
			COLOR: #000000;
			FONT: 13px arial, verdana, sans-serif;
			font-weight: bold;
}
.ordertitle		{ COLOR: #999999; FONT: 16px arial, verdana, sans-serif; font-weight: bold; }

/* GENERAL TEXT SIZES */

/*.smalltext		{ COLOR: #666633; FONT: 10px arial, sans-serif; font-weight: normal; }*/

.footer			{ COLOR: #999999; FONT: 9px verdana, arial, sans-serif; }

/********************************************* Left SideBar **************************************************/
#leftSidebar {
	width: 187px; /*entire background size*/
	float: left;
	z-index: 0;
}
.sidebar-background {
	width: 187px;
}  /* (original = 187px) will slide out all the way if at 0px */
.sidebar-frame {
	width: 187px;
	height: 600px;
	min-height: 600px;
	margin: 0px;
	padding: 0px;
	BORDER: #999999 0px solid;
}



/********************************************* Right SideBar **************************************************/
#rightSidebar {
	width: 125px; /*entire background size*/
	float: left;
	z-index: 0;
}
fieldset 	{
	padding: 0px 6px 6px 6px;
	width: 150px;
	text-align: left;
	-moz-border-radius: 5px;
	background-color: #FFFFFF;
		}

fieldset legend {
		FONT: bold 13px arial, verdana, sans-serif;
		COLOR: #000000;
		border:1px solid #999999;
		background-color: #F0F0F0;
		margin-bottom: 3px;
		padding: 2px 5px 2px 5px;
		}
/********************************************* Footer **************************************************/
#footer_links {
	height: 45px;
}


/********************************************* CONTACT AND QUOTES FORM **************************************************/
.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../images/shadeform.gif");
		text-align: left;
		WIDTH: 225px;
		BORDER: #000000 1px solid; }

/*************************************************************************************************************/
/********************************************* Page Styles ***************************************************/
/*************************************************************************************************************/

/*Home Page Style
--------------------------------------------------------------------*/

#hometable {
	color: #000;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../images/heads.png);
	background-repeat: no-repeat;
	background-position: 50px bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 500px;
}
/*FAQ Page Style
--------------------------------------------------------------------*/
.faq 			{ line-height: 19px; }

/* FAQ POPUP, Contact Form  */

.button 		{
			color: #000000;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #C9D4DA;
	        	background-image: url("../images/button.gif");
        		padding: 2px 7px 2px 7px;
			cursor:pointer;
        		border: #647B88 1px solid;
			}

.buttonon 		{
			color: #996600;
	       		font: bold 12px arial, serif;
			text-align: center;
			background-color: #F7D0A1;
	        	background-image: url("../images/buttonon.gif");
        		padding: 2px 7px 2px 7px;
			cursor:pointer;
        		border: #996600 1px solid;
			}
/*Programs ~ Counselling Page Style
--------------------------------------------------------------------*/
.cartbox 	{
	padding: 0px 6px 6px 6px;
	width: 160px;
	text-align: left;
	-moz-border-radius: 5px;
}
.carttitle 	{
		FONT: bold 12px verdana, arial, sans-serif;
		COLOR: #024B97;
		border: 1px solid #024B97;
		background-color: #F1F8FD;
		margin-bottom: 3px;
		padding: 4px 9px 4px 9px;
}
.Galborder	 	{ border: #000000 1px solid; margin-bottom: 3px; }
.BoldBlue			{ COLOR: #3366FF; FONT: 14px verdana, arial, sans-serif; font-weight: bold; }

#counsellingtable {
	color: #000;
	text-align: left;
	border-collapse: collapse;
	background-image: url(../images/bg_counselling.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*Resources Page Style
--------------------------------------------------------------------*/


/*Events Page Style
--------------------------------------------------------------------*/
.date {
	float:left;
	height:52px;
	width:36px;
	margin-right:8px;
	padding-top:13px;
	background:url(../images/icon-calendar.gif) no-repeat;
}
.date p {
	text-align:center;
	color:#9b9b8e;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.date span.day {
	font-size:18px;
	display:block;
}
.date span.month {
	font-size:9px;
	height:12px;
	display:block;
}

/*Events Gallery Page Style
--------------------------------------------------------------------*/
#slideshow {
	z-index: 1;
}
/*Events Incredibowl 09 Page Style
--------------------------------------------------------------------*/
.sponsor_table {
	background-color: #FFFFFF;
	border: thin solid #666666;
}
.sponsor_table img {
	text-decoration: none;
}

.sponsor_table .headercolor {
	color: #3366FF;
}
.sponsor_table th {
	background-color: #85B3C0;
	font-weight: bold;
	color: #FFFFFF;
}
.grandprize_table {
	background-color: #FFFFFF;
	border: thin solid #666666;
}
.grandprize_table img {
	text-decoration: none;
}

.grandprize_table .headercolor {
	color: #3366FF;
}
.grandprize_table th {
	background-color: #85B3C0;
	font-weight: bold;
	color: #FFFFFF;
}

/*Youth Abuse Page Style
--------------------------------------------------------------------*/
#abusebg {
	background-image: url(../images/woman_glow.jpg);
	background-repeat: no-repeat;
	background-position: 150px bottom;
}
#abuse li {
	margin-bottom:13px;
}
/*Form on Contact Page Style
--------------------------------------------------------------------*/
.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../images/shadeform.gif");
		text-align: left;
		WIDTH: 225px;
		BORDER: #000000 1px solid;
}


.dropdown 	{ COLOR: #333333;
		background-color: #F5F6F7;
		WIDTH: 225px;
		FONT: 11px verdana, arial, sans-serif;
}


.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("../images/shadeform.gif");
		text-align: left;
		WIDTH: 325px;
		BORDER: #000000 1px solid;
}
input {
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*Newsletter Page Style
--------------------------------------------------------------------*/
#newsletterdiv {
	background-image: url(../images/newspaper.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
}







 
/*   Donation Page Style
--------------------------------------------------------------------*/

.donate  {
	background-color: #FFFFFF;
	width: 200px;
}
.incredibowl_blue {
	color: #2F6AEA;
}
.facebookTable {
	background-color: #FFFFFF;
	border: thin solid #3C60AC;
	margin-left: 20px;
}
#IncredibowlVolunteer {
	background-image: url(../images/VolunteerIncredibowl.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 420px;
}
