@charset "UTF-8";
/* CSS Document */

html
	{margin:0px;
	padding:0px;
	}

body{
	background-image:url(images/background.jpg);
	background-color:#820000;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	}
	
a img{
 	border:none;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#9F0100;
	font-weight:normal;
	margin:15px 0px 15px 0px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#9F0100;
	font-weight:normal;
	margin:15px 0px 15px 0px;
}
	
#maincontainer{
	background-color:#FFFFFF;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
#bannerleft{
	width:295px;
	padding-top:15px;
	padding-left:20px;
	}
	
#bannerright{
	width:540px;
	float:right;
	padding-top:15px;
	padding-right:30px;
	overflow:hidden;
	}
	
.citi{
	width:312px;
	height:173;
	padding-top:15px;
	}
	
.car{
	width:315;
	height:176;
	padding-top:15px;
	}

.canal{
	width:475;
	height:129;
	padding-left:80px;
	}	
	
/*  Navigation Rollovers  */	
	
			#regionmap{
				display: block;
				width: 85px;
				height: 54px;
				background: url("images/regionmap.jpg") no-repeat 0 0;
				}
			#regionmap:hover{ 
				background: url("images/regionmap_hover.jpg") no-repeat 0 0;
				}
			#regionmap span{
				display:none;
				}
				
			#activities{
				display: block;
				width: 85px;
				height: 54px;
				background: url("images/activities.jpg") no-repeat 0 0;
				}
			#activities:hover{ 
				background: url("images/activities_hover.jpg") no-repeat 0 0;
				}
			#activities span{
				display:none;
				}
				
			#links{
				display: block;
				width: 85px;
				height: 54px;
				background: url("images/links.jpg") no-repeat 0 0;
				}
			#links:hover{ 
				background: url("images/links_hover.jpg") no-repeat 0 0;
				}
			#links span{
				display:none;
				}
				
			#contact{
				display: block;
				width: 85px;
				height: 54px;
				background: url("images/contactus.jpg") no-repeat 0 0;
				}
			#contact:hover{ 
				background: url("images/contactus_hover.jpg") no-repeat 0 0;
				}
			#contact span{
				display:none;
				}
				
/*  Navigation Rollovers Finished  */

#navbar{
	background-image:url(images/bannerbar.jpg);
	background-repeat:no-repeat;
	height:62px;
	width:880px;
	margin:20px 0 0 0;
	padding-left:22px;
	}
	
			#navbar a{
				color:#FFFFFF;
				text-decoration:none;
				}
				
/*   Image Down   */
	
#content{
	width:900px;
	min-height:500px;
	background-color:#FFFFFF;
	}
	
/*   Nav & Content   */

#leftcontent{
	width:185px;
	background-image:url(images/leftnav.jpg);
	height:213px;
	color:#0D2C4D;
	margin-top:20px;
	margin-left:11px;
	float:left;
	}
	
	#leftcontent a{
		color:#0D2C4D;
		text-decoration:none;
		}
	#leftcontent ul{
		list-style:none;
		margin:0px;
		padding:0px;
		}
	#leftcontent ul li{
		list-style:none;
		padding-top:15px;
		margin:0 0 0 15px;
		}
	
#rightcontent{
	width:660px;
	margin-top:20px;
	color:#0D2C4D;
	background-color:#FFFFFF;
	margin-left:220px;
	padding-right:20px;
	padding-bottom:20px;
	min-height:250px;
	}
	
#footer{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:none;
	color:#FFFFFF;
	}
	
#leftfoot{
	width:600px;
	margin-left:11px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
	#leftfoot a{
		color:#FFFFFF;
		text-decoration:none;
		}
	
#rightfoot{
	width:200px;
	margin-left:161px;
	margin-top:-10px;
	padding-right:11px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	}
	
	#rightfoot a{
		color:#fff;
		text-decoration:none;
		}
	#rightfoot img{
		border:none;
	}
	
h6{
	font-size:16px;
	padding:0px;
	margin:0px;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
