/* GENERAL */
/* ------- */

* {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 16px;
}

img {
  border: 0;
}

html, body, #shadow {
	height: 100%;
}

body, #footer {
  width: 100%;
  background-color: #333333;
}

#shadow {
	position: absolute;
	width: 858px;
	left: 50%;
	margin-left: -429px;
}

#wrap, #footer {
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}

#wrap {
	min-height: 100%;
}

#main {
	overflow: auto;
	padding: 0px 28px 40px 28px;
}

#content {
	overflow: auto;
	background-color: White;
	min-height: 794px;
}

#footer {
	position: relative;
	clear: both;
	margin-top: -41px;
	height: 40px;	
}

h1 a {
	display: block;
	background-image: url(images/header.jpg); 
	background-repeat: no-repeat; 
	height: 171px;
	text-decoration: none;
	text-indent: -5000px;
}

#mainmenu {
  border-top: 4px solid #808080;
  border-bottom: 4px solid #808080;
  border-left: 4px solid #808080;
  background-color: #333333;
  height: 28px;
}

#mainmenu li {
  float: left;
  list-style: none;
  border-right: 4px solid #808080;
}

#mainmenu ul li a {
  display: block;
  padding-top: 5px;
  height: 21px;
  color: #ffcc00;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333333;
}

#mainmenu ul li a.even {
  width: 194px;
}

#mainmenu ul li a.odd {
  width: 193px;
}

#mainmenu ul li a:hover, 
#mainmenu ul li a.active {
  background-color: #333333;
  color: #ffcc00;
  border: 1px solid #ffcc00;  
}

#left, #right  {
	background-color: White;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
}

#left {
  float: left;
  width: 250px;
}

#right {
  padding: 20px 20px 20px 270px;
}

#sidebar_img {
  width: 250px;
  height: 379px;  
}

#pcontent {
  background-color: #cccccc;
  border: 2px solid #6f6f6f;
  padding: 15px;
}

#pcontent p,
#pcontent ul {
  margin-bottom: 20px;  
}

#pcontent ul li {
  margin-bottom: 5px;
}

#pcontent p a {
  color: Maroon;
  text-decoration: none;
  font-weight: bold;
}

h2 {
  background-color: #6f6f6f;
  color: #ffcc00;
  font-size: 19px;
  font-weight: bold;
  padding: 7px 17px 5px 17px;
}

ul li {
  list-style-type: none;
}

#footer p {
  background-color: #666666;
  text-align: center;
  border-top: 1px solid #c2c2c2;
  line-height: 40px;
  vertical-align: middle;  
  margin: 0px 28px;
}

#footer p, #footer p a {
  color: #333333;
  font-weight: bold;  
  font-size: 11px;
}

#footer p a:hover {
  color: #ffcc00;
}

.bold {
  font-weight: bold;
}

.address_group {
  margin: 20px;
}

.address_group p {
  color: #333333;
}

#fixed {
	background-color: White;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
	height: 1000px;
	position: fixed;
	width: 802px;
}