blockquote {
font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;		
background: url(../images/close-quote.gif) no-repeat right bottom;	
padding-left: 18px;
text-indent: -18px;
text-align:center;
padding-right:18px
}
blockquote:first-letter {	
background: url(../images/open-quote.gif) no-repeat left top;
padding-left: 18px;
font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}
blockquote .from {
text-align:right;
font: italic 0.8em Georgia, "Times New Roman", Times, serif;
}

body {
		font:76%/135% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		margin:0;
		padding:0;
		min-width:760px;
	}
code {
	font-family:Monaco, Courier, "Courier New", monospace;
}
h1 {
	font-size:1.5em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#993300
}

#footer {
 position: bottom;
 bottom: 0;
 width: 70%; /* See note below */
 text-align: center;
 padding: 0 15%;
 font-size:0.8em;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}
#wrap {
	width:750px;
	margin:0 auto;
}
#main {
	clear:both;
	margin:20px 80px;
}

/* CSS for the tabs starts here */
#headerlogo {
	height:118px;
	background:url("../images/header-lpb.gif") 0 0 no-repeat;
}
	
#header {
  float:left;
  width:100%;
  background:url("../images/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:4px 10px 0px 5px;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 8px;
  }
#header a {
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:3px 14px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#9F361D;
  }
#header a:hover {
  color:#5F1E0F;
  }
#header #current {
  background-image:url("../images/left_on.gif");
  }
#header #current a {
  background-image:url("../images/right_on.gif");
  color:#5F1E0F;
  padding-bottom:5px;
  }


.solidblockmenu{
color:white;
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url("../images/blockdefault.gif") center center repeat-x;
}


.shadow{
color:#473514;
	border: 1px solid silver;
	font: 10pt arial;
	/*
	position: relative;
	display: inline;
	background: #F4F1E6;
	z-index: 100;
	*/
	padding: 5px 5px 5px 5px;
}



/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #EAD7B9;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color: #8C5400;
}
ul.tabbernav li a:visited {
	color: Maroon;
}

ul.tabbernav li a:hover
{
	color: #000;
	background: #F0E68C;
	border-color: #227;
}

ul.tabbernav li.tabberactive a
{
	background-color: #F7F0E9;
	border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
