
/* OVERRIDE STYLES.CSS */


BODY {
	font: normal normal .85em arial, helvetica, sans serif;
	
}

@-moz-document url-prefix() { /* Firefox only */
	#global_screen
	{	

	}
}

#global_screen
{
	background: #FFF;
	font-size: .95em;
	height: auto!important; /*800px*/
	min-height: 800px;
}


#global_content
{
	width: 92%;
	float: none;
	margin: 145px 0 0 0;
	padding: 0 4%;
}

	#global_content A
	{
		color: #00D;
		text-decoration: none;
	}


A { color: #00C; text-decoration: none; }

A:visited { color: #008; text-decoration: none; }

A:hover { color: #77AA00; text-decoration: underline; }

A.regional_logo
{
	position: absolute;
	top: 4px;
}

/* Home Page Styles */

/* CONTAINERS */

#primary_content 
{
	float: right;
	width: 48%;
	margin-right: 1%;
}

#secondary_content
{
	width: 48%;
}

/* CONTENT AREA */

#global_content H4, #global_content H3 {
	font: normal normal 1em Verdana, Geneva, sans-serif !important;
	margin: 0;
	padding: 6px 2px 6px 10px;
	font-size: .9em;
}

#global_content H3 {
	background-color: #E9E9E9;
	border: 1px solid #E1E1E1;
	color: #444 !important;
}

#global_content H4 {
	background-color: #CDE6B0;
	border: 1px solid #CEB;
	color: #444 !important;
}


#highlights {
	margin-bottom: 21px;
	width: 98%;
}

#highlights H1 {
	background-color: #014568;
	color: white;
	padding: 7px 8px;
	margin: 0;
	height: 1.2em;	
	width: 98%;
	font: normal normal 1em Verdana, Geneva, sans-serif;
}

#highlights #high_content {
	padding: 1em 0 5px 0;
	margin: 0;
	min-height: 192px;
}

#highlights UL {
	padding: 0;
	margin: 0;
	list-style-image: url(/art/content-li-style.png);
}

#highlights LI {
	margin: 0 10px 8px 20px;
}

#highlights UL LI UL {
	margin: 0;
	padding: 0;
	list-style-image: url(/art/css-icons/dropdown-arrow-right.png);
}

#highlights UL LI UL LI {
	margin: 4px 0px 4px 53px;
	padding-left: 0;
}




#areas {
	width: 100%;
	min-height: 125px;
}

#areas P {
	font-size: .85em;
	color: #666;
	margin: .5em 3% 0 3%;

}

#areas .map_of_niagara {
	float: left;
	margin-top: 3px;
	border: 1px solid #999;
	margin-right: 3%;
}

#banners {
	height: 125px;
	margin: 25px 0 1em 0;
}

#banners H4 {
	
}

#banners P
{
	margin:0;	
}

#banners A, #banners A:visited {
	display: block;
	width: 79px;
	background: #E9E9E9 url() no-repeat top left;
	padding: 60px 0 1px 0;
	text-align: center;
	color: black;
	text-decoration: none;
	float: left;
	margin: 10px 2px 10px 12px;
	font-size: .9em;
}

#banners A:hover {
	background-color: #EEE;
	/* font-weight: bold; */
}

#photos {
	/*margin-top: 15px;*/
	/*width:260px;*/
}



/*#photos H4 { margin-bottom: 5px; }*/

#highlights UL LI UL {
	margin: 0;
	padding: 0;
}

#highlights UL LI UL LI {
	margin-left: 15px;
	padding-left: 0;
}

#global_content A.photo_link, #global_content A.photo_link:visited 
{
	color: #666;
	background: url(/art/css-icons/photo-camera.gif) no-repeat top left;
	padding-left: 20px;
	text-decoration: none;
}

/* bottom_content styles [photos, tasks, events] */

DIV.home_three_column
{
	width:31.7%;	
	float:left;
	vertical-align:top;
	position:relative;
	/*padding-bottom: 40px;
	min-height: 260px;*/
}


#global_screen DIV.home_three_column H3
{
	margin-bottom:0px!important;
}

P.home_buttons
{	
	border-top:1px solid #DDD;
	background-color:#FFF;
	width:100%;
	padding:0!important;
	margin:2px 0 0 0!important;
	font-size:1em!important;
	float:left;
}

P.home_buttons A,P.home_buttons A:visited
{
	display:inline-block;
	padding:.7em 0 .5em 0;
	text-align:center;
	width:49.5%;
	float:left;
	border-right:1px solid #DDD;
}

P.home_buttons A:hover
{
	background-color:#F9F9F9;
}

P.home_buttons A:last-child
{
	border:0;
}

#bottom_highlights {
	padding: 2px 0 4em 0;
	position: relative;
	margin:5px 0 ;
	/*min-height:260px;
	overflow:auto;*/
}

#bottom_highlights UL {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#bottom_highlights LI {
	margin: 0 10px 8px 10px;
	padding: 0;
	line-height: 1.3em;
}

#bottom_highlights LI EM {
	font-size: .9em;
	font-style: normal;
}

#bottom_highlights UL LI UL {
	border-top: 0;
	list-style-image: url(/art/content-li-style.png);
	margin: -3px 0 0 0;	
	padding-top: 6px;
}

#bottom_highlights UL LI UL LI {
	margin-left: 18px;
	margin-bottom: 2px;
	padding: 0;	
}

#bottom_highlights P {
	text-align: right;
	padding-right: 10px;
	font-size: .95em;
}

#topics {
	margin-left:2%;
}

#topics LI {
	margin-bottom: 4px;
}

#events {
	margin-left:2%;
}

#events LI {
	margin-bottom: 12px;
}


#events LI DIV.hover
{
	background-color: #CDE6B0;
	border-color: #7EA696;
}


/* End bottom_content */

@media print {

	A.regional_logo, A.regional_logo:visited
	{
		background: url(/Include/global/images/niagara-region-logo-40th.gif) no-repeat top left;
		text-decoration: none;		
		width: 160px;
		height: 88px;
		margin: 4px 0 0 4px;
		display: block;
		padding: 0;
		z-index: 100;
	}
	
	A.regional_logo EM { display: none; }

}




/* Kevin's Stylesheet for Home Page Photos */
	
	.home_rotat-photos {
		width:357px;
		height:264px;
		border:1px solid #666;
		position:relative;
		background-color:#000;
		z-index:0;
	}
	
	.home_rotat-photos #main-image{
		width: 357px;
		height:264px;
	}
	
	.home_rotat-photos #photo_description {
		background-image:url(/flash-photos/images/photo-bg.png);
		position:absolute;
		bottom:0;
		left:0;
		display:block;
		color:#EEE;
		width:347px;
		padding:5px;
		margin-bottom:-2px;
		z-index:50;
	}
	
	.home_rotat-photos #photo_description p{
		margin:0;
		color:#FFF;
	}
	.home_rotat-photos #photo_description span {
		font-size:0.8em;	
	}
	
	.home_rotat-photos #more_pix {
		width:360px;
		margin-top:5px;
		position:absolute;
		z-index:20;
		top:0;
		left:0;
		display:none;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='#111111')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color='#111111');
	}
	
	#more_pix img{
		width:80px;
		float:left;
		margin:0 2px;
		border:1px solid black;
		
		-moz-box-shadow: 2px 2px 3px #111;
		-webkit-box-shadow: 2px 2px 3px #111;
		box-shadow: 2px 2px 3px #111;
	
	}
	
	#more_pix img:hover{
		cursor:pointer;
		border:1px solid #a4ce64;
	}
	
	#photo_desc {
		width:120px;	
		padding:0px 20px;
		position:absolute;
		bottom:0;
		right:0px;
		color:#000;
		background-image:url(/flash-photos/images/photo-desc-bg.png);
		background-repeat:no-repeat;
		background-position:top right;
		display:none;
		text-align:center;
		font-size:0.8em;
		margin-bottom:40px;
		z-index:100;
	}
	
	#photo_desc img{
		margin:5px 0;
	}
	
	#enlargePhoto {
		position:fixed;
		top:10%;
		left:50%;
		margin-left: -380px;
		z-index:999;
		background-color:white;
		display:none;
		border:1px solid #222;
		width:760px;
	}
	
	#enlargePhoto p{
		padding:10px;
		margin:0;
	}
	
	#enlargePhoto:hover {
		cursor:pointer;
	}
	
	#fullscreen_photos:hover {
		cursor:pointer;
	}
	
	#more_infomercial {
		width:95px; text-align:center;
		background-image:url(/flash-photos/images/photo-desc-bg.png);
		padding:5px; margin:0;  padding-left:10px; color:#EEE;
		position:absolute;bottom:40px;right:0;
	}
	