﻿* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  font: 11px Tahoma;
  text-align: center;
  background-color: white;
}

img {
	border: 0px;
}

#container-page {
  margin: 0;
  width:1024px;
  background: white;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-head {
  background: white;
}

#container-foot {
  width: 100%;
  background-image:url('../img/footer.gif');
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 68px;
}

.head{
	height:324px;
	background-color:#243d53;
	background-repeat: no-repeat;
}
.headHomepage{
	height:380px;
	background-color:#243d53;
	background-repeat: no-repeat;
}
.language {
	padding-top:20px;
	padding-left:35px;
	color: white;
	float:left;
	font-size:12px;
	cursor: default;
}

.language span{
	color: silver;

}

.language a, .language a:link {
	color: white;
	font-size:12px;
	text-decoration:none;
}

.menu {
	cursor: default;
	color: white;
	padding-top:55px;
	padding-left:450px;

}

.menu p{
	line-height: 19px;	
	background-color: #b3a28d;
	font-size:13px;
	font-weight: normal;
	color: white;
	width: 200px;
	font-weight: bold;
}


.menu a:link {
	color: white;
	float:left;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	line-height: 19px;	
	width: 200px;
	border-bottom: solid 1px white;
} 

.menu a:visited {
	color: white;
	float:left;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	line-height: 19px;	
	width: 200px;
	border-bottom: solid 1px white;
} 

.menu a:active {
	color: white;
	float:left;
	font-size:13px;
	font-weight: normal;
	text-decoration:none;
	line-height: 19px;	
	width: 200px;
	border-bottom: solid 1px white;
}

.menu a:hover {
	line-height: 19px;	
	background-color: #b3a28d;
	color: black;
	width: 200px;
	border-bottom: solid 1px white;
	text-decoration:none;
}

.menu span{
	color: white;
	font-size: 23px;
}

.clearFix {
	clear:both;
}

.footer {
	text-align: left;
	margin-top:0px;
	padding-top:25px;
	padding-left:20px;
	font-size:10px;
	color: white;
	height:43px;
	width:1024px;
}


.footer  a:visited {
	color:white;
	text-decoration:underline;
}

.footer a:active{
	color:white;
	text-decoration:underline;
}

.footer a:link{
	color:white;
	text-decoration:underline;
}

.footer a:hover{
	color:white;
	text-decoration:underline;
}

#container-content {
	border: solid 0px red;
	padding-bottom:80px;
	width: 1024px;
	background-color: white;
	padding-top:10px;
}

#container-content:after {
  	clear: both;
  	display: block;
  	font: 1px/0px serif;
  	content: ".";
  	height: 0;
  	visibility: hidden;
}

.leftBar {
	padding-right:10px;
	padding-left:15px;
	border: 0px solid #cccccc;
	display: block;
	float: left;	
	margin: 0px;
	width: 270px;
	background-color: white;
	font-size:12px;
}

h1{
	color: #40525f;
	font-size: 19px;
	font-weight: normal;
	border-bottom: solid 2px #999999;
}

.leftBar p{
	padding-left: 10px;
	padding-bottom: 10px;
}

.rightBar {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	display: block;
	float: left;
	width: 310px;
	
}

.rightBar ul{
	padding-left: 30px;
	padding-right: 10px;

}

.rightBar sup{
	color: red;
}

.textBarCommon {
	display: block;
	background-color: white;
	padding-left:10px;
	padding-right:10px;	
	float: left;
	width: 659px;
	height: 100%;
}

.textBarCommon p{
	font-size: 12px;
	margin-top: 15px; 
	text-align: justify;
}

.textBarCommon ul{
	margin-left: 30px;
	
}
.textBar {
	display: block;
	background-color: white;
	padding-left:10px;
	padding-right:10px;	
	float: left;
	width: 389px;
	height: 100%;
}

.textBar p{
	font-size: 12px;
	margin-top: 5px; 
	text-align: justify;
}

#modal_container {  
    padding:5px;  
    background-color:#fff;  
    border:1px solid #666;  
    overflow:auto;  
    font-family:"Lucida Grande",Verdana;  
    font-size:12px;  
    color:#333;  
    text-align:left;  
} 

#modal_overlay {  
   background-color:#000;  
}  
