/* May 2010

Palette
orange-red #ed5e02 current, h1, featured border
pale tan #ffe6af buybox bkgd
lt blue-green #048c9a body bkgd, link:visited
dark blue-green #014d5d link
dark, dark blue #00374e headings
NOT USED
orange from logo #f69b19
dark blue #017598
pale gold #fade9a
light tan #cfa854
tan #a86f1e
dark brown #6f3004
*/

html, body, div, form, span {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: #048c9a url(../images/bkgd-body.jpg) repeat-x;
	font: 100%/1.4 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	background: #fff;
	max-width: 820px;
	text-align: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 40px auto;
	padding: 20px;
}

#content {
	margin-left: 230px;
	padding: 40px 20px 0 0;
}

#menu {
	float: left;
	width: 200px;
	font-size: .9em;
}

#footer {
	clear: both;
	color: #666;
	font-size: .9em;
	margin-left: 230px;
	padding: 20px 20px 0 0;
}

.screen-reader-text {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* LINKS */

#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a:active, #skip a:focus {
	position: absolute;
	left: 12px;
	top: 6px;
	width: auto;
	height: auto;
	padding: 2px 8px;
}

a {
	color: #014d5d;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0 2px;
}

a:visited {
	color: #048c9a;
}

a:focus, a:hover, a:active {
	color: #fff;
	background: #048c9a;
}

#menu a { text-decoration: none; }

#menu a.current, #menu a:visited.current, #menu a:focus.current, #menu a:hover.current, #menu a:active.current {
	color: #ed5e02;
	background: none;
	cursor: default;
}

a.image, a.image:visited, a.image:focus, a.image:hover, a.image:active  {
	background: none;
	text-decoration: none;
}

a[href $='.pdf']:link, a[href $='.pdf']:visited {
	background: url(../images/pdficon.gif) no-repeat right center;
	padding-right: 18px;
}
a[href $='.pdf']:focus, a[href $='.pdf']:hover, a[href $='.pdf']:active {
	background: #048c9a url(../images/pdficon.gif) no-repeat right center;
}

a.buy, a:visited.buy {
	color: #fff;
	background: #014d5d;
	font-size: .9em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: -1px -1px 2px rgba(0,0,0,.3), 1px 1px 2px rgba(255,255,255,.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	white-space: nowrap;
	margin: 4px 8px;
	padding: 2px 6px;
}

a:focus.buy, a:hover.buy, a:active.buy {
	color: #fff;
	background: #048c9a;
}

/* TEXT */

h1, h2, h3, h4, h5, h6, th {
	color: #00374e;
	font-weight: bold;
	text-align: left;
	line-height: 1.2;
	margin: 1em 0 0;
}

h1 {
	color: #ed5e02;
	font-size: 1.75em;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	margin: 0 0 2em;
}

h2 {
	font-size: 1.33em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

p, p.normal {
	text-indent: 0;
	margin: 0 0 1em;
}

p + p {
	text-indent: 2em;
	margin: -1em 0 1em;
}

small {
	font-size: .8em;
	font-weight: normal;
}

blockquote, dl, ol, ul {
	margin: 0 0 1em;
	padding: 0;
}

blockquote {
	margin-left: 2em;
}

ol {
	list-style: decimal outside;
	margin-left: 2em;
}

ul {
	list-style: square;
	margin-left: 2em;
}

#menu ul {
	list-style: none;
	font-weight: bold;
	margin: 1em 0;
}

#menu ul ul {
	font-weight: normal;
	margin: 0 0 0 1em;
}

.starred {
	text-indent: 0;
	background: url(../images/5-stars.gif) no-repeat center left;
	padding-left: 75px;
}

.copyright {
	clear: both;
	font-size: .9em;
	text-align: center;
	margin-top: 1.5em;
}

.featured {
	float: right;
	width: 50%;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	border-top: 3px solid #ed5e02;
	border-bottom: 1px solid #ed5e02;
	margin-top: 1em;
	margin-left: 32px;
	padding: 1em 0;
}

.featured cite {
	font-weight: normal;
	font-style: normal;
	font-size: .9em;
}

.buybox {
	float: right;
	width: 50%;
	background: #ffe6af;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 20px;
	padding: 16px;
}

.buybox p { margin: 0; }

.catalog {
	overflow: visible;
	margin: 1em 0;
}

.catalog.ss { min-height: 200px; }

.catalog.cc { min-height: 150px; }

.interview p + p {
	text-indent: 0;
	margin: 1em 0;
}

.puborgs {
	text-align: center;
	padding: 0 120px;
}

/* IMAGES */

img {
	border: 0;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.3);
	box-shadow: 3px 3px 4px rgba(0,0,0,.3);
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.floatleft {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}

.floatright {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
}

#share .floatleft, #share .floatright, .catalog .floatleft { margin-bottom: 0; }

/* FORMS */

.paypal {
	margin-top: -1em;
}

label {
	display: block;
	line-height: 1.1;
}

input, textarea, select {
	font-family: Georgia, serif;
	vertical-align: middle;
	margin: 0 0 .75em;
}

.wide, textarea { width: 100%; }

.submit {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}

#share .submit { display: block; }

#share { width: 98%; }

input#city, input#country, input#phone, input#email { width: 360px; }

input#state, input#zip { width: 130px; }

.clearright { clear: right; }

/* TABLES */

.contents td {padding: 2px 16px; }