/* Hides from IE5-mac \*/
* html .homepage #mainContent {height: 1%;}
* div.gallery_container ul {height: 1%;}
* html div.ie6 {height: 1%;}
/* End hide from IE5-mac */ 

div.proppic {
float: left; margin:15px;text-align:center; position:relative
}
div.proppic2 {
float: left; margin:15px;text-align:center; position:relative
}
div.proptext {
margin:5px 5px 5px 215px;
text-align:justify
}
div.proptext2 {
margin:5px 5px 5px 315px;
font-weight:bold
}
div.proptext3 {
margin:5px 5px 5px 5px;
text-align:justify
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html div.proppic {
  margin-right: 5px;
  margin-left: 6px;
  }
* html div.proppic2 {
  margin-right: 10px;
  margin-left: 6px;
  }
 
* html div.proptext {
  height: 1%;
  margin-left: 0px;
  }
* html div.proptext2 {
  height: 1%;
  margin-left: 0px;
  }
* html div.proptext3 {
  height: 1%;
  }
 
/* End hide from IE5/mac */


.homepage #container { 
	width: 100%;
	margin: 0 auto; 
	text-align: left; 
} 

.homepage #sidebar1 {
	float: left;
	width: 235px;
	padding: 15px 0;
	background-image: url(/themes/PostNukeBlue/images/BlueStripeBgrnd.gif);
	border: 1px solid #000066;
	margin-left: 5px;
	margin-bottom: 5px;
}
body {
	background-image: url(/themes/PostNukeBlue/images/stripe_background.gif);
	margin: 0; 
	padding: 0;/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}
.homepage #sidebar1 h2 {
	margin-left: 15px;
	margin-right: 15px;
}
.homepage #sidebar1 h3 {
	margin-left: 57.5px;
	margin-right: 57.5px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
.homepage #sidebar1 h4 {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: -25px;
}
.homepage #sidebar1 h5 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -25px;
	text-align: right;
}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #000080;
color: cyan;
width: 95%;
font-family: "Trebuchet MS";
font-size:9px;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
padding-top: 0px;
color: cyan;
text-decoration: none;
}

#navcontainer ul li a:hover
{
background-color: yellow;
color: #000080;
}

#navbar {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: bold;
	background-color:#000080;
padding: 5px;
	border: 1px solid #000;
	margin-bottom: 25px;
}
#navbar ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;}
#navbar ul li a{
margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
 }
 
#navbar ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
#navbar a:hover {background:yellow;color:#000080 }
 
a:link, a:visited {COLOR:cyan; TEXT-DECORATION:NONE}
a:hover {COLOR:yellow; TEXT-DECORATION:NONE}
a.link, a.link:visited {
color:#000080;
text-decoration:none;
}
a.link:hover {
color:yellow;
text-decoration:none;
}
.homepage #mainContent {
	margin: 0 5px 5px 248px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding:0;
	background-image: url(/themes/PostNukeBlue/images/BlueStripeBgrnd.gif);
	border: 1px solid #000066;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
} 
.homepage #mainContent p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	border: 0;
	margin: 0 0 4px 0;
	padding:0px 5px 0px 5px}
.homepage #mainContent ul{
	border: 0;
	margin: 0 0 0 20px;
	padding:0}
.homepage #mainContent li{
	border: 0;
	margin: 0;
	padding:0px 5px 0px 5px}
.homepage #mainContent h4{
	font-size: 12px;
	text-align:left;
	color: yellow;
	font-weight:bold;
	background-color:#000080;
	border:none;
	margin:0;
	padding:2px 15px 2px 15px	}
.homepage #maincontentpadding {
	margin: 15px 15px 15px 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.box{
	position:float;
	overflow: auto;
	background-color:#0080C0;
	padding:0;
	margin-bottom:5px; 
	border:2px;
	border-top:solid #A8B7CC;
	border-right:solid #000080;
	border-bottom:solid #000080;
	border-left:solid #A8B7CC;
	
}
div.hr {
	height: 1px;
	background-color: #000099;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div.hr hr {
  display: none;
}
.Estilo1 {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.Estilo2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.Estilo3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffff00;
	font-weight:bold;
}
.Estilo4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	font-weight:normal;
}
a.foto span {
    position:absolute;
    width:1px;
    height:1px;
	top:-1px; left:-1px;
    overflow:hidden;
    background:#0080C0;
    }
a.foto, a.foto:visited {

    display:block;
    color:#000080;
    text-decoration:none;
    margin:0px;
	padding:0px;
	text-align:center;
    }
/* styling the :hover span */
a.foto:hover span {
	position:fixed;
	width:auto;
	height:auto;
    top:10px;
	left:auto;
    right:10px;
    margin:0px;
	padding:0px;
	border:#000066 solid 1px;
}
/* The containing box for the gallery. */
div.gallery_container {
    margin:20px 0 5px 0;
    border:0px;
	padding:0px;
	overflow: auto; /* key */
	}

/* Removing the list bullets and indentation */
div.gallery_container ul {
    padding:0px;
    margin:0px;
    list-style-type:none;
   }
div.gallery_container a.gallery, div.gallery_container a.gallery:visited {
    display:block;
	text-shadow:#99FFFF;
    color:#000080;
    text-decoration:none;
    margin:5px 0 5px 0;
	padding:0px;
	text-align:center;
    cursor:default;
    }
/* set the size of the unordered list to neatly house the thumbnails */
div.gallery_container li {
    margin:0px;
	padding:0px;
	display:inline-block;
	float:left;
  }
   div.regions {    margin-left:5px;
text-align:left}
div.regions li { list-style:none}

div.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none}

div.info:hover{z-index:25}

div.info span{display: none}

div.info:hover span{ /*the span will display just on :hover state*/
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	display:block;
    position:absolute;
    bottom: -34px; left:-9em; width:15em;
    border:1px solid #069; background-color:#ECEEF5; color:#069;
    text-align: center}

