@import url(luna_core.css);



/********************************************
 *
 * GLOBAL INTERFACE
 *
 *******************************************/
body {
  color: #000000;
  font: normal 13px verdana;
}
.bold {
  font-weight: bold;
}
.row label.name {
  font-weight: bold;
}
label.names {
  padding-right: 5px;
  width: 30%;
  float: left;
}
.values {
  width: 400px;
}
.float_left {
  float: left;
}
.right {
  text-align: right;
}
#aleft {
  float: left;
}
#aright {
  float: right;
  width: 280px;
}

/********************************************
 *
 * HEADER
 *
 *******************************************/

#logo {
  width: 250px;
  height: 80px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}




/********************************************
 *
 * NAVIGATION
 *
 *******************************************/
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /********************************************
 *
 * SEARCHBAR
 *
 *******************************************/
 
 
/************************
 *
 * Link Listing
 *
 ************************/
.linklisting {
  padding: 5px 5px 0px 10px;
  margin: 15px 5px;
  position: relative;
  left: 0;
  width: 96%;
  border: 1px solid #ffca00;
  background: #ffffff;
}
 
.linktitle {
  padding-bottom: 4px;
}

.linklisting div.linktitle {
  font-size: 14px;
  font-weight: bold;
}
.detailed_left {
   float: left; width: 260px; 
   margin-right: 10px;
}
.detailed_right {
   float: left; width: 320px; 
}
.free_title {
  font: 14px Verdana;
}
#specialty {
  line-height: 3px;
}
 /************************
 *
 * Misc
 *
 ************************/
 
div.checkboxes {
  margin-left: 50px;
}

.two_column ul {
  width: 40em;
}
/* float & allow room for the widest item */
.two_column ul li {
  float: left;
  width: 18em;
}
/* separate the list from subsequent markup */
div.two_column {
  margin-bottom: 1em;
}
