/* General tags */

body {
	background: #e8e5e1 url("bg.jpg") repeat-x top;
	background-image: url(../images/bg.jpg);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

h1 {
	color: #642111;;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 20px;
}

h2 {
	color: #642111;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 0;
}

h3 {
	color: #000;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 8px;
}

h4 {
	color: #000;
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0;
}

.error {
	color: #ff9933; 
}



.faq-number {
	/* background-color: #ff0000; */
	width: 12px;
	text-align: right;
	font-weight: bold;
	padding: 3px;
}

.faq-question {
	padding: 3px 0 3px 5px;
	font-weight: bold;
}

.faq-answer {
	padding-left: 5px;
}

input.btn {
	background-color:#FF0000;
	border:1px solid #fff;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	height:22px;
	padding:0px 15px 2px;
}




form {
	margin: 0;
	padding: 0;
}

input {
	color: #000;
	border: 1px solid #999;
	background-color: #fff;
}

input#width-login {
	width: 150px;
}

input#btn {
	font-size:12px;
	font-weight: bold;
	height: 22px;
	padding: 0px 15px 1px 15px;
	background-color: #80A3B7; 
	color: #FFFFFF;
	border: #FFFFFF 1px solid;
	hover: #000000;
	cursor: pointer;
}

textarea {
	color: #000;
	border-right: 1px solid #999;
}

ul#pdf {
  list-style: url(../images/icon_pdf.gif) inside;
  list-style-type: circle; }

a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}



/* Layout */

div#container {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -491px; /* half of width */
}

table#main {
	width: 980px;
	background-color: #fff;
}

td#spacer-top-bottom {
	padding-top: 2px;
	padding-bottom: 2px;
}

td#main-left {
	width: 240px;
	height: 300px;
}

td#main-middle {
	width: 502px;
	padding-top: 20px;
}

td#main-right {
	width: 200px;
	padding: 20px;
}



/* Header */

div#header {
	width: 980px;
	background-color: #642111; 
}

div#picture {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #FFB4B4;
	text-align: center;
	height: 180px;
}

div#picture img {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}


/* Meta navigation */

table#meta {
	width: 980px;
}

td#meta-left {
	height: 100px;
	padding-left: 25px;
}

td#meta-right {
	padding: 10px 25px 0 0;
	text-align: right;
}

#meta {
	color: #FFFFFF;		/* Selected LANGUAGE ON Color */
	font-size: 10px;
}

.meta-txt {				/* Normal Text Color in Meta Navigation */
	color: #FFFFFF;
	font-size: 10px;
}

#meta a {				/* Link in Meta Navigation */
	color: #FFFFFF;
	text-decoration: none;
}

#meta a:hover {
	text-decoration: underline;
}


/* Navigation level 1 */

table#nav1 {
	border-left: 1px solid #fff;
	margin-left: 240px;
}

table#nav1 td {
	height: 20px;
	vertical-align: middle;
	border-right: 1px solid #fff;
}

table#nav1 td.on {
	background-color: #FFF; 
}

#nav1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 0 12px;
}
#nav1 a.on {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	margin: 0 12px;
}

#nav1 a:hover {
	text-decoration: underline;
}


/* Navigation level 2 */

table#nav2 {
	border-collapse: collapse;
	width: 192px;
	margin: 24px;
}

table#nav2 td {
	border-top: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	height: 22px;
	vertical-align: middle;
}

table#nav2 td.on {
	background-color: #FFE6E6;
}

#nav2 a {
	text-decoration: none;
}

#nav2 a.on {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

div#nav2 {
	margin-left: 14px;
}

#nav2 a:hover {
	text-decoration: underline;
}



/* Footer */

div#footer {
	margin: 4px 0 1em 240px;
	width: 500px;
	font-size: 9px;
	color: #969696;
}

#footer a {
	color: #969696;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

