/*CSS for PSC Website */

/* CSS for navlist */

#navlist         /*setting out of navblocks */
{
color: white;
padding: 3px;
margin-left: 0;
width: 13em;
font: normal 0.8em Verdana, sans-serif;
}

#navlist_in  
{
color: red;
padding: 0.1em 0.1em 0.1em 1em;
margin-left: 2em;
width: 12em;
font: normal 0.6em Verdana, sans-serif;
}

#navlist li, #navlist li
{
list-style: none;
margin: 0;
font-size: 1em;
}

#navlist a
{
display: block;                 /* nav menu blocks */
font-size: 0.85em;
text-decoration: none;
margin-bottom: 0.3em;
margin-top: 0.3em;
color: white;
background: #39c;
-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 1em solid #fc0;
/* padding: 0.25em 0.5em 0.4em 0.75em; */
 padding: 0.2em 0.2em 0.2em 1em; 
}

#navlist_in a
{
display: block;                 /* nav menu blocks */
font-size: 0.85em;
text-decoration: none;
margin-bottom: 0;
margin-top: 0;
color: navy;
background: #39c;
-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 0.5em solid #fc0;
/* padding: 0.25em 0.5em 0.4em 0.75em; */
 padding: 0.2em 0.2em 0.2em 1em; 
}

#navlist a#current, #navlist_in a#current { border-color: #5bd #035 #068 #f30; }

#navlist a, #navlist_in a
{
width: 99%;
/* only necessary for Internet Explorer */
}

#navlist a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 13em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navlist_in a
{
voice-family: "\"}\"";
voice-family: inherit;
width: 12em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navigation>#navlist a, #navigation>#navlist_in a
{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover, #navlist_in a:hover, #navlist_in a#current:hover
{
	background: #28b;
	border-color: #069 #6cf #5bd #fc0;
	padding: 0.2em 0.2em 0.2em 1em; 
}

#navlist a:active, #navlist a#current:active, #navlist_in a:active, #navlist_in a#current:active
{
	background: #17a;
	border-color: #069 #6cf #5bd white;
	padding: 0.2em 0.2em 0.2em 1em; 
}


/* end of CSS for navlist */


p  {
	font-size: small;
	color: navy;
}

body  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #7da5d8 url(backgrounds/sand-med.gif);  /*main background color*/
	
	line-height: 125%;
	padding: 0, 2em, 0, 0;
	margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
	font-size: x-large;
  	background-color: navy;
	color: white;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: .4em;
	margin: 0;
	background: navy url(backgrounds/topslice_navy.jpg) no-repeat right;
	background: url(backgrounds/pscdt02sml.jpg) repeat-n left;

}

h2 {
	color: blue;
	font-size: 150%;
	font-weight: normal;
	padding-top: 15px;
}

h3 {
	font-size: 100%;
	color: blue;
	font-weight: normal;
	padding-top: 15px;
}

#navfooter {
/*   margin-left: 4em;
	font-size: 0.1em; */
	font-size: xx-small;
	font-style: italic;
	line-height: 150%;
	padding-left: 1em;
/*	line-height: 8em; */
	color: navy;
}

.bodyfooter {
	font-size: x-small;
	font-style: italic;
	line-height:100%;
/*	line-height:150em; */
	color: navy;
} 

a {
  text-decoration: none;  
  font-weight: bold;
}

a:link {
  color: navy; 
} 

a:visited {
  color: navy;
}

a:hover {
  text-decoration: underline;
}

a:active {
/*  background-color: navy; */
}


/* CSS for Bubble Under site */

/*
#navigation {
   width: 180px;
}*/


li {
  font-size: small;
  color: navy;
  list-style-type: circle;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom:  .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}



/* .fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
} */

h2, u1 {
	margin-top: 15px;
}

.galleryphoto {
	padding-bottom: 20px;
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
}

.galleryphoto img {
	border: 15px solid white;
}

.galleryphoto p {
	font-size: 65%;
	font-weight: bold;
	margin-top: 0;
	width: 430px;
	line-height: 1.4em;
}

.photocredit {
	font-weight: normal;
	color: gray;
}

table {
	border-collapse: collapse;
	font-size: small;
	color: navy;
}
table th, table td {
	padding: 4px;
	border: 1px solid #000066;
}


table th {
	font-size: x-small;
	text-align: left;
	background: navy;
	color: #ffffff;
	padding-top: 0, 2px, 0, 2px;
/*	padding-bottom: 0;
	padding-left: 2px;
	padding-right: 2px; */
}

table caption {
	color: #000066;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	font-weight: bold;
}

/* table.linkstab {
   border: 0;
   border-style: none;
   width: 50%;
} */

/*
table.linkstab th {
	color: red;
	font-size: 150%;
	font-weight: bold;
} */
	

table.prog td {
	font-size: small;
	background: #ccffff url(backgrounds/td.jpg) repeat-x top;
}


/*
This section deals with the position of items on the screen.  It uses absolute positioning - fixed x and y coordinates measured from the top left corner of the browser's content display.
*/

#navigation, #bodycontent, #header {
	position: absolute;
}

#navigation, #bodycontent {
	top: 118px;
}

#bodycontent {
	left: 185px;
	padding-right: 2em;
/*	background-color: #7da5d8; */
/*	background-color: #ffd83d; */
}

#header {
	width: 100%;
/*
	border-top: 3px solid #7da5d8; */
	height: 80px;
}

#navigation {
	width: 170px;
	height: 1000px;
/* 	background: url(backgrounds/sidestripphoto.jpg) no-repeat; */
/*	background-color: #ffd83d;*/
}

.floatright {
	float: right;
/*	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: -75px; */
	padding-top: -5em;
	margin: 10px;
}

.floatleft {
	float: left;
	margin: 5px;
	padding-top: 0.6em;
}


