/* This is a style sheet to demonstrate use of CSS */
body {
   background: white url(images/BG3.gif); 
   color: black;
   margin-bottom:1px;
   }
   
body,table, td, th, form, input, select, h3, h4, h5, h6, pre {
   font-family: Verdana, Arial, sans-serif; font-size:12px; padding:2px; }
   
 h1 {
 color:#0075fc;}
 
 h2 {
 color: #0075fc;
 font-size: 14px;
 }
 
 #breadCrumb{
	font-size: 10px;
	padding: 5px 0px 5px 10px;
	font-style: italic;
} 

/* wrapper holds all the blocks together */
div#wrapper {
	margin: 0 auto;
	position: relative;
	width: 710px;
	background-color: #ffffff;
}

div.block {
	margin: 0px 2px 0px 2px;
	width: 700px;
	}

/* logo at the top of the page */
span#logo {
   margin: 0 auto;
	display: block;
	/*position: absolute;
	left: 0px;
	top: -8px;
*/
	width: 700px;
	height: 217px;
	background: url(images/headerfinal.png) 50% 0 no-repeat;
}

/* main pane (content) */
#main-pane {
	padding: 10px;
	margin-right: 10px;
  	background-color: #FFFF99;
	height: 400px;
	width: 510px;
}

/* left pane (left menu panel) */
#left-pane {
  float:left;
  width: 185px;
  /* background-color: #ffffcc; */ 
}


/* Style for the vertical navigation menu */
#nav {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	width: 180px;
	height: 100%;
	overflow: hidden;
}

#nav li {
	list-style-type: none;
	margin: 0;
/* padding: top right bottom left; */
	padding: 5px 2px 2px 0px;
	margin-top: 2px;
	margin-right: 2px;
	background: url(images/tab.png) top left no-repeat;
	border-color: #79bae4;
	border-style: none solid solid none;
	border-width: 2px;
	overflow: hidden;
	text-align: center;
}

#nav li:hover,
#nav li.over {
	background-position: 2px 2px;
}

#nav li.on,
#nav li.on:hover,
#nav li.over.on {
	border-color: #7e6dff;
	background-image: url(images/tab-on.png);
	background-position: 2px 2px;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
	color: #2e87bf;
}
#nav a:hover {
	color: #084a74;
/*	text-decoration: underline;
	font-weight: bold;
	*/
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	background-position: 0 0;
	color: #7e6dff;
	font-weight: bold;
}

#nav li.on ul {
	display: block;
}

#bottom {
	margin-left: 2px;
	margin-right: 2px;
}

#footer {
	background: url(images/webbottom.gif) 50% 0 no-repeat;
	margin-top: 2px;
	padding-top: 90px;
	padding-bottom: 15px;
	font-size: x-small;
	text-align: center;
}

.tab {
	background: white url(images/tab.png) top left no-repeat;
	border-color: #79bae4;
	border-style: none solid solid none;
	border-width: 2px;
	height:20px;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}

#pixstories td{
	background: white url(images/tab-tiny.png) 50% 50% no-repeat;
	height: 90px;
	width: 135px;
	margin: 0; 
}

#pixstories img{
	float: right;
	margin-right: 4px;
	vertical-align: middle;
	border-style: none;
	height: 78px;
	width: 98px;
	}

tr#pixstories_names {
  margin-top: 10px;
  }
  
#pixstories_names td {
	width: 130px;
	background-color: white;
	border-color: #cc9999;
	border-width: 2px;
	border-style: solid;
	padding: 0px;
	margin-top: 10px;	
	padding-left: 0px;
	text-align: center;
}

.extra_logos {
	text-align: center;
	}
	
