/**************************************************************
   AUTHOR:  Arun Kale / DBoost
   DATE:    November 16, 2006
   PURPOSE: Controls the layout of the site
 **************************************************************/



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  max-width: 100%;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 100%;
  height: auto;
}

/*#content,
#width {
width: 1000px;
margin: 0 auto;
}

#content[id],
#width[id] {
height: auto;
}*/




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  height: 89px;
  width: 100%;
}

#header #location {
	height: 57px;
	width: 90%;
	float: left;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 21px;
}

#header #location a {
  text-decoration: underline;
  font: 400 10px verdana, arial, sans-serif;
  color: #0f4f7a;
}

#header #location a:hover {
  text-decoration: underline;
  font: 400 10px verdana, arial, sans-serif;
  color: #000;
}

#header #logo {
  width: auto;
  height: 89px;
  margin: 0;
  padding: 0;
  float: left;
}


/**************************************************************
   Top links: Raw, Raw Friendly, Sorta Raw
 **************************************************************/
 
#topnav {
  width: 100%;
  font: 400 16px verdana, sans-serif;
  color: #666;
  padding: 10px 0 16px 0;
  border-top: 1px solid #EEE;
  margin: 0 0 0 10px;
  background: #FFF;
}

#topnav a {
  width: auto;
  font: 700 12px verdana, sans-serif;
  line-height: 22px;
  padding: 0;
}

/**************************************************************
   #entries
 **************************************************************/

#entries {
  width: 100%;
  height: 100%;
  color: #333;
  float: left;
  padding: 0;
  margin: 0;
}

#entries .title {
  padding: 0 0 2px 0;
}

#entries .address {
  width: 100%;
  height: auto;
  color: #333;
  float: left;
  font: 400 11px verdana, sans-serif;
  line-height: 16px;
}

/**************************************************************
   #map
 **************************************************************/
#map-wrapper {
  width: 72.5%;
  min-width: auto;
  margin: 0 0.5% 0 0.5%;
  padding: 0;
  float: right;
  background: #ccc;
  height: 100%;
  position: relative;
}

#map {
  width: 100%;
  height: 100%;
  margin: 0;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
}

/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  bottom: 0px;
  /*margin-top: -3.8em;*/
  background: #FFF;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}

.width260 {
  width: 260px;
}

.width700 {
  width: 700px;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #669900;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.yellow {
  color: #f6c20c;
}

.gradient {
  margin-bottom: 2em;
  background: #FFF; 
}

#listings {
  padding: 0;
  margin: 0;
  width: 26.5%;
  min-width: auto;
  float: left;
  height: 100%;  
  overflow: auto;
  overflow-x: hidden;
}

.marginTop30 {
  margin: 30px 10px 0 0;
}
