/*  Global Reset */
* {
	margin:0;
	padding:0;
}

body {
	background:url(assets/pics/body-bg.jpg) #000 repeat;
	font:.75em Verdana, Arial, Geneva, sans-serif;
	color:#b7b7b7;
}

p {
	padding:10px;
	line-height:1.8em;
}

img.right {
	text-align:center;
	margin:20px;
}

#wrapper {
	width:980px;
	padding-top:3px;
	margin:0 auto;
}

#header {
	background:url(assets/bklogoheader.jpg);
	width:980px;
	height:76px;
}

/*====================
Navigation Container
====================*/
#nav {
	width:980px;
	height:31px;
}

#main-img {
	width:980px;
	height:auto;
	padding-top:5px;
	margin:-5px 0 -3px 0px;
}

/*====================
Content Container
====================*/
#content {
	padding:5px 14px 20px 15px;
	background:url(images/steel-bg.jpg) top left repeat;
	width:951px;
	height:auto;
}

	/*  Left Column */
	#content #column1 {
		width:300px;
		float:left;
		background:url(images/bg-1.png) top left repeat;
		padding:10px 20px 0 0;
		margin:5px;
	}
	
	#content #column1 img {
		margin-bottom:5px;
	}
	
	#content #column1 img.center {
		margin-left:10px;
	}
	
	/*  Right Column */
	#content #column2 {
		width:575px;
		float:right;
		background:url(images/bg-1.png) top left repeat;
		padding:5px;
		margin:5px;
		height:auto;
	}
	
	#content #column2 #center {
		text-align:center;
		margin-left:10px;
	}
	
#content h2 {
	color:#cc6600;
	font-size:1.3em;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:1px;
}

#content a {
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

#content a:hover {
	color:#cc6600;
	text-decoration:none;
	border-bottom:1px dotted #cc6600;
}

#content span {
	font-weight:bold;
}

#content ul {
	margin-left:25px;
}
	#content ul li{
		margin:5px;
	}
	
#content #mapContainer {
  height: 300px;
  width: 300px;
  margin-left:10px;
}

/*====================
Footer
====================*/
#footer {
	width:980px;
	height:30px;
	text-align:center;
	clear:both;
}

	#footer p {
		color:#999;
		text-transform:uppercase;
		margin:5px;
	}
	
	#footer p span {
		color:#999;
		text-transform:none;
		font-size:.9em;
	}
	#footer a {
		color:#999;
	}
	#footer a:hover {
		color:#ad4202;
		text-decoration:none;
		border-bottom:1px dotted #ad4202;
	}
