ul {
	margin: 0;
	padding:0;
	-webkit-margin-before:0em;
	-webkit-margin-after:0em;
}

body {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
}

#SubmitButton img {
	border-style: none;
	margin: 10px 0px 0px 30px;
}

.BackButton img {
	border-style: none;
}

#headerlinks {
	width: 519px;
	float: left;
	display: inline;
}

ul.headerlinks {
	list-style: none outside;
	height: 90px;
	padding: 0px;
}
	
li.headerlinkslist {
	margin: 0 0 0 0;
	float: left;
	width: 80px;
	background: none;
	height: 90px;
	padding: 0;
}

#tagline {
	width: 1000px;
	height: 33px;
	float: left;
}

div.tagline1 {
	width: 15px;
	height: 25px;
	float: left;
	background: url(images/Tagline/Tagline_Left.png) no-repeat;
}

div.tagline2 {
	width: 970px;
	height: 25px;
	float: left;
	background: url(images/Tagline/Tagline.png) repeat;
}

div.tagline3 {
	width: 15px;
	height: 25px;
	float: left;
	background: url(images/Tagline/Tagline_Right.png) no-repeat;
}

dl.backinglist {
	font-size: 12pt;
	font-weight: normal;
}
	
dl.backinglist dt {
	font-size: 12pt;
	font-weight: normal;
}

dl.backinglist dd {
	font-size: 10pt;
	font-weight: normal;
}

span.backhead {
	text-decoration: underline;
	font-weight: bold;
}

.attentiontext {
	color: #FF0000;
}

.IndexPics tr td {
	Height:190px;
	Min-Height: 190px;
	Width:750px;
	padding: 0 ;
	Max-Width: 750px;
}

span.limenu {
	font-weight: bold;
	font-size: 12px;
}

#row3 {
}

#row3 div {
	float:left;
	max-width:330px;
	margin: 10px 15px 10px 15px;
}

#row3 a {
	font-size: 12px;
	text-decoration: none;
}

.rightlinks {
	text-decoration: none;
	font-size: 12px;
	border-collapse: collapse;
}

.rightlinks td {
	padding: 2px;
}

.rightlinks a {
	background: none;
	width: 79px;
	display: block;
}
.itemdesc td {
	max-width: 50%;
	font-size: 12px;
}

.itemdesc ul li {
	float: left;
	padding: 5px;
	list-style: square inside;
}

#Parent form {
	padding: 24px;
}

#Parent form input {
	margin: 10px;
}

a.smalllink {
	font-family: Arial;
	font-size: 10pt;
	color: #0000FF;
	text-decoration: none;
}

a.smalllink:hover {
	color: #FF0000;
}

#item div {
	display:inline;
	float: left;
	width: 100px;
}

#item a {
	border: none;
}

#breadcrumbs {
	width: 100%;
}

.item {
	width: 100% ;
}

#item {
	width: 100% ;
}

button#print-button {
	position:absolute;top:0;right:0;z-index:1;
}

div.cont > a.content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:.7em;
	background-color:white;
	border: 1px solid #ccc;
}

div.cont .fadeIn {
	opacity: 0;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
div.cont:hover .fadeIn {
	opacity: .9;
}

div.content>div.left {
	z-index:9;
}

body div#left_links ul li ul.left_links_hidden {
	left:100%;
}

.line-spacer {
	background:black;
	height:3px;
	margin:10px 0;
}

.special-note-1 {/*red colour smaller text*/
	font-size:1.1rem;
	font-weight:100;
	font-family:arial;
	color:red;
}

.special-note-2 {
	font-size:1.1rem;
	font-weight:100;
	font-family:arial;
	color:#555;
}