.BGVista1 {
	background-color: #025A2F;
	background-image: url(background/BGVista1.jpg);
	background-repeat: no-repeat;
}
.BGVista2 {
	background-color: #295E18;
	background-image: url(background/BGVista2.jpg);
	background-repeat: no-repeat;
}
.BGVista3 {
	background-color: #424139;
	background-image: url(background/BGVista3.jpg);
	background-repeat: no-repeat;
}
.BGVista4 {
	background-color: #525D20;
	background-image: url(background/BGVista4.jpg);
	background-repeat: no-repeat;
}
.BGVista5 {
	background-color: #0D4226;
	background-image: url(background/BGVista5.jpg);
	background-repeat: no-repeat;
}
.BGVista6 {
	background-color: #201B17;
	background-image: url(background/BGVista6.jpg);
	background-repeat: no-repeat;
}
.positionPageOffset {
	position: absolute;
	left: 55px;
	top: 10px;
	width: 857px;
}
.menuTwo {
	background-color: #FDFEF8;
}
.borderStar {
	background-color: #EFE6B5;
}
.BGMainContent {
	background-color: #FDFDF7;
	background-image: url(BGYellowFadeBottom.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
.textFooterSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.borderFooterWhiteLine {
	border-bottom: 2px solid #FFFFFF;
}

.textFooterLarge{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
.textFooterTiny{
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
}

.mainContent {
	padding: 10px 30px 10px 10px; 
}

/* styleMenuVistaHorizontal affects menuVistaHorizontal menu */


/********************
MENU
*********************/

.whitediamond{
    position: relative;
    top: 13px;
}

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background-color: #D9AD00;   /* background color for the entire menu row */
   margin: 0;
   vertical-align: middle;
   width: 100%;
   height: 42px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   height:2.2em;
   font-family: 'Times';
   font-size: 18px;
   font-weight: bold;
}

/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   /* border-right: 1px solid #C0C0C0; */
}

/* the links, that is each list item */
div#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   /* background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   display: block; /* IE has problems with this, fixed above */
}

/* hover state for links */
div#menu_horiz li a:hover {
   background-color: #FFCC00;

}
div#menu_horiz a.activeparent:hover {
   color: #ffffff;
   background-color: #FFCC00;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   /* background-color: #FFCC00; */
   color: #ffffff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   /* background: #385C72 no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 18px;
}

/* styleMenuVistaBottom affects menuVistaBottom menu */

/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_bottom_horiz {
   /*background-color: #ECECEC;   background color for the entire menu row */
   width: 100%;
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_bottom_horiz ul {
   margin: 0;
   padding: 0;
   height:2.2em;
   font-family: 'Times';
   font-size: 12px;
   font-weight: bold;
}


/* menu list items */
div#menu_bottom_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#menu_bottom_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#menu_bottom_horiz li a:hover {
   color: #FFCC00;
}
div#menu_bottom_horiz a.activeparent:hover {
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_bottom_horiz li.activeparent a {
   color: #000000;
}

div#menu_bottom_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000000;
   /* background: #385C72 no-repeat 0.4em center; */
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

#menu_vert{
   margin-left:20px;
}

.orsmallthumb img{
	border:none;
}
