/* Start of CMSMS style sheet 'Layout: Lambert Simple' */
body {
 background-color: #FFFFFF;
 width: 620px;
 margin: 8px auto;
 align: center;
 font-family: Verdana, Helvetica, sans-serif;
 line-height: 120%;
}

img {
 border: 0;
}

#menu {
 float: left;
 width: 140px;
 line-height: 100%;
}

#content {
 float: right;
 width: 480px;
}

#footer {
 width: 620px;
 text-align: center;
 font-size: smaller;
}

#listingNavBlock {
 text-align: right;
 margin-bottom: 2em;
}

span.listingBoxHeading {
 color: #FFFFFF;
 background-color: #000080;
 display: block;
 font-weight: normal;
 margin: 0 0 5px 0;
 padding: 1px 3px;
 text-align: left;
}

#listingTitle {
 float: left;
 font-weight: bold;
 text-align: center;
 width: 50%;
}

#listingTitle span.listingBoxHeading {
 margin-right:2px;
}

#listingClient {
 float: right;
 font-weight: bold;
 text-align: center;
 width: 50%;
}

#listingClient span.listingBoxHeading {
 margin-left: 2px;
}

.listingBoxContent {
 font-size: smaller;
}

.clearFloat {
 clear: both;
 width: 620px;
}

.title {
 color: #4c1f79;
 background-color: #fff888;
 text-align: right;
 padding-right: 25px;
 font-size: large;
 font-variant: small-caps;
 font-weight: bold;
}

.content {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 13px;
}

.content h1, h2, h3 {
 color: #4c1f79;
 font-family: Georgia, serif;
}

.content li {
 margin-bottom: .75em;
}

.top {
 display: block;
 text-align: right;
}

.copyright {
 font-size: x-small;
}

.menuItem {
 color: #330066;
 backcolor: #FFFFFF;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: smaller;
 font-variant: small-caps;
 font-weight: bold;
}

.menuItem a:link {
 color: #330066;
 background-color: #FFFFFF;
 text-decoration: none;
}

.menuItem a:visited {
 color: #330066;
 background-color: #FFFFFF;
 text-decoration: none;
}

.menuItem a:hover {
 background-color: #fff888;
}

.menuCurrentItem {
 color: #990033;
 font-family: Verdana, Helvetica, sans-serif;
 font-size: smaller;
 font-variant: small-caps;
 font-weight: bold;
}

.emailLink {
 color: #4c1f79;
 display: block;
 font-family: Georgia, serif;
 font-size: x-large;
 text-align: center;
 text-decoration: none;
 line-height: 130%;
}

div#search {
 width: 130px;
 height: 23px;
 float: left;
/* margin-top: 0px; */
/* margin-right: 0px; */
}

div#search label {
  text-indent -9999em;
  height: 0px;
  width: 0px;
  display: none;
}

div#search input.search-input {
/* specific size for image, your image may need these adjusted */
  width: 124px; 
  height: 17px; 
/* removes default borders, allows use of image */
/*  border-style: none; */
/* text color */
  color: #999;
/* padding of text */
/*  padding: 7px 0px 4px 10px; */
  float: left;
/* set all font properties at once, weight, size, family */
  font: bold 0.9em Arial, Helvetica, sans-serif; 
/* left input image, set your own here */
/*  background: url(uploads/NCleanBlue/search.png) no-repeat left top; */
}

div#search input.search-button {
/* specific size for image, your image may need these adjusted */
/*  width: 37px; */
/*  height: 28px; */
/* removes default borders, allows use of image */
/*  border-style: none; */
/* hides text, image has text */
  text-indent: -9999em;
  display: none;
/*  float: left; */
/*  margin: 0; */
/* provides positive hover effect */
/*  cursor: pointer; */
/* removes default size/height */
/*  font-size: 0px; */
/*  line-height: 0px; */
/* submit button image, set your own here */
/*  background: transparent url(uploads/NCleanBlue/search.png) no-repeat right top; */
}



/* End of 'Layout: Lambert Simple' */

