body { 
    padding: 0px;
    font-family: verdana, arial, geneva, sans-serif; 
	font-size: 11px; 
	line-height: 140%; 
	color: #000;
	/* top,right,bottom,left */
    margin: 20px 0px 20px 0px;
	text-align: center;
    }

/* special table data */
.tdMenuBg {background-color: #990000;}
.tdMenuSpacer {background: url(/assets/layout/bg_menuspacer.gif); height: 8px; background-repeat:repeat-x;}
.tdSpacer {background: url(/assets/layout/blank.gif); height: 20px; background-repeat:repeat-x;}
.tdPageBot {background-color: #474747;}

#container {background-color: #fff; border: 1px solid #ccc; width: 900px; margin: 0 auto; height: 100%;}


.logo
{
	background-color : inherit;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(logo.gif);
	width: 170px;
	height: 130px;
}


.topimg
{
	background-color : inherit;
	background-repeat: no-repeat;
	background-image: url('top_img.jpg');
	width: 880px;
	height: 125px;
	padding: 0px;
	margin: 0px;
}


.rubquote
{
	background-color : inherit;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(rub_quote.gif);
	width: 110px;
	height: 20px;
}


/* styles for menu */

/* EXPANDING menu styling */
#mnux ul {
	margin-left:0 !important;
	margin-top:1px !important;
	width:170px !important;
	w\idth:162px !important;
	}

#mnux ul ul {
	width:162px !important;
	w\idth:154px !important;
	background-color: #fff !important;
	}
#mnux ul ul ul {
	width:154px !important;
	w\idth:146px !important;
	background-color: #fff !important;
	}

/* give all anchors a hand cursor */
#mnux a {
	cursor:pointer !important;
	cursor:hand !important;
	}

/* SUBMENUS - to the left or right on pages --> */
.subMenu {font-size: 11px; line-height: 14px; text-decoration: none; color: #000;}
.subMenu:hover {text-decoration: underline;}
/* End styles for Menus */

/* Fonts and links */
.PageTitle {font-family: arial, helvetica, sans-serif; font-size:18px; color: #666; font-weight: bold; line-height: 30px;}

.editlink {font-family: verdana, geneva, sans-serif; font-size: 10px; color: #ff6600; font-weight: bold;}
.statuslink {font-family: verdana, geneva, sans-serif; font-size: 9px; color: #ff6600;}

.SmallLinkDark {font-size: 11px; line-height: 14px; text-decoration: none; color: #666;}
.SmallLinkDark:hover {color: #000; text-decoration: underline;}

.SmallLinkLight {font-size: 11px; line-height: 14px; text-decoration: none; color: #FFF;}
.SmallLinkLight:hover {color: #FFF; text-decoration: underline;}

.SmallFontDark {font-size: 11px; line-height: 14px; color: #666;}
.SmallFontLight {font-size: 11px; line-height: 14px; color: #FFF;}

.footerFont {font-family: 'Arial Narrow', 'Helvetica Narrow', Tahoma, sans-serif; font-size: 13px; line-height: 15px; color: #fff;}
.footerLink {font-family: 'Arial Narrow', 'Helvetica Narrow', Tahoma, sans-serif; font-size: 13px; line-height: 15px; text-decoration: none; color: #fff;}
.footerLink:hover {color: #fff; text-decoration: underline;}

.PositionHeaderText {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; color: #666;}
.openedlink {font-family: tahoma, verdana, geneva, sans-serif; font-size: 11px; color: #990000; text-decoration: none; font-weight: bold}

/* Table styles */
TABLE.BOX {border: 10px solid #fff; height: 100%; background-color: #fff;}
TABLE.FullHeight {height: 100%;}

.BoxGreen {background-color: #ffcc00; padding: 5px;}
.BoxGreen TD {color: white;}

.BoxQuotes {border: 1px solid #CCC; padding: 10px; background: url(/assets/layout/bg_quotes.gif); background-repeat:repeat-x; background-position: 100% 80%; background-color: #FFF; color: #999;}

Table.BoxGoldWhite {border: 1px solid #CCC; padding: 4px; background-color: #FFF; color: #666;}
Table.BoxGoldWhite th {font-size: 13px; color: #FFF; background-color: #ff6600;}
Table.BoxGoldWhite td {font-size: 11px; vertical-align: top; line-height: 140%;}
Table.BoxGoldWhite a {font-size: 11px; color: #ff6600;}

/* LEFT NAVIGATION */
#BoxFeatured{
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	border:1px solid #cccccc;
	background:#ffffff;
	margin: 0px !important;
	width: 200px;
}

.BoxFeaturedContentHeader{
	font: 11px Verdana,Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	background-color:#990000;
	text-align: center;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
    margin: 0px auto 0 auto;
}

#BoxFeatured ul{margin:0px !important; padding:0px !important;list-style-type: none;}

#BoxFeatured a{
	color: #3c3c3c;
	display:block;
	width: 198px;
	margin: 0px;
	background: #ffffff;
	text-decoration: none;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cccccc;
}

#BoxFeatured a:hover {color: #296DC1;}


/* ----------  ALBUM STYLE - 1. containers ---------- */
#photoContainer {
        /* float: left; */
		padding-top: 10px;
		padding-bottom: 0px;
		width: 265px;
		margin-right: 0px;
		background-color: #fff;
		}

#textContainer {
		padding: 20px;
		margin-top: 6px;
		width: 225px !important;
		width: 100%;
		height: 98px !important;
		height: 118px;
		background-color: #ffcc00;
		color: #fff;
		font-family: verdana, geneva, arial, helvetica, sans-serif;
		font-size: 11px;
		}

#thumbnails {
		width: 245px !important;
		width: 100%;
		height: 20px !important;
		height: 25px;
		margin-top: -5px;
		padding-top: 10px !important;
		padding-top: 5px;
		padding-left: 20px;
		padding-bottom: 5px;
		background-color: #990000;
		/* text-align: center; */
		}

/* ---------- ALBUM STYLE - 2. images ---------- */
#photoContainer img {
		margin-bottom: 0px;
		}
		
#thumbnails img {
		margin: 0 -3px; ma\rgin: 0;
		padding: 2px;
		border: 0;
		}

#thumbnails a {font-family: 'arial narrow', 'helvetica narrow', sans-serif; font-size: 14px; font-weight: bold; color: #ff9900; text-decoration: none;}
#thumbnails a:active {font-family: 'arial narrow', 'helvetica narrow', sans-serif; font-size: 14px; font-weight: bold; color: #fff; text-decoration: none;}
