/*OC
Styles for redesign of TemplateMonster.com
*/
* {
  margin: 0px;
  padding: 0px;
}

 
body {
  font-family: "Arial";
  color: #000;
  text-decoration: none;
}

/* style for christmas redesign */
/* 
body {
  background: url('/themes/default/images/tal_chrst.jpg') repeat left top;
  font-family: "Arial";
  color: #000;
  text-decoration: none;
}
*/
/* style for christmas redesign */ 
.chrst_bg {
  background: url('/themes/default/images/main_bg_chrst.jpg') repeat-x left top;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border-width: 0px;
}



hr {
  border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  width:146px;
  height: 1px;
}
.hrline {
   border-width: 1px 0px 0px 0px;
  border-color: black;
  border-style: solid;
  width:145px;
  height: 1px;
}
#altDiv {
  font-family: tahoma;
  font-size: 11px;
  z-index: 1;

  background-color: #eef6ff;
  border: 1px solid #6A91B4;
}

#altDiv p {
  padding: 4px;
}

#networkBar {
	position: absolute;
	top: 0px;
	z-index:10;
	width: 100%;
	text-align: center;
	background-color: #0C3E74;
}

#networkBarPopup {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  background-color: #0C3E74;
  text-align: center;
}

#networkBarBanners {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;

}
#networkBarBanners img {
  margin:0;
  cursor:pointer;
}

#networkBarBanners a {
  display: block;
  float: left;
  width: 231px;
  height: 58px;
  margin:0;
  margin-right:12px;
}
#networkBarBanners a.first_popup_banner {
  margin-left:7px;
}
#networkBarBanners>a.first_popup_banner {
  margin-left:11px;
}
#networkBarBanners a.last_popup_banner {
  margin-right:8px;
}
#networkBarBanners>a.last_popup_banner {
  margin-right:10px;
}
#networkBarControls {
  width: 800px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #0C3E74;
}

#networkBarButton {
  display: block;
  position: absolute;
  float: right;
  margin-left: 15px;
}

#networkBarButton img {
  float: left;
}

