@font-face {
    font-family: 'CabinRegular';
    src: url('../fonts/Cabin-Regular-webfont.eot');
    src: url('../fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('../fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinItalic';
    src: url('../fonts/Cabin-Italic-webfont.eot');
    src: url('../fonts/Cabin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-Italic-webfont.woff') format('woff'),
         url('../fonts/Cabin-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-Italic-webfont.svg#CabinItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinMedium';
    src: url('../fonts/Cabin-Medium-webfont.eot');
    src: url('../fonts/Cabin-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-Medium-webfont.woff') format('woff'),
         url('../fonts/Cabin-Medium-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-Medium-webfont.svg#CabinMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinMediumItalic';
    src: url('../fonts/Cabin-MediumItalic-webfont.eot');
    src: url('../fonts/Cabin-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/Cabin-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-MediumItalic-webfont.svg#CabinMediumItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinSemiBold';
    src: url('../fonts/Cabin-SemiBold-webfont.eot');
    src: url('../fonts/Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-SemiBold-webfont.woff') format('woff'),
         url('../fonts/Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinSemiBoldItalic';
    src: url('../fonts/Cabin-SemiBoldItalic-webfont.eot');
    src: url('../fonts/Cabin-SemiBoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-SemiBoldItalic-webfont.woff') format('woff'),
         url('../fonts/Cabin-SemiBoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-SemiBoldItalic-webfont.svg#CabinSemiBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinBold';
    src: url('../fonts/Cabin-Bold-webfont.eot');
    src: url('../fonts/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-Bold-webfont.woff') format('woff'),
         url('../fonts/Cabin-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CabinBoldItalic';
    src: url('../fonts/Cabin-BoldItalic-webfont.eot');
    src: url('../fonts/Cabin-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Cabin-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/Cabin-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/Cabin-BoldItalic-webfont.svg#CabinBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ####################
WE NEED THIS html STYLE TO ADD A SCROLLBAR TO FIREFOX SO AS TO GET RID OF THE 20 PIXEL SHIFT THAT THEY SO LOVINGLY ADD TO LONG PAGES
############################## */
html 
	{
     overflow: -moz-scrollbars-vertical;
	}
html, body 
	{
  	height: 100%; /* Required */
	}
#mainJoint
	{
	width:960px;
	margin:0 auto;

	}
body
	{
	/*letter-spacing:.03em;*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	background: #ffffff url(../images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	}

/*#############################################
TOPHAT STYLES
#############################################*/
#topHat
 	{
	float:left;
	line-height:18px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color:#fff;
	margin:8px 0 11px 0;
	width: 960px;	

	}
#topHat a:link, #topHat a:visited
	{
	text-decoration:none;
	color:#fff;
	}
	#topHat a:hover
		{
		text-decoration:none;
		color:#939af7;
		}
	#topHat .pipey
		{
		font-size:10px;
		margin:0 15px 0 15px;
		}
	#topMostNav .rss
		{
		vertical-align:middle;
		}
#topMostNav
	{
	float:left;
	margin-right:15px
	}
#socialNav
	{
	float:right;
	}
#socialNav img
	{
	vertical-align:top;
	}
#topSearch
	{
	position: relative;
	}
#search {
	position: absolute;
	top: 48px;
	left: 716px;
	width: 300px;
}
*html #search {

	left: 416px;

}
#search p {
	float: left;
	color:#FFFFFF;
	font-size: 12px;
	padding-right: 10px;
}
	#topSearch .leftOfSearchBox
		{
		float:left;
		width:5px;
		height:19px;
		background:url(../images/topSearchLeftSide.gif) no-repeat;
		}

	#topSearch .searchBox
		{
		float:left;
		width:121px;
		height:19px;
		background:#595fae;
		}
	*html #topSearch .searchBox
		{
		float:left;
		width:121px;
		height:17px;
		margin: -1px 0px 0px 0px;
		padding: 0px;
		background:#595fae;
		}
	#topSearch .rightOfSearchBox
		{
		float:left;
		width:22px;
		height:19px;
		background:url(../images/topSearchRightSide.gif) no-repeat;
		}

/*
#############################################
*/

#home_topWhiteBoxBG
	{
	padding: 5px;
	clear:both;
	width:960px;
	background:url(../images/topWhiteBoxBG.gif) no-repeat;
	margin: 0px;
	min-height: 417px;

}
*html #home_topWhiteBoxBG  /***************** ie6 ****************/
	{
	height: 410px;
}
#home_topBlueBar
	{
	clear:both;
	margin:0 5px 0 5px;
	padding: 0px;
	width:950px;
	height:79px;
	background:url(../images/home_topBlueBarBG.gif) no-repeat;
	}
#homePage #home_topBlueBar
	{
	margin:0 5px 0 0px;
	}
*html #home_topBlueBar /***************** ie6 ****************/
	{
	clear:both;
	margin:0 0px 0 5px;
	width:950px;
	height:79px;
	background:url(../images/home_topBlueBarBG.gif) no-repeat;
	}
#home_findLocalAndNav
	{
	float:left;
	}
	#home_findLocal
		{
		margin:8px 0 5px 9px;
		color:#9495e8;
		font-size:12px;
		float:left;
		width:334px;
		height:30px;
		}
		#home_findLocal .txt, #home_findLocal .leftOfSearchBox, #home_findLocal .searchBox, #home_findLocal .rightOfSearchBox, #home_findLocal .fl_btn
			{
			margin-top:5px;
			float:left;
			}
			#home_findLocal .txt
				{
				margin-left:10px;
				}
			#home_findLocal .leftOfSearchBox
				{
				margin-left:10px;
				background:url(../images/home_flLeft.gif) no-repeat;
				width:5px;
				height:19px;
				}
			#home_findLocal .searchBox
				{
				background:url(../images/home_flMid.gif) repeat-x;
				height:19px;
				}
			*html #home_findLocal .searchBox  /***************** ie6 ****************/
				{
				background:none;
		
				}
			#home_findLocal .rightOfSearchBox
				{
				margin-right:5px;
				background:url(../images/home_flRight.gif) no-repeat;
				width:5px;
				height:19px;
				}
	#quattroNav
		{
		margin:0 0 0 9px;
		clear:both;
		}
	#home_BlueLiveUnited
		{
		float:left;
		padding: 10px 0px 0px 10px;
		}

#threeColourfulBoxes
	{
	margin: 0px;
	padding: 5px 0px 0px 0px;
	clear:both;
	float:left;
	height: 70px;
	}
	#threeColourfulBoxes .box
		{
		float:left;
		height: 65px;
		margin-bottom: 5px;
		padding-right: 5px;
		}
		#threeColourfulBoxes .midbox
			{
			float:left;
			padding-left:6px;
			padding-right:6px;
			}
#emergency {
	width: 900px;
	margin: 0px 0px 5px 0px;
	padding: 25px;
	background-color:#FFCC00;
	clear:both;
	float:left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#homeContainer {
	position:relative;
	width: 100%;
	clear:both;
	float:left;
}
.homebranding {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 710px;
	height: 390px;
	background-color: #f5f5f5;
	position: relative;
}
.homeflash {
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	width: 410px;
	border-right: 1px solid #d3d4e2;
}

.homeflashtext {
	float: left;
	width: 240px;
	padding: 5px 0px 5px 20px;

}

#home_news {
	width: 200px;
	position: absolute;
	left: 717px;
	top: 0px;
}
#home_news p {
	margin-bottom: 0px;
	padding-bottom: 6px;
	font-size: 11px;
	line-height: 10px;
}
#home_news p.newslink {
	margin-bottom: 5px;
}
#home_news a {
	margin-bottom: 0px;
	padding-bottom: 6px;
	font-size: 11px;
	line-height: 14px;
}
#home_news h5 {
	background-image:url(../images/bg-home-news-releases.png);
	background-repeat:no-repeat;
	color: #FFFFFF;
	width: 235px;
	font-size: 15px;
	margin: 0px;
	padding: 2px 0px 1px 8px;
	border: none;
}
#home_news h4 {
	color: #fc9600;
	font-size: 10px;
	background-color:#f1f2f8;
	border: 1px solid #b9bedd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
	border-radius: 2px;
	padding-left: 4px;
	width: 210px;
}

#home_news div.inside {
	width: 215px;
	height: 482px;
	padding: 2px 8px;
	background-color:#ffffff;
	border-left: 1px solid #d9dae1;
	border-right: 1px solid #d9dae1;
}
*html #home_news div.inside {
	height: 275px;
	width: 222px;
	padding: 5px;

}
#home_news div.btm {
	width: 235px;
	height: 25px;
	background-image:url(../images/bg-home-news-releases-btm.png);
	background-repeat:no-repeat;
}
#home_headlines
	{
	clear: left;
	float: left;
	margin:0px 0px 0px 0px;
	padding: 5px;
	width: 690px;
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	#home_headlines .inside
		{
		font-size:12px;
		color:#000000;
		padding:10px 0 0 15px;
		}
		#home_headlines .inside h2
			{
				color:#044e89;
			font-family:arial;
			font-size:11pt;
			margin-right:20px;
			float:left;
			}

#footer
	{
	margin-top:10px;
	background: url(../images/footerBG.gif) repeat-x;
	width:960px;
	height:37px;
	float:left;
	clear:both;
	}
	#footer #copyright
		{
		background: url(../images/foot_left.gif) no-repeat;
		height:37px;
		padding:15px 0 0 10px;
		font-size:12px;
		color:#9b9ea8;
		float:left;
		}
	#footer #links
		{
		background: url(../images/foot_right.gif) no-repeat top right;
		height:37px;
		padding:15px 10px 0 0;
		font-size:12px;
		color:#9b9ea8;
		float:right;
		}
		#footer #links a:link, #footer #links a:visited, #footer #links a:hover
			{
			text-decoration:none;
			color:#9b9ea8;
			margin:0 10px 0 10px;
			}
			#footer #links a:hover
				{
				text-decoration:underline;
				}
/*#############################################
BASIC SEMANTIC STYLES BELOW
#############################################*/
div
	{
	text-align:left;
	}
p, li, ul, td
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#666;
	}	
p
	{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}

h1
	{
	margin: 0px 0 5px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 19px;
	font-weight:bold;
	color:#2f3196;
	}
h1.aboveVideo
		{margin:0 0 5px 0;}
h2 {
	margin:5px 0 5px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color:#fa9500;
	clear: both;
	padding-top: 10px;
}
#home_headlines h2 {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
	height: 70px;
}
h3
	{
	margin:5px 0 5px 0;
	padding-top: 10px;
	font-size:13px;
	font-family: "Trebuchet MS", arial, sans-serif;
	color:#044e89;
	font-weight:normal;

	}
h4
	{
	margin:10px 0px 10px 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
	color:#044e89;
	border-bottom: 1px solid #044e89;
	width: 100%;

	}
h5
	{
	margin:0px 0px 0px 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	color:#2f3196;
	border-bottom: 1px solid #044e89;
	width: 100%;
	}
h6
	{
	margin:0px 0px 0px 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
	color:#044e89;
	border-bottom: 1px solid #044e89;
	width: 100%;
	}
hr
	{
	padding:0 0 0 0;
	border: 0;
	color: #F0F0F0;
	background-color: #F0F0F0;
	height: 1px;
	margin:0 20px 5px 0px;
	}
ul
	{
	list-style-type:square;
	padding-left:2em;
	padding-bottom:5px;
	margin:0px 0px 5px 7px;
}

/*ul
	{
	color:#737b80;
	list-style-image: url(../images/bullet_square.gif);
	padding-left:1em;
	margin:10px 0px 5px 14px;
	}*/
ul li
		{
		font-weight:normal;
		padding:0px 0px 5px 0px;
		}
ul.arrows
	{
	color:#737b80;
	list-style-image: url(../images/bullet_arrows.gif);
	margin:0px 0px 5px 0px;
	}
	ul.arrows li
		{
		margin:0px 0px 0px 0px;
		font-weight:normal;
		padding:0px 0px 0px 0px;
		}
/*#############################################
LINK STYLES BELOW
#############################################*/
a:link
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#044e89;
	text-decoration:none;
	}	
a:visited
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#044e89;
	text-decoration:none;
	}
a:hover
	{
	line-height:18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#044e89;
	text-decoration:underline;
	}
	
.thirdColumn a:link
	{
	font-size: 11px;
	}	
.thirdColumn a:visited
	{
	font-size: 11px;
	}
.thirdColumn a:hover
	{
	font-size: 11px;
	}
/*#############################################
FORM STYLES BELOW
#############################################*/
.red
	{
	color:#f91515;
	}
.noBorder
	{
	border-style:none;
	}
.noBorderNoBg
	{
	border-style:none;
	background-color:transparent;
	}
input, textarea, select {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #a09d9d;
}
input.niceField
	{
	background:transparent !important;
	border:1px solid #d9dae1;
	}
/*#############################################
TRICKY STYLES
#############################################*/
.skip {/*this ones to hide text, but screen readers will see it....508 compliance tdb */
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute; /* for the benefit of IE5 Mac */
}
.transparent {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
a img {
	border: none;
}
.right {
	float: right;
}
img.left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.ghost {
	text-indent: -9999px;
}
/* homelessness banner styles for homepage */



#mainBranding img {

	padding: 0 15px 10px 0;
	border-style: none;
}

#mainBranding p {
	font-size: 14px;
	line-height: 25px;
}

#mainBranding a {
	font-size: 14px;
}

#brandingCopy {
	width: 380px;
	float: left;
}

#homegift {
	float: left;
	width: 180px;
	margin-right: 20px;
}
/* /end homelessness banner styles for homeapage */

/* styles for home page changes May 2009 */

#home_4boxes {
	width: 960px;
	padding: 5px 0px 0px 5px;
	overflow: hidden;
	_height: 1%;
	clear: both;
	float: left;
	display: block;
	margin: 0px;
}
#home_4boxes input.home_field {
	width: 130px;
	display: block;
	margin-top: 5px;
	padding: 3px;
	background: url(../images/fieldBkg.gif) top left no-repeat;
	border: none;
}
#home_4boxes div {
	width: 218px;
	height: 96px;
	float: left;
	position: relative;
	margin-right: 6px;
	padding: 33px 5px 0 10px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: top left;

}
#home_4boxes #home_4boxes_1 {
	background-image: url(../images/bg-home4box-wlc.png);
}
#home_4boxes #home_4boxes_2 {
	background-image: url(../images/bg-home-ylc.gif);
}
#home_4boxes #home_4boxes_2 img {
	padding: 5px 0px 0px 10px;
}
#home_4boxes #home_4boxes_3 {
	background-image: url(../images/bg-home-weather.gif);
}
#home_4boxes #home_4boxes_3 p {
	margin-bottom: 2px;
	padding-bottom: 0px;
}
#home_4boxes #home_4boxes_3 a#fbHidden, #home_4boxes #home_4boxes_4 a#gsHidden {
	width: 100%;
	height: 33px;
	position: absolute;
	bottom: 0;
	left: 0;
}

