@charset "utf-8";
/* -----------------------------------
Site: billbows.com
CSS author: Greg Summers
February 21, 2011
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */
html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}
fieldset,
img {
	border: 0;
}
legend {
	color: #000;
}
input,
textarea,
select,
button {
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}
button {
	width: auto;
	overflow: visible;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
ul li {
	list-style: none;
}
abbr,
acronym {
	border-bottom: .1em dotted;
	cursor: help;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
pre,
code {
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}
/* -----------------------------------
elements
----------------------------------- */
body {
	color: #333;
	background: #eceaea;
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	font-size: 100%;
	line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .5em;
}
h1 {
	font-size: 1.6em;
	text-align: center;
	margin: 8px;
	color: #5E6062;
	font-family: Georgia, Constantia, "Nimbus Roman No9 L", "Palatino Linotype", serif;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2;
}
h4 {
	font-size: 1.1em;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.4;
}
a:link {
	color: #0f3163;
}
a:visited {
	color: #04214b;
}
a:focus {
	color: #000;
	outline: thin dotted;
}
a:hover {
	color: #000;
}
a:active {
	color: red;
}
/* -----------------------------------
layout
----------------------------------- */
#wrapper {
	width: 760px;
	margin: 0 auto;
	background: transparent;
}
/* -----header---- */
#header {
	width: 760px;
	position: relative;
	background: transparent;
	margin-top: 38px;
}
#header img {
	display: block;
	margin-right: auto;
	margin-left: auto;	
}
/*content container is around sidebars and content, not footer*/
#content-container {
	clear: both;
}
/*----content----*/
#content {
	/*float: left;*/
	width: 600px;
	background: transparent;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	font-size: 1.04em;
	line-height: 1.4;
	text-align: center;
	color: #5E6062;
	margin-top: 26px;
}
#content address {
	font-family: Calibri, "trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Lucida, "Lucida Sans", sans-serif;
	font-size: 1em;
	color: #5E6062;
	text-align: center;
	font-style: normal;
	line-height: 1.3;
}
#content ol {
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}
#content ul {
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
}
#content li {
	margin: 0 0 .3em;
}
#content ul li {
	padding: 0 0 0 20px;
	background: url(bullet.gif) no-repeat 0 0.3em;
}
/*----footer----*/
#footer {
	position: relative;
	clear: both;
	color: #000;
	background: transparent;
	font-size: 90%;
	height: 380;
}
#footer p {
	font-size: 0.9em;
	color: #999;
	text-align: center;
	padding-top: 68px;
}

/* -----------------------------------
primary-nav
----------------------------------- */
.primary-nav {
	background: red;
}
.primary-nav li {
	display: inline;
}
.primary-nav a {
	float: left;
	margin: 0 2px 0 0;
	background: #fff url(corners.gif) no-repeat -2000px 0;
	text-decoration: none;
}
.primary-nav span {
	display: block;
	padding: 7px 15px;
	background: url(corners.gif) no-repeat 100% 0;
}
.primary-nav a:hover {
	color: #fff;
	background-color: red;
}
/* -----------------------------------
	section-nav
	----------------------------------- */

/* -----------------------------------
	classes
	----------------------------------- */
	
	.structural {
	position: absolute;
	left: -500em;
}
.align-left {
	float: left;
	margin: 0 15px 0 0;
}
.align-right {
	float: right;
	margin: 0 0 0 15px;
}
.align-left img,
.align-right img {
	display: block;
}
