

body { 
	line-height: 18px; 
	font-size: 11px; 
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	background-color: white; 
	padding: 0px; 
	margin: 0px;
}

a{
	color: inherit;
	text-decoration: none;
}

#public_menu{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: black;
}

#public_menu ul li{
	color: red;
}

#public_menu ul li a{
	color: black;
}

#public_menu ul li a:hover{
	color: red;
}

#language_container{	
	font-style: italic;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}

#language_container a:hover{
	text-decoration: underline;
}

#footer{
	color: #b2b2b2;
	line-height: 12px;
	font-size: 10px;
	text-align: left;
	margin-top: 12px; 
}

.black{
	color: black;
}

h1{
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
}

.tech_wrapper{
	clear: both;
	background-image: url(/images/background_tech.jpg);
	background-repeat: repeat;
	padding-bottom: 36px;
	padding-top: 18px;
	margin-top: 18px;
}

#entry_index a{

	line-height: 24px;

	font-size: 12px;

	font-style: italic;

	font-family: Georgia, "Times New Roman", Times, serif 

}

.entry_item{
	border-bottom-color: #7f7f7f;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.button_container{
	line-height: 24px;
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 36px;
}

.entry_container{
	position: relative;
}


#carousel-wrapper {
    width: 700px;
    height: 525px;
    overflow: hidden;
    margin-bottom: 12px;
}

#carousel-content {
	width: 700px;
}

#carousel-content .slide {
    float: left;
    width: 700px;
    height: 525px;
}

.separator{
	border-top: 1px dotted #7f7f7f;
	padding-top: 18px;
}

.buttons{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.top_buttons{
	padding-top: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}

.right{
	text-align: right;
}

.textile p{
	margin-bottom: 18px;
}

.country_wrapper{
	padding-bottom: 10px;
	border-bottom: 1px dotted rgb(10, 10, 10); /* The Fallback */
	border-bottom: 1px dotted rgba(10,10,10,0.5);
	margin-bottom: 10px; 	
}

#vertical_spacer{
	height: 110px;
}

.textile h1{
	margin-bottom: 24px;
}

.page_image{
	padding-top: 48px;
	padding-bottom: 24px;
}

.home-text{
	border-bottom-width: 1px;
	padding-bottom: 6px;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 48px;
	margin-top: 116px;
	border-bottom-color: black;
	border-bottom-style: solid;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	display: block;
	font-size: 18px;
	line-height: 24px;
}

.home-text:first-line {
}

#home-text-container{
	bottom: 12px;
	z-index: 100000000;
	left: 0%;
	right: 60%;
	top: 0px;
	position: absolute;
}
