@charset "utf-8";

body{
    padding:0;
    margin:0;
    font-family:Arial, Helvetica, sans-serif, Tahoma,"Trebuchet MS";
    background-image: url(images/bg.jpg);
}
	
a.links1:link,a.links1:visited{
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    text-decoration:underline;
}

a.links1:hover{
    font-weight: normal;
    color:#ccc;
    text-decoration:none;
    text-decoration:underline;
}


a.links2:link,a.links2:visited{
    color:#F73D0B;
    font-size:11px;
    text-decoration:none;
    font-weight: bold;
}

a.links2:hover{
    font-weight: bold;
    color:#999;
    text-decoration:none;
}

#compas{
    display:block;
    width:191px;
    height:176px;
    position:absolute;
    left:52px;
    top:1236px;
    background-image: url(images/kompas.png);
}

#bullet{
    width:207px;
    height:40px;
    background:url(images/bullet.png) 0 0 no-repeat;
    margin:0 0 0px 0;
    padding:15px 14px 0 50px;
}
	
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
    margin:0;
    padding:0;
}

p {
    text-align:justify;}

.bold_white p {
    font-weight: normal;
    color: #FFF;
}

.bold_white_bg {
    font-weight:bold;
    color:#FFF;
    font-size:14px;
    background-color:#F00;
    display:block;
    height:21px;
    }

.head_main{
    font-size:18px;
    color:#FFF;
    font-weight:bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    padding: 4px;
    float: left;
    height: 25px;
    width: 201px;
    position: absolute;
    background-image: url(images/bg_m.png);
    left: 279px;
    top: 371px;
    text-align: left;
}

ul{
    margin:0; 
    padding:0; 
    list-style-type:none;
    font-size:0;
}
.spacer{
    clear:both; 
    font-size:0; 
    line-height:0;
}

/*------------------------------------------------header--------------------*/
#header{
	width:660px;
	margin:0 300px;
}
#header ul.sub{
    width:660px;
    height:35px;
    margin: 0 auto;
}
#header ul.sub li{
	float:left;
	background:url(images/sub_nav_div.gif) right top no-repeat;
	line-height:0;
	font-size:0;
}
#header ul.sub li a{
	padding:0 6px;
	font:bold 9px/13px Tahoma;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
}

#header ul.sub li a:hover{
	display:block;
	padding:0 6px;
	font:bold 9px/13px Tahoma;
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	
	
}	
		

#header ul.sub li a.first{
	padding:0 20px 0 0;
	font:bold 9px/13px Tahoma;
	color:#FFFFFF;
	background-color:inherit;
	text-decoration:none;
}
#header ul.sub li a.first:hover{
	color:#FF833B;
	background-color:inherit;
}
#header ul.sub li.noImg{
	background-image:none;
}

/*------------------------------------------------text main--------------------*/
p {
	color:#FFF;
	font-size:12px;
	line-height:19px;
	font-family:Tahoma, sans-serif;
}

.headlines {
	color:#F00;
	line-height:30px;
	font-size:12px;
	text-align:center;
	font-weight:bold;}

/*-----------------------------------------------left--------------------*/
#left{
	
	padding:34px 0 0 43px;
	width:273px;
	float:left;
}
#left form{
	width:207px;
	height:39px;
	background:url(images/search_bg.png) 0 0 no-repeat;
	margin:0 0 22px 0;
	padding:15px 14px 0 54px;
}
#left form input.txtBox1{
	width:167px;
	height:18px;
	border-bottom:#D4D0C8 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-top:#808080 solid 1px;
	border-left:#808080 solid 1px;
	padding:2px 0 0 6px;
	font:normal 10px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#101010;
	background-color:#fff;
	float:left;
}
#left form input.btn{
	background:url(images/btn.gif) 0 0 no-repeat;
	width:16px;
	height:16px;
	float:right;
	border:none;
	cursor:pointer;
	margin:3px 0 0 0;
}
/*------------------------------------------------footer--------------------*/

#footer{
	width:100%;
	height:79px;
	background:url(images/footer_bg.gif) 0 0 repeat;
	margin:0 auto;
	position:relative;

}
#footer ul.botNav{
	padding:18px 0 0 45px;
	text-align:center;
}
#footer ul.botNav li{
	float:left;
	font:normal 10px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	padding:2px 0;
}
#footer ul.botNav li a{
	display:block;
	padding:0 3px;
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
#footer ul.botNav li a:hover{
	color:#fff;
	text-decoration:underline;
}

#footer p.copy{
	width:279px;
	font:normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:inherit;
	position:absolute;
	left:600px;
	top:59px;
}
#footer p.design{
	width:172px;
	font:normal 11px/13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:inherit;
	padding:4px;
	position:absolute;
	left:17px;
	top:58px;
}
#footer p.design a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	padding:2px;
	
}
#footer p.design a:hover{
	color:#fff;
	background-color:#000;
}
/*------------------------------------------------footer--------------------*/
.bold_white {
	font-weight: bold;
	text-align:left;
	color: #FFF;
	
}
.tcenter {
	text-align:center;
	padding-top:6px;}
	
.tright {
	padding-left:120px;
	padding-top:6px;}

#bgf {
	background-color:#FFF;
	background-repeat: repeat-x;
	display: block;
	height: 103px;
	width: 100%;
	position:absolute;
	
	
	top:128px;
	z-index:1;
	
}
#headdis{
	position:relative;
z-index:2;}

.form {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	background-color: #FF833B;
}

.formred {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	background-color: #DF0102;
}
.formr {
	text-align: left;
}

.txtBox1{
	font:normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#667;
	background-color:#fff;	
}
.btn{
	background:url(images/btn.png) 0 0 no-repeat;
	width:109px;
	height:40px;
	float:right;
	border:none;
	cursor:pointer;
	margin:60px 20px 0 0;
}
.btnpers{
	background:url(images/btnpers.png) 0 0 no-repeat;
	width:109px;
	height:40px;
	float:right;
	border:none;
	cursor:pointer;
	margin:60px 20px 0 0;
}

.normal_list {
    list-style: circle;
    color: #fff;
    list-style-type: disc;
    font-size:12px;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 5px 10px;
}

.normal_list_dash {
    list-style: circle;
    color: #fff;
    list-style-type: upper-roman;
    font-size:12px;
    text-align: left;
    padding-left: 10px;
}

.dark_window {
    position: relative;
    z-index: 99;
    padding: 10px;
    border: 1px solid #f00;
    background: white;
    display: none;
    font-size: 90%;
    text-align: left;
}

.dark_window[id]{
	margin: -107px auto;
	top: 50%;
}

.dark_window #closebutton {
    display: block;
    text-align: center;
    clear: both;
    margin: .5em 0 0 0;
}

.popHide {
    display: none;
    visibility: hidden;
}

.popShowOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    z-index: 10;
    overflow: hidden;
}

.popShowOverlay[id]{
    position:fixed;
}
.popShowContain { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: transparent; z-index: 20; }

.popShowContain[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

.normal_list_map a {
	color: #fff;
    text-decoration: none;
}

.normal_list_map a:visited {
	color: #fff;
    text-decoration: none;
}

.normal_list_map a:hover {
    text-decoration: underline;
}

.normal_list_map {
    list-style: circle;
    color: #fff;
    list-style-type: none;
    font-size:14px;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 10px;
}

.normal_list_map li {
    padding: 5px 5px 5px 10px;
}

.normal_list_map li ul {
    padding-left: 20px;
}
