/* ONLY USED ON ERROR PAGES */
body{
	color:#000;
	font-family: "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size: 72.5%;
	text-align:left;
}
#main {
/*holds the guts of the site including header and text*/
	margin: 10px auto; 
	padding: 0; 
	width: 960px;
	clear: both;
}
#navcontainer {
/*holds the banner and menu */
	text-align:center;
	margin: 20px 0;
	z-index: 1;
	clear: both;
	width: 100%;
}
#cont {
/*holds the banner and menu */
	float: left;
	/*position: relative; */
	margin: 0 20px;
	text-align: left;
	line-height: 1.5;
}
#cont.black {
	text-align: center;
	background-color: #666666;
	padding: 5px;
	margin: 0 35px;
	width: 890px;
}
#cont.black p {
	color: #FFFFFF;
}
#cont p {
	line-height: 1.5;
	margin-bottom: 1em;	
}
#cont img {
	padding: 10px;
	border: none;	
}
#cont img.photo {
	margin: 0 10px 10px 10px;
	padding: 0;
	border: solid thin #333;	
}

#cont img.special {
	padding: 0px;	
}
p a:link p a:active {
	color: #333399;
	border-bottom: dotted #cccccc 1px;
}
p a:visited {
	color: #663399;
	border-bottom: dotted #cccccc 1px;
}
p a:hover {
	color: #000000;
	border-bottom: dotted #999999 1px; 
} 
.highlight    {
	width: 90%;
	margin:20px auto;
	text-align:left;
	padding: 10px;
	-moz-box-shadow:5px 5px 10px #999; 
	-webkit-box-shadow:5px 5px 10px #999;
	box-shadow:5px 5px 10px #d7d7d7; 
	color: #252525;
	background: #f6f6eb;
	border: 1px solid #ccc;
}
.highlight blockquote    {
	text-align:left;
	line-height: 10px;
}
h1 {
	font-size: 1.0em;	
}
#cont .highlight h1, .highlight h1 {
	color:#333;
	font: 700 1.2em Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: left;
}
#cont h1 , #centiments h1, #main h1 {
	font: 400 2.4em Georgia, "Times New Roman", Times, serif;
	color: #444750;
	text-align: center;
	margin: 5px 0px;
	padding: 10px 0px 8px 0px;
}
h2 {
	color:#990000;
	font: 500 1.6em/1.4em Georgia, "Times New Roman", Times, serif;
	margin: 1.0em 0;
	text-align: left;
}
h3 {
	color:#990000;
	font: 600 1.4em/1.6em Georgia, "Times New Roman", Times, serif;
	margin:1.0em 0 .5em;
	text-align: left;
}
#cont.black h3 {
	font: 700 1.4em/1 Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: bold;
	margin:1.0em 0 .5em;
	border: none;
}
h4 {
	font: 700 1.3em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #444750;
	font-weight: bold;
	margin:1.0em 0 .5em;
	border: none;	
}
label {
	/*display: block;*/
	text-align: left;
	font: bold 11px/18px Tahoma, Geneva, sans-serif;
	margin-top: 5px;
	margin-right: 5px;
}
input.bigButton {
  background-color: hsl(138, 100%, 16%) !important;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(hsl(138, 100%, 16%)), to(hsl(138, 100%, 16%)));
  background-image: -moz-linear-gradient(top, hsl(138, 100%, 16%), hsl(138, 100%, 16%));
  background-image: -ms-linear-gradient(top, hsl(138, 100%, 16%), hsl(138, 100%, 16%));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, hsl(138, 100%, 16%)), color-stop(100%, hsl(138, 100%, 16%)));
  background-image: -webkit-linear-gradient(top, hsl(138, 100%, 16%), hsl(138, 100%, 16%));
  background-image: -o-linear-gradient(top, hsl(138, 100%, 16%), hsl(138, 100%, 16%));
  background-image: linear-gradient(hsl(138, 100%, 16%), hsl(138, 100%, 16%));
  border-color: hsl(138, 100%, 16%) hsl(138, 100%, 16%) hsl(138, 100%, 16%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.00);
  -webkit-font-smoothing: antialiased;
 padding: 5px;	
}
input.silver_btn { /* this style is for buttons */
	font: bold 11px/16px Tahoma, Geneva, sans-serif;
     color: #666666;
	border: 1px solid #d7d7d7;
	background: #fff url(components/silver-btn_bg.gif) repeat-x left bottom;
	padding: 4px;
	margin: 2px 4px;
	cursor: pointer;
}
input {
	color: #252525;
	/*border: 1px solid #d7d7d7;*/
	padding: 2px;
	margin: 2px;
	vertical-align: middle;
	text-align: left;
}
select {
	margin: 2px;
	padding: 2px;
}
input.required {
	border: 1px solid #BE301A;
}
select.required {
	border: 1px solid #BE301A;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
legend {
    	font: 24px/30px "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	color: #999999;
	letter-spacing: -1px;
	padding: 3px 0 5px;
	/*border-bottom: 1px solid #d7d7d7;*/
	font-style: italic;
	margin-bottom: 15px;
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
dd {
	font-weight: normal;
	margin-top: 0.5em;
	margin-left: 0;
	padding-left: 0;
}
dt {
	font-weight: bold;
	display: block;
	margin-top: 1em;
}
.buttonRight {
	float: right;	
	text-align: right;
	padding: 2px 0;
}
.buttonLeft {
	float: left;	
	text-align: left;
	padding: 10px 0;
}
hr {
	color: #fff;
   background: #fff url(numisnotes/images/divider-600x31.gif) no-repeat center;
   height: 31px;
   border: 0;
}
.error {
	color: #090;
	font-style: italic;
}
img {
	border: none;	
}
img.photo {
	padding: 2px;
	border: 1px double #000000;
	background-color: #FFFFFF;
	margin: 5px;
}
.captions {
	color:#FFFFFF;
	font: 0.8em "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#error_msg {
	color: #000;
	font-style: italic;
	padding: 10px;
	border: 1px solid #090;
	margin: 10px;
}
table.sample caption {
	color:#990000;
	font: 700 1.3em/1 Georgia, "Times New Roman", Times, serif;
	margin:2.0em 0 .5em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 2px;
}
table.sample {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: rgb(255, 250, 250);
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: dotted;
	border-color: gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 3px;
	font-weight: bold;
}
table.sample td {
	border-width: 1px;
	padding: 5px 5px 5px 5px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td.odd {
	background-color: #FFFFFF;
}
.price {
	text-align: right;	
}
input,select,textarea {
	font: 1.1em "Trebuchet", Verdana, Arial, Helvetica, sans-serif;	
}
span.error {
	float: none;
	color: #900;
	padding-left: 0.5em;
	vertical-align: top;
	margin-bottom: 10px;
	display: block;
}
/* menu styles */
#topMenu {
	width: 960px;	
	background: #D2D3CE url(components/menu_bg.jpg) no-repeat center center;
	height: 30px;
}
#headerMenu {
	/*border-top: 1px solid #252525;*/
	margin: 0 auto;
	display: inline;
	list-style:none;
}
#headerMenu li{ 	
	float: left;
	line-height: 20px;
	text-align: left;	
	vertical-align: middle;	
	font-size: 0.9em;
}
#headerMenu li a  {	
	display: block;
	/*background: #D2D3CE;
	color: #252525;*/
	padding: 5px 25px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;	
	white-space: nowrap;
}
#headerMenu li a:hover, #headerMenu li a.active {	
	/*background: #E0D8B4;*/
	
	background: #f8da66 url(components/menu_bg_on.jpg) no-repeat center center;
	color: #000;
}
#headerMenu li a:hover {
	/*text-decoration: underline;*/
}
#headerMenu li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
}

#headerMenu li ul li {	
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 30px;
	vertical-align: middle;
}

#headerMenu li ul li a {	
	background: #b1b2b9;
	color: #252525;
	padding: 5px 15px;
}
#headerMenu li ul li a:hover {	
	background: #E1E1E1;
	color: #000;
}
.leftColumn {
	float: left;	
	width: 440px;
	padding: 0px 10px;
}
.rightColumn {
	float: right;
	width: 440px;
	padding: 0px 10px;
}
#footer {
	text-align: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
	background: #fff url(components/rcna_footer.jpg) no-repeat 20px 10px;
}
#footer p {
	color: #858585;
	padding: 0 15px;
	margin: 5px 0;
	font-size: 0.9em;
	text-align: center;
}
#footer a {
	color: #990000;
	
}
#footer .left {
	float: left;
	width: 300px;	
	margin: 0;
	padding: 0;
}
#footer form {
	margin: 0;
	padding: 0;	
	text-align: left;
	font-size: 0.9em;	
}
#footer p.topPage {
	color: #900;
	text-align: right;
	border: none;
	margin: 0;
	background: url(components/sort_asc.png) no-repeat right center;
	border-top: 1px solid #B1B2B9;
	border-right: #ECECEC;
	border-bottom: #ECECEC;
	border-left: #ECECEC;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 0;
}
 #footer li {
	 font-size: 0.9em;
	 line-height: 1.4em;
	color: #900;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	font-weight: 100;
 }
 #footer a {
	color: #900;	 
 }
#footer li a {
	color: #900;
	text-decoration: none;
	font-weight: 100;
	
}
#footer li.black {
	color: #252525;	
}
#footer a:hover, #footer h4 a:hover {
	text-decoration: underline;
	color: #000;
}	
#footer h4 {
	font-size: 1.1em;
	color: #333;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
}
#footer h4 a {
	font-weight: bold;
	color: #333;
	margin-bottom: 1.0em;
	text-decoration: none;
}
#footer ul {
	padding-left: 0px;
	margin: 0 auto;
}
#footer div.columns {
	width: 180px;
	padding: 0 5px;
	margin: 0;
	float: left;	
}
#footer div.columnsBig {
	width: 200px;
	padding: 0 5px;
	margin: 0;
	float: left;	
}
#footer div.columnsSmall {
	width: 105px;
	padding: 0 5px;
	margin: 0;
	float: left;	
}
/* lists in text */
ul {
	margin-left: 10px;	
}
ul.list {
	list-style: square;
	padding-left: 15px;	
	margin-bottom: 10px;
}
ul.alist {
	list-style:lower-alpha;	
	padding-left: 15px;
}
ol li {
	list-style:decimal;
	padding-left: 30px;	
}
#cont ol {
	padding-left: 50px;	
}
.coversRow {
	width: 100%;
	clear: both;	
}
.coversRow img {
	vertical-align: text-top;	
}
.covers {
	padding: 10px;
	width: 140px;
	display: inline-block;
}

.rightColumn h2, .leftColumn h2 {
	text-align: left;	
}
div.clear {
	clear: both;	
}
.conventionMenu {
	background: #DDECEC;
	padding: 10px;
		
}
table.tablegrid {
	width: 100%;	
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
.tablegrid th {
	color: #F7941D;
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #d7d7d7;
	font: bold 1.0em Tahoma, Geneva, sans-serif;
	text-align: left;
}
.tablegrid thead th {
	background: url(components/sort_both.png) no-repeat left bottom;
}
.tablegrid td {
	border-bottom: 1px solid #d7d7d7;
	color: #036;
	padding: 6px 8px;
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
}
.tablegrid td.date {
	background-color: #ECECEC;
}
.tablegrid tfoot td {
	font: normal 1.0em Tahoma, Geneva, sans-serif;
	padding: 8px;
	background: #eee;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	color: #0072BC;
}
.tablegrid tbody tr:hover td
{
	color: #009;
	background-color: #eee;
}
.tablegrid th.headerSortUp {
	background: url(components/sort_asc.png) no-repeat left bottom;
} 
.tablegrid th.headerSortDown {
	background: url(components/sort_desc.png) no-repeat left bottom;
}
.tablegrid tbody tr.odd td {
	background-color:#F0F0F6;
}
.tablegrid input {
	padding: 1px;	
	margin: 1px;
}
.tablegrid p {
	margin: 1px;	
}
.tablegrid td.discount {
	color: #BE301A;
	font-weight: bold;	
}
.alert-ok {
	display: block;
	border: 1px solid #8da330;
	padding: 10px 25px 10px 45px;
	width: 80%;
	background-color: #e6ebc2;
	background-image: url(/components/icon-ok.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
.alert-warning {
	background: #FFF9E3 url(/components/icon-wrong.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #c05843;
	padding: 10px 25px 10px 45px;
	width: 80%;
	}

.alert-tip {
	background: #FFF9E3 url(/components/icon-alert.gif) 10px center no-repeat;
	display: block;
	border: 1px solid #dc9b58;
	padding: 10px 25px 10px 45px;
	width: 80%;
	}
#centiments {
/*holds the guts of the site including header and text*/
	margin: 10px auto; 
	padding: 0; 
	width: 860px;
	clear: both;
}
#centiments p {
	margin-bottom: 1em;
	line-height: 1.5;	
}
p.largeSpace {
	height: 8em;	
	margin-bottom: 1em;
}
.navbar .btn-navbar {
	float: left;
}
/*#join {
	width: 111px;
	height: 100px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(components/join_btn.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#join span { display: none; }
#join a {
	width: 111px;
	height: 100px;
	margin: 0;
	padding: 0;
		display: block;	
}
#join a:hover, #join a:active {
	background-image: url(components/join_btn_over.jpg);
	background-position: 0 -36px;
	background-repeat: no-repeat;
}
#joinF {
	width: 111px;
	height: 100px;
	padding: 0;
	display: block;
	background-image: url(components/join_btn_fr.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#joinF span { display: none; }
#joinF a {
	height: 100px;
	width: 111px;
	margin: 0;
	padding: 0;
		display: block;	
}
#joinF a:hover,#joinF a:active {
	background-image: url(components/join_btn_fr_over.jpg);
	background-position: 0 -37px;
	background-repeat: no-repeat;
}*/
.list-inline > li~li { border-left: 1px solid #000000 }