@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #9e9e9e;
}
* {
	font-family: arial, verdana, helvetica, sans-serif;
}
img {
	border:none;
}
a,
a:visited {
	color:#373700;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	height:0;
	border:0;
	border-top:1px solid #615C01;
	margin-top:5px;
	margin-bottom:5px;
}
h1,
h2,
h3 {
	margin:0;
	padding:0;
}
form {
	margin:0;
	padding:0;
}
form input,
form textarea,
form select {
	background-color:#FFFFFF;
}
thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
/*  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}
div.loading {
	/*width:16px;*/
	height:16px;
	background-image:url(/img/loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	visibility:hidden;
	text-align:center;
}

#all-center {
	height: auto;
	width: 670px;
	position: relative;
	margin:auto;
}
#top {
	height: 179px;
	width: 760px;
	background-image: url(../img/layout/bg-top.gif);
	background-repeat: no-repeat;
	position: relative;
}
#lang {
	background-image: url(../img/layout/bg-lang.gif);
	background-repeat: repeat-x;
	height: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
	top: 20px;
	left: 682px;
	width: auto;
	position: absolute;
}
#lang a,
#lang a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#lang a:hover {
	color: #a0a0a0;
	text-decoration: none;
}
#quote {
	position: absolute;
	height: 100px;
	width: 400px;
	right: 0px;
	bottom: 0px;
}
#quote .q {
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	font-style: italic;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: 5px;
}
#quote .a {
	font-size: 11px;
	color: #000000;
	text-align: right;
	margin-right: 21px;
	bottom: 25px;
	position: absolute;
	right: 0px;
}
#navbar {
	height: 28px;
	width: 760px;
	background-image: url(../img/layout/bg-navbar.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}
#navbar .menu {
	margin-left: 17px;
	float: left;
	margin-top: 5px;
	color: #FFFFFF;
}
#navbar .menu a,
#navbar .menu a:visited {
	color: #FFFFFF;
	font-size: 12px;
	padding-right: 6px;
	padding-left: 6px;
}
#navbar .menu a:hover {
	color: #a0a0a0;
	text-decoration: none;
}
#navbar .search {
	float: right;
	position: relative;
	margin-top: 5px;
	margin-right: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#navbar .search a,
#navbar .search a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#navbar .search a:hover {
	text-decoration: underline;
}
#navbar .search input {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 2px;
	padding-left: 3px;
	height: 12px;
	width: 114px;
	border: 1px solid #8a8a8a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#navbar .search input.submit {
  width:auto;
  height:auto;
  background-color:transparent;
  color: #FFFFFF;
}
#border {
	background-color: #757575;
	height: 4px;
	width: 760px;
}

#content {
	width: 760px;
	background-color: #FFFFFF;
	position: relative;
	background-image: url(../img/layout/bg-content-all.gif);
	background-repeat: repeat-y;
	padding-bottom:20px;
}
#content .left {
	float: left;
	width: 470px;
	margin-right: 17px;
	margin-left: 22px;
	font-size: 11px;
}
#content .left h1 {
	font-size: 19px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 8px;
}
#content .left p {
	/*font-size: 11px;*/
	color: #000000;
	margin-top: 0px;
}

#content .left .breadcrumb {
	font-size: 10px;
	font-weight: bold;
	color: #767676;
	margin-top: 10px;
	margin-bottom:10px;
}
#content .left .breadcrumb a,
#content .left .breadcrumb a:visited {
	color: #fe0000;
	text-decoration: none;
	font-size: 10px;
}
#content .left .breadcrumb a:hover {
	text-decoration: underline;
}
#content .right {
	width: 250px;
	float: right;
	background-image: url(../img/layout/bg-contentright.gif);
	background-repeat: repeat-x;
	min-height:300px;
}
#content .right h2 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9e9e;
	font-size: 19px;
	font-weight: normal;
	margin-right: 21px;
	margin-left: 17px;
	margin-top: 38px;
}
#content a:hover {
	text-decoration:none;
}
#content .right .newsbox {
	margin-right: 21px;
	margin-left: 17px;
	position:relative;
	margin-bottom:10px;
	margin-top:30px;
}
#content .right .newsbox .date {
	font-size: 10px;
	font-weight: bold;
	background-color: #fe0000;
	color: #FFFFFF;
	position: absolute;
	width: auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 5px;
	top:-25px;
}
#content .right .newsbox h3 {
	font-size: 11px;
	line-height: 10px;
	color: #000000;
	font-weight: bold;
	margin-top: 22px;
	padding-right: 20px;
}
#content .right .newsbox p {
	font-size: 11px;
	color: #4f4f4f;
	margin-top: 3px;
	line-height: 10px;
	margin-bottom: 3px;
}
#content .right .newsbox a:link,
#content .right .newsbox a:visited {
	background-image: url(../img/layout/arrow-red.gif);
	background-repeat:no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	padding-left:10px;
	background-position:0px 5px;
	display:block;
}
#content .right .archive a:link,
#content .right .archive a:visited {
	background-image: url(../img/layout/arrow-red.gif);
	background-repeat:no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
	background-position:0px 5px;
	display:block;
	font-size:11px;
	margin-left: 17px;
}
#content .right hr {
	margin-right: 21px;
	margin-left: 17px;
}
#footer {
	width: 760px;
	height: 82px;
	background-image: url(../img/layout/bg-footer.gif);
	background-repeat: no-repeat;
	padding-top:3px;
	position:relative;
}
#footer p {
	margin-top: 25px;
	margin-left: 28px;
	color: #808080;
	font-size: 10px;
	font-weight: bold;
}
#footer .links {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	position:absolute;
	top:28px;
	right:20px;
	text-align:right;
}

#content .left .archive .newsbox {
	margin-right: 21px;
	margin-left: 17px;
	position:relative;
	margin-bottom:10px;
	margin-top:30px;
}
#content .left .archive .newsbox .date {
	font-size: 10px;
	font-weight: bold;
	background-color: #fe0000;
	color: #FFFFFF;
	position: absolute;
	width: auto;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-top: 5px;
	top:-25px;
}
#content .left .archive .newsbox h3 {
	font-size: 12px;
	line-height: 10px;
	color: #000000;
	font-weight: bold;
	margin-top: 22px;
	padding-right: 20px;
	margin-bottom:5px;
}
#content .left .archive .newsbox p {
	font-size: 11px;
	color: #4f4f4f;
	margin-top: 3px;
	line-height: 10px;
	margin-bottom: 3px;
}
#content .left .archive .newsbox a:link,
#content .left .archive .newsbox a:visited {
	background-image: url(../img/layout/arrow-red.gif);
	background-repeat:no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	padding-left:10px;
	background-position:0px 5px;
	display:block;
}


/**********************************/
#hrqcontact {
	margin-left:16px;
	margin-right:20px;
	margin-top:20px;
	padding:3px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	background-color:#484848;
	color:#FFFFFF;
}
#hrqcontact a:link,
#hrqcontact a:visited {
	color:#FFFFFF;
}
#rqcontact {
	margin-left:15px;
	font-size:11px;
}
#rqcontact .message {
	padding-left:3px;
	padding-right:20px;
	padding-top:10px;
	color:#484848;
}
#qcontact {
	padding-left:10px;
	padding-top:10px;
	font-size:10px;
}
#qcontact label {
	display:block;
	font-weight:bold;
}
#qcontact input,
#qcontact textarea {
	width:180px;
	border: 1px solid #B9B9BA;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
}
#qcontact input.submit {
	width:auto;
	color:#484848;
	font-weight:bold;
	border:solid 1px #C7A4E1;
	margin-top:10px;
}
div.messages {
	padding-left:10px;
	padding-top:10px;
	font-size:10px;
	color:#EC0303;
}