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

html {
   overflow-y: scroll;
}

body{
	margin:0 0 0 0;
	font-size:medium;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color:#1b283f;
	background:url(../images/background.png) no-repeat;
	background-position:top;
	}
	
	/*---------------titles and text styles--------------*/

h1, h2, h3{
	font-weight:bolder;	
	}

h1{
	font-size:150%;
	margin-top:0px;
	margin-bottom:0px;
	}

h2{
	font-size:140%;
	text-decoration:underline;
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
	line-height:130%;
	}

h3{
	font-size:110%;
	margin-bottom:10px;	
	}
	

p{
	font-size:90%;
	text-align:left;
	margin-top:3px;
	margin-right:10px;
	margin-bottom:30px;
}


li{
	list-style:url(../images/list.gif);
	}


/*------photography photos and images ------------------*/

#bridge{
	padding:10px 350px 140px 10px;
	background-image:url(../images/photo-1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
#motoway{
	padding:10px 350px 140px 10px;
	background-image:url(../images/photo-2.jpg);
	background-repeat:no-repeat;
	background-position:top right;}
	

#humber-bridge{
	padding:10px 350px 140px 10px;
	background-image:url(../images/photo-3.jpg);
	background-repeat:no-repeat;
	background-position:top right;}


#humber{
	padding:10px 350px 200px 10px;
	background-image:url(../images/photo-4.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
	
img{
	float:right;
	margin:5px 5px 5px 5px;
	border:none;
	}
	
.list{
	float:left;}


	
	/*-----------link styles and decoration------------*/
	
	
a:link{
	color:#194578;
	text-decoration:none;
	}

a:hover{
	background-color:#c2d4ea;
	}

a:visited{
	color:#194578;
	text-decoration:none;
	}

.breadcrumbs a{
	margin-bottom:0px;
	font-size:85%;
	color:#fff;
	}
	
	
	
	


/*----------------------------*/
		
		
#breadcrumbs-container{
	width:800px;
	height:35px;
	color:#FFF;
	margin:0px auto 0px auto;
	}
		

.header{
	width:800px;
	height:159px;
	margin:0 auto;
	background:url(../images/header.png)
	}
	
.header a:hover{
	float:right;
	border:none;

	}
	
.header img{
	float:right;
	border:none;}
	


#navigation-1{
	width:800px;
	height:38px;
	margin:0 auto;

}
	
	
#left-nav-spacer{
	width:280px;
	height:38px;
	float:left;
	background:url(../images/leftnavspacer.png) no-repeat;
	
}

.menu a {
	width:100px;
	height:28px;
	padding-top:10px;
	background-repeat:no-repeat;
	font-family:"sans-serif", Arial, Helvetica;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	color:#cedbdb;
	float:left;
	text-decoration:none;
	background:url(../images/unselected.png) no-repeat;
  }



.menu a:hover{
	color:#FFF;
	background:url(../images/selected-nav.png) no-repeat;
	}


.menu .current{
	color:#1b283f;
	padding-top:5px;
	height:33px;
	background:url(../images/selected-nav.png) no-repeat;
	}
	
#right-spacer{
	float:right;
	width:20px;
	height:38px;
	background:url(../images/right-spacer.png) no-repeat;
	}


			/*home second navigation*/
	
	
#navigation-2{
	width:800px;
	height:38px;
	margin-left:auto;
	margin-top:0px;
	margin-right:auto;

	background:url(../images/navigation-2.png) no-repeat;
	}
	
	
#navigation-2 ul{
	margin:0 auto 0 338px;
	list-style:none;
}


#navigation-2 li{
	margin:0px;
	padding:0px;
	display:inline;}


#navigation-2 a{
	float:left;
	display:block;
	width:99px;
	height:23px;
	text-align:center;
	font-size:70%;
	padding-top:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#1b283f;
	}
	
	
#navigation-2 a:hover{
	color:#1b283f;
	text-decoration:underline;
	}
	
	
#navigation-2 .current{
	text-decoration:underline;
	}
	
		
#text-spacer{
	width:800px;
	height:42px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/text-spacer.jpg) no-repeat;
	}
		

	




			/*--------------All main containers-------------*/
			
			

.allcontents{
	width:800px;
	margin:0px auto 0px auto;
	}	
	
.content-container{
	width:700px;
	padding:20px 30px 20px 20px;
	border-width:10px;
	border-color:#3e4e65;
	border-style:solid;
	margin:0px auto 0px auto;
	background:#FFF;
}
	
	
#flash-container{
	width:750px;
	height:600px;
	margin:200px auto auto auto;
	}
	
	
#box-300-right{
	width:364px;
	height:265px;
	float:right;
	display: inline;
	margin:10px 10px 10px 10px;
	}

.footer, .footer tb{
	width:800px;
	height:160px;
	margin-top:10px;
	background:url(../images/footer.png) no-repeat;
	}
	
.footer table{
	margin-top:10px;
	margin-left:50px;
	float:left;
}
