@import "thickbox.css";

body {
	color: #000000;
	font-family: "Verdana", "Arial", "Lucida Grande CE", "Helvetica CE";
	font-size: 13px;
	margin: 0;
	background: url("img/bg_body.gif") repeat-x #ffffff;
}

img {
  border: 0;
}

#cover {
  width: 996px;
  margin: 0;
  text-align: left;
  position: relative;
  margin: auto;
  background: url("img/bg.gif") repeat-y #ffffff;
}

#header {
  background: url("img/header_img1.jpg") no-repeat top right;
  width: 996px; height: 241px;
  position: relative;
}

#header_logo {
  width: 395px; height: 209px;
  position: absolute;
  top: 32px; left: 30px;
  background: url("img/logo.jpg") no-repeat;
}

#header h3 {
	display: none;
}

#language {
  width: 107px; height: 25px;
  float: right;
  background: #B38F41;
  padding-left: 8px;
  padding-top: 3px;
}

#language img {
  margin: 2px;
}

#content {
  width: 996px;
}

#menu {
  width: 170px;
  font-weight: bold;
  float: left;
}

#menu ul {
  width: 170px;
  list-style-type: none;
  margin: 0; padding: 0;
  margin-left: 40px;
  margin-top: 20px;
}

#menu ul li {
	line-height: 1.5em;
  /*border-bottom: 1px solid #ffffff;*/
  border-left: 5px solid #ffffff;
  margin: 5px 0;
  /*background: url("img/menu.gif") no-repeat;*/
}

#menu ul li a {
  display: block;
 /* background: url("img/menu.gif") no-repeat;*/
  text-decoration: none;
  color: #ffffff;
  padding-top: 9px;
  padding-left: 6px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu div {
  margin-bottom: 25px;
  line-height: 17px;
  margin-top: 30px;
  width: 170px;
  margin-left: 40px;
  color: #ffffff;
}

#menu div a {
  color: #ffffff;
}

#text {
  float: right;
  width: 702px;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0;
  padding: 14px;
  padding-bottom: 0px;
  background: #F8E9D9;
  border: 1px solid #E8B781;
}

#text .box {
	background: #F3DABE;
	padding: 10px;
	margin-bottom: 14px;
}

#text p {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  text-align: justify;
}

#text p.list {
  margin-bottom: 4px;
}

#text ul {
	margin: 0 0 1em 2em;

}

#text h1 {
  font-size: 16px;
  font-weight: bold;
  color: #7C1321;
  margin: 0; padding: 0;
  text-transform: uppercase;
  margin-right: 10px;
  margin-bottom: 12px;
}

#text h3 {
  border-bottom: 1px solid #7c1321;
  font-size: 13px;
  font-weight: bold;
  color: #7c1321;
  margin: 0; padding: 0;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 2px;
  margin-top: 22px;
  margin-bottom: 7px;
}


.column-left { float: left; width: 50%; }
.column-right { margin-left: 50%; }
.center { text-align: center; }
#text a { color: #000000; }
#text a:hover { text-decoration: none; }

#text table { border-collapse: collapse; font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom: 1em; }
#text table td, th { border: 1px solid #664903; padding: 0.3em 0.5em; text-align: center; }

fieldset { margin: 0.5em 0; padding: 0.5em 1em; background: #F3DABE; border: 1px solid #7c1321; }
legend { background: #7c1321; padding: 0.1em 2em; color: #ffffff; font-weight: bold; }
label { width: 80px; float: left; text-align: right; margin-right: 1em; }
label.req { font-weight:bold; }
fieldset input { width:175px; margin: 0.3em 0; }
textarea { width:330px; height:110px; margin: 0.3em 0;}
fieldset p.submit { text-align: center; }
fieldset p.info { font-size: 0.8em; margin-top: 1em; }

img { border: 0; }
img.border{ border: 1px solid #ccc; padding: 3px; background: #ffffff; }
img.left { float: left; margin: 0 1em 1em 0; }
img.right { float: right; margin: 0 0 1em 1em; }
