body {
  font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h5,h6 { color: #111; }
h4 { 
  color: #ee4477;
  font-size: 16pt;
  padding-bottom:0;
  margin-bottom: 0;
}

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #125AB7; }
a:hover           { color: #444; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

li {
	line-height:1.5em; /* this sets the line spacing for bullet lists */
	padding-bottom:0.55em;
}

li.tabbullet {
  line-height:1.5em;
  padding-bottom:0em;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
/*
  margin-top: 15px;
  padding: 0;
  padding-bottom: 15px;
  border: 0;
  margin: 0;
*/
}

.maintitle {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
}

/* Classes for pixifish
 * --------------------------------------------------------------------- */
 
.column {float:left;margin-right:0px;}
.italics {font-style: italic; }
.seriffont {font-family: Garamond, Georgia, "Times New Roman" "sans-serif";}
.anna-pink {background-color: #ee4477;}
.anna-offw {background-color: #eeece0;}
.anna-grey {background-color: #cccccc;}
.std-white {background-color: #fff;}
.txt-white {color:            #fff;}
.txt-grey {color:             #666;}
.minigap {padding: 8px;}
.automargin {margin: 0 auto;}
.lpad20 {padding-left: 20px;}
.rpad20 {padding-right: 20px;}
.nomargin {margin: 0;}
.pie {padding-bottom: 32767px; margin-bottom: -32767px; }
.contain-overflow {overflow:hidden;}
.pink-face {color:  #ee4477;}
.centered {text-align:center;}
.font12px {font-size:12px;}
.padbottom {padding-bottom:10px;}

#container {
  width: 900px;
  margin: 0 auto;
}

#header {
  margin-top:50px;
  width: 900px;
  min-height: 120px;
  margin-bottom:0;
  background-color:     #eeece0;
}

#titletext {
  font-size: 3em; 
  line-height: 2; 
  color: #fff;
  width: 750px;
  text-align:right;
  padding-right: 10px;
  margin-bottom:0;
  background-color:     #ee4477;
}

#titletext a {text-decoration:none; color:#fff;}

#leftnav {
  width:                200px;
  float:left;
  margin-right: 0;
  background-color:     #fff;
}

#leftsum {
   background-color:     #eeece0;
   min-height:250px;  /* Anna can tweak this to make the summary box longer */
}   

#leftlinks {
   background-color:     #fff;
}

#linkbox {
   color:            #fff;
   background-color: #ee4477;
   padding-left: 5px;
   font-size: 0.9em;
   line-height: 2;
}

#linkbox a {text-decoration: none; color:#fff;}
#linkbox a:hover {color:#444;}
#linkbox h3 {font-weight:normal; letter-spacing:normal}

#mainwindow {
  width:          500px;
  margin-right:   0;
  float:          left;
  padding-left:   100px;
  padding-right:  100px;
  padding-top:    40px;
  background-color:     #fff;
  min-height: 660px;
}

.maintext {
	font-size : 14px;
	line-height: 1.5em;
	font-family : arial, verdana;
	font-weight : normal;
}

#footer {
	background-color: #fff;
	color: #ee4477; 
	float: right;
	width: 100%;
	padding-right: 10px;
}

#footer p {
	text-align: right;
	font-size: 12px	;
}

#fishbub {
  float:right;
  padding-bottom:20px;
  margin: 0 -50px 0 0;
  border: none;
}

#endorsebub {
  float:right;
  padding-bottom:10px;
  margin: 0 -50px 0 0;
}

/* tab stuff */
#tabheader ul {
	list-style: none;
	padding:0;
	margin:0;
}

#tabheader li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
}

#tabheader li a {
	padding: 0 1em;
}

#content {
	border: 1px solid;
	clear: both;
}

h1 {
	margin: 0;
	padding: 0 0 1em 0;
}

#tabheader #selected {
	position: relative;
	top: 1px;
	background: white;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #eeece0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #cccccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
}
/* EOF */
