/* ValArt, LLC - vacation list css*/
/* ==================general style def */

html
{ background-color:#F0F0F0;
  margin: 0;
  padding: 0px;
  height: 100%;
}

body
{ font-family: font-family: arial, verdana, tahoma, helv, helvetica, sans-serif;
  min-width:750px;
  margin: 0px auto;
  font-size: 100%;
  height: 100%;
}

p, ul, ol
{ font-size: 10pt;
  line-height: 130%; 
  margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px;
}

hr 
{  color: #1798E9;
   height: 1px;
   width: 70%; 
   text-align:center
}

/* ----------------heading styles */

h1
{ font-size: 12pt;
  font-size: 80%;
  letter-spacing: .1em;
  color: #1798E9;
  text-transform:uppercase;
  padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:4px;
  line-height:100%; 
  margin-top:0; margin-bottom:0; 
}

.pagetitle
{ font-size: 90%; 
  letter-spacing: .3em;
  margin-bottom:10px;
  }

h2
{ margin: 0px;
  font-size: 10pt;
  font-weight: normal;
  color: #1798E9;
  text-transform:uppercase;
  padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:4px;
}

h3
{ margin: 0px;
  font-size: 10pt;
  letter-spacing: .1em;
  color: #808080;
  padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:4px;
}

/* --------------list */
ul, ol
{ margin-left:10px; margin-bottom:5px;}

ul li 
{ list-style: square;
  margin-left:5px; margin-bottom:5px;
  padding-left:0px;
}

ol li
{ list-style-type:circle;
   margin-left:5px; margin-bottom:5px;
   padding-left:0px;
}

/* -------------------links  */
a
{ text-decoration: none; 
  color:#4169E1;
}

a:visited
{ text-decoration: none; 
  color:#778899;
}

a:hover
{ text-decoration:underline;
  color: #4169E1;
}

a:active
{ text-decoration: none; 
  color:#1E90FF;
}

/* -----------------image border */
img {border: 0px;}

/* ==================page containers and styles*/
/* ------------------page (body) container */
#page, #banner, #nav, #content, #footer
{ width:750px;
  margin: 0 auto;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}

#page
{ position: relative; 
  min-height: 100%; 
  height: auto !important; 
  height: 100%; 
}

/* --------------------banner container */
#banner
{ height:25px
  border-bottom: 2px solid #000;
  background: #1798E9;
  color: #FFF;
}

#banner h1
{ font-size: 100%;
  letter-spacing: .2em;
  text-transform: uppercase; 
  color: #fff;
  line-height:100%; 
  margin-left: 15px; margin-top:12px; margin-bottom:0;
}

#banner h2
{ color:#666; 
  font-size: 70%;
  letter-spacing: .2em;
  text-transform: uppercase; 
  line-height:80%; 
  margin-left: 15px;
  margin-bottom:-4px;
  margin-top:5px;
}

/* ------------------navigation container */
#nav
{ background-color:#666666;
  border-bottom:2px solid #000;
  height:22px;
  float: left; 
  margin: 0px auto;
  padding:0px;
}

#nav ul{margin: 0px auto;} 

#nav li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#nav li a 
{ display: block; 
  text-decoration: none; 
  padding: 5px 20px 5px 20px;
  text-transform: uppercase;
  font-size: 70%;
  background-color: #666;
  color: #fff;
} 

#nav li a:hover
{ background: #000;
  color: #87CEEB;
}

#nav li a#selected
{ background-color: #555;
  color: #87CEEB; 
} 

/* -----------------content container */
#content
{ padding:0px;
  padding-bottom: 25px; 
  height: 100%;
  background-color:#FFF;
}

/* ----------------main container (main text content) */
#main, #mainlist
{ width:560px;
  font-size: 12pt;
  text-align: left;
  margin-left:0px; margin-top:0px; margin-bottom:0px; 
  padding-left:10px; padding-right:5px; padding-top:15px; padding-bottom:10px; 
  float:left;
  position:absolute; 
}
#main ol 
{ vertical-align: text-bottom; 
  padding-left:3px;
  text-align:left;
  text-indent:0px; 
  list-style-type:none; 
}

#main li 
{ list-style: url('images/blue_arrow.jpg');
  vertical-align: baseline; 
  align: middle;
  padding-left:3px;
  text-align:left;
  text-indent:0px; 
   
}

/* ----------------main container for pages with lists(main text content) */
#mainlist ul 
{ list-style: square outside url('images/box.jpg');
  vertical-align: text-bottom; 
  padding-left:3px;
  text-align:left;
  text-indent:0px; 
}

.ul2
{ list-style-image: url('images/box.jpg'); 
  text-align:left; 
  text-indent:0px; 
  margin-left:28px; 
}


/* ---------------quote container and block quote */
#quote
{ width: 330px;
  background-color:#FFF;
  font-size: 80%;
  text-align: left;
  border-left:5px solid #1798E9; border-right:5px solid #1798E9; 
  position:relative; left:100px;
  margin-top:10px; margin-bottom:10px;
  line-height:200%; 
}

blockquote
{ margin: 20px;
  color: #1798E9; 
  text-align:left; 
}

/* ------------------sidebar container */
#sidebar, #googlebar, #sidebaritem, #sideblank
{ width: 160px;
  background-color:#1798E9;
}

#sidebar
{ padding:5px; 
  float: right;
}

#googlebar
{ border:3px solid #FFF; 
  text-align: left;
  margin: 0px; 
  height:600px; 
  padding:0px;
  margin-bottom: 5px; 
}

#sidebaritem
{ width: 156px; text-align: left;
  border:3px solid #FFF; 
  background-color:#DFEFFF;
  float: left;
  padding: 5px 2px 3px 2px; 
  margin-bottom: 5px; 
}

#sidebaritem h1
{ font-size: 60%;
  text-align: center;
  padding: 0px; 
  font-weight: bold;
  color: #1798E9;
  text-transform: uppercase;
  margin: 0px 2px 3px 2px; 
}

#sidebaritem h2
{ font-size: 60%;
  text-align: center;
  padding: 0px; 
  font-weight: bold;
  color: #696969;
  text-transform: uppercase;
  margin: 0px 2px 3px 2px; 
}

#sidebaritem h3
{ font-size: 60%;
  text-align: left;
  padding: 0px; 
  font-weight: normal;
  color: #1798E9;
  text-transform: uppercase;
  margin: 0px 2px 3px 2px; 
}

#sidebaritem p
{ font-size: 70%;
  line-height: 100%; 
  margin-bottom: 10px; 
}

#sidebaritem ul
{margin: 0px auto;} 

#sidebaritem li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

#sideblank
{ background-color:#1798E9;
  min-height: 100%; 
  height: auto; 
  height: 100%; 
  font-size:8pt; color:#1798E9; text-decoration:none;
}

#sideblank p
{ font-size: 70%;
  line-height: 100%; 
  margin-bottom: 500px; 
  font-size:8pt; color:#1798E9; text-decoration:none;
}

/* -------------------footer container*/
#footer
{ height: 22px;  
  font-size: 70%;
  text-align: center; 
  border-top:2px solid #1798E9; 
  background:#555555; 
  color: #FFFFFF;
  clear: both;
  position:absolute;
  bottom: 0 !important;
  bottom: -1px;
}