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

body {
  height:		100%;
  font-family:		verdana, arial, sans-serif;
  font-size:		11pt;
  padding: 		0;
  margin: 		0;
  background-color:	#FFAA33;
}


/* top header area */

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

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

#header h1 {
font-family: arial;
margin: 0;
padding: 0;
color:			white; /* #052A57; */
font-size:		35px;
padding: 		0;
padding-top:		55px;
padding-bottom: 	5px;
line-height: 		20px;
}

#header h2 {
font-family: arial;
font-size: 30px;
color: #FFFFFF;
font-style:italic;
padding: 0;
margin: 0;
}

/* 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 20px 0 34px;
}

#rootNav a,
#rootNav a:visited {
  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 8px 0 0;
  margin:		0 8px 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:	#FFEBCC;
}

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 #E6F3F1;
  margin:		16px 1px 50px 20px;
  font-size:		90%;
  background-color:	white;
}

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

}

div#newsBox p,
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;
}
  
/* 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;
  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:			black;
  padding:			4px 10px 0 10px;
}

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

/* 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%;
}

.widetable th,
.widetable td 
{
  font-size: 0.9em;
}

.widetable th {
  background-color: #ffe1b3;
}

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 #B3DBD6;
  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:	        #028777;
  font-weight:		bold;
}

  /* main text area */

div#content {
  font-size:		95%;
  text-align:			center;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  margin-top: 50px;
  width: 800px;
}

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

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


/* homepage menu */

ul.button_menu {
width: 700px;
}

.button_menu li
{  
display: inline;
float: left; 
list-style: none;
width: 99px;
padding: 0 30px 40px 30px; 
text-align: center;
line-height: 1.2em;
}

.button_menu img {
border: 0;
display:block;
}
.button_menu img a:hover {
border: 1px;
}

.button_menu a  {
text-decoration: none;
}

.button_menu a:hover {
color: black;
}







