@charset "utf-8";
body {
	margin-top: 10px;
	text-decoration: none;
	background: url(images/bg.gif) repeat;
	color: #302A1E;
	font-size: 101%;
}
#header {
	background: #5482C4;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 151px;
	border-top: 4px solid #5482C4;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	display: none;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 1em;
	font-weight: bold;
	color: #1D5BB0;
	line-height: 1.1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #E96738;
	text-decoration: none;
}


.bodycopy {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	line-height: 1.5em;
	color: #302A1E;
	text-decoration: none;
	font-size: .9em;
}

.small {
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-weight: bold;
	line-height: 1.5em;
}

.title {
	font-style: italic;
	color: #302A1E;
}

.bold-brown {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-size: 0.8em;
	font-weight: bold;
	color: #302A1E;
	text-decoration: none;
}

.subhead {
	font-weight: bold;
	color: #1D5BB0;
}
.orange-bold {
	color: #FF672A;
	font-weight: bold;
	font-size: 0.9em;
}


a:link, a:visited {
	color: #000055;
	text-decoration: none;
}
a:hover, a:active{
	color: #FF692E;
	text-decoration: none;
}

#content  {
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #302A1E;
	padding-right: 10px;
	vertical-align: top;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
} 

#content a:link, a:visited {
	color: #000055;
	text-decoration: none;
}

#content a:hover, a:active{
	color: #FF692E;
	text-decoration: none;
}

#maintable {
	border: thick solid #5482c4;
	text-decoration: none;
	background: #ffffff;
}

#dateformat {
	color: #F3D396;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 0.75em;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	text-decoration: none;
	background: #5482C4;
}


#photo-frame {
	margin: 0px;
	padding: 0px 15px;
}
#navbar     {
	font-family: Arial;
	font-size: 0.85em;
	text-decoration: none;
	background: #5482c4;
	line-height: 1em;
}

#splash {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #5482c4 url(images/bg.gif) repeat;
}
#textnav {
	color: #000055;
	font-size: 0.85em;
	line-height: 1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
}

#textnav a:link, a:visited {
	color: #000055;
	line-height: 1em;
	text-decoration: none;
	font-size: 0.85em;
}
#content li {
	font-size: 0.85em;
	line-height: 1.5em;
}

#textnav a:hover {
	color: #FF6D29;
	text-decoration: none;
}

#copyright {
	color: #000055;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif,;
	font-size: 0.65em;
	font-weight: bold;
}
#copyright   a:link,a:active {
	color: #1B5BAE;
	text-decoration: none;
	background: #5482C4;
	line-height: 1.15em;
}
#copyright a:hover {
	color: #FF6A2A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
}
.quote {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #302A1E;
}
.quote-source {
	font-family: Arial, Helvetica, sans-serif, "comic Sans MS";
	font-size: 0.8em;
	font-weight: bold;
	color: #1D5BB0;
	text-decoration: none;
}
#coreOffering {
	border: medium solid #5482C4;
}
.shipping {
	font-size: 1em;
	font-weight: bold;
	color: #006633;
}

