body
{
  background-color: #90EE90;
  font-size: 100%;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  color: #90EE90;
  font-weight: normal;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

.main
{
  background: #000000;
  margin-left:auto; 
  margin-right:auto;
  border-top: 8px solid #008000;
  border-bottom: 8px solid #008000;
  border-right: 8px solid #3CB742;
  border-left: 8px solid #3CB742;
  width: 816px;
}

td.content
{
  vertical-align: top;
  text-align: center;
  padding: 0px;
  width: 500px;
}
td.side
{
  vertical-align: top;
  text-align: center;
  width: 150px;
  padding:0px;
}

img
{
border: none;
}

p
{
  text-decoration: none;
  font-size: 0.75em;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}

.left
{
 text-align:left;
}
.right
{
 text-align:right;
}
.center
{
 text-align:center;
}
.note
{
 font-size: 0.5625em;
}
.menu
{
 font-size: 0.6875em;
}
.space
{
 font-size: 0.375em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.quote
{
 font-style: italic;
}
.under
{
 text-decoration:underline;
}
.bold
{
  font-weight: bold;
}
.black
{
 color: #000000;
}
.red
{
 color: #ff0000;
}
.white
{
 color: #ffffff;
}
 
/*links*/
a
{
  text-decoration: underline;
  font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
  color: #FFFFFF;
  font-weight: normal;
}
a:link
{ 
  color: #FFFFFF;
}
a:visited
{
 color: #FFFFFF;
}
a:focus
{
 color: #FFFF00;
}
a:hover 
{
 color: #FFFF00;
}  
a:active
{
 color: #FFFFFF;
}

a.footer
{
  color: #000000;
  text-decoration: underline;
  font-weight:bold;
}

a.red
{
  color: #ff0000;
}

a.vidholder
{
 display:inline-block;
 background-color:#808080;
 margin-left:auto;
 margin-right:auto;
 width:640px; 
 height:480px; 
 text-decoration:none; 
 border:none;
}

label
{
  font-size: 0.75em;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

ul
{
  font-size: 0.75em;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-left: 15px;
}
li
{
  margin-top: 10px;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-left: 25px;
}
li.second
{
 margin-left: 50px;
}

/*headers*/
h1
{
 font-size: 1.375em;
}
h2
{
 font-size: 1.25em;
}
h3
{
 font-size: 1.125em;
}
h4
{
 font-size: 1.0em;
}
h5
{
 font-size: 0.875em;
}
h6
{
 font-size: 0.75em;
}

address
{
text-decoration: none;
font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
font-size: 0.75em;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 60px;
}

input
{
 color: #ffffff;
 background-color: #000000;
 font-size: 0.6875em;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 padding: 2px;
 width: 80px; 
}  

/*newsfeed stuff*/
.titlefield{ /*CSS for RSS title link in general*/
text-align:left; 
margin-left:0;
margin-right:0;
font-size:0.9em;
}

#googleid{ /*main container*/
border: none;
padding: 0;
margin-left:2px;
margin-right:0px;
text-align: left;
}

#googleid .rsscontainer
{
text-align: left;
margin-bottom: 1em;
}

/*----------------------------------Lightbox Stuff----------------------------------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ 
    border: none;
    color: #ffffff; 
    }

#outerImageContainer{
	position: relative;
	background-color: #90EE90;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://pushsjc.org/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://pushsjc.org/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://pushsjc.org/images/nextlabel.gif) right 15% no-repeat; }



#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #90EE90;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #000000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ 
           display: block; 
           clear: left; 
           padding-bottom: 1.0em;
           font-weight: bold;
           	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #008000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

