/* CSS Document */
<!--
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%; /* Required */
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #333;
	font: 11px Verdana, sans-serif;
	text-align: center;
}
h1 {
  font: bold 12px Verdana, sans-serif;
}
h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}
p {
  margin: 2em 0;
  line-height: 1.5em;
}
a {
  color: #0063B6;
  text-decoration: none;
}
a:hover {
  color: #0063B6;
  text-decoration: underline;
}
#container-page {
  margin: 0 auto;
  width: 668px;
  background-image:url(images/bg_content.jpg);
  background-repeat:repeat-y;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}
#container-head {
background-color:#FFFFFF;
height:199px;
}
#head {
}
#toplogo {
	position:absolute;
	left:42px;
	top:0px;
	width:191px;
	height:100px;
	z-index:3;
}
#maintopimagecut {
	position:absolute;
	left:334px;
	top:66px;
	width:334;
	height:34;
	z-index:3;
}
#maintopimage {
	position:absolute;
	left:0;
	top:100px;
	width:668;
	height:64;
	z-index:3;
}
#navmain {
	position:absolute;
	left:0px;
	top:142px;
	width:668;
	height:22;
	z-index:2;
}
#mainbottomimage {
	position:absolute;
	left:0;
	top:186px;
	width:668;
	height:13;
	z-index:3;
}
#container-content {
  padding: 0 2em 40px 2em;
}
#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#content-pri {
  width: 65%;
  float: left;
}
#content-sec {
  padding: 1em 0;
  background-image:url(images/waterdrop.jpg);
  background-repeat:no-repeat;
  width: 30%;
  float: right;
}
#content-sec ul,#content-sec ul li {
  list-style: none none;
}
#container-foot {
	width: 100%;
	background-image:url(images/bg_bottombar.jpg);
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 42px;
	left: 0;
}
#foot {
  padding: 0 1em;
  line-height: 15px;
}
.headlinefont {font-size: 17px; font-weight: bold; color: #0063B6; font-family: Georgia, "Times New Roman", Times, serif; }
.mainfont {font-size: 13px; color: #222222; font-family: Georgia, "Times New Roman", Times, serif; }
.addressfont {font-size: 12px; font-weight: bold; color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; }
.redoliveinfo {
	font-family: Arial, Helvetica, sans-serif;
	color: #0063B6;
	font-size: 11px;
}
-->
/*]]>*/