body {  	
	margin: 0;
	padding: 0;
	background-color: #800000; 
	color: #333;
  	line-height: 1.25em;
  	font-size: 1em;
	font-family: 'HoeflerText-Regular','Hoefler Text',Georgia, 'Times New Roman', Times, serif;
}

/*** Layout ***/
#container {
	width: 968px;
	margin: 10px auto;
}

#header {
	width: inherit;
	height: 60px;
	text-align: right;
	background-color:#800000;
}
#header .logo {
	float: left;
}

#nav {
	clear: both;
	/**float: left;**/
	width: inherit;
	height: 35px;
	margin: 5px 0;
	padding: 0;
	background: transparent url(../images/bkgr_nav_middle.gif) scroll repeat-y;	
}
.navtop { 
	clear:both; 
	background: transparent url(../images/bkgr_nav_top.gif) no-repeat scroll center bottom; 
	height:8px;
	position:relative;
}
#nav ul {
	/**float: left;**/
	/**position: relative;
	top: 5px;**/
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
}
#nav ul li {
	/*display: inline;*/
	float: left;
	padding: 0 1em;
	margin: 0;
}
#nav span.phone {
	float: right;
	/**position: relative;
	top: 5px;**/
	margin: 0 20px;
	/**font-size: 1em;
	text-align: left;**/
	color: #800000;
	text-transform: uppercase;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	text-transform: none;
}
.navbottom { 
	clear: both; 
	background: transparent url(../images/bkgr_nav_bottom.gif) no-repeat scroll center top; 
	height: 8px;
	position: relative;
	margin:0;
	padding:0;
}

#content {
	/**float: left;**/
	width: inherit;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bkgr_content_middle.gif) top center repeat-y;/*#DFDAC1*/
}
.contenttop {
	clear: both;
	background: transparent url(../images/bkgr_content_top.gif) no-repeat scroll center top;
	height: 8px;
	position: relative;
}
.contentbottom {
	clear:both;
	background:transparent url(../images/bkgr_content_bottom.gif) no-repeat scroll center top;
	height:8px;
	position:relative;
}
/**#subcontent { wrapper inside content, due to the floats inside 
	float: left;
	padding: 16px 20px 10px;
	width: 928px;  container.width - (this.padding-left + this.padding.right) 
}**/
#main {
	float: left;
	width: 650px;
	margin: 0;
	padding: 0 0 1em 1em;
	/**background-color: #DFDAC1;**/
}
#sidebar {
	float: right;
	width: 270px;
	margin: 10px 0;
	padding: 0 10px;
	border-left: solid 1px #454545;
}

#footer {
	clear: both;
	/**position: relative;**/
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #800000;
	font-size: 0.9em;
	color: #DFDAC1; 
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
}
#footer a { 
	color: #DFDAC1;
}
#footer ul {
	width: inherit;
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
}
#footer ul li {
	/**display: inline;**/
	float: left;
	list-style-type: disc;
	/**list-style-image: url(../images/pipe.gif);**/
	margin: 0.5em 1em 0.5em 0.5em;
	padding: 0.5em;
}

/*** Used within layout ***/
.search_symbol { margin: -3px 10px;}
.search_glass { margin: -10px 0px; }
#query { 
	border: 0pt none;
	width: 197px;
	height: 16px; 
	padding: 7px;
	color: #333;
  	font-family: 'HoeflerText-Regular','Hoefler Text',Georgia, 'Times New Roman', Times, serif;
  	font-size: 0.9em;
	background: transparent url(../images/input_search.gif) no-repeat scroll 0px 0px; 
}
.query_on {
	background: transparent url(../images/input_search.gif) no-repeat scroll 0px -31px !important;
	color: #333;
}
/*.input-wrap {
	display:block;
	height:38px;
	position:absolute;
	right:80px;
	width:338px;
}*/

/*** Commonly used ***/
a { color: #800000; text-decoration: none; }
a:visited { color: #800000; }
a:hover { text-decoration: underline; /*color: #800000; background-color:#FFBE00;*/ }

h1, h2, h3, h4, h5 { 
	font-family: 'Lucida Sans', 'Lucida Grande', Georgia, Times, serif;
	color: #364C72;
	line-height: 1em;
}
h1 { font-size:1.5em;}
h2 { font-size:1.3em;}
h3 { font-size:1.2em;}
h4, h5 { font-size:1em;}

.float_left { float: left; }
.float_right { float: right; }
.third { width: 30%; margin:1%; }

.unit, page {
	border: dashed 1px #999;
	padding: 0.25em;
	margin: 0.5em;
}
.photo {
	border: solid 1px #999;
	margin: 0.25em;
	padding: 0.25em;
	background-color: #fff;
}
#featured_display {
	text-align: center;
}
.polaroid {
	width: 578px;
	background: #fff url(../images/bkgr_photo_middle.gif) repeat-y scroll left top;
	margin: 0 auto;
}
.polaroid p, .polaroid h3 {
	padding: 0 14px;
	margin: 0.25em auto;
	text-align: left;
}
.polaroid img {
	border: 0;
}
.quote {
	font-style: italic;
	font-weight: bold;	
}
.author {
	text-align: right;
}
.property {
	clear: both;
	margin-bottom: 1.25em;
}

.pod {
	border-bottom: 1px solid #444;
	padding: 0.25em 0;
	margin: 0.25em 0;
}
.pod h4 { margin: 0 0 0.5em;}

li.first { list-style: none !important; padding-left: 0 !important; margin-left: 0 !important; }
.last { border: 0px none; }

.cleared { clear:both; }
.padded { padding: 1em; }

.highlight {
	background-color: yellow;
	font-weight: bold;
}

/* Utility styles */
.notice { color: green; padding-left: 1em; }

.admin_link { margin: 1em;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}