@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	background:#e3e3cb;
  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;
	font-family: Verdana, sans-serif;
}

a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline overline;
}

#container-page {
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: url(../images/bg.jpg) repeat-x;
  height:125px;
}

#head {
	height:48px;
	background:url(../images/linepic.jpg) repeat-x;
	margin-top:66px;
	position:absolute;
	width:100%;
}

#container-content {
  padding: 0 2em 20px 2em;
  background:url(../images/bgdown.jpg) repeat-x;
  background-color:#e3e3cb;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 80%;
  margin-left:112px;

}

#content-sec {
  padding: 1em 0;
  width: 20%;
  float: left;
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}

#container-foot {
  width: 100%;
  background: #939367;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 15px;
}

#foot {
  padding: 0 1em;
  line-height: 15px;
}

#jcrop {
	position:absolute;
	background: url(../images/jcroplogo.jpg) no-repeat;
	width:145px;
	height:66px;
	margin-left:151px;
}

#buttons {
	height:32px;
	position:absolute;
	width:300px;
	margin-top:34px;
	margin-left:450px;
}

#buttons a
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}

a.one {
width: 136px;
height: 32px;
background-image: url(../images/company.jpg);
}
a.one:hover {
background-position: -136px 0;
}

a.two {
width: 99px;
height: 32px;
background-image: url(../images/contact.jpg);
}
a.two:hover {
background-position: -99px 0;
}

a.three{
width: 42px;
height: 32px;
background-image: url(../images/home.jpg);
}
