/* Hi. */
/* Standard CSS Values */
* html {
  overflow:hidden;
}
body {
  background-color:#525252;
  font-family: arial, sans-serif, verdana;
  font-size: 11pt;
  font-weight: 500;
  color:#000000;
  line-height: normal;
  height:100%;
  overflow:auto;
  text-align: left;
  margin-top: 5px;
}

.abc {
  font-family: arial, sans-serif, verdana;
  font-size: 11pt;
  margin-left:1em;
  margin-top: 0em;
  margin-bottom:0.4em;
  list-style:lower-alpha;
}

.box {
  border: thin solid #FFFFFF;
  background: #336699;
  text-align: center;
  padding: 0.5em;
  width: 250px;
  margin-left: 6em;
  
}
a:link {
  color:#004080;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color:#004080;
  font-weight: bold;
  text-decoration: none;
}


a:link img {
  border-color:#FFFFFF;
  text-decoration: none;
}

a:visited img {
  border-color:#dddddd;
  text-decoration: none;
}


h1 {
  font-family:"Gill Sans MT", "Gill Sans", GillSans, Arial, sans-serif;
  font-size: 20pt;
  font-weight: normal;
}

h2 {
  font-family: arial, sans-serif, verdana;
  font-size: 16pt;
  font-weight: normal;
}

h3 {
  font-family: arial, sans-serif, verdana;
  font-size: 14pt;
  font-weight: normal;
}

h4 {
  font-family: arial, sans-serif, verdana;
  font-size: 12pt;
  font-weight: bold;
}

h6 {
  font-family: arial, sans-serif, verdana;
  font-size: 11pt;
  color:#800000;
  font-style: normal;
  line-height: normal;
  margin-left: .5em;
}

li {
  text-align: left;
}

td {
  text-align: left;
}

#alignsched {
  margin-right: 5em;
}

/* Top Logo */

div#topheading
{
  background-image: url(../images/head_bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
  height: 90px;
  width: 770px;
}

div#topheading div#toplogo
{
  background-image: url(../images/RYH_Logo.png);
  background-position: left;
  background-repeat: no-repeat;
  height:100%;
  width:100%;
}

div#topmenu
{
  background-image: url(../images/head_bg.jpg);
  background-position: center;
  background-repeat: repeat-x;
  height: 90px;
  width: 900px;
}

div#topmenu div#toplogo
{
  background-image: url(../images/RYH_Logo.png);
  background-position: left;
  background-repeat: no-repeat;
  height:100%;
  width:100%;
}

div#topmenu div#slogon
{
  background-image: url(../images/price.png);
  background-position: right;
  background-repeat: no-repeat;
  height:100%;
  width:100%;
}

/* Floating Left Menu */

#floatMenu {
    position:relative;
    top:0px;
    left:0px;
    margin-left:0px;
}
#floatMenu a {
    margin-bottom:20px;
}
#floatMenu {
  text-align:left;
  width: 163px;
  height: auto;
  left: 0.0em;
  background: #ffffcc;
}

* html #floatMenu {
  display:block;
  top: 95px;
  
}
#floatMenu span {
  display:block;
}
#floatMenu a {
  display:block;
  width: 10em;
  padding-top: .1em;
  padding-bottom: .1em;
  margin: 0.5em 0.5em 0.5em;
  font-family: arial, sans-serif, verdana;
  font-size: 11pt;
  font-weight: bold;
  color:#000000;
  text-decoration:none;
  background:none;
}

#floatMenu a:hover {
  background: #cc9966;
  text-decoration:none;
}

/* Content */

#content {
  margin-left: 8.9em;
  margin-right: 0.2em;
  padding: 0.2em 1.0em 1.4em 1.0em;
  height:auto !important;
  height:500px;
  background:#996633
}

#content td {
  text-align: left;
}

/* Electronic Form CSS */

#elecform td {
  padding: 1.0em 0.2em 1.0em 0.2em;
}
#elecform {
  margin-left:4em;
  text-align:left;
}
#elecform ul {
  list-style:none;
}

/* News Page CSS */

.newscontent {
  padding: 5px 5px 5px 5px;
  text-align: left;
}
.newstitle {
  background: #006666;
  font-family: arial, sans-serif, verdana;
  font-size: large;
  text-align:center;
  
}

.newsbottom {
  text-align:center;
  padding: 5px 5px 5px 5px;
}
.newsbottomalt {
  text-align:left;
  padding: 5px 5px 5px 5px;
}

.newstitle a:hover {
  background: #006666;
  color:#FFFFFF;
}




/* Formatting for Annual Regional Meeting Information */

#meetformat {
  margin-right: 365px;
  text-align:center;
}
