/* @override 
	http://localhost/rao/jscs/rao.css
	http://localhost/russianarchives.com/jscs/rao.css
*/

/* Snapse Web Style Sheet */

html {
	overflow: auto;
	height: 100%;
	width: auto;
}

body {
	margin: 10px auto 0px;
	padding: 0px;
	color: #000000;
	text-align: center;
	/*background: #ffffff;*/
	background: #bfbfbf url(../images/bg.jpg) repeat-x fixed center top;
	overflow: visible;
	width: 956px;
	border: 1px none black;
}

p {
	font: 11px/120% Verdana, Arial, Sans-Serif;
}

td {
	font: 11px/100% Verdana, Arial, Sans-Serif;
	margin: 10px;
	padding: 0;
	float: none;
	clear: none;
	background: transparent no-repeat 5px 5px;
}

#sidebar_td {
	font: 11px/100% Verdana, Arial, Sans-Serif;
	margin: 10px;
	padding: 0;
	float: none;
	clear: none;
	background: transparent no-repeat 5px 5px;
}

a:link {
	background: transparent;
	color: green;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:visited {
	background: transparent;
	color: #509eda;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	background: transparent;
	color: #ff881d;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	background: transparent;
	color: #f00;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

a.Navlink {
	background: red;
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	font: 10px/100% Verdana, Arial, Sans-Serif;
	font-size:  16px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

h1w {
	font: bold 18px/100% Verdana, Arial, Sans-Serif;
	color: white;
	padding: 20px;
	text-align: left;
}

h2 {
	font: 10px/100% Verdana, Arial, Sans-Serif;
	font-size:  14px;
	font-weight: bold;
	letter-spacing: 0.09em;
	margin-top: 6px;
	margin-bottom: 6px;
}

p.h2w

p.h2w {
	font: bold 14px/180% Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
	color: orange;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	background-color: transparent;
}

h3 {
	font: bold 12px/100% Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
	padding-bottom: 5px;
	border-bottom: 2px solid #77c281;
	margin-right: 5px;
	margin-left: 5px;
}

h3red {
	font: 10px/100% Verdana, Arial, Sans-Serif;
	font-size:  12px;
	font-weight: bold;
	letter-spacing: 0.09em;
	padding-bottom: 5px;
	border-bottom: 2px solid #77c281;
	margin-right: 5px;
	margin-left: 5px;
	color: #990000;
}

h3.style2 {
	font: italic normal 11px/150% Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
	background-color: transparent;
	border: 3px none #ced9dd;
	padding: 10px;
	color: #6e6e6e;
	margin-right: 10px;
	margin-left: 10px;
}

h4, strong {
	font: bold 12px/100% Verdana, Arial, Sans-Serif;
	text-align: left;
	margin: 5px 10px 10px;
}

h5 {
	font: bold 12px/100% Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-style: none;
	border-bottom-color: #77c281;
}

#headline H3 {
	border-bottom: 4px solid #77c281;
}

/* the wrapper holds the whole thing centrally in the browser window */

#wrapper {
	width: 956px;
	margin: 0px auto;
	border: 1px solid black;

	color: #000000;
	text-align: center;
	display: inline;
	height: auto;
	float: left;
	border-bottom: 1px solid black;
}

/* main layout blocks for site */

#header {
	display: block;
	width: 956px;
	height: 70px;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #98aab4 url(../images/header.gif) no-repeat;
	color: #000000;
	border-bottom-color: black;
	border: 0px none #000000;
}

#header table {
	float: right;
	margin-right: 20px;
	margin-top: 50px;
	margin-left: 190px;
	vertical-align: bottom;
}

/* Navbar is the old simple links, replaced by Main menu, a CSS drop down structure */

#navbar {
	background-color: black;
	width: 100%;
	height: 20px;
}

#navbar.navbar {
	width: 100%;
	background-color: black;
}

#Navlink.Navlink {
	width: 100%;
	height: 20px;
	color: white;
	font: .8em Arial, Helvetica, Geneva, sans-serif;
	margin-right: 15px;
}

#Navlink {
	width: 100%;
	height: 20px;
	color: white;
	background-color: transparent;
}

/* @group Search box */

#search {
	position: relative;
	bottom: 60px;
	height: 0;
	float: right;
	display: inline-block;
	margin-right: 8px;
}

.searchbox {
	border-width: 1px;
	height: 18px;
	border-style: solid;
	border-right-width: 0;
}

.searchbutton {
	font-size: 10px;
	font-weight: bold;
}



/* @end */

/* main content blocks for site */
/* the content div holds everything between header and footer together */

#content-container {
	width: 958px;
	display: block;
	margin: 0px 0px 0;
	border: 0px solid #000000;
	padding: 0px 0px 0px 0px;
	background: transparent;
	overflow: auto;
	height: 100%;
	float: left;
}

#content {
	display: inline-table;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	padding: 0 0px 0px;
	float: left;
	height: 90%;
	background-color: white;
	z-index: auto;
	width: 956px;
	clear: left;
}

/* Top section holds the Intro/Feature boxes together */

#top_section {
	width: 956px;
	height: 282px;
	background-color: white;
	margin-bottom: 10px;
}

/* main_panel is where the old RAO content goes */
#main_panel {
	width: 660px;
	font: 11px/100% Verdana, Arial, Sans-Serif;
	display: inline-table;
	text-align: left;
	background-color: #fff;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	margin-bottom: 15px;
	margin-left: 10px;
	border-right: 1px solid #ddd;
	margin-top: 10px;
}

h3.main_panel

h3.main_table.body {
	border-bottom: 2px solid silver;
}

/* th.table_main is on tri2table - a full width table that expands well. */

th.table_main {
	background-image: none;
	padding: 0 20px;
	float: none;
	clear: none;
	overflow: visible;
}

table.gallery_table {
	height: 333px;
}

table.body {
	clear: both;
	background-color: transparent;
	padding-left: 0;
	height: auto;
	font-size: 12px;
	overflow: auto;
}

tbody {
	clear: both;
	background-color: transparent;
	padding-left: 0;
	height: auto;
	font-size: 1em;
	color: black;
	text-align: left;
}

p.body {
	margin: 8px;
}

/* Curvy corner boxes */

#quotebox-wrapper {
	height: 100%;
	width: 100%;
	clear: left;
	display: inline-table;
	padding-bottom: 22px;
	float: none;
}

#quotebox {
	background-color: #fffeca;
	height: auto;
	margin-left: 15px;
	border: 1px solid #97928d;
	float: left;
	display: inline-table;
	clear: none;
	width: 250px;
	margin-top: -10px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.quotebox-text {
	color: black;
	margin: 8px;
	font: 10px Arial, Helvetica, Geneva, sans-serif;
}

span.body {
	margin: 8px;
}

/* @group sidebar right */

/* Sidebar is pushed to the right, and holds the colored info boxes */

#sidebar {
	width: 280px;
	font: 11px/100% Verdana, Arial, Sans-Serif;
	text-align: left;
	float: right;
	overflow: visible;
	height: auto;
	z-index: auto;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	background: white none repeat-x 0;
	clear: none;
	margin-top: 0;
	margin-bottom: 0;
}

.sidebar-right {
	background-color: fuchsia;
	width: 260px;
	float: left;
}

td.sidebar-button {
	color: white;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	background: maroon none repeat-x;
}

#sidebar-nav {
	background-color: silver;
	float: right;
	width: 260px;
	height: 100px;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar-nav.sidebar-button {
	background-color: orange;
	width: 260px;
}

table.sidebar-button {
	background-color: green;
	width: 280px;
}

table#sidebar_table.sidebar_table {
	height: auto;
	float: none;
	border-style: none;
	width: 100%;
}

/* @end */

#topwrapper {
	width: 954px;
	font: 11px/100% Verdana, Arial, Sans-Serif;
	display: block;
	text-align: left;
	background-color: transparent;
	float: none;
	overflow: auto;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* @group Old colorboxes - unused? */

#topbody1 {
	color: white;
	font: bold 14px/200% Verdana, Arial, Sans-Serif;
	background: #2463a6 url(../rao/jscs/multicolor/BluestripGrad.jpg) repeat-x 0 top;
	position: static;
	padding: 0px 0;
	width: 420px;
	margin-bottom: 10px;
	margin-left: 10px;
	/*margin-top: -600px;*/
	display: inline;
	float: left;
	height: 280px;
	visibility: visible;
	clear: none;
	margin-top: 10px;
	overflow: visible;
}

.topbody1b {
	width: 390px;
	height: 260px;
	float: none;
	background-color: yellow;
	display: block;
	color: white;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	font: bold 14px/180% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#topbody2 {
	color: white;
	font: bold 14px/200% Verdana, Arial, Sans-Serif;
	background: black 0 top;
	position: relative;
	padding: 0;
	width: 500px;
	/*margin-top: -600px;*/
	display: inline-block;
	float: right;
	padding: 0px 5px 0px 5px;
	height: 280px;
	visibility: visible;
	clear: none;
	margin: 10px 10px 0 0;
}

#colorbox1 {
	color: white;
	font: bold 14px/200% Verdana, Arial, Sans-Serif;
	background: #0aa754 url(../rao/jscs/multicolor/greengrad.jpg) repeat-x 0 top;
	position: static;
	padding: 0px 0;
	width: 300px;
	/*margin-top: -600px;*/
	display: block;
	float: right;
	height: 120px;
	visibility: visible;
	clear: none;
	overflow: visible;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#colorbox2 {
	color: white;
	font: bold 14px/200% Verdana, Arial, Sans-Serif;
	background: #e87615 none repeat 0 top;
	position: static;
	width: 300px;
	/*margin-top: -600px;*/
	display: block;
	float: right;
	height: 100px;
	visibility: visible;
	clear: none;
	overflow: visible;
	margin: 10px 15px 10px 10px;
}

/* @end */

#sidebar table {
	width: 228px;
	padding: 0;
	display: block;
	float: left;
	visibility: visible;
}

/* @group Sidebar group */

h3.sidebar_text {
	color: white;
	padding-left: 10px;
	font-size: 11px;
	padding-bottom: 10px;
	margin-top: 5px;
	border-bottom: 2px groove #83d6e8;
}

p.sidebar_text {
	color: white;
	font-weight: bold;
	font-size: 10px;
	line-height: 150%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

th.sidebar_text {
	background: #4bacc1 url(../rao/jscs/tricolor/Blue_grad2.jpg) repeat-x;
	padding-bottom: 5px;
}

th {
	background: transparent no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}

span.sidebar_link.style1 {
	color: yellow;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	font-style: italic;
}

#sidebar2 p {
	color: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 150%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	top: 75px;
	position: relative;
}

#sidebar ul {
	margin: 0px 0px 0px 0px;
	border: 0px solid #000000;
	padding: 10px 10px 10px 10px;

	list-style-type: none;
	color: #000000;
}
#sidebar li {
	border-bottom: 1px solid #000000;
}
#sidebar li a:link {
	display: block;
	width: 228px;

	color: white;
	line-height: 100%;
	text-decoration: none;
}
#sidebar li a:visited {
	display: block;
	width: 228px;

	color: #000000;
	text-decoration: none;
	line-height: 100%;
}
#sidebar li a:hover {
	display: block;
	width: 228px;

	color: #000;
	line-height: 100%;
	text-decoration: none;
}
#sidebar li a:active {
	display: block;
	width: 228px;

	color: #000000;
	line-height: 100%;
	text-decoration: none;
}

#orangeblock_middle {
	height: 44px;
	background: white no-repeat;
}

/* @end */

/* bottom-section ------ */

#bottom-section {
	width: 956px;
	height: 100%;
	margin-top: 5px;
	display: inline-block;
	float: left;
	clear: both;
}

.title-bottom {
	color: black;
	width: 100%;
	display: inline;
	position: relative;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	vertical-align: top;
	margin-bottom: 10px;
	float: left;
}

/* the footer, containing credits, rss links etc */
#footer {
	width: 956px;
	margin: 0px 0px 0px 0px;
	background: #98aab4 url(../images/Footer.gif);
	clear: none;

	color: white;
	font-size: 10px;
	text-align: center;
	float: left;
	display: block;
	border-bottom: 0 none black;
	border-right: 0 none #528759;
	border-color: #000000;
	border-width: 0px;
	overflow: visible;
	padding-left: 0;
	padding-right: 0;
	height: 65px;
	border-top: 1px solid black;
}

#footer-wrapper {
	width: 956px;
	margin: 0;
	background: #98aab4;

	color: #f0f0f0;
	font-size: 10px;
	text-align: center;
	display: block;
	border-bottom: 1px solid black;
	border-right: 1px none #528759;
	padding: 0;
	clear: both;
	float: none;
	overflow: visible;
	border-top-style: none;
	border: 0px none #000000;
	border-left-style: none;
}

#footer p {
	width: 956px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000000;
	font-size: 10px;
}

#footer a:link {
	display: block;
	color: #ffffff;
	line-height: 100%;
	text-decoration: none;
}
#footer a:visited {
	display: block;
	color: #ffffff;
	line-height: 100%;
	text-decoration: none;
}
#footer a:hover {
	display: block;
	color: #ffffff;
	line-height: 100%;
	text-decoration: none;
}
#footer a:active {
	display: block;
	color: #ffffff;
	line-height: 100%;
	text-decoration: none;
}

/* * IE6 fixes - footer fix */
* html body {
  overflow: auto;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  /*padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #7995a1 none fixed;  /* Same as body 
                               background */
}

img { behavior: url(../rao/jscs/iepngfix.htc); }

.photo {
	margin: 8px;
}

.slide {
	border-top: 5px solid white;
	border: 5px solid white;
	border-bottom-width: 15px;
}


/* the main class keeps content away from the edges. */

.main {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 5px solid #000000;
}

.sidebar_text a {
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px 0px 0px 10px;
	color: #000000;
	text-decoration: none;
	display: block;
}

/* Indent menu */

.indentmenu ul{
margin: 0;
padding: 0;
float: left; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/menu/indentbg.gif) repeat-x center top;
	width: 956px;
	height: 24px;
}

.indentmenu ul li{
display: inline;
	background-color: maroon;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #ff881d url(../images/menu/indentbg2.gif) repeat-x center top;
}

/* @group Section Menu */

/* SectionMenu */

#menubox-rounded {
	background-color: transparent;
	height: auto;
	margin-left: 13px;
	border: 1px none #97928d;
	float: left;
	display: inline-table;
	clear: none;
	width: 250px;
	margin-top: 0;
	top: 5px;
	position: relative;
	left: 5px;
}

.glossymenu{ /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 1px;
	display: block;
	margin-right: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
	width: 250px;
}

.glossymenu a.menuitem{
background: maroon 0;
color: white;
padding: 4px 0;
padding-left: 10px;
	border: 1px solid #565656;
	display: block;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	width: auto;
}

.glossymenu a.menuitem.submenuheader{
background: gray 0;
color: white;
position: relative;
padding: 4px 0;
padding-left: 10px;
	border: 1px solid #565656;
	display: block;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
	background-position: 0;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
	border: 0 solid black;
}

.glossymenu a.menuitem:hover{
	background: #ff881d url(../rao/images/menu/indentbg2.gi) 0 -5px;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #98aab4;
	border: 1px solid gray;
	width: auto;
	font-size: 11px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 11px Arial, Helvetica, Geneva, sans-serif;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: silver;
colorz: white;
}

/* @end */


/*
.sidebar_text a:hover { background: #ffffff; color: #000000; }
.sidebar_text a:active { background: #ffffff; color: #000000; border-bottom: 1px solid #000000; }
*/

