@charset "utf-8";
/* Style Sheet for www.ScenicEarth.com */

A:link {text-decoration: none; color: 000099; }
A:visited {text-decoration: none; color: 000099; }
A:active {text-decoration: none; color: 000099; }
A:hover {text-decoration: underline; color: 00000E ;}

.topnavBar {
    background-color: FFF2E0;
	width: 100%;
	min-width: 600px; 
	max-width: 1200px; 
	width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");  
}

.topnavBarDiv {
    background-color: FFF2E0;
    border-bottom: #000000;
    height: 5px;
}

.navBar {
    background-color: FFF2E0;
	margin-top: 0px;
	padding-left: 5px;
	width: 100%;
}

.searchBox {
    bottom: 12px; 
}

.sideBar {
    background-color: FFF2E0;
	margin-top: 0;
	padding-left: 5px;
	width: 160px;
}

.navFont {
	font-size: 12px;
	font-weight: bold;
	font: Arial;
	margin-right: 10px;
	margin-left: 6px;
}

.navTitles {
	font-size: 14px;
	font-weight: bold;
	font: Arial ;
	color: 000099;
	padding-right: 8px;
}

.header {
	position: absolute;
	left: 5px;
	top: 120px;
	width: 500px;
	height: 185px;
	z-index: 1;
}

.headerText {
	margin-left: 10px;
	height: 26px;
	font:Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: darkblue;
}


.bodyText {
	font: Arial, Helvetica, sans-serif;
	word-spacing:normal;
	font-size: 16px; 
	font-weight: normal; 
	color: #000000; 
	margin-left: 8px;
}

.boxText {
    font: Arial, Helvetica, sans-serif;
	word-spacing: normal;
	font-size: 16px; 
	font-weight: bold;
	color: #fff; 
	margin-left: 8px;
	margin-right: 150px;
	height: 285px;
}

.footer {
    text-align: center; 
    margin-left: 20px;
    margin-right: auto; 
} 
   
.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.halfWide {
     width: 50%;
}
.quarterWide {
     width: 70%;
}

.backImage {background-image:url(../images/ScenicEarthBk.jpg);}

.imageWrapper {
   float: left;
   margin-top: 5px;
   margin-right: 6px;
   height: auto;
}

.imageShadow {
   float: left;
   margin-top: 5px;
   border-right:  #C5B3B3 5px solid; 
   border-bottom: #C5B3B3 5px solid;
   height: auto;
   margin: 8px auto;     /* sets the amount of vertical padding between each image container  */
   width: auto;          /* sets the width of the Shadow wrapper */
   position: relative;  /* default, must have */
   z-index: 1;         /* default, must have */
   margin-right: 15px;
   margin-left: 15px;
   }  

.borderWrapper {
	border: solid 1px gray;
	padding: 3px;
	border-right-width: thick;
	border-bottom-width: thick;
}

.clearFloat {
    clear: both;
}

.centerItem {
   
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  margin-top: auto;
  left: 50%; 
}

.blockquote_shadow {

  display: block;
  font-weight:bold;
  position: relative;
  background-color: #ffc;
  border:1px solid #999;
  margin: -6px 6px 6px -6px 
  margin: 0px 6px 6px 0px;
  padding: 10px;
  max-width: 800px;
}

.blockquote_dropbox {
    width: 550px;
	padding: 10px;
	filter: shadow(color:gray, strength:10, direction:135);
	text-align: left;
	padding: 10px;
	background-color:beige;
	border: 1px solid black;
	font-size: 15px; 
}

.keywordSearch {
	float: left;
	margin-bottom: 10px !important;
	margin-bottom: 0px; /* IE6 override */
	margin-left: 43px;
	display: inline;
}

/* Thumbnail image shadow style*/
div.shadowBox
{
	margin: 8px auto;     /* sets the amount of vertical padding between each image container  */
	width: 140px;    /* sets the width of the Shadow wrapper */
	position: relative;  /* default, must have */
	z-index: 1; /* default, must have */
	margin-right: 15px;
	margin-left: 15px;
}

