@import url(j4fry_screen_content_style.css);

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}

img {
  border: 0;
}

h1, h2, h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background: transparent;
}
h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.0em;
}
p {
  font-size: 0.8em;
}

#page {
  color: #000;
  border: 1px solid #231A13;
  background: transparent url(../images/coffeebeans.jpg) top right no-repeat;
  width: 900px;
  margin: 0 auto 0 auto;
  position: relative;
}

#logo {
  float: left;
  margin: 30px 5px 0 20px;
}
#googleplus {
  float: right;
  margin: 25px 0 0 20px;
}
#logo img{
  border: 0;
}

#header {
  padding: 5px;
  background: transparent;
  /*height: 130px;*/
  height: 9em;
}
#header h1, h2, h3 {
  color: #231A13;
  margin-left: 215px;
}
#header h1 {
  font-size: 140%;
  margin-top: 45px;
  margin-bottom: 10px;
}
#header h2 {
  font-size: 110%;
}
#header h3 {
  color: #FEA900;
  font-size: 65%;
}

#mainpart {
  font-size: 0.8em;
  background: transparent;
  clear: left;
}

#content {
  margin-left: 200px;
  font-size: 100%;
  padding: 25px 30px;
  background: transparent;
}

#navMain { 
  font-size:100%;
  float: left;
  width: 200px;
  background: transparent;
  border-top: 1px solid #231A13;
  margin-bottom: 20px;
}
#navMain h1 {
  font-size: 90%;
  text-align: center;
  border-right: 1px solid #231A13;
  border-bottom: 1px solid #231A13;
  padding: 2px 0;
  background-color: #C7B28A;
}
#navMain ul {
  list-style-type: none;
}
#navMain li {
  display: inline;
}
#navMain a {
  border-bottom: 1px solid #231A13;
  border-top: 1px solid #fff;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  background: transparent url(../images/navMain_background_h.jpg) top left no-repeat;
  border-right: 1px solid #231A13;
  margin: 0;
}
#navMain a:hover {
  background: transparent url(../images/navMain_background_h_hover.jpg) top left no-repeat;
  color: #231A13;
  border-right: 0;
}

.ieHierarchy1 {
  /* div>ul>li>a (for IE>v6, FF, NS) */
  font-weight: bold;
  padding-left: 10px;
  font-size: 100%
}
.ieHierarchy2 {
  /* div>ul>li>ul>li>a (for IE>v6, FF, NS) */
  padding-left: 30px;
  font-size: 90%;
}
.ieHierarchy3 {
  /* div>ul>li>ul>li>ul>li>a (for IE>v6, FF, NS) */
  padding-left: 55px;;
  font-size: 80%;
}

#footer {
  background: transparent url(../images/footer_background.jpg) bottom left no-repeat;
  height: 70px;
  clear: left;
  font-size: 70%;
}

#navHead {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EED9AD;
  width: 100%;
  border-bottom: 1px solid #231A13;
}
#navHead ul {
  list-style-type: none;
}
#navHead li {
  display: inline;
}
#navHead a {
  float: right;
  padding: 5px 30px;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 0.8em;
}
#navHead a:hover {
  color: #fff;
  background-color: #2F241B;
}

.j4fryHighlight {
  color: #FEA900;
}

.noWrap {
  white-space: nowrap;
}

