@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, p, ul,a{margin:0; padding:0; outline: none;}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#1e1e1e;
}
h1{
	color: #45a9f6;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-indent: 10px;
	border-bottom:1px dotted #1e1e1e;
	font-stretch:extra-expanded;
	letter-spacing: 0.5em;
	text-transform:capitalize;
	padding-bottom:5px;
	margin-bottom: 15px;
}
h2{
	font-size: 1.5em;
	color:#66CC66;
	padding:10px 20px;
}

p{
	line-height: 1.7em;
}
a{color:#FFFFFF; text-decoration:none;}
a:hover{text-decoration: underline;}
a:active, a:focus{outline: none;}
a#return{
	display:block;
	height: 118px;
	width:780px;
}
	
p.description{
	color: #737579;
	padding: 10px 0px;
	line-height: 2em;
	margin-bottom: 15px;
}
p.acknowledgements{
	color: #737579;
	padding: 10px 0px;
	line-height: 2em;
}
.clear{clear:both;}

#preloader{text-indent:-1000em}

#wrapper{
	width:980px;
	margin: 0 auto 20px auto;
}
#header{
	height: 118px;
	background-image:url(../assets/header.gif);
	background-repeat:no-repeat;
	margin-bottom:16px;
}
#container{
	background-color: #1e1e1e;
}
#leftcol{
	background-color:#080808;
	width: 782px;
	padding:16px;
	float:left;
	border-right: 16px solid #1e1e1e;
}
#leftcol a{color:#45a9f6; text-decoration:none;}
#leftcol a:hover{text-decoration: underline;}
#rightcol{
	background-color:#080808;
	width:150px;
	float:right;
}
#copy{
	margin: 16px 0px;
	padding: 0px 16px;
}
#copy p{margin-bottom:1em;}
#copy a{color: #45a9f6;}

#cont #wrapper #container #leftcol{height: 540px;}
h3 a{/*the link for slideshow services*/
	display: block;
	background-color:#558245;
	color: #e7e5e5 !important;
	text-decoration:none;
	font-size:1.0em;
	font-weight:600;
	padding: 5px;
	text-align:center;
	border:1px solid #1e1e1e;
}
h3 a:hover{background-color:#6da05c; text-decoration:none !important;}
#credits{
	clear:both;
	margin-left: 250px;
	color: #4B4B4B;
}
#credits a{color: #45a9f6;}
/*photo formatting###############################*/
.photo{border: 1px dotted #1e1e1e; background-color:#02131F}
.photo_cap{padding: 5px 20px}
.montage{clear:both; margin:20px 0px 0px 0px;}
.i-r{/*embedded photo formatting*/
	float:right;
	margin-left:12px;
}
.i-l{
	float:left;
	
}
/*structures formatting#########################*/
ol{margin:0; padding:0;}
ol li{
	margin-bottom: 15px;
	list-style:none;
	height:380px;
}
.list_left{	
	width:380px;
	float:left;
	
}
.list_right{
	width:380px;
	float:right;
	
}
.tall{height:650px;}
/*video formatting#################################*/

#eiffel_vid{
	float:left;;
	width:320px;
	
}
.eiffel_text{/*the media links to the rght*/
	float:right;
	width:355px;
	
}
.eiffel_text ul{
	height:344px;
	background-color:#000911;

}
#lloyds_vid{
	margin-bottom: 20px;
	
}
.lloyds_text{
	
}
.lloyds_text ul{
	
	background-color:#000911;

}


.link_list{
	margin-bottom: 20px;
}
.link_list li{
	list-style:none;
}
.link_list li p{
	height: 40px;
	background-color:#000911;
	display:block;
	padding: 4px 30px;
	font-size: 1.5em;
	line-height:40px;
	border-bottom: 1px dotted #1D7A9F;
	color:#66CC66;
}
.link_list li a{
	height: 25px;
	line-height: 25px;
	background-color:#000911;
	display:block;
	padding: 4px 30px;
	margin-bottom:1px;
}
.link_list li a:hover{
	background-color:#001528;
	text-decoration:none;
}

/*gallery formatting#####################*/
ul#gall li{
	list-style:none;
	float:left;	
}
ul#gall a{
	width:180px;
	height:128px;
	display:block;
	margin-right:20px;
	margin-bottom:20px;
}
ul#gall a.right{margin-right:0px;}
ul#gall img{border:none;}
/*print media formatting############################*/
ul#print li{
	list-style:none;
	float:left;	
}
ul#print a{
	width:140px;
	height: 200px;
	display:block;
	margin-right:15px;
	margin-bottom:20px;
}
ul#print a.right{margin-right:0px;}
ul#print img{border:none;}
html,
body {
  width: 100%;
  height: 100%;
}

.smartmodal-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.smartmodal-modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding: 1em;
  border-radius: .3em;
  background: #fff;
  color: #000;
}
#modal{
	width:80%;
	max-width:580px;
	background-color:#1E1D1D;
	color:#CCCCCC;
	 overflow-y: scroll;
	  height: 100%;
	  padding-bottom:5em;
}


#modal img{width: 80%;}
#modal p{padding:0.5em;}

#modal h1, #modal h2{
	font-family:Verdana, Geneva, sans-serif;}
#modal h1{color:#009999; border-bottom:1px solid #009999;}
#modal h2{color:#CCCCCC;}
#modal h3{color:#FFCC00;}