/* 
by F.S.W. for ANL
*/

*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
h5
{
   font-size: 11px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-variant: small-caps;
   font-weight: inherit;
}
body
{
   font-family: Arial, sans-serif;
   font-size: 11pt;
   color: #696969;
   background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

#header
{
   margin-top: -5px;
   padding-left: 1px;
   height: 230px;
   background: url(img/sfo.jpg) repeat-x;
}
#headers
{
   margin-top: 0px;
   padding-left: 1px;
   height: 41px;
   background: url(img/sfo_a.gif) repeat-x;
}
#headersec
{
   margin-top: 0px;
   padding-left: 1px;
   height: 41px;
   font-weight: bolder;
   font-size: 20px;
   text-decoration: none;
   background: url(img/sfo_b.gif) no-repeat 45px;
}
#headerth
{
   margin-top: 0px;
   padding-left: 1px;
   height: 41px;
   font-weight: bolder;
   font-size: 20px;
   text-decoration: none;
   background: url(img/sfo_b.gif) no-repeat 155px;
}
#header1{
   position: absolute;
   margin-top: -251px;
   margin-left: 10px;
   height: 190px;
   width: 230px;
   background-color: transparent;
   background: transparent url(img/alogo.jpg) no-repeat 8px;
}
#header2{
   position: absolute;
   right: -1px;
   margin-top: -305px;
   height: 280px;
   width: 540px;
   background: transparent url() no-repeat right;
}
#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}


.gallerycontainer{
position: relative;
}

.thumbnail img{
   border: 1px solid white;
   margin: 5px 5px 1px 0px;
   float: left;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
float: left;
}

.thumbnail span{
   position: absolute;
   background-color: #BFFEFF;
   padding: 0px 0px 4px 4px;
   top: 0px;
   left: -1000px;
   border: 1px dashed gray;
   visibility: hidden;
   color: black;
   text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
float: left;
}

.thumbnail:hover span{
   visibility: visible;
   top: 0;
   left: 50px;
   z-index: 20;
}

#searchform {
   margin-top: -23px;
   text-align: right;
   margin-right: 5px;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 0px;
}

#searchform #s {
	width: 200px;
}
#searchform #f {
   height: 20px;
   border: 1px solid #A02828;
   background-color: #D63A3B;
   font-family: Geneva, Arial;
   font-weight: bold;
   color: White;
}

#menu
{
   position: absolute;
   top: 37px;
   right: 3em;
}

#content
{
	line-height: 1.5em;
}
#content p
{
	margin-bottom: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
   margin-bottom: 1.5em;
   padding-left: 1em;
   list-style: square;
}

#primaryContentContainer
{
   color: #5C5C5C;
   background-color: #fff;
   float: right;
   margin: 0em -19em 0em -19em;
   width: 100%;
}

#primaryContent
{
   margin: 1.5em 18em 0em 5em;
   padding: 0.5em 2em 1.5em 3em;
}

#firstContent
{
   margin: 1.5em 4em 2em 4em;
   padding: 1.5em 3em 1.5em 3em;
}
#secondContent
{
   margin: 0.5em 0.5em 1em 0.2em;
   padding: 1.5em 0em 1.5em 0em;
}
#contentdisplay
{
   margin: 1.5em 18em 0em 5em;
   padding: 0.5em 2em 1.5em 3em;
   display: none;
}
#message
{
   background-color: #F2F2F2;
}

#secondaryContent
{
   position: relative;
   float: left;
   width: 9em;
   padding: 2em 1em 1.5em 1.5em;
   background: #F0FFFF;
}

#secondaryContent .xbg
{
   position: absolute;
   right: 2em;
   bottom: -64px;
   background: transparent;
   height: 64px;
   width: 128px;
}

#tertiaryContent
{
   position: relative;
   float: right;
   width: 11em;
   padding: 2em 1em 1.5em 2em;
   background: #F0FFFF;
}

#tertiaryContent .xbg
{
   position: absolute;
   left: 3em;
   bottom: -64px;
   background: transparent;
   height: 64px;
   width: 128px;
}

#footer
{
	position: relative;
	z-index: 1;
	border-top: dashed 1px #dfdfdf;
	padding: 1em 0em 2em 0em;
	margin: 1em 2em 0em 2em;
	text-align: center;
}


.clear
{
	clear: both;
}
