/* 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: 2.0em;
  font-weight: normal;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
}
h3 {
  font-size: 1.6em;
  font-weight: normal;
}
h4 {
  font-size: 1.4em;
  font-weight: normal;
}
h5 {
  font-size: 1.2em;
  font-weight: normal;
}
h6 {
  font-size: 1em;
  font-weight: normal;
}

#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;
	position: relative;
}

#content {
	background-image: url(../img/base.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 754px;
	border: 3px solid white;
	margin-bottom: 5px;
}

#footer {
	color: #FFFFFF;
	text-align: center;
	line-height: 1.4em;
	font-size: 0.8em;
	width: 760px;
	letter-spacing: .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:375px;
	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;
	
}

#footer a:hover {
	border: none;		/* allows text hover to show in ie/win */
}

/* 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
}

/*#Layer1 {
	position:absolute;
	left:300px;
	top:13px;
	width:289px;
	height:85px;
	z-index:1;
} */
#footer table {
	float: left;
}
