
html {
  height:		100%;
  margin:		0;
  padding:		0;
}

body {
  height:		100%;
  font-family:		verdana, arial, sans-serif;
  font-size:		11pt;
  padding: 		0;
  margin: 		0;
  background-image:	url(/resources/images/containerbg.jpg);
  background-repeat:	repeat-y;
}


/* top header area */

#header {
  height:		164px;
  border:		0;
  background-image:		url(/resources/images/sfheader.jpg);
  background-repeat:	no-repeat;
  background-color:		#03120B;
}

#sflogo {
  margin-left:		32px;
  margin-top:		26px;
  margin-bottom:	26px;
  border:		none;
}


/* first menu bar - search form and generic links */

#headerMenu {
  background-color:	#FFE1B3;
  height:		34px;
  padding-left:		34px;
}

  /* search form */

#headerMenu form {
  display:		inline;
  float:                left;
  margin:		0;
  padding:		0;
}

#headerMenu fieldset {
  margin:               0;
  padding:              0;
  border: 		0;
  display:              inline;
}

#headerMenu #search {
  font-size:		14px;
  width:		92px;
  height:		18px;
  border:		1px solid #788885;
  margin-top:		6px;
}

#headerMenu #submit {
  font-size:		14px;
  margin:		6px 20px 0 8px;
}



  /* links */

#headerMenu a,
#headerMenu a:visited {
  color:		#333333;
  text-decoration:	none;
  line-height:		34px;
}

#headerMenu a:hover {
  text-decoration:	underline;
}

#headerMenu .linksep {
  border-right:		2px solid #333333;
  padding:		0 8px 0 0;
  margin:		0 8px 0 0;
  font-size:		14px;
  height:		14px;
}


/* second top level menu - top level links */

#rootNav {
  background-color:	#FF9900;
 height:			34px;
 padding:			0 5px 0 6px;
}

#rootNav a,
#rootNav a:visited {
  font-size: 		13.5px;
  color:		white;
 font-weight:		500; 
  text-decoration:	none;
  line-height:		34px;
}

#rootNav a:hover {
  text-decoration:	underline;
}

#rootNav .linksep {
  border-right:		2px solid white;
 padding:		0 4px 0 0;
  margin:		0 4px 0 0;
  font-size:		14px;
  height:		14px;
}

#rootNavRight {
  float: 			right;
  height:			34px;
}

#rootNavRight a,
#rootNavRight a:visited {
  font-weight:		bold;
  color:			white;
  font-style:		italic;
}

#rootNavRight img {
  border:			none;
}


/* main container for everything else */


  /* side menu */

div#sideMenu {
  width: 		225px;
  float: 		left;
  font-size:		90%;
  background-color:	#FFEEBC;
}

div#sideMenu ul {
  list-style: 		none;
  padding: 			0;
  margin: 			0 0 20px 0;
}

div#sideMenu ul li.submenu {
  margin-left: 10px;
}

div#sideMenu a,
div#sideMenu a:visited {
  text-decoration:	none;
  color:			black;
  display:			block;
  padding:			3px 3px 3px 10px;
}

div.searchBox a,
div.searchBox a:visited {
  text-decoration:	none;
  color:		black;
  display:		block;
}

div.searchBox ul {
  padding: 			5px 2px 0 10px;
  margin: 			0 0 2px 10px;
}

div.searchBox ul li {
  padding: 			0;
  margin: 			2px 0;
}


div#sideMenu a:hover,
div.searchBox a:hover {
  text-decoration:	underline;
}

div#sideMenu a.selected {
  background-color:  #FFCC80;
}

div#sideMenu ul li.submenu a.selected {
  background-color:	#FF9F73;
}

  /* right hand news box and search box */

div#newsBox,
div.searchBox {
  width:		195px;
  float:		right;
  border:		1px solid #FFEBCC;
  margin:		16px 1px 50px 20px;
  font-size:		90%;
  background-color:	white;
}

div#newsBox h2,
div.searchBox h2 {
  background-color:	#FFEBCC;
  margin:		0;
  padding:		4px;
  color:		#333333;
}

div#newsBox p {
margin: 0;
margin-left: 10px;
padding: 0;
padding-bottom: 8px;
}
/*div#newsBox p,  orginal solent forum style*/
div.searchBox p {
  padding:		0;
  margin:		12px 6px;
}

div.searchBox form,
div.searchBox fieldset {
  border:	       none;
  padding:	       4px 2px;
  margin:	       0;
}
div.searchBox select {
  color:		#152F90;
  font-size:		96%;
}


div.newsdetail div.footer {
  font-style:		italic;
  color:		#666;
  font-size:		80%;
  border-bottom: 1px dashed #B3DBD6;
  margin-top: 15px;  
  margin-bottom: 15px;
  padding-bottom: 5px;
}
  


  /* main text area */

div#content {
  font-size:		95%;
  margin-left:		225px;
  padding:			16px 20px 40px 18px;
}

h1 {
  font-size:		110%;
  padding-top:		0;
  margin-top: 0;
}

h2, h3 {
  font-size:		100%;
}


/* footer - plus style to push it to the bottom */


/* Footer stuff */

#container {
  position: relative;
  margin: 0px;
  min-height: 100%;
  height: 100%;
  voice-family: "\"}\"";  /*IE5x hack */
  voice-family: inherit;
  height: auto;
}

html>body #container { /*values for more CSS-compliant browsers*/
  height: auto;
}

#footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  position: absolute;
  bottom: 0;
 /* border-top:		1px solid #FFEBC; */
  background-color:	#FFD799;
  height:			26px;
  font-size:		11px;
  clear:			both;
  voice-family: "\"}\""; /*IE5x hack */
  voice-family: inherit;
}

html>body #footer {/*values for more CSS-compliant browsers*/
  margin: 0;
  padding: 0;
}

#footer a,
#footer a:visited {
  color:			#333333;
  text-decoration:	none;
}

#footer a:hover {
  text-decoration:	underline;
}

#footer .linksep {
  border-right:		1px solid #333333;
  padding:			0 8px 0 0;
  margin:			0 8px 0 0;
  height:			10px;
}

#admin {
  float:			right;
  color:			#028777;
  padding:			4px 10px 0 0px;
}

#admin a,
#admin a:visited {
  color:			#504F3D;
}

#footer img {
  border:               none;
  vertical-align:       middle;
  padding-bottom:       4px;
}

#info {
  float:			left;
  color:			#444444;
  padding:			4px 10px 0 10px;
}

#info a,
#info a:visited {
  color:			#444444;
}

/* bits n bobs */


.imageblock {
  width: 200px; 
  float: right;
  text-align: center;
  margin-left: 20px;
}

.imageblock img {
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  margin-top: 10px;
}
table h3 {
  font-size: 85%;
}
table td,
table th
{
  border: #ccc solid 1px;
  padding:  2px 4px;
  font-size:   90%;
  vertical-align: top;
}
table th {
  font-size: 85%;
  text-align: left;
  background-color: #E6F3F1;
  padding-left: 14px;
  padding-right: 14px;
}
.calendar td {
  background-color: #FBFFFF;
}
.widetable {
  clear: right;
  width: 95%;
}

table.vertHeads th { text-align: right; }
table.vertHeads th, table.vertHeads td { padding: 3px; }


.sitemap td {
  border:	 0;
  padding:	 0;
}

.sitemap a,
.sitemap a:visited {
  text-decoration:      none;
}

.sitemap a:hover {
  text-decoration:      underline;
}


/* htdig search results */


/* Search styles */

.searchresult {
  border-bottom: 1px dashed #ffe1b3;
  margin-top: 15px;  
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.searchresult .modified {
  text-align: right;
  font-size:  80%;
  color:		#888;
  font-style: italic;
}

.htdig_string {
  color:	        #ff9900;
  font-weight:		bold;
}

.div.imgblock img {
border: none;
margin-bottom: 0;
padding: 0;
float:right;
}

