/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input 
{ margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th,div, input 
{ font-size: 100%; font-weight: normal; font-style: normal; font-family: tahoma, verdana,  arial, Lucida Sans Unicode, sans-serif ; }
ul,ol { list-style: none; }
fieldset,img 
{ border: none; }
caption,th 
{ text-align: left; }
table 
{ border-collapse: collapse; border-spacing: 0; }
/* END RESET */


body
{
  text-align:center;
  background-color:#660066;
  background-image:URL(../images/bg/backgroundfade.jpg);
  background-position:top center; 
  background-repeat:repeat-x;
  font-size:0.8em;
  color:#333333;
 } 

p
{
  line-height:160%;
  margin-bottom:1em;
}

label
{
  clear:left;
  display:block;
  float:left;
  width:150px;
}

label.longQuestion
{
  width:400px;
}


form p
{
  clear:both;
}
.webpacForm p
{
  margin-bottom:0;
}

blockquote
{
  background-image:url(../images/bg/blockquoteTop.gif);
  background-position:top left;
  background-repeat:no-repeat;
  width:315px;
}

blockquote p
{
  background-image:url(../images/bg/blockquoteBottom.gif);
  background-position:bottom left;
  background-repeat:no-repeat;
  font-family:georgia,"times new roman",serif;
  font-size:120%;
  font-style:italic;
  padding:10px 10px 10px 70px;
  height:90px;
  clear:both;
  text-align:left;
  overflow-y:auto;
}


strong
{
 font-weight:bold;
}

em
{
  font-style:italic; 
}

h1, h2, h3, h4, h5, h6
{
  color:#660066;
  font-family:tahoma, arial, verdana, Lucida Sans Unicode, sans-serif;
  margin-bottom:0.7em;
}
h1{font-size:185%;text-shadow:1px 1px 1px white;}
h2, #messagearea{font-size:135%;color:#883A88;}
h3, .TitleFound{font-size:125%;text-shadow:1px 1px 1px white;}
h4{font-weight:bold;}
h5{font-weight:bold;color:#883A88;}
a
{
   color:#660066;
   text-decoration:underline;
}
a:hover
{
   text-decoration:none;
}

a.Selected
{
  font-weight:bold;
}

td
{
  vertical-align:top;
  height:1em;
}

th
{
  vertical-align:top;
  font-size:130%;

}

table.fullWidth
{
  table-layout: fixed; 
  width: 100%;
}

.content
{

  margin:auto;
  width:980px;
  text-align:left;

}

.half
{
  width:50%;
  float:left;
  margin:0;
  padding:0;
}

/* Standard definitons */




/****** HEADER DEFAULT *****/

.header
{
  margin:auto;
  height:76px;
}


.header_logo
{
  float:left;
  clear:left;
}

.header .content
{
  width:980px;
}

#makeReservation
{
  float:left;
}

.header_search
{

  text-align:left;
  width:240px;
  background-image:URL(../images/bg/search_box.gif);
  background-repeat:no-repeat;
  background-position:left top;
  height:25px;
}


.header_search #q
{
 margin-left:10px;
 margin-right:12px;
border:0;
height:15px;
padding:6px 0px 2px 0px;
width:174px;
  float:left;
  font-size:110%;
 color:#888888;
}

.header_search .imageButton
{
  float:left
}

.header_microsites
{
  float:left;
  height:76px;
  width:235px;
  font-size:0.80em;
  display:inline;
}

.header_microsites ul
{
   width:240px;
   height:14px;
   margin-bottom:16px;
   margin-top:10px;
  /* padding-left:10px;*/
}

.header_microsites ul li
{
  float:left;
  margin-left:15px;
}

.header_microsites ul li.ListItem0
{
  margin-left:10px;
}

.header_microsites ul li a
{
  color:#FFFFFF;
  text-decoration:none;

}


.menu
{
  clear:both;
  margin:auto;
    min-height:36px;
  height:auto !important;
  height:36px;
  background-image:URL(../images/bg/top_background.gif);
  background-position:top center;
  background-repeat:no-repeat;


}
#menuindicator {
  background-image:URL(../images/bg/ItemSelectedRight_bg.jpg);
  background-position:bottom right;
  background-repeat:no-repeat;
  display:block;
  height:40px;
  padding:0;
left:50%;
overflow:hidden;
position:absolute;
z-index:8;
}

#menuindicator span
{
  background-image:URL(../images/bg/ItemSelectedleft_bg.jpg);
background-position:bottom left;
background-repeat:no-repeat;
display:block;
height:40px;
}

.submenu .wrapper
{
  background-image:url(../images/bg/main_repeat.png);
  background-position:center top;
  background-repeat:repeat-y;
  min-height:13px;
  height:auto !important;
  height:13px;
}


.menu ul li, .submenu ul li
{
  float:left;
  margin-left:4px;
  display:inline;
  padding:0 23px;
}

.menu ul li
{
  background-image:url(../images/bg/menu_separator.gif);
  background-repeat:no-repeat;
  background-position:top left;
  height:50px;
}

.menu ul li.ListItem1
{
 margin-left:0;
 background:none;
}



.menu ul li a
{
  text-decoration:none;
  display:block;
  font-weight:bold;
  color:#000000;
  padding-top:20px;
  font-family:tahoma, verdana, arial, sans-serif;

overflow:hidden;
position:relative;
z-index:10;
}

.menu ul li a:hover, .menu ul li a.Selected
{
  color:#660066;
  text-shadow:1px 1px 1px #CCCCCC;
}

.submenu ul li a
{
  text-decoration:none;
  display:block;
  font-family:tahoma, verdana, arial, sans-serif;
  font-size:0.85em;
  font-weight:normal;
  color:#660066;
}

.submenu ul li a:hover
{
color:#000000;
}
.submenu ul li a.Selected
{
   font-weight:bold;
   background:none;
}


/******* END DIV HEADER DEFAULT ******/

/******* DIV MAIN DEFAULT ******/

.main
{
  clear:both;
  margin:auto;
  background-image:url(../images/bg/main_repeat.png);
  background-position:center bottom;
  background-repeat:repeat-y;
}

.main .wrapper
{
  background-image:url(../images/bg/main_bg.png);
  background-position:center bottom;
  background-repeat:no-repeat;
}

.main .content
{
  min-height:680px;
  height:auto !important;
  height:680px;
  font-size:100%;
  padding-top:15px;
}

.main ul
{
  padding-bottom:1em;
}
.main li 
{
  background-image:URL(../images/bg/list-item-circle.gif);
  background-position:2px 9px;
  background-repeat:no-repeat;
  padding-left:15px;
}

.main li a, .main li
{
  line-height:200%
}

#leftHTML
{
  width:680px;
  margin-right:10px;
  float:left;
}

.leftHTMLimg
{
  width:568px;
  margin-right:15px;
  float:left;
  min-height:300px;
  height:auto !important;
  height:300px;
}

.full
{
  
  padding:0 23px 10px;
}

#leftHalf
{
  width:450px;
  margin-right:5px;
  margin-left:15px;
}

#rightHalf
{
  width:450px;
  margin-left:10px;
}


#highImpact
{
  height:396px;
  width:701px;
  display:inline;
  float:left;
}


#highImpact .filter
{
  background-image:URL(../images/bg/homeimg.png);
  background-position:center center;
  background-repeat:no-repeat;  
  height:391px;
  width:700px;
}
#highImpact .theImage
{
  background-position:center center;
  background-repeat:no-repeat;
  height:391px;
  width:700px;
}

#highImpact p
{
 color:#FFFFFF;
 margin-left:38px;
 margin-right:36px;
 padding-top:332px;
 display:none;
}

.rightCol
{
  float:left;
  width:255px;
  display:inline;
}
/******* END DIV MAIN DEFAULT ******/
/*******   START DIV FOOTER   ******/
.footer
{
 clear:both;
}
.siteFooter
{
  clear:both;
  background-image:url(../images/bg/footer_bg.png);
  background-position:center top;
  background-repeat:no-repeat;
  margin:auto;
  height:52px;
  font-size:0.8em;

}




.siteFooter li
{
  float:left;
  margin-left:20px;

}
.siteFooter li a
{
  text-decoration:none;
}
.siteFooter li a:hover
{
  text-decoration:underline;
}

.footer_content_legal
{
  margin-top:20px;
  margin-right:10px;
  clear:both; 
  width:500px;
  float:right;

}
.footer_content_legal ul
{
  float:right;
  margin-right:10px;
}
#copyright
{
  float:right;
  color:#BF95BF;
}
#copyright a
{
 color:#BF95BF;
 text-decoration:none;
}
.footer_content_legal li a
{
  color:#FFFFFF;
}
.footer_content_trail
{
  color:#999999;
  display:inline;
  float:left;
  margin-left:5px;

}
.footer_content_trail li
{
  margin-left:10px;
}
.footer_content_trail li a
{
  font-weight:bold; 
  color:#999999;
}
#brandsFooter
{
  width:980px;
  height:248px;
  margin:auto;
  background-image:URL(../images/bg/BrandsFooter_bg.gif);
  background-position:top center; 
  background-repeat:no-repeat;
  color:#660066;
  padding-bottom:20px;
}

#brandsFooter a
{
text-decoration:none;
}

#brandsFooter .brandsText
{
  font-size:0.85em;
  width:280px;
  padding:30px;
  float:left;
}
#brandsLogos
{
  font-size:0.8em;
  width:620px;
  float:left;
  margin-top:15px;
  text-align:center;
}
#brandsLogos a
{
  display:block;
  float:left;
  height:110px;
  margin-left:9px;
  margin-right:9px;
  width:188px;
}

#brandsLogos a span.brandName
{
  color:#CCCCCC;
  display:block;
}
#brandsLogos a span.brandLink
{
  color:#000000;
  display:block;
}
/*******   END DIV FOOTER   ******/

.clearer
{
  clear:both;
}

/******* Start Tree style *******/

.navigationTree
{
  background-color:#DDC9DD;
  background-image:URL(../images/bg/treemenu-top.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  width:227px;
  padding-top:45px;
  float:left;
  margin:0 15px;
}

.navigationTreeBottom
{
  background-image:URL(../images/bg/treemenu-bottom.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
  padding-bottom:200px;
}

.navigationTree a
{
  display:block;
  font-weight:bold;
  text-decoration:none;
}
.navigationTree ul
{
 padding-left:10px;
 list-style-image:none;
 list-style-position:outside;
 list-style-type:none;
}

.navigationTree ul li 
{
  background-image:none;
  padding-left:10px;

}

.navigationTree ul li.Selected
{
  background-image:URL(../images/bg/treemenu-selected.gif);
  background-position:0 4px;
  background-repeat:no-repeat;

}

.rightHTML
{
  width:708px;
  float:left;

}

.rightHTMLleft
{
  width:328px;
  float:left;
  margin-right:15px;
  min-height:400px;
  height:auto !important;
  height:400px;
}

#blackboard p
{
  margin-bottom:0;
  padding-bottom:15px;
}


#blackboard 
{
  background-image:URL(../images/bg/posterbg_top.gif);
  background-position:top center;
  background-repeat:no-repeat;  
  background-color:#E4D6E4;
  width:566px;
  padding-top:15px;
  margin-right:15px;
  float:left;

}


#blackboardimage
{
  float:left;
  text-align:center;
  width:350px;
}

#blackboard .leftHTMLimg
{
  background-image:URL(../images/bg/posterbg_bottom.gif);
  background-position:bottom center;
  background-repeat:no-repeat;
  float:none;
  width:auto;
  height:auto;
  min-height:auto;
  padding:0 15px;
  margin:0;
}

.rightHTMLright
{
  width:350px;
  float:right;
}


.rightImg
{
  width:350px;
  float:left;
  text-align:center;
}


.Image_on_left
{
  float:left;
  clear:left;
  margin:8px 15px 15px 0;
}

.Image_on_right
{
  float:right;
  clear:right;
  margin:8px 0 15px 15px;
}

#resultados
{
  line-height:200%;
}

.UrlFound
{
  display:block;
  margin-bottom:2em;
}

input.standardText
{
  background-image:URL(../images/bg/search_box.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  height:20px;
  width:200px;
  padding:10px 8px 6px 8px;
  border:0;
  color:#999999;
  float:left;
}



input[type=checkbox]
{
  margin-left:5px;
}


.main input[type="text"]
{
  border:0;
  background-image:URL(../images/bg/input_bg.gif);
  background-position:center left;
  background-repeat:no-repeat;
  background-color:transparent;
  font-size:90%;
  height:15px;
  width:173px;
  padding:5px 10px;
}

textarea, select, option
{
  border:0;
  color:#660066;
  padding:5px;
  font-size:90%;
  font-family:Helvetica, Arial, Verdana, Tahoma, sans-serif;
  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  -opera-border-radius:1em;
  width:193px;
}
textarea
{
  overflow:auto;
}

#brandsLogos a
{
  background-repeat:no-repeat;
  background-position:top center;
}

#bumpkinLink
{
  background-image:url(../images/brandsLogos/BumpkinBrand_Over.gif);
}

#eclipseLink
{
 background-image:url(../images/brandsLogos/EclipseBrand_Over.gif);
}

#boujisLink
{

  background-image:url(../images/brandsLogos/boujisBrand_Over.gif);
}

#cocoonLink
{

  background-image:url(../images/brandsLogos/CocoonBrand_Over.gif);
}

#PlaytimeLink
{
  background-image:url(../images/brandsLogos/PlaytimeBrand_Over.gif);
}

#OQOLink
{
  background-image:url(../images/brandsLogos/OQOBrand_Over.gif);
}
#igniteGroupLink
{
  background-image:url(../images/brandsLogos/igniteBrand_Over.gif);
  background-repeat:no-repeat;
  background-position:top center;
  display:block;
  width:100%;
  text-align:center;
}


#spbts_fields
{
  display:none;
}
#blackboardimage img
{
  visibility:hidden;
}

.corner1
{
  background-image:url(../images/bg/01.png);
  background-repeat:no-repeat;
  background-position:top left;
}
.corner2
{
  background-image:url(../images/bg/02.png);
  background-repeat:no-repeat;
  background-position:top right;
}
.corner3
{
  background-image:url(../images/bg/03.png);
  background-repeat:no-repeat;
  background-position:bottom right;
}
.corner4
{
  background-image:url(../images/bg/04.png);
  background-repeat:no-repeat;
  background-position:bottom left;
}


#newsInnerBlock
{
  background-image:url(../images/bg/newsblocktop.gif);
  background-repeat:no-repeat;
  background-position:top center;
  background-color:#E4D6E4;
}


#newsInnerbottom
{
  background-image:url(../images/bg/newsblockbottom.gif);
  background-repeat:no-repeat;
  background-position:bottom center;
  padding:15px;
}

#newsInnerbottom #halfLeft, #newsInnerbottom #halfRight
{
  width:430px;
}
