/* CSS Document */

/* IDs */

#container
{
margin: 20px 20px 20px 20px;
border: 1px solid #556;
line-height: 130%;
font-family:Arial, Helvetica, sans-serif;
background-color: #eee;
}

#header {
margin:20px 20px 0px 20px;
padding:0.5em;
padding-left: 1em;
border:1px solid #556;
background-color: #ddc;
background-image: url("pics/titleBackground.png");
background-position:right;
background-repeat:no-repeat;
}

#menu {
	padding:0.1em 0.1em 0.1em 0em;
	/*background-color:#ddc;*/
	/*border:1px solid #999;*/
	margin:0px 20px 0px 0px;
	text-align:center;
}

#content {
	margin:0px 20px 20px 20px;
	padding:0.6em 2.5em 0.6em 2.5em;
	background-color: #fff;
	border: 1px solid #556;
}

#footer
{
clear: both;
margin: 0;
padding: .1em;
color: #333;
background-color: #ddc;
border-top: 1px solid #556;
}

/*menu stuff, from http://www.projectseven.com/tutorials/css/uberlinks/ */

#menu ul {
display:table;
margin: 0 auto; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 1em;
}

#menu li {
display:table-cell;      /* ignored by IE */
}

#menu li a {
background-color: #ddc;
/*padding:0.2em 0.4em;*/
display:block;
/* text-decoration:underline; */
}

#menu a:link, #menu a:visited {
color: #411;
}

#menu a:hover, #menu a:active {
background-color: #eee;
color: #d50;
}

/* classes */

.footerText {
font-size:x-small;
text-align:center;
}

.emph {
font-weight:bold;
color: #d50;
}

.pic img {
	border:2px solid black;
}

.address {
	list-style-type: none;
}

/* redefintions */

body {
background-color: #556;
color:#411;
}

p {
text-align: justify;
}

/* links */

a:link{
color: #411;
font-weight: normal;
text-decoration: underline;
}
a:visited{
color: #411;
font-weight: normal;
text-decoration: underline;
}
a:active{
color: #411;
font-weight: normal;
text-decoration: underline;
}
a:hover{
color: #d50;
text-decoration: underline;
}

/* quotes */

#quoteBoxRight {
	float: right;
	width: 40%;
}

#quoteBoxLeft {
	float: left;
	width: 40%;
}

#quoteBox {
	float: right;
	width: 40%;
}

blockquote {
  background: transparent url("pics/quoleft.png") left top no-repeat;
  font-size: small;
  padding-right:10px;
  margin-right:0px;
  margin-left:10px;
  margin-top:0px;
  text-align: left;
}

.quoteEmph {
	font-weight: bold;
	color: #d50;
}

.quoteMeta {
	font-size: x-small;
}

blockquote div {
  padding: 4px 20px; /*the second padding controls overlpa of the quote graphic */ 
  background: transparent url("pics/quoright.png") right bottom no-repeat;
}

/* Third Party Styles */

/*- Menu Tabs 2 - http://exploding-boy.com */
    #tabs2 {
      /*float:left;*/
      width:100%;
      font-size:93%;
      line-height:normal;
	  /* border-bottom:1px solid #84776B; */
      }
    #tabs2 ul {
	  margin:0;
	  padding:10px 10px 0 40px;
	  list-style:none;
      }
    #tabs2 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs2 a {
      float:left;
      background:url("pics/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs2 a span {
      float:left;
      display:block;
      background:url("pics/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      /*color:#84776B;*/
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs2 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs2 a:hover span {
      /*color:#74675B;*/
      }
    #tabs2 a:hover {
      background-position:0% -42px;
      }
    #tabs2 a:hover span {
      background-position:100% -42px;
      }

