/*
File: Site.css
Description: Site wide styles for midwestrealty.com
Author: Justin Driscoll
Current Revision: May 31st, 2005
*/

/*
Style reset
(courtesy of Yahoo!)
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym {
    border:0;
}

/*
Page Layout
*/

body {
	position:relative;
	width:100%;
	background:#fff;
}

#container {
  background:#fff;
  background:#f8f8f8 url("http://media.midwestrealty.com/img/content.gif") repeat-y;
  position:relative;
  width:960px;
}

#pagehead  {
  background:#f8f8f8 url("http://media.midwestrealty.com/img/head.gif") repeat-y;
  position:relative;
  width:960px;
  height:100px;
}

#logo {
  position:absolute;
  top:50px;
  left:60px;
}

#menu  {
  background: #f8f8f8 url("http://media.midwestrealty.com/img/menu.gif") repeat-y;
  width:960px;
  height:25px;
}

#menu ol {
  width:910px;
  margin:0 0 0 40px;
  font-size:8pt;
  text-transform:lowercase;
}

#menu li {
  float:left;
  display:inline;
  text-indent:0;
  background:none;
}

#menu a {
  display:block;
  height:20px;
  padding-top:5px;
  padding-left:20px;
  padding-right:20px;
  text-decoration:none;
  white-space:nowrap;
  color:#dadada;
}

/* IE Hack */
* html #menu a {
  width:1%;
}

#menu a:hover {
  background:#ce3429;
  color:#fff;
}

.content  {
  padding:85px 10px 0 0;
  width:950px;
}

#heading {
  background:#f8f8f8;
  height:110px;
  margin:0 0 0 40px;
}

#column {
  float:left;
  padding:40px 40px 25px 80px;
  margin:0 -220px 0 0;
  width:610px;
}

#sidebar {
  float:right;
  margin:30px 0;
  width:220px;
  font-size:.6em;
  border-bottom:1px solid #ededed;
}

#sidebar ol {
    margin:0;
}

#sidebar a {
  display:block;
  padding:5px 20px;
  color:#b3b3b3;
  border-top:1px solid #ededed;
}

#sidebar a:hover  {
  text-decoration:none;
  background:url("http://media.midwestrealty.com/img/menu_col.gif") repeat-y;
}

*html #sidebar a {
  height:1%;
}

#sidebar a span {
  display:block;
  color:#808080;
  font-weight:bold;
  font-size:1.1em;
  margin:0 0 1px 0;
}

#clearing,
.clearing {
  position:relative;
  clear:both;
  height:0;
}

#footer  {
  background:#f8f8f8 url("http://media.midwestrealty.com/img/foot.gif") no-repeat;
  width:960px;
  height:62px;
  padding-top:8px;
  clear:both
}

#footer span {
  font-weight:bold;
  margin:20px;
  font-size:.6em;
}

#footer a {
  color:#a5a5a5;
}

#footer .first {
  margin-left:60px;
}

/*
Typography
*/

body {
    font-family:Arial,Sans-serif;
    color:#4d4d4d;
}

h1 {
  margin:0 0 30px 0;
  font-size:2.2em;
}

h2 {
  margin:20px 0 10px;
  font-size:1.1em;
}

p {
  margin:0 0 15px 0;
  line-height:1.4em;
}

#column p {
  font-size:.8em;
}

em {
  font-style:italic;
}

a {
  color:#ce3429;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

no_display {
  display:none;
}

.justify {
  text-align:justify;
}

.dropcap {
  float:left;
  width:1em;
  height:.6em;
  font-size:4em;
  font-family:Times,Serif;
  padding-top:.25em;
}

/*
Lists
*/

ol {
  margin:0 0 15px 0;
}

ul {
  margin:0 0 15px 0;
}

ul li  {
  background:url("http://media.midwestrealty.com/img/bullet_small.gif") no-repeat 0 0.6em;
  margin:10px 20px 0 10px;
  padding:0.5em 0 0 1.6em;
  font-size:.8em;
}

li strong {
  display:block;
  margin-bottom:.2em;
}

/*
Other elements
*/

ol.page_control {
    margin-top:30px;
    padding-top:3px;
    border-top:1px solid #ededed;
    text-align:center;
}

ol.page_control li {
    display:inline;
    padding:0 3px;
    font-size:.8em;
}

/*
Staff page styles
*/

#staff {
  clear:both;
  margin:0;
  padding:10px 0 20px 0;
  font-size:.7em;
}

#staff td {
  padding:2px 0;
}

#staff .staff_image {
  float:left;
  margin:0 20px 10px 0;
  padding:3px;
  border:1px solid #dadada;
}

#staff table {
  border:0;
}

#staff .name {
  font-weight:bold;
  font-size:1.2em;
  border-bottom:1px solid #dadada;
  padding:4px 0 3px;
}

#staff .title {
  padding:3px 0 5px;
}

#staff .summary {
  padding:10px 0 0;
}

#staff .phone {
  padding:10px 0 0;
}

#staff .phone strong {
    color: #ce3429;
}

h1.bio {
  float:left;
  clear:left;
  width:110px;
  margin:0 20px 10px 0;
  padding:0;
  font-size:8pt;
  text-align:center;
}

.staff_image {
  float:left;
  margin:0 20px 10px 0;
  padding:3px;
  border:1px solid #dadada;
}
