/* CSS Document */

/* General styles */
body
{
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  font-size: 99%; /* hack to match font sizes */
  height: auto;
}

h1, h2, h3, h4, h5, h6
{
  margin: 0px;
  padding: 0px;
}

#container
{
  margin: 0px;
  background-color: #fff;
  height: auto;
  line-height: 1.2em;   

}

#banner
{
  height: 96px;
  background: #fff url(../images/ssw_banner.jpg) 0 0 no-repeat;
  border-bottom: 2px #CC9933 solid;
}

#homeanchor
{
  display: block;
  height: 120px;
  width: auto;
}

#banner h1 a span
{
  position: absolute;
  top: -100px;
  left: -100px;
}

#content
{
  margin-left: 160px;
  padding: 10px; 
  height: auto;
}

#content h3
{
  margin: 20px 0 5px 0;
}

#content table.data
{
   border: 1px #ccc solid;
   border-bottom-width: 0px;
   margin: 10px auto 0 auto;
   width: 80%;
}

#content table.data caption
{
	caption-side: bottom;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	border-collapse: collapse;
	color: #595959;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	
}

#content table.data th
{
   color: #333;
   background-color: #ccc;
   margin: 0;
   border-bottom: 1px #ccc solid;
   padding: 2px 4px;
   font: bold .7em verdana, arial, helvetica, sans-serif;
   text-align: left;
}

#content table.data td
{
  font: .7em verdana, arial, helvetica, sans-serif;
  margin: 0;
  border-bottom: 1px #ccc solid;
  padding: 2px 4px;
}

#content p
{
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#content img.map
{
	text-align: center;
	margin: 10px auto;
}

#content p img
{
  border: 1px #633 solid;
  margin: 0 0 20px 20px;
  float: right;
}

#content div.reference
{
  border: 1px #ccc solid;
  border-width: 0 0 1px 0;
  margin: 20px 0;
  padding: 10px 0;
}

#content div.reference h3
{
  color: #600;
}

#content dl dt
{
  font: .8em Georgia, "Times New Roman", Times, serif;
  color: #333;
}

#content dl dd
{
  padding-bottom: 10px;
}

#content div.reference dl dt
{
  font-style: oblique;
  color: #595959;
}

div.last
{
  border-width: 0;
}

#content div.reference img
{
  float: right;
  border: 1px #c93 solid;
  padding: 4px;
}

#content h2
{
	color: #633;
	border-bottom: 1px #633 dotted;
}

#navigation
{
  float: left;
  width: 154px;
  padding-bottom: 10px;
  height: auto;  
}

#navigation ul, #navigation ul li
{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#navigation ul
{
  margin: 20px 0 20px 0;
  width: 154px;
}

#navigation ul li
{
  font: 80% Verdana, Arial, Helvetica, sans-serif;
  padding: 2px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background: transparent url(../images/divider2_light.gif) center bottom no-repeat;
}

#navigation ul li.lastitem
{
	background: none;
}

#navigation ul li a, #navigation ul li span
{
  display: block;
  height: auto;
  height: 20px;
}

#navigation ul li span
{

}

#navigation ul li a
{
  text-decoration: none;
  color: #009;
}

#navigation ul li a:hover
{
  text-decoration: underline;
  color: #00f;
}

#footer
{
  clear: both;
  border-top: 2px #CC9933 solid;
  margin: 10px 0;
  padding: 2px 0;
  text-align: center;
  color: #606060;
  font: 75% Verdana, Arial, Helvetica, sans-serif;
}

#memberships img
{
   border-width: 0;
   padding: 20px;
}



