/*
 *  © 2009 SDEWES.ORG, Inc. All rights reserved.
 */
 
 /******** REGULAR TAGS ********/
 body {
  background-color: #FFFFFF;
	background-image: url(art/main_tile2.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 }
 
 img {
 	border: 0px;
 	vertical-align:bottom;
 }
 
 a {
	color: #069;
 }

 a:hover {
 text-decoration: none;
 }

 /******** CUSTOM DIVS ********/
 
 #container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: left;
	border: 0px solid red;
}

#inner_container {
	border: 0px solid red;
	margin-top: 0px;
	background-image: url(art/sub_title_v2.gif);
	background-repeat: no-repeat;
}

#header_title {
	border: 0px solid red;
	margin-top: 0px;
}


/* -------- MENU -----------*/
#menu {
	width: 137px;
	float: left;
	border-right: 1px solid #999;
	padding-top: 10px;
	margin-top: 8px;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	text-align: right;
	margin-bottom: 3px;
	width: 135px;
}
#menu ul a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
}

#menu ul a:hover {
	color: #FFFFFF;
	background-color: #006699;
}

/* -------- CONTENTS -----------*/
#contents {
	width: 100%;
	border: 0px solid black;
	margin-left: 0px;
	padding: 5px 5px 5px 15px;
/*	background-image: url(art/sdewes_logo_gray.gif);*/
	background-repeat: no-repeat;
	border: 0px solid black;
	font-size: 12px;
}

#title {
	border-bottom: 1px solid #999;
	border-right: 10px solid #069;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-align: right;
	padding-right: 75px;
}

.subtitle {
		border-bottom: 1px solid #ddd;
		margin-top: 20px;
		font-size: 13px;
		padding-left: 15px;
		padding-bottom: 5px;
		color: #047;
	}

#cont_text {
  color: #555;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
}

#cont_text p {
	text-align: justify;
	text-indent:20px;
}

#cont_text_nj {
  color: #555;
  font-size: 12px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 10px;
}

#cont_text_nj p {
	text-align: justify;
}

#news {
	float: right;
	width: 300px;
	margin: 5px 15px 10px 10px;
	font-size: 10px;
/*	border-bottom: 1px solid #999;*/
}

#news_title {
	border-bottom: 1px solid #999;
	border-left: 4px solid #069;
	padding: 3px 3px 3px 13px;
	font-weight: bold;
	background: #eef;
	font-size: 11px;
}

#news_contents {
	padding-left: 13px;
	
}

#news_contents p {
	text-align: justify;
	text-indent: 10px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	padding-left: 4px;
	padding-right: 3px;
	border-left: 1px solid #eef;
}
/*-----------------------------*/
/*--------- GALLERY -----------*/

#preview_image {
 position: absolute;
 background: #fff;
 border: 1px solid black;
 padding: 25px 10px 25px 10px; 
 visibility: hidden;
}



/* -------- FOOTER -----------*/
#footer {
	clear:both;
	height: 45px;
	background-image: url(art/footer2.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: 0px solid black;
	padding-right: 25px;
	padding-top: 5px;
	margin-top: 15px;
	color: #006699;
}
#copyright {
 float: right;
 padding-top: 10px;
 font-weight: bold;
 font-size: 10px;
}
#browser_check {
 margin-left: 160px;
 padding-top: 5px;
 font-size: 9px;
 color: #999;
}
/* -------- HELPERS -----------*/
#breaker {
	clear:both;
}

.partner_logo {
	height: 100px;
}

/* -------------------------*/
/* -------------------------*/
