/* CSS Document */

/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	color:#ceebee;
	background:#222d2d;
	font:Verdana, Arial, Helvetica, sans-serif;
	}
.clear { 
	clear: both;
}
img {
	border:0;
	}
	.polaroid {
	padding: 4px;
	border: 1px solid #ccc;
	background-color:#fff;
	text-align: center;
}

/* Layout
------------------------------------------------------------------*/
#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
}
#inner {
	margin: 0;
	width: 100%; 
}

/* Links
------------------------------------------------------------------*/
a:link,
a:visited {
	text-decoration:none;
	color:#cfe6ff;
	}	

/* Main navigation
------------------------------------------------------------------*/
#sidebar {
	float: right;
	background: url(../images/navigation/new-navbar-bottom.gif) no-repeat bottom;
	width: 270px;
	position: fixed;
	left: 700px;
	top: 10px;
}
#sidebartop {
height: 87px;
background: url(../images/navigation/new-navbar-top.gif) no-repeat;
}
#sidebarbottom {
height: 48px;
}
#sidebarcontent {
	background: url(../images/navigation/new-navbar-middle.gif) repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
ul#nav {
	width : 230px;
	padding-top: 10px;
	padding-left: 30px;
	position:relative;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
	
#nav li {
	padding:0;
	margin:0;
	}
#nav li a{	height: 24px;
	width: 120px;
	background-image: url(../images/navigation/navbar.gif);
	background-repeat:no-repeat;
	text-indent: -9999px;
	display: block;
	}
	
#nav li a:link, #nav li a:visited {
	border:0;
	text-decoration:none;
	color: #02b5ec;
	}
#nav li a:hover
{
color:#e45a45;
}

#nav_home a {
}
#nav_home a:hover { 
background-position: -240px 0px;
}
#nav_latest a {
background-position: 0px -24px;
}
#nav_latest a:hover {
background-position: -240px -24px;
}
#nav_build a {
background-position: 0px -48px;
}
#nav_build a:hover {
background-position: -240px -48px;
}
#nav_site a {
background-position: 0px -72px;
}
#nav_site a:hover {
background-position: -240px -72px;
}
#nav_road a {
background-position: 0px -96px;
}
#nav_road a:hover {
background-position: -240px -96px;
}
#nav_vicinity a {
background-position: 0px -120px;
}
#nav_vicinity a:hover {
background-position: -240px -120px;
}
/* this to show 'you are here' colour'
------------------------------------------------------------------*/
#body_home #nav_home a {
background-position: -120px -0px;
}
#body_latest #nav_latest a {
background-position: -120px -24px;
}
#body_build #nav_build a {
background-position: -120px -48px;
}
#body_site #nav_site a {
background-position: -120px -72px;
}
#body_road #nav_road a {
background-position: -120px -96px;
}
#body_vicinity #nav_vicinity a {
background-position: -120px -120px;
}
	
/* Latest list
------------------------------------------------------------------*/
#bullet {
	margin: 5px 0 20px 0;
	padding: 0;
	list-style: url(../images/sitewide/bullet.gif);
}
#bullet li {
	margin: 0 0 10px 0;
}

/* Content area
------------------------------------------------------------------*/
#contentwrapper {
	float: left;
	width: 621px;
	background: url(../images/content/content-box-bottom.gif) no-repeat left bottom;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#contenttop {
height: 39px;
background: url(../images/content/content-box-top.gif) no-repeat;
}
#contentbottom {
	height: 30px;
	clear: left;
	text-align: center;
}
#content {
	background: url(../images/content/content-box-middle.gif) repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
#content h2 {
	font: 130% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CAE000;
	margin-left: 1em;
	margin-bottom: 10px;
}
#content h3 {
	font: 120% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #02b5ec;
	margin-left: 1em;
	clear: left;
}
#content p {
	margin-left: 1em;
	margin-right: 1em;
}
#content ul {
font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 2em;
}
a.link,  a.link:visited {
	color: #02b5ec;
	border-bottom:1px dotted;
}
a.link:hover {
	color: #e45a45;
	border-bottom:1px solid;
}
p {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}
dfn {
	font-style: normal;
	color: #02b5ec;
	font-weight: bold;
}
.map {
	margin-left: 10px;
	margin-bottom: 4px;	
}

/* Thumbnail Images in content
------------------------------------------------------------------*/
ul.thumbnails {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	text-align: center;
	background-color:#2f3e3e;
	line-height: 1em;
	list-style: none;
}

ul.thumbnails li, ul.navigation li {
display: inline;
margin: 0;
padding: 0;
}

ul.thumbnails a:link, ul.thumbnails a:visited {
	display: block;
	float: left;
	margin: 10px 10px 0px 0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color:#fff;
	text-align: center;
}
ul.thumbnails a:hover {
border-color: #0066CC;
background-color: #02b5ec;
}

/* Footer area
------------------------------------------------------------------*/
#footer {
	
}