/* GENERAL SPECS */
/* set standard font and color */
body {
   font-family: Verdana, Arial, Geneva, sans-serif;
   background: #616452 url(../images/main_bg.gif) repeat-x 0 0;
   font-size: 70%;
   line-height: 18px;
   text-align: center;
	margin: 0px;
	color: #000;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Verdana, Arial, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
	margin: 0px 0px 20px 0px;
}
h2 {
	font-size: 1.1em;
   	font-weight: bold;
   	line-height: 23px;
	margin-top: 0px;
}

img {
	border: 0px;
}
hr {
  	height: 0;
	border-style: solid;
 	border-color: #aba897;
 	border-width: 1px 0 0 0;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   width: 760px;
   margin: 20px auto;
   text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 97px;
	background: url(../images/header_bg.gif) no-repeat 0 0;
}
#search {
	float: right;
	margin: 40px 20px 0px 0px;
}
*html #search {
	margin: 40px 10px 0px 0px;
}
#logo {
	float: left;
	margin: 20px 0px 0px 20px;
}
/* reset IE6 */
*html #logo {
	margin: 20px 0px 0px 10px;
}
#panoramic {
	height: 168px;
	margin: 0px;
	padding: 0px;
}
/* hide from all IE */
html>/**/body .spacer {
	margin-top: 0px;
}
/* reset normal browser value */
.spacer {
	margin-top: -2px;
}
/* set IE6 value */
*html .spacer {
	margin-bottom: -5px;
}
/* ---------------------------------------------------- */
#outer_wrapper {
	background: #eee6d6 url(../images/left_bg.gif) repeat-y left;
}
#wrapper {
	background: url(../images/right_bg.gif) repeat-y right;
}
#container {
	width: 100%;
	float: left;
	margin-right: -20px;
	background: url(../images/right_bg.gif) repeat-y right;
}
#content {
	margin-right: 20px;
	background: url(../images/left_bg.gif) repeat-y left;
}
#main {
	position: relative;
	margin: 0px 0px 10px 210px;
	padding: 0px;
}

#main img {
/*	float: right; */
	margin: 0px 0px 10px 10px;
	border:solid 1px silver;
    padding:5px;
}

#left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 0px;
}
html>/**/body #left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 0px;
}
#extra_logos {
	background-color: #eee6d6;
	width: 720px;
	margin: 0px 0px 0px 20px;
	padding: 20px 0px 5px 0px;
}
*html #extra_logos {
	padding: 20px 0px 20px 0px;
	margin-bottom: -10px;
}
#extra_logos img{
	margin: 10px 25px 0px 25px;
}
*html #extra_logos img{
	margin: 0px 25px 0px 25px;
}
*+html #extra_logos img{
	margin: -5px 25px 10px 25px;
}

/* ---------------------------------------------------- */
#footer {
	background: #eee6d6 url(../images/footer_bg.gif) no-repeat 0 0;
	margin-top: -10px;
	padding-bottom: 2px;
}
/* reset IE6 */
*html #footer {
	padding-bottom: 0px;
	margin-top: -20px;
}

/* ---------------------------------------------------- */
.clearing {
	height: 0;
	clear: both;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/

#left ul{
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
   position: relative;
   margin: 0;
   padding: 3px 0px 3px 20px;
}
/* sub menus */
#left ul ul{
   position: relative;
   margin: 0px;
   padding: 5px 0px 0px 5px;
}
/* ---------------------------------------------------- */
/* CLASSES */

.pic {
	float: right;
	background-color: #b68397;
	padding: 10px 10px 5px 10px;
	font-size: 0.9em;
	text-align: center;
	margin: 0px 0px 20px 20px;
}

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #333;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
}
.top {
	text-align: right;
	margin-top: 30px;
}
.centre {
	text-align: center;
}

/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: underline;
}

a:link {
   color: #494c3c;	
}

a:visited {
   color: #494c3c;
}

a:hover {
   color: #990000;
}

a:active {
   color: #494c3c;
}


