body {
	background: #BEB8AF;
	color: #663300;
	font-family: sans-serif, arial;
	margin: 0px;
	min-width: 970px;
	text-align:center;
	padding: 0px 10px 10px 10px;
}

#container {
	width: 970px;
	min-height:700px;
	text-align: left;
	margin: 0 auto;
}

#title {
	float: left;
	width: 970px;
	background-image:url(../../../images/solhead1.jpg);
	color: #fff;
}

#title1 {
	float: left;
	width: 950px;
	padding: 10px;
	font-weight: bold;
}

#title2 {
	float: left;
	width: 950px;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

#title2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#title2 a:hover {
	color: #CCCC99;
	text-decoration: none;
}

#wrapper {
	background: #FFFFFF;
	float: left;
	min-height:700px;
	width: 970px;
	position:relative;
}

#main {
	float: right;
	width: 700px;
	height: 100%;
	padding: 10px 0px 10px 10px;
}

/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:160px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background: #FFF;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #666;
}

/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0;
padding: 5px 0 5px 0;
background:url(../../../images/diags.gif);
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #FFF;
padding: 5px 0 5px 0;
line-height: 170%;
}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
margin: 0;
padding: 0 5px 5px 50px;
color: #663300;
	}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 0.5em 0;
line-height: 170%;
	}

/* Rules for the top corners and border */
.bt {
	background:url(../../../images/box.png) no-repeat 100% 0 !important;
	background:url(../../../images/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
	}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(../../../images/box.png) no-repeat 0 0 !important;
	background:url(../../../images/box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(../../../images/box.png) no-repeat 100% 100% !important;
	background:url(../../../images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(../../../images/box.png) no-repeat 0 100% !important;
	background:url(../../../images/box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(../../../images/borders.png) repeat-y 0 0 !important;
	background:url(../../../images/borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(../../../images/borders.png) repeat-y 100% 0 !important;
	background:url(../../../images/borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFF;
border: 1px solid #FFF;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */
/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

img {
float: left;
margin: 0px 0 2px 5px;
border: 2px solid #C5BDBD;
}

.default img {
border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
display: block;
float: none;
margin-top: 4px;
border: 3px solid #C5BDBD;
}

/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapper {
margin: 20px 40px 0 0;
background: url(../../../images/shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}
 
.img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

/* used to ensure all our floated thumbnails stay the right width away from the left side of the box */

.thumbnails {
margin: 0 0 20px 50px;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif) 0px -20px;
text-decoration:none;
}

.cbSide li a:visited {
color: #999;
text-decoration:none;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
background-position: 0 -40px;
}

#main a {
	color: #663300;
	font-weight: bold;
}

#main a:hover {
	color: #666666;
	text-decoration: none;
}


#side {
	float:left;
	background-color: #FFFFFF;
	font-size:12px;
	width: 240px;
	margin: 1px;
	text-align: right;
	margin:0;
}

dl, dt, dd, ul, li {
background-color: #D7D6BD;
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
padding: 1px;
background-color: #726741;
color:#433632;
margin-top:1px;
margin-bottom:1px;
left: 1px;
width: 200px;
vertical-align:top;
}

#menu dt {
cursor: pointer;
background-color: #C9C085;
color: #433632;
line-height: 18px;
margin-bottom:1px;
margin-top:1px;
margin-left:1px;
margin-right:1px;
text-align: left;
border-bottom-color: #C9C085;
font-weight: bold;
}

#menu dd {
float:right;
position: absolute;
left: 8em;
width: 15em;
background: #726741; 
}

#menu ul {
background-color:#5A4B3D;
}
#menu li {
background-color:#E2D5A7;
text-align: left;
font-size: 85%;
margin-bottom:1px;
margin-top:1px;
margin-left:1px;
margin-right:1px;
line-height: 16px;
font-weight: bold;
}
#menu li a, #menu dt a {
color: #433632;
text-decoration: none;
display: block;
}

#menu li a:hover, #menu dt a:hover {
text-decoration: underline;
}

#footer {
	float: left;
	width: 950px;
	padding: 10px 10px 0px 10px;
	background:  #D7D6BD;
}

#footer a {
	color: #fff;
}

/* standard elements */
.left { /* removing this could bugger the formatting */
	float: left;
	text-align: left;
}

.right { /* removing this could bugger the formatting */
	float: right;
	text-align: right;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em;
}

div.hr {
	clear: both;
	display: block;
	border-bottom: 1px solid #808080;
	margin: 1em 0;
}


img {
	border: 0px;
}

h1 {
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #000;
}

h2 {
	margin: 0 0 1em 0;
	font-weight: bold;
	line-height: 1.5em;
}

br.cl { /* prevents divs riding up in obscure browsers, e.g. Netscape amongst others */
	clear: both;
	line-height: 0;
}

input,
select,
textarea {
	border: 1px solid #808080;
	font-family: sans-serif, arial;
	color: #000;
}

/* font size - ensure all text sizes are relative rather than fixed as this allows user to change text size in their browser if necessary */
body {
	font-size: 70%;
}

#title1 {
	font-size: 3em;
}

table { /* tells the table to display at 100% of body text size - needed for some browsers */
	font-size: 1em;
}

p {
	font-size: 1em;
}

input,
select,
textarea {
	font-size: 1em;
}

.sml {
	font-size: 0.9em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
}

.tdValue2sml {
	font-size: 0.9em;
}

#footer,
#copyrightFooter {
	font-size: 0.9em;
}