/**************************************************************
   Visit FullAhead.org and studio7designs.com for more layouts and downloads for this template!
 **************************************************************/
 
/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 3em;
	margin: 0 auto;
	background: #48525B url(../images/bg/header.gif) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
}

/*#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}*/

#header img.logo {
  position: absolute;
  top: 38px;
  left: 0;
}

#header ul {
  margin: 1em 1em 0 0 !important;
  margin: 1em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #ccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #3B5D77;
}

/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../images/bg/header_image.jpg) no-repeat top left;
}


/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #3B5D77 url(../images/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #41637D;
  border-bottom: 15px solid #FFF;
}

#menu .title {
  font-weight: 600;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #9b9ca3;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #4A5C6A;
  border-top: 7px solid #455660;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/**************************************************************
   Page Content
 **************************************************************/

#iframe { 
  width: 100%;
  height: 600px;
  overflow: auto;
  line-height: 1.2em;
  font-size: 0.8em; /* from parent */
  margin-bottom: 1em;
}

#iframe .item {
  clear: both;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
}

#iframe .item#last {
  border-bottom: 0;
}

.item {
  clear: both;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ddd;
}

/* generic no bottom border */
.noBottomBorder {
  border-bottom: 0;
}

#iframe hr {
  width: 180px;
}

.listingType {
  font-weight: 700;
  padding: .5em;
  text-transform: uppercase;
}

.gallery {
  padding: 0 8px 8px 0;
}

.galleryLast {
  padding: 0 0 8px 0;
}

.tableBorders, .tableBorders td, th {
  border-color: #ddd;
  border-style: solid;
}

.tableBorders {
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}

.tableBorders td {
  margin: 0;
  padding: 4px;
  border-width: 1px 1px 0 0;
  background-color: #fff;
}

.tableBorders th {
  margin: 0;
  padding: 4px;
  border-width: 1px 1px 0 0;
  background-color: #036;
  color: #fff;
}

#page {
  clear: both;
  float: left;
  width: 100%;
  /*margin-bottom: 6em;*/
  text-align: left;
}

#columns {
  margin: 0 auto;
}

/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width30 {
  width: 28%;
}

.width70 {
  width: 71%;
}

.width50 {
  width: 48%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

.red {
  color: #CC0000;
}

.grey {
  color: #999;
}

.orange {
  color: #f93;
}

.myHr {
  border-bottom: 1px solid #ddd;
  height: 1px;
  margin: 0;
  padding: 0;
}

/**************************************************************
   Footer
 **************************************************************/

#footer2 {
  font-size: 90%;
  line-height: 1.3em;
  text-align: center;
  background-color: #ddd;
  padding: 3px;
  margin: 15px 0;
}

#footer2 a {
  font-weight: 700;
}

#footer2 a:hover {
  /*color: #6C0;*/
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.dark {
  color: #353E47;
}
