/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#000066;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	padding: 3px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 3px;
}
h3 {
  font-size: 1.6em;
  font-weight: normal;
}
ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style: square;
}
.spec {
	margin-left: 10px;
}
#gallerycontent #spec {
	margin-left: 30px;
}
h4 {
  font-size: 1.4em;
  font-weight: normal;
}
h5 {
  font-size: 1.2em;
  font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

#Layer1 {
	position:absolute;
	left:765px;
	top:135px;
	width:200px;
	z-index:10;
	float: left;
}

#wrapper {
	width: 760px;
	margin: 10px auto;
	text-align: left;
	position: relative;
}
#branding {
	background-image: url(../img/reverse_ProvLogo_bl.jpg);
	background-repeat: no-repeat;
	height: 95px;
}
#branding h1 {
	display: none;
}
#sub {
	color: #FFFFFF;
	padding: 5px;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	clear: both;
}


#contain {
	color: #FFFFFF;
	width: 760px;
}

#contain a:link {
	color: #33ad5c;
	text-decoration: none;
}
#contain a:visited {
	color: #33ad5c;
	text-decoration: none;
}
#contain a:hover {
	color: #00FF00;
	text-decoration: none;
}
#content {
	width: 754px;
	border: 3px solid white;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	color: #000000;
}
#content p {
	font-size: 1em;
	line-height: 1.2em;
	padding: 10px;
}
#content a {
	color: #2C7428;
	text-decoration: none;
}
.span {
	font-weight: bolder;
}
#content ul {
	padding: 2px 10px;
	font-size: 1em;
}

#content  li {
	font-size: 1em;
	margin-left: 20px;
	padding: 2px 0px;
}

#contactcontent {
	background: #FFFFFF url(/oldsite/img/base.jpg) no-repeat;
	text-align: right;
	height: 450px;
}
#contactcontent  a {
	color: #006600;
	text-decoration: none;
}
#gallerycontent {
	background: url(/oldsite/img/base.jpg) no-repeat;
	height: 450px;
	padding-top:5px;
	font-size: 0.9em;
	position: relative;
}

#gallerycontent  a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
#gallerycontent h2 {
	padding-left: 5px;
}
#gallerycontent h2 a {
	padding-left: 5px;
}
#gallerycontent ul li a {
	list-style: none;
	width: 350px;
	padding-left: 25px;
}
#gallerycontent ul li {
	line-height: 1.3em;
	padding-left: 5px;
}

#gallerycontent a:visited {
	color: #FFFFFF;
}

#gallerycontent a:hover {
	color: #00CC00;
	border: none;
}

#gallerycontent a img {height: 0; width: 0; border-width: 0;}

#gallerycontent a:hover img {position: absolute;
    top: 50px; left: 395px;  width: 340px; height:auto; z-index:1;}
	
#galleryscreen {
	position:absolute;
	left:395px;
	top:50px;
	width:321px;
	height:241px;
	background-color: transparent;
}

#gallerycontent a span {display: none;
}

#gallerycontent a:hover span {
	display: block;
	position: absolute;
	top: 30px;
	left:395px;
	width: 255px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	font-size: 2em;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	font-size: 0.8em;
	width: 760px;
	padding-top: 5px;
	letter-spacing: 0.9px;
}

#footer a {
	color: #33AD5C;
	margin-top: 5px;
	font-size: 1.2em;
	padding-bottom: 15px;
	text-decoration: none;
}

#footer :hover {
	color: #ffffff;
}


#address {
	color: #FFFFFF;
	font-size: 1em;
	text-align: right;
	list-style: none;
	float: right;
	padding: 10px;
}
#address ul li {
	font-size: .8em;
}

#footer a span {display: none;
}

#footer a:hover span {
	display: block;
	position: absolute;
	top: 150px;
	left:500px;
	width: 255px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #FFFFFF;
	text-align: left;
	font-size: 2em;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

.left {
	float:left;
	margin-right: 20px;
}
.right {
	float:right;
	margin-left: 20px;
}
.clear {
	clear:both
}
#contactcontent a {
	color: #000000;
	font-size: 1.2em;
}
