/*----------------------------------------------------------------- 	
CSS Document 
Bates and Myers 
version: 1.0.1a

-----------------------------------------------------------------*/
/*** Universal selector - reset styles
******************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* define focus styles! */
:focus {
	outline: 0;
}

/* ----- General ----- */

body {
	font-size: small;
	font-family: Arial, Helvetica, sans-seriff;
	height: 100%;
	background: url(../img/bg.png) repeat-x;
}
	
	
/* ----- Layout ----- */

#header{
	height: 71px;
	background: url(../img/header_bg.png) repeat-x;
	width: 100%;
}

#logo{
	position: absolute;
	top: -60px;
	left: -5px;
}

#container{
	width: 800px;
	height: 510px;
	margin: 0 auto;
	background: url(../img/content_bg.png) no-repeat;
	position: relative;
	top: -5px;
}

#container_full{
	width: 800px;
	height: 510px;
	margin: 0 auto;
	background: url(../img/content_full_bg.png) no-repeat;
	position: relative;
	top: -5px;
}

#content{
	width: 315px;
	position: absolute;
	top: 55px;
	left: 225px;
	margin-left: 20px;
}

#content_wide{
	width: 540px;
	position: absolute;
	top: 50px;
	left: 225px;
	height: 400px;
	padding: 0 10px 0 20px;
	overflow-y: scroll;
}

#content_full{
	width: 95%;
	position: absolute;
	top: 50px;
	left: 0px;
	height: 400px;
	padding: 0 10px 0 20px;
	overflow-y: scroll;
}

#content_listing{
	width: 95%;
	position: absolute;
	top: 50px;
	left: 0px;
	height: 400px;
	padding: 0 10px 0 20px;
	overflow: hidden;
}

#content_wide_noscroll {
	left:250px;
	position:absolute;
	width: 540px;
	top:60px;
}

#leftPhoto{
	position: absolute;
	top: 41px;
}

#featuredListing{
	position: absolute;
	top: 75px;
	right: 0px;
	width: 210px;
}

#footer{

	width: 100%;
	text-align: center;	
}


/* ----- Listings ----- */

#infolist{
	color:#444444;
	position: absolute;
	top: 60px;
	left: 275px;
	width: 255px;
}

#listicons{
	position: absolute;
	top: 225px;
	left: 50px;
}

#listform{
	position: absolute;
	top: 60px;
	left: 550px;
}


/* ----- Classes ----- */

.image-left{ float: left; }
.image-right{ float: right; }
div.listings
{
	font-size:12px;
	padding:10px;
}
div.head
{
	width:99%;
	background-color:#c1d4f9;
	padding:10px;
	margin-bottom:10px;
	font-weight: bold;
	font-size: 1.3em;
}


/* ----- Navigation ----- */

#nav {
  width:500px;
  font-size:12px;
  height: 33px;
  text-align: center;
  position: absolute;
  left: 306px;
  top: -35px;
  z-index: 5;
  }
#nav ul {
  list-style:none;
  }
#nav li {
  display:inline;
  }
#nav a {
  float:left;
  margin:0;
  padding:0 0 0 2px;
  text-decoration:none;
  }
#nav a span {
  float:left;
  display:block;
  color:#fff;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#tabsF a:hover span {
  color:#FFF;
  }
#nav a:hover {
  }
#nav a:hover span {
  }


/* ----- Typography ----- */

h1, h2, h3{ color: #1C3F94; }

h1{
	font-size: 1.7em;
	margin: 0 0 15px 0;
}

h2{
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

h3{
	font-size: .95em;
}

p{
	font-size: 14px;
	margin: 0 0 10px 0;
}

ul{
	margin: 10px 0 10px 50px;
}

li {
	list-style: square;	
}

blockquote{
	
}

.author{
	font-style: normal;
	color: black;
}

.designate{
	color: #cc3300;
}

#featuredListing p{
	font-size: 11px;
}

#featuredListing a{
	color: #cc3300;
	font-size: 12px;
}

#footer p{
	font-size: 10px;
}


.proverb{
	font-weight: bold;
	color: red;
}
