@charset "utf-8";
/* CSS Document */


#containerouter {
	 text-align: center;
	   background: #85889D url(/Portals/4/images/moy_bkgd.jpg) repeat-x;
	   width: 100%;
	   height: 100%;
	   padding-top: 15px;
	   padding-bottom: 25px;
    
}
#containerinner {
    width: 825px;
    margin: 0 auto 0 auto;
    text-align: left;

}
#top{

}

#toplogo {
  float: left;
  width: 400px;

}
#topdropdown {
  float: right;
  width: 200px;


}
#container {/*holds mast and 3 columns*/
  width: 825px;
	border: 0;
	background-color: #FFFFFF;
}

/*mast styles*/
#mast {
    background: url(/Portals/4/images/moy_bkgd_mast_home.jpg) center 0;
	background-repeat: no-repeat;
	border-top: 4px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
  border-left: 6px solid #FFFFFF;
  border: 3px solid #FFFFFF;
    height: 115px;

}
#mastleft {
    float: left;
	width: 417px;
  padding: 25px 0 10px 25px;

}
#mastright{
	float: right;
	width: 300px;

}


#topnav {
    color: #DB9C0B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
  padding: 10px 10px 0 0;
}
#topnav li {
  float: right;
  background: url(/Portals/4/images/moy_topnav_line.gif) no-repeat 0 2px;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}
#topnav a,#topnav a:link,#topnav a:visited {
 color: #DB9C0B;
 display: block;
 text-decoration: none;
}
#topnav a:hover {
 text-decoration: underline;
}
#topnav li.noline {
  background: none;
}
#search {
  clear: right;
  float: right;
  margin-top: 60px;
  margin-right: 15px;
  font-size: .65em;
 

}
#search a,#search a:link,#search a:visited {
  text-decoration: none;
}
/*
.searchtext {
width: 161px;
height: 14px;
border: 1px solid #284360;
vertical-align: bottom;

}
*/
.searchbutton {
  width: 50px;
  height: 19px;
  background-color:  #F4B726;
border: 1px solid #284360;
  color: #284360;
  text-align: center;
  margin-left: 8px;
  font-size: 1.1em;
  padding-left: 4px;
  padding-right: 4px;
   vertical-align: middle;
}
#search .NormalTextBox {
width: 161px;
height: 14px;
border: 1px solid #284360;
vertical-align: bottom;

}
#mainav {
  background: url(/Portals/4/images/moy_bkgd_mainav.gif);
  padding-left: 20px;
  margin-bottom: 3px;

}


/*
#mainav li {
  background: url(/Portals/0/images/mainav_line.jpg) no-repeat;
  float: left;
  list-style-type: none;
}
#mainav li a {
  display: block;
  color: #FFFFFF;

}
#mainav a,#mainav a:link,#mainav a:visited {
  color: #FFFFFF;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
    font-size: .8em;
  font-weight: bold;
}
#mainav a:hover {
  text-decoration: underline;
}
*/
/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

//* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Horizontal Menu */
#HouseMenuNav { /* menu wrapper div */
	position: absolute;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
    width: 750px;
	z-index: 9999;

}

#HouseMenuNav ul { /* all lists */
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 9999;
width: 100%;
}

#HouseMenuNav a { /* all links, inside of list items */
display: block;
	width: 142px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
  color: #FFFFFF;
   text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
    font-size: .8em;
  font-weight: bold;
letter-spacing: -.70px;


}

#HouseMenuNav li { /* all list items */
	/* position: relative; */
	display: inline;
	list-style-type: none;
	line-height: 18px;
	float: left;
	margin: 0;
	border: 0;
	  background: url(/Portals/4/images/moy_mainav_star.gif) no-repeat 0 55%;
	background-repeat: no-repeat;
	width: 142px;

	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	
	/* end hack */
	
  padding: 5px 0 4px 0;

}
#HouseMenuNav li#HouseMenuNavItem362 {
  background: none;
}
#HouseMenuNav li:first-child#HouseMenuNavCurrentItem {
  background: none;
}
#HouseMenuNav li li {
	background: none;
	font-size: .8em;

	padding: 0;
}

#HouseMenuNav li a:hover {
  color: #FFCC00;
	text-decoration: none;
}
#HouseMenuNav li li a:hover {
	color: #FFCC00;
}
#HouseMenuNav li ul { /* second-level lists */
position: absolute;

	width: 162px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #999;
		background-color: #666666;
		

	margin: 0 0 0 0;
	line-height: 14px;
	z-index: 7777;
	width: 175px;
}

#HouseMenuNav li ul ul { /* third-and-above-level lists */
	/* position: absolute; */
	margin: -19px 0 0 162px;
	white-space: nowrap;
	z-index: 8888;
}
#HouseMenuNav li:hover ul ul, 
#HouseMenuNav li:hover ul ul ul, 
#HouseMenuNav li.sfhover ul ul, 
#HouseMenuNav li.sfhover ul ul ul {
	left: -9999px;
}

#HouseMenuNav li:hover ul, 
#HouseMenuNav li li:hover ul, 
#HouseMenuNav li li li:hover ul, 
#HouseMenuNav li.sfhover ul, 
#HouseMenuNav li li.sfhover ul, 
#HouseMenuNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#HouseMenuNav li li,
#HouseMenuNav li li li,
#HouseMenuNav li li li li { /* all items under the top level */
	position: relative;
	list-style-type: none;

	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	/* end hack */
}
#HouseMenuNav li li a { /* all item links under the top level */
	width: 160px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 150px;
	_width: 162px;
	/* end hack */
	  text-decoration: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 130%;
    font-size: 1em;
  font-weight: bold;
}
#HouseMenuNav li li li a {
   font-size: 1.2em;
}
#HouseMenuNav iframe {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	display: block;

}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#HouseMenuNavItem a
{ /* all links under the parent item (li) */
		color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#HouseMenuNavLink
{ /* parent link itself */
background-color: transparent; 
	text-decoration: none;
}

a#HouseMenuNavCurrentLink
{ /* current link itself */
color: 	#FFCC00;
	text-decoration: none;
}

.ArrowPointer
{
	cursor: default;
}


/* ==========================
    CSS STYLES FOR HOMEPAGE HouseMenu
   ==========================




/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #666;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #333;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	background-color: #600;
	text-decoration: none;
}
li#HouseMenuNavItem64 {
 background: none;
}

/*1 column top*/
#contenttop2 {
  background: url(/Portals/0/images/content_top_bkgd_1col.jpg);
  width: 825px;
  height: 48px;
}

/*middle body styles*/

#contentholder {/*holds background image of middle body section*/
   background-image: url(/Portals/4/images/moy_bkgd_content_top.jpg);
   background-repeat: repeat-y;
   padding-top: 2px;
   margin-top: 0px;
}
#breadcrumb {
  position: relative;
  width: 100%;
  right: 200px;
  top: 2px;
  text-align: right;
  color: #3D4260;
}
#breadcrumb a,#breadcrumb a:link,#breadcrumb a:visited {
  color: #3D4260;
  text-decoration: none;
  font-size: .75em;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#contentholder2 {/*holds background image of middle body section*/
   background-image: url(/Portals/0/images/content_bkgd2.jpg);
   background-repeat: repeat-y;
   padding-top: 5px;
   margin-top: 0px;
}


/*left column - cp*/
#header {
  float: left;
   text-align: center;
   width: 42px;
   position: relative;
   z-index: 1000;

}
#dnn_headerpane {
  margin-top: -50px;
}
#header img {
  margin-top: 50px;
}
/*middle column - cp*/
#content{
   float: left;
   width: 516px;

   padding: 25px 40px 25px 32px;
   line-height: 160%;
   color: #333333;
   font-size: .75em;
}
#content h1 {
   color: #666666;
   font-size: 1.6em;
   margin-bottom: 15px;
   font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
color: #666666;
letter-spacing: .55px;

}
#content h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
color: #666;

}
#content p {
   padding-bottom: 15px;
}
#content ul, ol {
   padding-left: 25px;
   list-style-type: square;
}
#content a,#content a:link,#content a:visited {
 color: #DB9C0B;
 text-decoration: underline;
}
#content a:hover {
  text-decoration: none;
}
.table {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 0;
  margin: 0;
}
.table td {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 5px;
  margin: 0;
}
 .imageright {
  margin-left: 12px;
  margin-bottom: 5px;
  float: right;
}
.imageleft {
  margin-right: 12px;
  margin-bottom: 5px;
  float: left;
}

/*middle column for 1 column skin*/
#content2{
   float: left;
   width: 650px;

   padding: 5px 40px 25px 82px;
   line-height: 160%;
   color: #333333;
   font-size: .75em;
}
#content2 h1 {
   color: #CCB55E;
   font-size: 1.6em;
   margin-bottom: 15px;
}
#content2 h2 {
  font-size: 1.3em;
  margin-bottom: 5px;
color: #666666;

}
#content2 h3 {
  font-size: 1.1em;
  margin-bottom: 5px;
}
#content2 p {
   padding-bottom: 15px;
}
#content2 ul, ol {
   padding-left: 25px;
   list-style-type: square;
}
#content2 a,#content2 a:link,#content2 a:visited {
 color: #4F7884;
 text-decoration: none;
}
#content2 a:hover {
  text-decoration: underline;
}

/*right column - cp*/
#subinfo {
    float: left;
    width: 152px;
	padding: 0 10px 20px 30px;

}
.MenuHdr0 {
   display: none;
}

td.MenuItem0,td.MenuItemMouseOver0 {
   background-image: url(/Portals/4/images/moy_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.MenuItem0 {
   padding-bottom: 8px;
}

.MenuItem0 a,.MenuItem0 a:link,.MenuItem0 a:visited {
   color: #DB9C0B;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.MenuItemMouseOver0 {
   padding-bottom: 8px;
}
.MenuItemMouseOver0 a,.MenuItemMouseOver0 a:link,.MenuItemMouseOver0 a:visited {
   color: #DB9C0B;

	line-height: 120%;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}
td.MenuItem1,td.MenuItemMouseOver1 {
   background-image: url(/Portals/0/images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.MenuItem1 {
   padding-bottom: 8px;
}

.MenuItem1 a,.MenuItem1 a:link,.MenuItem1 a:visited {
   color: #DB9C0B;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}



.MenuItem1 ul {
margin-left: 15px;
}

.MenuItem1 li {
list-style: url(/Portals/0/images/bullet_blue.gif);
}


.MenuItemMouseOver1 {
   padding-bottom: 8px;
}
.MenuItemMouseOver1 a,.MenuItemMouseOver1 a:link,.MenuItemMouseOver1 a:visited {
   color: #DB9C0B;

	line-height: 120%;
	text-decoration: underline;
	font-size: .8em;
	font-weight: bold;
}
td.MenuHdr1 {
   background-image: url(/Portals/0/images/bullet_blue.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	
}
.MenuHdr1 a,.MenuHdr1 a:link,.MenuHdr1 a:visited {
   color: #DB9C0B;
	line-height: 120%;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;

}
td.MenuItem2,td.MenuItemMouseOver2 {
   background: url(/Portals/0/images/bullet_blue2.gif) 12% 2px;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;

}
.MenuItem2 {
  font-size: .75em;

}

.MenuItem2 a,.MenuItem2 a:link,.MenuItem2 a:visited {
   color:#DB9C0B;
	line-height: 120%;
	text-decoration: none;

	font-weight: bold;

}

.MenuItemMouseOver2 {


}
.MenuItemMouseOver2 a,.MenuItemMouseOver2 a:link,.MenuItemMouseOver2 a:visited {
   color: #DB9C0B;
   font-size: .75em;
	line-height: 120%;
	text-decoration: underline;
	font-weight: bold;
}
#subnav  {

   margin-bottom: 25px;
}


#subnav a:hover {
    text-decoration: underline;
}
.quote {
   font-size: .8em;
   font-style: italic;
   color: #666666;
   font-weight: bold;
background: url(/Portals/4/Images/moy_subdivider.gif) no-repeat;
   margin-bottom: 35px;
   	padding-top: 10px;
}
.quote a,.quote a:link,.quote a:visited {
  color: #DB9C0B;
  text-decoration: none;
}
.quote a:hover {
 text-decoration: underline;
}
.extra {
   font-size: .7em;
    color: #666666;
	background: url(/Portals/4/Images/moy_subdivider.gif) no-repeat;
	padding-top: 10px;
}
.extra h1 {
  margin-bottom: 10px;
}
.extra p {
  margin-top: 10px;
}
.extra a,#extra a:link,#extra a:visited {
  color: #DB9C0B;
  text-decoration: underline;
}
.extra a:hover {
  text-decoration: none;
}
/*footer styles*/

#footer {
	color: #FFFFFF;
	font-size: .7em;
	padding-top: 15px;
	padding-bottom: 3px;
	padding-right: 15px;
	letter-spacing: .1em;
	width: 570px;
	float: left;
	line-height: 200%;
}
#footer a,#footer a:link,#footer a:visited {
   color: #99C4CC;
}
#privacy {
   float: right;
   width: 170px;
   font-size: .75em;
   	padding-top: 15px;
	text-align: right;
   color: #FFF;
}
#privacy a,#privacy a:link,#privacy a:visited {
   color: #FFF;
   font-size: 1em;
   text-decoration: underline;
}
#privacy a:hover {
  text-decoration: none;
}

/*home page styles*/

#homecontentholder {/*holds background image of middle body section*/
   background: none;
   padding-bottom: 20px;
   padding-top: 5px;
   margin-top: 0px;
}
#homecontentholder a,#homecontentholder a:link,#homecontentholder a:visited {
  color: #DB9C0B;
  font-weight: bold;
  text-decoration: none;
}
#homepikholder {
 background: url(/Portals/4/images/moy_bkgd_main_home.jpg) no-repeat;
 padding-top: 10px;
height: 198px;
   margin-left: 0;
   padding-left: 0;
text-align: center;
}
#homepikholder object {
  margin: 0;
}
#homemaininfo {
  margin-left: 10px;
  margin-top: 2px;
  float: left;
  width: 555px;

}
#news {
  background: url(/Portals/4/images/moy_bkgd_news_home.jpg) no-repeat;
  padding: 4px 0 0 15px;
  font-size: .75em;
  color: #333;
  line-height: 120%;

}

#news a:hover {
  text-decoration: underline;
}
#news h1 {
  margin-bottom: 10px;

}
#news1,#news2,#news3 {
  padding-top: 12px;

}

#news1 {
  float: left;
  width: 155px;
  padding-right: 10px;

 
}
#news1 h2,#news2 h2,#news h2 {
  color: #DB9C0B;
  font-weight: bold;
  display: inline;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
  
  margin-bottom: 10px;
}
#news img.imageleft {
float: left;

}

#news2 {
  float: left;
  width: 165px;
  padding-left: 15px;
  padding-right: 12px;
}

#news2 p {
  padding-left: 0;
  padding-right: 10px;
}
#news3 {
  float: left;
  width: 175px;
}
#news3 p {
  padding-left: 0;
  padding-right: 10px;
}
#greyline {
  background: url(/Portals/4/images/moy_gradientline_home.jpg) no-repeat;
  width: 532px;
  height: 8px;
  margin-top: 15px;
}
#homeextrasholder {
  color: #333;
  font-size: .7em;
  line-height: 140%;

}
#homeextrasholder ul
{
  margin-left: 15px;
  padding-bottom: 10px;

}
#homeextrasholder li {

  background: url(/Portals/4/images/moy_bullet.gif) no-repeat 0 3px;
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 5px;
 }

#homeextrasholder p {
  padding-bottom: 10px;
}
#extra1 {
  width: 232px;
  float: left;
  padding: 0 20px 0 20px;
}
#extra1 h2,#extra2 h2 {
   color: #DB9C0B;
   font-size: 1.3em;
   margin-bottom: 10px; 
}


#extra1 a:hover {
  text-decoration: underline;
}
#extra2 {
  width: 270px;
  float: left;
  padding-left: 10px;
}

#extra2 a,#extra2 a:link,#extra2 a:visited {
  color: #3D6B92;
  text-decoration: none;
}
#extra2 a:hover {
  text-decoration: underline;
}
#homesubinfo {
  float: left;
  width: 227px;
  color: #333;
  font-size: .7em;
  padding: 0 0px 20px 0;
  background: none;
  margin: 0;

}

#homesubinfo p,#homesubinfo ul {
  padding-bottom: 20px;
}

#homesubinfo h1 {
 margin-bottom: 10px;
}
#homesubinfo h2 {
  font-weight: bold;
  color: #DB9C0B;
  font-size: 1.1em;
}
.subhome {
padding: 0;
margin: 0;
}

