@charset "utf-8";
/* CSS Document */

/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
	margin: 0;
    padding: 0;
}

a, a:hover{text-decoration: none;}

a img {border:none}

/***************************************************
			      Global styles
***************************************************/

html, body {
	width:100%;
	height:100%;
}

body {
	margin-top: 0px;
}

table {
	line-height: 1px;
}


html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin:0 0 1px;
	line-height: 0;
	background-color:white;
}

img {
	padding:0px!important;
}

#container{
	background-color: #F4F4F4;
	position:relative;
	width:952px;
	margin:0 auto;
	text-align:left;			
}
p {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	position:relative;
}

br {
	line-height: 25px;
	background-color: #f4f4f4;
	clear: both; 
}
.space {
	line-height: 20px;
}
	
.title{
	font-size: 22px;
	line-height:1.6;
	color:#000000;
	text-align:left;
}

.title2 {
	font-size: 14px;
	line-height:1.6;
	color:#000000;
	text-align:left;
	margin-bottom: 15px;
}

.title3{
	font-size: 18px;
	line-height:1.6;
	color:#000000;
	text-align:left;
	width: 520px;
	float: right;
	margin-top: 5px;
}

.title4{
	font-size: 12px;
	line-height:1.6;
	color:#666;
	text-align:left;
	width: 520px;
	float: right;
	margin-top: -35px;
}

.title5 {
    color: #666666;
    float: right;
    font-size: 12px;
    line-height: 1.6;
    margin-top: -55px;
    text-align: left;
    width: 587px;
}

.ptop{
  margin-top:15px;
}

.txt {
	font-size: 12px;
	line-height:1.6;
	color:#666666;
	text-align:left;
	margin: 30px;
}

.txt a, .title2 a, .txt-box a, .txt-box3 a {
	color:#0085c5!important;
}

.txt-box {
	font-size: 13px;
	line-height:1.6;
	color:#666666;
	background-color: #e8e8e8;
	float: left;
	margin-top: 10px;
	width: 480px;
	margin-left: 10px;
}

.txt-box2 {
	font-size: 13px;
	line-height:1.6;
	color:#666666;
	background-color: #e8e8e8;
	float: left;
	margin-top: 10px;
	width: 500px;
	margin-bottom: 20px;
}

.txt-box3 {
	font-size: 13px;
	line-height:1.6;
	color:#666666;
	background-color: #CDCDCD;
	float: left;
	margin-top: 10px;
	width: 500px;
	margin-bottom: 20px;
	margin-left: 25px!important;
}

.txt-box4 {
	font-size: 13px;
	line-height:1.6;
	color:#666666;
	background-color: #e8e8e8;
	float: left;
	margin-top: 10px;
	width: 500px;
	margin-left: 10px;
}
.txt-boxa {
	font-size: 13px;
	line-height:1.6;
	color:#666666;
	background-color: #e8e8e8;
	float: left;
	margin-top: 0px;
	width: 550px;
	margin-left: 10px;
}

/***************************************************
			        MENU
***************************************************/


nav{
	position:relative;
	width:320px;
	background:transparent;
	float:left;
}


nav ul li{
	float: left;
	line-height:1;
	width: 326px;
	
}

nav ul li a{
	font-size: 14px;
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight:normal;
	display:block;	/* IE6, IE7 line height fix */
	padding:10px 15px;
	background-color:white;
	margin-top:0px;
	margin-right:6px;
    text-decoration:none;
}

nav ul li a:hover{
	color: gray;
	text-decoration: none;

}
nav ul li a.current{
	background-color:#B8B8B8;
	color:white;
	-moz-border-radius: 0px;
	border-radius: 0px;
	behavior: url(../../htmls/esp/pie-1.0.0/PIE.htc);
	text-decoration: none;
}

nav ul li a.extra{
	background-color:#666666;
	padding:15px;
	color:white;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 18px;
	behavior: url(../../htmls/esp/pie-1.0.0/PIE.htc);

}

nav ul li a.extra2{
	background-color:#E9E9E9;
	padding:15px;
	color:#333333;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 18px;
	behavior: url(../../htmls/esp/pie-1.0.0/PIE.htc);

}

nav ul li a img{
	float: right; 
}

/* Fix Accordeon */
.panel-body {
    margin: 0;
    padding: 0;
}
.panel-heading{
  padding: 0;
}
.panel-title.selected {
    background-color: #666666;
    border-radius: 0;
    color: white;
    font-size: 18px;
    padding: 15px;
    display: block;
    width:320px;
}
.panel-title {
    background-color: #e9e9e9;
    border-radius: 0;
    color: #333333;
    font-size: 18px;
    padding: 15px;
    display: block;
    width:320px;
}
.panel-title img {
    float: right;
    margin-top: 5px;
}
.panel-title > a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.panel-group .panel + .panel {
    margin-top: -1px;
    display: block;
}
.fixed{position: fixed; top:0; z-index: 999}
/***************************************************
			        SECTION
***************************************************/


section, #content{
	position:relative;
	width:632px;
	background-image: url("../../images/back.jpg");
	float: right;
}

article{
	margin: 10px 30px;
	background-color: #E8E8E8;
}

#txt1{
	background-color: #f4f4f4!important;
	margin-top: 30px;
}

#txt2{
	background-color: #f4f4f4!important;
	margin-top: 30px;
	margin-bottom: 30px;
}

#txt3{
	background-color: #f4f4f4!important;
	margin-top: 30px;
	margin-bottom: 60px;
}

article h4 a{
	color: #0086c9;
}
aside {
    float: left;
    width: 38px;
    margin-top: 6px;
    margin-top: 10px;
}

#box {
	background-color: #CDCDCD;
    float: left;
    width: 571px;
}

.box2{
	margin: 10px 30px;
	background-color: #E8E8E8;
	padding-bottom: 10px;
}

.box3{
	margin: -10px 30px;
	background-color: #E8E8E8;
	padding-bottom: 5px;
	clear: both;
}

#box4 {
    background-color: #CDCDCD;
    float: left;
    margin-top: 20px;
    width: 571px;
}

.txt-subbox {
	width: 400px;
	margin-left: 40px;
}

.txt-subbox .txt-box{
	line-height: 1!important;
}

aside img{
	margin-left: 10px;
	margin-bottom: 5px;

}
/***************************************************
			        FOOTER
***************************************************/


footer{
	position:relative;
	height:63px;
	clear:both;
	width:100%;
	margin-bottom:18px;
	background-color:#ffffff;
	}