/* CSS for every page */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 800px;
	background: #222f7f url(../images/bg_tile.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #222f7f;
}
a:link {
	color: #a5661d;
	text-decoration: none;
}
a:visited {
	color: #a5661d;
	text-decoration: none;
}
a:hover {
	color: #a5661d;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, label  {
	margin: 0;
	padding: 0;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.3em; }
h3 {
	margin: 10px 0 10px 10px;
	font-size: 1.1em;
	text-align: center;
}
h4 { font-size: 1em; }
h5 { font-size: .9em; }
h6 { font-size: .7em; }
.iframe_container, iframe { width: 100%; }
iframe {
	border: none;
	height: 900px;
}
img { border: none; }
input.listing_info_button {
	display: block;
	margin: 20px auto;
	padding: 5px;
	color: #222f7f;
	font-size: 1em;
	border: 1px solid #222f7f;
	background: #bc793a;
}
.bold { font-weight: bold; }
.centered { text-align: center; }
.ghosted { display: none; }
.no_space {
	margin: 0;
	padding: 0;
}
.smallcaps { font-variant: small-caps; }
.ul_unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sunflower {
	position: absolute;
	top: 169px;
	left: 0;
	z-index: 1;
	width: 353px;
	height: 467px;
	background: url(../images/bg_sunflower.jpg) no-repeat;
}
#pg_hdr {
	margin: 20px 0 20px 0;
	width: 100%;
	height: 209px;
}
#title {
	float: left;
	margin: 0;
	width: 476px;
	height: 149px;
	background: url(../images/header_title.jpg) no-repeat;
}
#logo {
	float: right;
	width: 38%;
	height: 209px;
	background: url(../images/header_lori.jpg) no-repeat center;
	text-align: center;
}
#pg_content {
	position: relative;
	z-index: 3;
	margin: 0 0 20px 30%;
	width: 67%;
}
.pg_container {
	margin-bottom: 20px;
	padding: 10px;
	border: 2px solid #000;
	background: #cdd0e2;
}
#pg_fttr {
	clear: both;
	width: 65%;
	margin: 0 0 20px 30%;
	padding: 5px;
	border: 2px dotted #cdd0e2;
	background: #222f7f;
	color: #cdd0e2;
	text-align: center;
}
#pg_fttr p {
	font-size: .7em;
	font-weight: bold;
}
#pg_fttr p.license {
	float: left;
	margin: 3px 100px 0 0;
}
