/* Default Global Settings */
html, body {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, p {
	margin: 0;
}

/* Core Page Settings */
body {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: medium;
	text-align: center;
	background-color: #ffffff;
/*	background-image: url(../img/field140-o25blue.gif); */
/*	background-repeat: repeat; */
/*	background-position: -30px -20px; */
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.3em;
}

/* TEXT */
*.copyright {
	text-align: center;
	font-size: 0.7em;
}

/* Non-essential Styles */

/* Section Styles */
*.box {
	margin: 0 5px 10px 5px;
	font-size: 0.8em;
	border: 1px solid #000040;
	padding: 2px 0 5px 0;
}
*.box h3 {
	position: relative;
	text-align: center;
	padding: 2px 0;
/*	border-bottom: 1px solid #000040; */
	background-color: #ff9500;
	color: #1a00ff;
}
*.box h3 a {
	text-decoration: none;
	margin: 0
}
*.box h3 a.link, a.visited, a.hover, a.active {
	color: #1a00ff;
}

*.box p {
	margin: 5px 10px;
}
*.box a {
	margin: 0;
}

/* Box Customization */
.buyit {
	border: 1px solid #000040;
	background-color: #ffff63;
}
.buyit h3 {
	background-color: #ff9500;
	color: #1a00ff;

}

/********************************************************************
 *  SECTION LAYOUT
 ********************************************************************/

/* WRAPPER */
#wrapper {
	width: 95%;
	margin: 5px auto 0px auto;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	color: #000000;
}

/* PRE-HEADER */

/* HEADER */
#header {
	float: left;
	width: 100%;
	padding: 0 0 2px 0;
	/* making space  below header until we make breadcrumbs */
	margin: 0 0 5px 0;
	border-bottom: 2px solid #000040;
	background: #ffffff;
	background-image: url(../img/yel2orggrad.png);
	background-repeat: repeat-x;
}
img {
	border: none;
}
#logo {
	float: left;
	position: relative;
	left: 5px;
}
#header .pagetitle {
	float: right;
	position: relative;
	right: 2em;
	font-size: 2em;
	top: 1em;
	color: #000000;
}

/* POST-HEADER */
#post-header {
	float: left;
	width: 100%;
	text-align: center;
}
#breadcrumbs {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin: 0 auto 5px auto;
	border-bottom: 2px solid #000040;
	font-size: 0.8em;
}

/* MAIN-CONTENT */

/* column-lt is left-side navigation */
#column-lt {
	float: left;
	width: 25%;
}
#column-lt h2 {
	text-align: center;
}

/* column-rt is right-side navigation */
#column-rt {
	float: right;
	width: 25%;
}
#column-rt h2 {
	text-align: center;
}
/*trying to eliminate underline from links*/
*column-rt a {
	margin: 0 5px;
}
*column-rt a {
	text-decoration: none;
}
/* column-mid is main content, with navigation on left and right */
#column-mid {
	float: left;
	width: 48%;
	padding-left: 3px;
}
#column-mid h2 {
	text-align: center;
}

/* column-mid-lt is main content, with navigation on right */
#column-mid-lt {
	float: left;
	width: 72%;    /* 72 instead of 75 allows a break between the boxes on the left and the text */

}
#column-mid-lt h2 {
	text-align: left;
}

/* column-mid-rt is main content, with navigation on left */
#column-mid-rt {
	float: right;
	width: 72%;   /* 72 instead of 75 allows a break between the boxes on the left and the text */
}

#column-mid-rt h2 {
	text-align: left;
	padding: 10px;
}


/*trying to eliminate underline from links*/

#column-mid-rt a {
	text-decoration: none;
}
#column-mid-rt a:link {
	/*color: #000000;*/
	text-decoration: none;
}

/* FOOTER */
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #ffff6e;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 10px;
}
#footer-nav ul {
	margin: 0px;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
}
#footer-nav li {
	font-size: 70%;
	text-decoration: none;
	display: inline;
}
#footer-nav li a:link {
	color: #000000;
	text-decoration: none;
}
#footer-nav li a:visited {
	color: #000000;
	text-decoration: none;
}
#footer-nav li a:hover {
	color: #0000ff;
	text-decoration: none;
}
#footer p.copyright {
	font-size: 70%;
	margin: 0px;
	padding: .5em 0em;
	text-align: center;
	border-top: 1px solid #888888;
}

