.yui-gf div.first {width:0;}/*MIKE NOTE:::modified from 24%*/
.yui-gf .yui-u{width:99.8%;}/*MIKE NOTE:::modified from 74.2%*/

.yui-t4 #yui-main{float:left;margin-right:-25em;/* IE: preserve layout at narrow widths */}
.yui-t4 .yui-b {float:right;width:20.8456em;*width:20.512em;}/*0.3336 diff*/
.yui-t4 #yui-main .yui-b {margin-right:17.3456em;*margin-right:17.012em;}/*0.3336 diff*/
#yui-main .yui-b {float:none;width:auto;}

#bd,#content,#c1,#c2,#bottom-right,#c3
{
	background:#ccc;	
	min-height:0;
}

/*home page*/
/*clear elements not needing on page*/
#header, #breadcrumbs,#top-nav-1
{
	display:none;
}
#top-nav-2
{
	background:Transparent url(../images/top-nav-1.gif) no-repeat;
}


#home-header h3
{
	position:relative;
	width:100%;
	padding:0;
}
	
#home-content p
{
	float:right;
	width:50em;
	margin:0 auto;
	padding:1em 0 1em 0;
}

#home-header
{
	border:outset 3px #AAA;
}
#home-header
{
	background:#fff;
}
#home-header h3
{
	background:#000;
	color:#fff;
	text-align:center;
}
/*#content*/
#home-header h3
{
	font-size:232%;/*3.0em*/
	font-style:italic;	
	letter-spacing:1px;
}

/* slideshow*/
/*must have an absolute position on the .slide-image class for crossfade effects*/
#slideshow-wrapper
{
	position:relative;
	height:200px;
	width:966px;
	background:#000;
	margin:0 auto;
	border:inset 3px #ccc;
	min-height:200px;/*ie7 might shrink this if not explicitly set*/
}

/*this class is applied by slideshow.js  on the #slideshow div*/
.slide-image {
	position: absolute; /*required for crossfade effects*/
	top: 0; /*if not set, ie7 doesn't position correctly at first*/
	left: 0;/*if not set, ie7 doesn't position correctly at first*/
	width:100%;
	height: 100%;	
	background-color: #FFF;
	background-position: center center;
	background-repeat: no-repeat 
}



/*FRONT PAGE PROPERTIES*/
/*FRONT PAGE PROPERTIES*/
/*FRONT PAGE PROPERTIES*/
/*FRONT PAGE PROPERTIES*/
/*content-header*/
#slideshow-outer-wrapper
{
	border-top:solid 5px Black;
}


/*announcement box */
/*announcement-box-out*/
#announcement-box-out
{
	position:relative;
	/*margin:1em 0 1em 1em ;*/
	padding:0;
	width:180px;
}
#announcement-box-out h4
{
	margin:0;padding:0;
}
#announcement-box-out .boxbody ul
{
	width:100%;
	margin:0;padding:0;
}
#announcement-box-out .boxbody li a
{
	margin-left:20px;
	margin-top:10px;
	background:#eee;
}

#announcement-box-out .lower
{
	height:19px;
}
#bd #announcement-box-out a
{
	color:#333366;	
}
#bd #announcement-box-out a:hover
{
	color:#D00;
}	

/*#announcement-box-out*/
#announcement-box-out h4
{
	color:#333366;
}
#announcement-box-out .boxbody li
{
	background:#CCC url(../../Content/images/announcementbox-body.png) repeat-y;	
}
#announcement-box-out .upper
{
	background:#CCC url(../../Content/images/announcementbox-upper.png) no-repeat;
}
#announcement-box-out .lower
{

	background:#CCC url(../../Content/images/announcementbox-lower.png) no-repeat;
}


