@font-face {
    font-family: 'ruse';
    src: url('/assets/fonts/ruse-webfont.eot');
    src: url('/assets/fonts/ruse-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/ruse-webfont.woff') format('woff'),
         url('/assets/fonts/ruse-webfont.ttf') format('truetype'),
         url('/assets/fonts/ruse-webfont.svg#ruseregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* css reset */
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, 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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-family:inherit;
	font-weight: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;
}
html {
	font-weight:normal;
	font-style:normal;
	width:100%;
	background-color: #ffb819;
}
ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
	font-family:Georgia,serif;
	font-size: 15px;
	color:#000;
}
p, td, ol, ul, td {
	font-family: inherit;
	font-size: inherit;
}
li {
	margin:0 0 .5em 0;
}
td { 
	vertical-align:top; 
}
#textarea td {
	line-height: 150%;
}
hr {
	border:0;
	height: 1px;
	background-color: #aaa;
	color: transparent;
	font-size:2px;
	line-height: 2px;
	margin:12px 0;
}
a:link {
	text-decoration:none;
	color:#0036d1;
}
a:visited { 
	text-decoration:none;
	color:#0036d1;
}
a:hover { 
	text-decoration:underline;
	color:#0000FF;
}

a img { border:0; }

p { margin:0 0 .8em 0; 
	line-height: 150%;
	color:#000;
}

ul {
	margin:0 0 0.8em 0;
	padding:0 0 0 1.4em;
	line-height: 150%;
}

ol {
	margin:0 0 0.5em 0;
	padding:0 0 0 2.5em;
	line-height: 150%;
}

h1		{
	font-family: ruse,sans-serif;
	font-weight:normal;
	font-size:38px;
	line-height:32px;
	margin:0 0 .6em 0;
	color: #704104;
}
h2		{ 
	font-weight:bold;
	margin:1.5em 0 .5em 0;
	font-size:115%;
	color:#8e5000;
}
.allcaps-spaced {
	text-transform: uppercase;
	letter-spacing: 2px;
}
h3		{ font-weight:bold;
	margin:1.5em 0 .4em 0;
	font-size:100%;
	color:#000;
}

h4	{
	font-weight:normal;
	font-style: italic;
	font-size:100%;
	color:#000;
	margin: 1.2em  0 0.5em 0;
}
h5	{
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	color:#005d7e;
	margin: 1em  0 .3em 0;
}
h6	{
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color:#000000;
	margin: 1em  0 0 0;
}

table {
	border-collapse: collapse;
}
b,strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.notice { 
	color:#b03011;
	font-weight:bold;
	font-size:115%;
}
.highlight { 
	color:#b03011;
	font-weight:bold;
}
.highlightBrown {
	color:#745a2a;
	font-weight:bold;
}
.textindent {
	margin-left: 16px;
}
.photoright { 
	float:right;
	margin:0 0 10px 14px;
}

.photoleft { 
	float:left;
	margin:0 14px 10px 0;
}
.query {
	color: #CC0033;
	font-weight: bold;
}
.quote {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	color: #ae1f23;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.quoteLine {
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	padding-top: 4px;
	color: #ae1f23;
	border-top: 1px solid #aaa;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.quoteYellow {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #dda239;
}
.quoteOlive {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #888549;
}
.quoteauthor {
	font-size: 12px;
	font-weight: normal;
	color:#000;
	padding-bottom: 6px;
	position: relative;
	top:-4px;
	border-bottom: 1px solid #aaa;
	line-height:120%;
	margin: 0;
}
.photo-caption {
	color:#000;
	font-size:90%;
	margin:0;
	position: relative;
	top:-.8em;
	font-weight: bold;
	line-height: 115%;
}
blockquote {
	margin:0 0 1em 2em;
}

.moreSpaceAbove { margin-top:1.5em;
}
.noSpaceBelow	{ margin-bottom:0;
}
.noSpaceAbove	{ margin-top:0;
}
.hangingIndent  { 
	margin:0 0 0 16px;
	text-indent:-16px;
}

.textSmaller { font-size:90%;
}
#rightmenu {
	width:150px;
	margin:0 0 30px 30px;
	border-bottom:2px solid #ad923c;
	float:right;
}
.rightmenuhead {
	color:#FFFFFF;
	padding:4px 10px 4px 10px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	letter-spacing:1px;
	background-color: #888;
}
ul.rightmenu { 
	margin:3px 0 3px 0;
	padding:0;
	list-style-type:none;
	width:150px;
}
ul.rightmenu li { 
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:120%;
	letter-spacing:1px;
	width:147px;
}
ul.rightmenu li a:link, ul.rightmenu li a:visited { 
	font-weight:normal;
	background-image:url(/assets/media/images/sidemenu.bullet.png);
	background-repeat:no-repeat;
	background-position:10px 3px;
	display:block;
	padding:2px 8px 2px 24px;
	color:#000000;
}
ul.rightmenu li a:hover {
	color:#0044FF;
}
ul.rightmenu li.submenuOn a, ul.rightmenu li.submenuOn a:link, ul.rightmenu li.submenuOn a:visited { 
	color:#000099;
	font-weight:bold;
}
ul.rightmenu ul {
	margin-bottom:0;
}
ul.rightmenu li.submenuOn ul li a, ul.rightmenu li.submenuOn ul li a:link, ul.rightmenu li.submenuOn ul li a:visited {
	font-weight:normal;
	color:#000000;
}
ul.rightmenu li.submenuOn ul  li.submenuOn a, ul.rightmenu li.submenuOn ul  li.submenuOn a:link, ul.rightmenu li.submenuOn ul  li.submenuOn a:visited { 
	color:#000099;
	font-weight:bold;
}
.grey {
	color: #777777;
}
sup, .superscript { 	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}
.hiliteBoxYellow {
	background-color:#ffd283;
}
.textarea .hiliteBoxYellow td {
	padding:0;
}
.hiliteBoxYellow h2 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	display:block;
	margin:0 0 6px 0;
	padding:4px 8px 4px 8px;
	background-color:#efb310;
}
.hiliteBoxYellow p {
	font-size:10px;
	padding:4px 8px 4px 8px;
	margin:0 0 .5em 0;
}

.hiliteBoxOrange {
	background-color:#fece9d;
}
.textarea .hiliteBoxOrange td {
	padding:0;
}
.hiliteBoxOrange h2 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	display:block;
	margin:0 0 6px 0;
	padding:4px 8px 4px 8px;
	background-color:#f78f1e;
}
.hiliteBoxOrange p {
	font-size:10px;
	padding:4px 8px 4px 8px;
	margin:0 0 .5em 0;
}

.hiliteBoxBlue {
	background-color:#cfd5ea;
}
.textarea .hiliteBoxBlue td {
	padding:0;
}
.hiliteBoxBlue h2 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	display:block;
	margin:0 0 6px 0;
	padding:4px 8px 4px 8px;
	background-color:#2b2f64;
}
.hiliteBoxBlue p {
	font-size:10px;
	padding:4px 8px 4px 8px;
	margin:0 0 .5em 0;
}

.hiliteBoxTan {
	background-color:#eee4cd;
}
.textarea .hiliteBoxTan td {
	padding:0;
}
.hiliteBoxTan h2 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	display:block;
	margin:0 0 6px 0;
	padding:4px 8px 4px 8px;
	background-color:#696053;
}
.hiliteBoxTan p {
	font-size:10px;
	padding:4px 8px 4px 8px;
	margin:0 0 .5em 0;
}

.hiliteBoxGreen {
	background-color:#d7e9e7;
}
.textarea .hiliteBoxGreen td {
	padding:0;
}
.hiliteBoxGreen h2 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	display:block;
	margin:0 0 6px 0;
	padding:4px 8px 4px 8px;
	background-color:#006f66;
}
.hiliteBoxGreen p {
	font-size:10px;
	padding:4px 8px 4px 8px;
	margin:0 0 .5em 0;
}
.sidebarshaded {
	font-size:12px;
	background-color: #fff4e1;
	float:right;
	margin:0 0 16px 24px;
	-moz-box-shadow: 2px 2px 8px  #666; /* Firefox */
	-webkit-box-shadow: 2px 2px 8px #666; /* Safari/Chrome */
	box-shadow: 2px 2px 8px #666; /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";/* IE 8 */
	filter : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');/* IE 5.5 - 7 */  
}
#textarea table.sidebarshaded tr td, table.sidebarshaded tr td {
	padding:12px;
}
.spaceBelow {
	margin:0 0 .8em 0;
}

.lined, table.lined, table.lined td, td.lined, tr.lined td, table.lined th {
	border:1px solid #748539;
	border-collapse:collapse;
}
th {
	vertical-align:bottom;
	text-align:left;
	background-color:#fde3b6;
	color:#446452;
}
table.lined td, #textarea table.lined td, table.lined th, #textarea table.lined th {
	padding:4px 6px;
}
table.lined p {
	margin:0;
}
.header, tr.header td {
	background-color:#800000;
	color:#FFFFFF;
	font-weight:bold;
}	

.backtotop {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
}

body#tinymce.mceContentBody {
	max-width:612px;
	background-color: #ffb819;
}
body#tinymce.mceContentBody {
	background-color:#ffb819;
	padding:10px;
	height:100%;
}
body#tinymce.mceContentBody p {
	font-size:inherit;
	font-family:inherit;
}


.popupvideo {
}
.textbutton {
}
.booktable a.textbutton:link,  .booktable a.textbutton:visited {
	display: inline-block;
	padding: 4px 10px 4px 10px;
	text-transform: uppercase;
	color: #fff;
	background-color: #464583;
	background-repeat: no-repeat;
	border-radius: 12px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 9px;
	font-family: arial,sans-serif;
	line-height: 100%;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
}
.booktable a.textbutton:hover  {
	text-decoration: none;
	background-color: #312f75;
}

table.quicklinks {
	width:128px;
	border:1px solid #999;
}
table.quicklinks td {
	padding: 0 10px 6px 10px;
}
table.quicklinks h2 {
	margin: 4px 0;
	font-size: 12px;
	line-height:120%;
	color: #007dc3;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.popuppage .sidebar-feature {
	width:100%;
}
.popuppage .sidebar-feature td {
	background-color:transparent;
	font-size: 100%;
	padding: 0;
}
.popuppage .sidebar-feature p {
	font-size: 100%;
}
.popuppage .sidebar-feature h2 {
	display: none;
}
.book-table, #textarea .book-table {
	margin:.8em 0;
}
.book-table td, #textarea .book-table td {
	padding:0 10px 10px 0;
	text-align: center;
	width:25%;
}
.book-table p, #textarea .book-table p {
	margin: 0;
	text-align: center;
}
.book-title {
	font-style: italic;
	line-height: 120%;
}
.book-author {
	font-size: 93%;
}
.book-purchase, #textarea .book-table .book-purchase {
	margin:4px 0;
}

table.table-dates td p, #textarea table.table-dates td p {
	margin:0;
}
table.table-dates td , #textarea table.table-dates td {
	padding-bottom:8px;
}
textarea, input[type="text"] {
	border:1px solid #aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input[type="submit"],a.textbutton {
	font-family:'Open Sans', Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:none;
	text-align: center;
	display: inline-block;
	padding:3px 14px;
	line-height:100%;
	border-radius:18px;
	background-color:#b1831e;
	border:1px solid #90670e;
	color:#fff;
}
input[type="submit"]:hover, a.textbutton:hover {
	background-color:#90670e;
	cursor:pointer;
	text-decoration:none;
}
