/*<![CDATA[*/
<!--
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  color: #333;
  font: 12px Verdana, Arial, sans-serif;
  background: #f4f4f4 url("/images/bg.gif") -125px 0px repeat-y;
}

h1 {
  font: bold 12px Arial, Verdana, sans-serif;
}

h2 {
  padding: 5px 0;
  font: normal 22px/1.5em Arial, Verdana, sans-serif;
}
h3 {
  padding: 5px 0;
  font: bold 16px Arial, Verdana, sans-serif;
}
p {
  margin: 0 0 10px;
  line-height: 1.5em;
}

a:link, a:active, a:visited {
  color: #ff0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input, select, textarea {
font-size: 11px;
}
option {
padding: 0 5px;
}
#container-page {
  /*margin: 0 auto;*/
  background: transparent url("../images/content_bkgrd.jpg") repeat-y 151px 0;
  width: 770px;
  margin: 0 0 0 20px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: #CCC;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #ff0000;
}

#container-head object {
  margin: 0; padding: 0;
}
/*#head {
  padding: 1em;
  height: 150px;
  background: transparent url("../images/header_1.jpg") no-repeat;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #ff0000;
}
#head object {
	margin: 0;
}*/

#container-content {
  /*border: 1px solid #eee;*/
}

#container-content:after {
  clear: both;
  display: block;
  /*font: 1px/0px serif;*/
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 585px;
  float: right;
  padding-right: 20px;
}
.custlinks ul {
	padding: 0 0 0 30px;
	list-style-image: url("../images/bullet.gif");
	text-indent: 5px;
	list-style-position: outside;
}
.custlinks li {
	margin: 0 0 10px;
	font-size: 11px;
	padding-top: -25px;
	height: 18px;
}
.left {
	margin: 5px 10px 5px 0;
	float: left;
}

img.right {
	padding: 3px;
	border: 1px solid #000;
}
img.border {
	padding: 3px;
	border: 1px solid #000;
}
img.title {
	margin: 10px 0;
}
.right {
	margin: 5px 0 5px 10px;
	float: right;
	cursor: pointer;
}
#avmenu {
	float: left;
	width: 150px;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 0.9em;
}

#avmenu ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#avmenu li {
	margin-bottom: 4px;
	margin-right: 4px;
}

#avmenu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 4px solid #FF0000;
}	
	
#avmenu li a:hover {
	background: #666;
	color: #fff;
	border-left: 4px solid #28539C;
}

#container-foot {
  width: 100%;
  background: #CCC;
  border-top: 2px solid #ff0000;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
  clear: both;
}
table#services img {
	cursor: pointer;
}
#foot {
  padding: 0 1em;
  line-height: 40px;
  font-size: 10px;
  text-align: center;
}
-->
/*]]>*/