#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
html {
	/* background-color: #DDE2E5; */
	
}
body {
	color: black;
	font-family: 'Tahoma', 'Lucida Sans', 'Arial', 'Helvetica', 'Sans-serif', 'sans';
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 auto;
	background-color: #F1F1F1;
}
#body-container {
	position: relative; 
	margin: 0 auto; 
	width: 900px;
}
#page-header-container {
	position: relative; 
	margin: 0 auto;
	margin-bottom: 10px; 
}
#page-header {
	margin: 0 auto;
	position: relative;
}
.center-box {
	margin: 0 auto;	
	position: relative;
	text-align: center;
}
.box {
	position: relative; 
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px; 
	padding-top: 20px;
	padding-bottom: 20px;
}
.white-box {
    border: 0px none;
/*     box-shadow: 1px 1px 1px rgba(1, 1, 1, 0.1); */
    /* box-sizing: border-box; */
    background-color: #FFF;
}
#page-header-bg-container {
    background-image: url("/vmiru/vmimages/bg/bg2.png");
	position: relative;
	height: 175px;
	border-bottom: 1px solid #E3E3E3;
}
#page-header-links-bottom-right {
    position: absolute;
    right: 15px;
    bottom: 0px;
    padding: 0px;
    font-size: 0px;
    cursor: auto;
    background-color: #F1F1F1;
    margin: 0;
}
#page-header-links-bottom-left {
    position: absolute;
    left: 15px;
    bottom: 0px;
    padding: 0px;
    font-size: 14px;
    cursor: auto;
    background-color: #F1F1F1;
    margin: 0;
}
.header-links-container {
    float: right;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    /* border: 1px solid #E3E3E3; */
    border-bottom: 0px;
    background-color: #F1F1F1;
    margin: 0;
    vertical-align: middle;
}
.header-links-item {
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.social-media-icon {
	border:0; 
	width:26px;
	height:26px;	
}
#page-header-logo-image-container {
    top: 0px;
    left: 15px;
    position: absolute;
    background-color: rgba(0, 51, 51, 0.5);
    display: inline-block;
    padding: 10px;
}
.page-header-logo-image {
	border:0; 
}
#page-header-row1-container {
	position: relative;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	height: 220px;
}
#feeds-content {
	width: 480px; 
	margin:0 auto; 
}
.text {
	font-family: 'Lucida Sans' , 'Arial';
    color: #424242;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
}
.text2 {
	font-family: 'Lucida Sans' , 'Arial';
    color: #424242;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
}
.text3 {
	font-family: 'Lucida Sans' , 'Arial';
    color: #424242;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5em;
}
.media-item-count {
	font-family: 'Arial';
    color: #888;
	font-size: 10px;
	font-style: italic;
	position: relative;
	top: -6px;
	left: 4px;
}


a.vm-link1 {
	/* color: #E9601A; */
	color: #D3E2EE;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.vm-link1:hover {
	/* color: #0078bd; */
	color: #E9601A;
}
a.vm-link2 {
	color: #0078bd;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	
}
a.vm-link2:hover {
	color: #E9601A;
}
a.vm-link3 {
	color: #006400;
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.vm-link3:hover {
	color: #006400;
}
a.vm-link4 {
	color: #006400;
	font-size: 10px;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	border-bottom: 1px solid #DCFFDC;
}
a.vm-link4:hover {
	text-decoration: none;
	border-bottom: 1px solid #006400;
}
a.vm-link5 {
	color: #006400;
	font-size: 18px;
	text-decoration: underline;
	line-height: 1.5em;
}
a.vm-link5:hover {
	color: #006400;
}

a.vm-link6 {
	color: #006400;
	font-size: 16px;
	text-decoration: underline;
}
a.vm-link6:hover {
	color: #006400;
}
a.vm-link7 {
	color: #006400;
	font-size: 14px;
	text-decoration: none;
	
}
a.vm-link7:hover {
	text-decoration: none;
}
a.vm-link8 {
	color: #E9601A;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
a.vm-link8:hover {
	text-decoration: underline;
}
a.vm-external-link1 {
	color: #006400;
	text-decoration: underline;
	background-image: url(/vmiru/vmimages/external-link-green05.png);
	background-repeat: no-repeat;
    background-position: 100% center;
    padding-right: 15px;
}
a.vm-external-link1:hover {
	text-decoration: none;
}

img {
	border: none;
}
pre {
	font-family: 'Lucida Sans', 'Helvetica', 'Sans serif', 'sans';
}
h1,h2,h3,h4,h5,h6,h7,h8 {
	color: #E9601A;
	font-weight: bold;
}
h1 {
    font-size: 20px;
    line-height: 24px;
}

h2 {
    font-size: 18px;
    line-height: 20px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

/*********************/
.gfg-subtitle a {
    color: #006400;
    background-color: #FFFFFF;
}
.gfg-title {
    color: #E9601A;
    background-color: #FFFFFF;
    padding-bottom: 10px;
    line-height: 1.3em;
}
.gf-title {
    color: #006400;
}
.gfg-subtitle {
    background-color: #FFFFFF;
}
.gfg-listentry-odd {
    background-color: #FFFFF4;
}
.gfg-root {
    border: 0px solid #FCFCD6;
}
.gfg-list a {
	color: #006400;
}
/************************/
.play-duration-container {
	color: #858F97;
	font-size: 10px;
    margin: 5px;
    font-size: 11px;
    text-align: center;
}
.no-display {
	display: none;
}
 /**************************************/
#ad {
	width: 252px;
	height: 400px;
	position: fixed;
	top: 0;
	right: 0;
	border: green 1px solid;
}
#page {
	width: 900px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	
}
#body {
	margin-top: 0px;
}

#footer {
	clear: both;
/* 	border: 0px solid;
	padding-top: 150px;
	padding-bottom: 50px;
 */	/* border-top: #454545 1px solid; */
	/* border-top: #E3E3E3 1px solid; */
	/* background-color: #DDE2E5; */
/* 	background-color: #fff;
	margin-bottom: 50px;
 */}
/****************************/
.separator {
 	border-top: #E3E3E3 1px solid; 
	border-bottom: #E3E3E3 1px solid; 
 	background-color: #F1F1F1;
/*  	background-color: #fff; */
/* 	opacity: 0.5;
    filter: alpha(opacity=50);
 */	
 	height: 2px;
}
/*******************/
.title-container {
    border-bottom: 1px solid #E3E3E3;
    vertical-align: middle;
    text-align: center;
}
/**************************************/
/************************************/
.nav-page-container {
	display: inline-block;
	
}
.nav-page-container a {
	margin: 5px; 
	padding: 5px; 
	font-weight: bold;
}
span.nav-page-container-selected {
	color: white;
	background-color: #006400;
	margin: 5px; padding: 5px;
}
/*****************************************/
#menu-header-container {
    display: block;
    vertical-align: top;
	position: relative;
	padding-right: 10px;
	margin-bottom: 20px;
 	top: 5px;
    left: 30px;
    width: 740px;
    height: 120px;
	/* border: 1px solid; */
}
/****************/
#banner-475-65 {
	display: inline-block;
    vertical-align: top;
	position: relative;
	top: 0px;
    left: 0px;
	width: 475px;
    height: 65px;
 	border: 0px solid green;
}
#banner-215-315 {
	display: inline-block;
    vertical-align: top;
	position: relative;
	top: 0px;
    left: 0px;
	width: 215px;
    height: 315px;
 	border: 0px solid green;
}

.vm-button {
    padding: 2px 6px;
	color: #FFF;
	background-color: #F0AD4E;
    border:1px solid #EEA236;
    /*style the text*/
    font-family:Arial, sans-serif; 
    font-size:0.9em;
    font-weight: normal;
    text-decoration: none;
    letter-spacing:0.05em;
    text-transform:uppercase;
    
    /*add to small curve to the corners of the button*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
}
.vm-button:hover, .vm-button:focus {
	border:1px solid #D58512;
	color: #FFF;
	background-color: #EC971F;
}
/**************************************************/
.thumbnail_image {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 250px;
}

.thumbnail_image:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}