/* 
	 CSS Reset
	 http://meyerweb.com/eric/tools/css/reset/ 
   */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* End reset */

a:link, a:visited { color: #BE1A1A; }
a:hover, a:active { color: #d54545; }
a:active, input.button:active, input[type=submit]:active { outline: 0; position: relative; top: 1px; }

h1,h2,h3,h4,h5 { color: #98155F; font-weight: bold; font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; margin-bottom: 20px; }

h1 { font-size: 26px; margin-bottom: 0; }
h2 { font-size: 23px; }
h3 { font-size: 20px; margin-bottom: 20px; padding-bottom: 3px; line-height: 1.6em; }
h4 { font-size: 20px; line-height: 1.6em; }
h5 { margin: 5px 0 20px 0; }

p { margin-bottom: 18px; }

small { font-size: .75em; line-height: 1.4em; }

/*============
	Images
==============*/

img.alignright {
  float: right;
	margin: 0 0 20px 20px;
}

img.aligncenter {
	margin: 20px auto;
}

img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.articlelist img, .horzAd img {
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.25);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.25);
	box-shadow: 2px 2px 8px rgba(0,0,0,.25);
	background: #fff;
}

.articlelist img.noeffects, .horzAd img.noeffects {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*============
	Text Colors
==============*/

em { font-style: italic }

.red { color: #BE1A1A; }

/* Blue is now orange */

.blue, .orange { color: #BE641A; }

/* Green is now magenta */

.green, .magenta { color: #98155F; }

/*============
	Forms
==============*/

input[type=text], textarea { 
	border: 1px solid #ccc; 
	box-shadow: 0 2px 2px #eee inset;
	margin: 8px 0;
	padding: 5px;
	vertical-align: baseline; *vertical-align: middle;
}

input[type=submit] {
	display: inline-block;
	padding: 5px 7px; 
	border: 1px solid #777;
	background: #63073B;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.2));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.2));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.2), rgba(0,0,0,.2));
	background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.2));
	-webkit-box-shadow: 0 2px 2px #ccc;
	-moz-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
	margin-bottom: 10px; 
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	vertical-align: baseline; *vertical-align: middle;
	line-height: normal; *overflow: visible;
	-webkit-appearance: button;
	color: #fff;
	-webkit-text-shadow: 1px 1px rgba(0,0,0,.2);
	-moz-text-shadow: 1px 1px rgba(0,0,0,.2);
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

input[type=submit]:hover {
	background: #be1c1a;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.1));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.2), rgba(0,0,0,.1));
	background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.1));
	color: #fff;
	-webkit-text-shadow: 1px 1px rgba(0,0,0,.2);
	-moz-text-shadow: 1px 1px rgba(0,0,0,.2);
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/*============
	Everything else
==============*/

body {
  margin: 0;
  padding: 0;
  border: 0;
  background: url(../images/tile03.png);
  color: #333;
  font: 14px Arial, sans-serif;
	line-height: 1.6em;
}

#logo {
	width: 960px; height: 174px;
	background: url(../images/header-d.jpg) no-repeat;
	text-indent: -9999px;
}

#content { 
	width: 960px; 
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
}

.h1reduced {
  font-size: 0.75em;

}

#top {
  padding: 10px;
  border: 0;
  text-align: center;
  margin: 0;
}

#top h2{
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bodylayout {
  position: relative;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

#tablebodylayout {
  width: 100%;
  border: 0;
}

#mainBar {
  background: #FFFFFF;
  color: #000000;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  width: 65%;
  vertical-align: top;
}

#mncontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

#barcontainer {   /*Just for IE 5.5 */
  position: relative;
  left: 0;
  top: 0;
}

#rgtBar {
  width: 20%;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  vertical-align: top;
	background: #fafafa;
	background-image: -moz-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
	background-image: linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
}

#rgtcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
}

#rgtTopBar {
  width: 20%;
  height: 1px;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftTopBar {
  width: 15%;
  height: 1px;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftBar {
  width: 15%;
  height: 100%;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftcontent {
  left: 0;
  top: 0;
  border: 0;
  margin: 0;
  padding: 10px;
}

#footer {}

.menu {
  background: #eee;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(235,235,235,1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(235,235,235,1));
	background-image: -webkit-linear-gradient(rgba(255,255,255,1), rgba(235,235,235,1));
	background-image: linear-gradient(top, rgba(255,255,255,1), rgba(235,235,235,1));
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-shadow: 1px 1px rgba(255,255,255,.2);
}

#footer .menu { border-top: 1px solid #ddd; border-bottom: 0; }

.menu ul {
	margin: 0; padding: 0;
}

.menu ul li {
  list-style: none;
  display: block;
	float: left;
}

.menu ul li a {
	padding: 10px 15px;
	display: block;
	border-right: 1px solid #ddd;
	text-decoration: none;
	color: #be1c1a;
}

.menu ul li a:hover {
	background: #be1c1a;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.1));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.2), rgba(0,0,0,.1));
	background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.1));
	color: #fff;
	-webkit-text-shadow: 1px 1px rgba(0,0,0,.2);
	-moz-text-shadow: 1px 1px rgba(0,0,0,.2);
	text-shadow: 1px 1px rgba(0,0,0,.2);
}

#articleHead { margin-bottom: 20px; }

#articleHead h1{}

#articleResource {
  padding: 10px;
  border: 2px ridge #FF0000;
  margin: 0;
  color: #FF3333;
  position: relative;
}

#bookcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

#bookcontent img {
  float: left;
  margin: 10px;
  padding: 10px;
}

#bookHead {
  padding: 10px;
  border: 0;
  text-align: center;
  margin: 0;
}

#bookHead h1 {
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bookHead h2 {
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bookHead h3 {
  font-size: 1.2 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

.photo {
  position: relative;
  float: left;
  padding: 10px;
  margin: 0 10px;

}

.horzAd {
  margin: 10px 0;
  background: #be1a19;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(164,18,18,.05));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(164,18,18,.05));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.2), rgba(164,18,18,.05));
	background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(164,18,18,.05));
	border-bottom: 5px solid #9d1110;
  padding: 20px;
  position: relative;
	color: #fff;
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.horzAd a { color: #ffd7d7; }

.horzAd h2 {
	color: #fff;
  font-size: 1.5em;
	line-height: 1.3em;
	margin: -19px -19px 20px -19px;
	padding: 20px;
	background: #e36362;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(164,18,18,.05));
	background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(164,18,18,.05));
	background-image: -webkit-linear-gradient(rgba(255,255,255,.2), rgba(164,18,18,.05));
	background-image: linear-gradient(top, rgba(255,255,255,.2), rgba(164,18,18,.05));
}

.horzAd h2 a { color: #fff; }

.horzAd img {
  float: left;
  margin: 0 20px 20px 0;
}

.horzAd .blue, .orange { color: #ffe4cd; }
.horzAd .red { color: #ffd3d3; }

.ffhorzAd {
  margin: 10px;
  padding: 0 0 0 10px;
  background: 00ff00;
  border: 2px ridge #F2F2F2;
  position: relative;

}

.ffhorzAd select {
  clear: right;
  float: right;
  font-size:.9em;
}

.ff_formbox {
  text-align: left;
  border: 2px groove #0000FF;
  color: #000000;
  padding: 5px;
  margin: 0;
  font: bold .8em/1.5em arial sans-serif;
}

.vertAd {
  margin: 10px 2% 20px;
  border: 1px solid #ddd !important;
	border-bottom: 5px solid #ccc !important;
  padding: 10px;
	background: #fff;
}

.vertAd img { max-width: 182px; }

.vertAd h3 { padding: 0; }

/* Now magenta to match styling */

.yelhi {
  color: #98155F;
	font-size: 18px;
	font-weight: bold;
}

.bluehi {
  color: #BE641A;
}

.greyhi {
  background-color: #c8c6c6;
	padding: 3px;
  color: black;
}

.heading {
  font-size: xx-large;
  font-style: italic;
  color: #FF3333;
}

.center {text-align: center}

.group {
  background: #ffffde;
  color: #000000;
  padding: 10px;
}

.group2 {
  background: #fdfafd;
  color: #000000;
  padding: 10px;
}

.box {
  border: 4px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  font: bold .8em/1.5em arial sans-serif;
}

.discussion {
  border:2px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 0;
  margin: 0;
}

.discgroup {
  background: #edeaea;
  color: #000000;
  padding: 10px;
  height:100%;
}

.formbox {
  text-align: left;
  border: 4px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  width: 450px;
  font: bold .8em/1.5em arial sans-serif;
}

.newform {
  text-align: left;
  border: 0;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  width: 450px;
  font: bold .8em/1.5em arial sans-serif;;
}


.articlelist{
  padding: 0 10px;
	margin: 25px 0; 
	overflow: hidden;
}

.articlelist ul {
  list-style-type: none;
}

.articlelist h3 {
	border-bottom: 1px dotted #ccc; 
}

.bookorder {
  margin-left: 25%;
  margin-right: 25%;
  font: large italic bold;
}

.button {
	border: 3px outset #000000;
	color: #000000;
	padding: 3px;
	background: #136CF9;
}

.logo {
  margin: 0;
  border: 0;
  padding: 10px;
}

.tm {
  vertical-align: super;
  font-variant: small-caps;
  font-size: .5em;
  font-weight: bold;
}
