@CHARSET "UTF-8";



/* ***************************************************************** *
*   OBJECTS IN THE CONTENT AREA  
* ***************************************************************** */
#content h1 {
	padding: 8px 0 6px 0;
	font-size: 24px;
	font-weight: normal;
	color: #565353;
}
#content h2 {
	padding: 3px 0 8px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	color: #565353;
}
#content h3 {
	padding: 0 0 2px 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	color: #565353;
}
#content ul {
	margin: 8px 0 6px 0;
}
#content div.htmlText {
	padding: 5px 0 20px 0; 
	line-height: inherit;
	color: inherit; 
	font-size: inherit;
}
#htmlText p, div.htmlText p {
	padding: 4px 0 12px 0;
	margin: 0;
	font-size: inherit;
	color: inherit;
}
#content a, #content a:visited, #content a:active  {
	color: #333333;
	text-decoration: underline;
}
#content a:hover {
	color: #666666;
}
#content div.separator {
	height: 20px;
	overflow: hidden;
} 

#content div.linkToTop {
	text-align: right;
	margin: 18px 0 12px 0;
}
#content div.linkToTop a, #content div.linkToTop a:visited {
	border: 1px solid #CCCCCC;
	padding: 2px 2px 2px 24px;
	background: url(/images/navi/linkToTop_bg.gif) 2px 4px no-repeat;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#content div.linkToTop a:hover {
	background: #CCCCCC;
}





/* object: image left aligned with text / image right aligned with text */
#content div.imgLeftAlignedWithText, #content div.imgRightAlignedWithText {
	margin: 0 0 12px 0;
}
#content div.imgLeftAlignedWithText div.image {
	float: left;
	padding: 0 0 5px 0;
	margin-right: 10px;
}
#content div.imgRightAlignedWithText div.image {
	float: right;
	padding: 0 0 5px 0;
	margin-left: 10px;
}
#content div.imgLeftAlignedWithText div.image div.subtitle, 
#content div.imgRightAlignedWithText div.image div.subtitle  {
	padding: 3px 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	color: #666;
}


#content div.twoImages {
	margin-bottom: 20px;
}
#content div.twoImages div.image {
	float: left;
	width: 260px;
	text-align: center;
}
#content div.twoImages div.image div.subtitle  {
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	color: #666;
}


/* ***************************************************************** *
 *   IMAGE GALLERY (THUMBS LIST)
 * ***************************************************************** */ 
/**
 * div containing images opened in lightbox 
 */
.lightboxCont {
	display: inline;
	padding: 0;
	margin: 0;
}
#content .imgGallery {
  	margin: 10px 0;
	padding: 10px 0;
}
#content .imgGallery table.thumbs {
  	width: 100%;
	border: 0;
}
#content .imgGallery table.thumbs tr td.pic {
  	width: 33%;
	padding: 1px;
	margin: 0;
	text-align: center; 
} 
#content .imgGallery table.thumbs tr td.pic .imgContainer { 
	width: 170px;
	height: 130px;
	margin: 5px auto;
	overflow: hidden;
	text-align: center; 
}  
#content .imgGallery table.thumbs tr td.pic .lightboxCont {
	padding: 5px;
}
#content .imgGallery table.thumbs tr td div.desc {
	display: block;
	height: 25px;
}


/* subTopic */
#content div.subTopic {
	margin-bottom: 25px;
}
#content div.subTopic div.text {
	float: left;
	width: 360px;
	margin-right: 30px;
	font-size: 11px;
}
#content div.subTopic div.image {
	float: left;
	width: 180px;
}
#content div.subTopic div.intro p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: inherit;
}
#content div.subTopic h2 {
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #565353;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 14px;
}
#content div.subTopic h2 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}



/* ***************************************************************** *
* ***************************************************************** *
*   OBJECTS IN THE BOX AREAS  
* ***************************************************************** *
* ***************************************************************** */




/* ***************************************************************** *
* ***************************************************************** *
*   CONTAINER OBJECTS IN CONTENT AREA   
* ***************************************************************** *
* ***************************************************************** */

/* ***************************************************************** *
*   EXPO LIST (WITH/WITHOUT IMAGES)   total width: 566px
* ***************************************************************** */ 
#content div.expoList div.item {
	margin-bottom: 25px;
}
#content div.expoList div.item div.text {
	float: left;
	width: 320px;
	margin-right: 30px;
	font-size: 11px;
}
#content div.expoList div.item div.image {
	float: left;
	width: 220px;
}
#content div.expoList div.item div.intro p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: inherit;
}
#content div.expoList div.item h2 {
	padding: 2px 0 2px 0;
	border-bottom: 1px solid #565353;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 14px;
}
#content div.expoList div.item h2 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}


/* ***************************************************************** *
*   TOPICS LIST (WITH/WITHOUT IMAGES)
* ***************************************************************** */ 
#content div.topicsList div.item {
	margin-bottom: 15px;
}
#content div.topicsList div.item div.image {
	float: left;
	width: 120px;
	padding-top: 3px;
	margin-right: 5px; 
}
#content div.topicsList div.item div.text {
	float: left;
	width: 415px;
}
#content div.topicsList div.item div.intro p {
	margin: 0;
	padding: 0;
}
#content div.topicsList div.item div.text h3, #content div.topicsList div.item h3 {
	padding: 0;
}



