/* **********************************************************************
 * Global.css File Used To Define The Initial CSS Rules
 * NOTE: DO NOT CHANGE ANYTHING IN HERE - DO THAT IN LOCAL.CSS!!!
 * *********************************************************************/

/* **********************************************************************
* Reset Browsers
* *********************************************************************/
@import url("reset.css");

/* **********************************************************************
 * General
 * *********************************************************************/
html{
  font: 10px/1.4 'Lucida Grande',Verdana,sans-serif;
}
a:link{
	color: #9ba730;
	text-decoration: none;
}
a:hover{
	color: #9ba730;
	text-decoration: underline;
}
a:active{
	color: #bed33a;
	text-decoration: underline;
}
a:visited{
	color: #9ba730;
	text-decoration: none;
}
body{
  background: #CDECF5 url('/mimages/design/starsoverddr09/images/page-bg.gif') repeat scroll top left;
  color: #796486;
  font-size: 1.2em;
  line-height: 1.5em;
}
#wrapper{
  margin: 0 auto;
  position: relative;
  width: 960px;
}
#canvas{
  background: #fff url('/mimages/design/starsoverddr09/images/content-bg.gif') repeat scroll top left;
  text-align: center; 
  margin: 0 0 100px;
}

/* **********************************************************************
 * main
 * ******************************************************************* */
#main{
  margin: 3em 5em;
  position: relative;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#main #accent{
  position: absolute;
  top: -30px;
  right: 90px;
}

/* **********************************************************************
 * nav
 * ******************************************************************* */
#nav{
  float: left;
  width: 180px;
  height: 250px;
  overflow: hidden;
}
#nav #textnav span{
  position: absolute;
  left: -1000px;
}
#nav #textnav li,#nav #textnav a{
  width: 180px;
  height: 62px;
}
/* menu option one */
#menu-opt1 a{
  display: block;
  background: transparent url('/mimages/design/starsoverddr09/images/navsprite.gif') no-repeat scroll 0 0;
}
#menu-opt1 a: hover,#the-world-at-night #menu-opt1 a{
  background-position: -180px 0;
}
/* menu option two */
#menu-opt2 a{
  display: block;
  background: transparent url('/mimages/design/starsoverddr09/images/navsprite.gif') no-repeat scroll 0 -62px;
}
#menu-opt2 a: hover,#newsroom #menu-opt2 a{
  background-position: -180px -62px;
}
/* menu option three */
#menu-opt3 a{
  display: block;
  background: transparent url('/mimages/design/starsoverddr09/images/navsprite.gif') no-repeat scroll 0 -124px;
}
#menu-opt3 a: hover,#sponsorship #menu-opt3 a{
  background-position: -180px -124px;
}
/* menu option four */
#menu-opt4 a{
  display: block;
  background: transparent url('/mimages/design/starsoverddr09/images/navsprite.gif') no-repeat scroll 0 -186px;
}
#menu-opt4 a: hover,#locations #menu-opt4 a{
  background-position: -180px -186px;
}

/* **********************************************************************
 * content
 * ******************************************************************* */
#content{
  text-align: left;
}
#content p{
  line-height: 1.8em;
  padding: 0 0 1em;
  margin: 0 110px 0 200px;
}

/* **********************************************************************
 * content image
 * ******************************************************************* */
#image-block{
  display: block;
  float: right;
  margin: 0 0 15px 10px;
  padding: 5px;
  max-width: 180px;
  width: auto !important;
  width: 180px;
}
#image{
  text-align: center;
  max-width: 190px;
  width: auto !important;
  width: 190px;
  max-height: 126px;
  height: auto !important;
  height: 126px;
}
#image-credit{
  font-size: .75em;
  line-height: 1.2em;
  text-align: center;
  max-width: 190px;
  width: auto !important;
  width: 190px;
}

/* **********************************************************************
 * foot
 * ******************************************************************* */
#foot{
  min-height: 100px;
  height: auto !important;
  height: 100px;
  background: transparent url('/mimages/design/starsoverddr09/images/321.gif') no-repeat scroll 90% 30%;
}

/* **********************************************************************
 * hacks
 * ******************************************************************* */
.clearfix: after{
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix{
  display: inline-block; /* for IE/Mac */
}