/* CSS core styles for Giddens website */

body {
	margin:0;
	}

div.banner {
	z-index: 1;
	width: 100%;
	background-color: black;
	overflow: hidden;
	position: relative;
	}

div.banner div#width {
	width: 1200px; /* force a max width on banner images */
	}

div.banner img {
	border: 0;
	}

div.nav {
	width: 100%;
	height: 85px;
	padding: 0;
	margin: 0;
	border: 0px solid #000000;
	}

div.left {
	float: left;
	width: 330px;
	}

div.left img {
	text-align: center; /*centers in old versions of IE*/ 
	}

div.left{
	padding: 0px 20px 10px 25px;
	font-family: "Futura Lt BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #009999;
	text-align: center;
	}
div.quote{
	padding: 20px 20px 10px 25px;
	font-family: "Futura Lt BT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #009999;
	text-align: center;
	width: 330px;
	}

div.quote p {
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	margin-top: 5px;
	}

div.left div.links {
	padding: 10px 20px 10px 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 12pt;
	text-align: center;
	}
div.links h1 {
	font-size: 10pt;
	}

div.left img {
	margin: 4px;
	}

div.footer {
	clear: both;
	width: 100%;
	}

div.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: normal;
	margin: 0 20px 0 295px;
	}

div.content ul {
	margin-left: 1em;
	padding-left: 0;
  }

div.content table {
	font-size: 100%;
	}

table td {
	vertical-align: top;
	}

div.content h1 {
	font-family: "Futura Md BT", Verdana, non-serif;
	font-weight:bold;
	font-size: 24pt;
	color: black;
	margin-top:0
	}

div.content h2 {
	font-family: "Futura Md BT", Verdana, non-serif;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	}

div.content h3 {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	margin-bottom: 0;
	}

div.content h4 {
	text-decoration: underline;
	}

span.defn {
	display: inline;
	}
	
span.defn a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #2255ee;
	cursor: help;
	}

span.defn span {
	display:none;
	color: #3366FF;
	text-decoration:none;
	font-weight: 100;
	}
	
span.show span {
	display:inline;
	}
/*background image*/
img#background { height: 1048px; width: 100%; z-index: -1; position:absolute; color: white;}
