/* Start of CMSMS style sheet '960 LBO layout' */
html {
margin:0; padding:0;
  background:#7FB2CA url(uploads/themes/960/body_bg.gif) left top repeat-x;
}

body {
 margin:0; padding:0;
  font-family: "Lucida Grande","Lucida Sans",Lucida,"Helvetica Neue",Helvetica,Arial,sans-serif;
  background:transparent url(uploads/themes/960/white_container_bg.png) center top repeat-y;
  color:#3B3B3B;
}

#banner{
  height:280px;
  margin:0;
  width:960px;
  background:black;
  position:relative;
  z-index:0;
}

#banner p {
  float: right;
  right:0;
  position:absolute;
  margin: 5px 10px 0 0;
  color:white;
  z-index:100;
}

#nav {
  background:black url(uploads/themes/960/menu_bg.gif) left bottom no-repeat;
  margin:0;
  margin-bottom: 36px;
  width:960px;
}

#page {
  margin:0 auto;
  overflow: hidden;
  position:relative;
  background:white;
}

#content {
/* BG NEEDS TO BE APPLIED ONLY TO PAGES WITH SIDEBAR */
  background:url(uploads/themes/960/1col_bg.gif) left top repeat-y;
	margin-bottom:20px;
}

#content_alt {
/* BG NEEDS TO BE APPLIED ONLY TO PAGES WITH SIDEBAR */
  background:url(uploads/themes/960/1col_bg.gif) top right repeat-y;
	margin-bottom:20px;
}

#footer{
  width:100%;
  background:#7FB2CA url(uploads/themes/960/footer_bg.gif) center top no-repeat;
  padding:20px 0 15px;
  overflow:hidden;
}

#sidebar, #sub .grid_4 {
  padding: 15px;
  width: 260px;
}

#sub {
  background:url(uploads/themes/960/3col_bg.gif) top left repeat-y;
  margin-top: 30px;
}

/* For floating elements left or right, keeping some white space around */
/* 5px because we have to make up for the 1px border */
.left  { float: left; margin: 5px 18px 5px 0; }
.right { float: right; margin: 5px 0 5px 18px; }

img.right, img.left  {
   padding:6px;
   border:1px solid #D0D0D0;
}

/* For images when they are assigned class="caption" */

.captionborder {
  float:right;
  margin: 12px 0 12px 24px;
}

hr {
  border:none;
  border-bottom:1px dotted #333;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

/* custom fixes */
.clever-one-fix img {
  margin-top:-12px;
}

.amazon_widget {
  margin-bottom:24px;
}

.amazon_widget #nav {
  width:260px;
  background:none;
  margin-bottom:0;
}

/* End of '960 LBO layout' */

