@charset "utf-8";
/*  ------------------ LAYOUT STYLES  ------------------ */

body {
margin:0;
padding:0;
background-color:#f6fbfb;
}
img {
border:none;
}
p, td, li {
font-family:Arial, Helvetica, sans-serif;
color: #084684;
font-size:12px;
}
input, select, textarea {
font-size:11px;
}
a {
text-decoration:none;
font-weight:bold;
}
	a:link, a:visited {
	color: #00a3e0;
	}
	a:hover, a:active {
	color: #0033cc;
	}
h1 {
font-size: 22px;
}
	h1 i {
	display:none;
	}
h2 {
font-size: 20px;
}
h3 {
font-size:18px;
}
h4 {
font-size:14px;
}
.layout1 {
display:none;
}
.right {
float:right;
width:190px;
}
.listright2 {
padding:3px;
margin:2px 0;
}
.right2 {
border:1px solid #195c9f;
}
.right2 h2 {
border:1px solid #195c9f;
border-width: 1px 0;
padding:5px 2px;
}

#contactdetails {
padding: 0 5px;
}
#listimages {
text-align:center;
}
#listimages img {
border:1px solid #000;
margin-bottom:5px;
}
.listtypehead {
font-weight:bold;
font-size:18px;
}
.listright3, .gone, .banner {
display:none;
}