/* CSS file for Orange in the Sky html template */

body {
  background: #FFF;
  font: 14px Arial;
  padding-bottom: 80px;
  }

a {
  color: #306090;
}

a:hover {
  color: #F48A00;
}

p {
  
  margin-top: 10px;
  margin-bottom: 10px;  
}

div#logo {
  position: absolute;
  top: 3px;
  left: 80px;
  height: 250px;
  width: 250px;
  background: #ffffff;
  color: ##7F7F7F; 
}

div#quot {
  position: absolute;
  top: 150px;
  left: 340px;
  height: 145px;
  width: 800px;
  background: #8cbd00;
  color: #ffffff; 
  font: 40px Arial;
}

div#menu {
  position: absolute;
  top: 305px;
  left: 340px;
  height: 25px;
  width: 800px;
  background: #8cbd00;
  color: #ffffff; 
  vertical-align: middle;
}

div#menu a {
  margin-left: 20px;
  color: #ffffff;
  text-decoration: none;
  font: bold 14px Arial; 
}

div#menu a:hover {
  color: #F8B000;
}

div.margMenu {
  margin-top: 4px;
}

div#leftBar {
  position: absolute;
  top: 340px;
  left: 80px;
  width: 250px;
  background: #badc59;
  color: #ffffff; 
}

div#leftBar a img {
  border-width: 5px;
  border-color: #310033;
  margin:2px;
}

div#leftBar a img:hover {
  border-color: #F48A00;
}

div#leftBar h2 {
  font: bold 14px Arial;
  color: #7F7F7F;
  margin: 10px;
}

div#bottom {
	  position: absolute;
  top: 640px;
  left: 340px;
  width: 800px;
  background: #F1F1F1;
  color: #7F7F7F;
}

div#content {
  position: absolute;
  top: 340px;
  left: 340px;
  width: 800px;
  background: #F1F1F1;
  color: #7F7F7F; 
}

div#content a img {
  border-width: 5px;
  border-color: #310033;
  margin:2px;
}
div#content h1 {
  font: bold 28px Arial;
  color: #7F7F7F;
  margin: 20px;
}

div#content h2 {
  font: bold 14px Arial;
  color: #7F7F7F;
  margin: 10px;
}

div#content li {
  text-indent: 10px;
  list-style-image: url('item.gif');
}

div.marg {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}


div#content2 {
  position: absolute;
  top: 340px;
  left: 80px;
  width: 750px;
  background: #F1F1F1;
  color: #7F7F7F; 
}

div#content2 h1 {
  font: bold 28px Arial;
  color: #7F7F7F;
  margin: 20px;
}

div#content2 h2 {
  font: bold 14px Arial;
  color: #7F7F7F;
  margin: 10px;
}

div#content2 li {
  text-indent: 10px;
  list-style-image: url('item.gif');
}
/* end of file */