	/* Redefined HTML tags */

body {
	margin: 0 0 30px 0;
	padding: 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #00314f url('/site/web/images/bg/body.gif') top left repeat-x;
}

p, form {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear{
	clear:both;
	font-size:2px;
}

	/* Standard Layout ID's */

#container {
	position: relative;
	width: 749px;
	margin: 0 auto;
}

	/* Header */

#header {
	position: relative;
	height: 338px;
	margin: 0 0 10px 0;
	z-index: 9;
	background: url('/site/web/images/bg/header.jpg') bottom left no-repeat;
}
#header_content {
	position: absolute;
	top: 115px;
	right: 0px;
	width: 195px;
}

#skip_navigation {
	display: none;
}

#logo {
	position: absolute;
	left: 35px;
	top: 112px;
}
#strapline {
	position: absolute;
	left: 35px;
	top: 216px;
	}
	

#sub_content {
	position: relative;
	width:162px;
	right: 34px;
	float: right;
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
}
.cc {
	border-bottom: 1px solid #203a4a;
	margin: 0 0 20px 0;
	}

#main_content {
	position: relative;
	width:450px;
	float: left;
	margin: 0 0 10px 0;
	padding: 30px 40px 35px 35px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4em;
}

#wrapper {
	background: url('/site/web/images/bg/wrapper.gif') top left repeat-y;
	border-bottom: 1px solid #385e76;
	}

	/* Footer */

#footer {
	text-align: center;
	position: relative;
	height: 25px;
	clear: both;
	padding: 0 0 0 10px;
	line-height: 15px;
	color: #C0EBF3;
}
#footer a {
	color: #C0EBF3;
	text-decoration: underline;
	}
#footer a:hover {
	text-decoration: underline;
	}

#site_credits {
	position: absolute;
	right: 10px;
	top: 0;
}





/* FORMS */

label {
	color: #fff;
	font-weight: normal;
	display: block;
	margin: 12px 0 6px 0;
	font-size: 1.1em;
	}

input.textbox {
	width: 144px;
	border: 1px solid #0c0e27;
	background: #c0ebf3;
	}
input.button {
	float: right;
	}







/* HEADERS */


body#about #header { background-image: url('/site/web/images/bg/about.jpg'); background-repeat: no-repeat;}
body#works #header { background-image: url('/site/web/images/bg/works.jpg'); background-repeat: no-repeat;}
body#history #header { background-image: url('/site/web/images/bg/history.jpg'); background-repeat: no-repeat;}
body#account #header { background-image: url('/site/web/images/bg/account.jpg'); background-repeat: no-repeat;}
body#life #header { background-image: url('/site/web/images/bg/terms.jpg'); background-repeat: no-repeat;}
body#glossary #header { background-image: url('/site/web/images/bg/glossary.jpg'); background-repeat: no-repeat;}
body#privacy #header { background-image: url('/site/web/images/bg/privacy.jpg'); background-repeat: no-repeat;}
body#contracts #header { background-image: url('/site/web/images/bg/contracts.jpg'); background-repeat: no-repeat;}
body#contact #header { background-image: url('/site/web/images/bg/contact.jpg'); background-repeat: no-repeat;}





/* GLOSSARY INDEX NAV */

ul.index {
	margin: 0;
	padding: 0;
	list-style: none;	
}

ul.index li {
	margin: 0;
	padding: 0 0.2em;
	list-style: none;
	display: inline;
}

ul.index li a {
	text-decoration: none;
	}

