/* CSS Document */

img {
	border:none;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:tahoma;
	font-size:8pt;
}

#page {
	margin:0;
	padding:0;
	display:block;
	width:950px;
	text-align:left;
	background:#FFFFFF ;
}


/* Header */
#header {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	height:100px;
	text-align:left;
	background:#FFFFFF;
	vertical-align:bottom;
}
/* Header */

/* Language Bar */
#langbar {
	text-align:left;
	margin-left:60px;
	margin-top:65px;
}

#langbar a:link , #langbar a:visited , #langbar a:hover {
	text-decoration:none;
	font-size:9pt;
	font-weight:750;	
}

#langbar a:link , #langbar a:visited {
	color:#000000;
	text-decoration:none;
}

#langbar a:hover {
	color:#FF0000;
	border-bottom:1px dashed #9999CC;
}
/* Language Bar */


/* Left Content */
#content {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	width:100%;
	text-align:left;
	vertical-align:top;
}

.cleft{ /* left container */
	width:750px;
	text-align:left;
	vertical-align:top;
}

.cright{ /* right container */
	width:200px;
	text-align:left;
	vertical-align:top;
}


/* Navigation Menu */
#navigation {
	margin:0;
	padding:0;
	width:750px;
	height:34px;
	text-align:left;
	display:block;
	position: relative;
	color: #cccccc;
	background: url(images/layout/nav_cen.jpg) repeat-x;
	vertical-align:top;
	padding-top:8px;
}

#navigation a:link , #navigation a:visited , #navigation a:hover {
	padding: 5px 15px 5px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:tahoma;
	font-size:9pt;
	font-weight:bold;
	height:34px;
	background: url(images/layout/nav_cen.jpg) repeat-x;
}

#navigation a:hover {
 background: url(images/layout/nav_cen-hover.jpg) repeat-x;
}
/* Navigation Menu */

/* Banner picture */
#banner {
	margin:4px 0px 10px 0px;
	padding:0px;
	width:750px;
	height:230;
	float:left;
	display:inline;
}

/* Content details */
#detail{
	line-height:2;
	font-family:verdana;
	font-size:9pt;
	color:#000000;
	padding:10px 0px 20px 0px;
}

/* Weather box */
.weather {
	background:url(images/layout/bg-weather.jpg) no-repeat;
	width:200px;
	height:71px;
}

/* Sidebar Menu */
#sidabar {
	background:url(images/layout/bg-menuDetail.jpg) repeat-y;
}

.sidebar{
	padding:5px 5px 5px 5px;
}

#sectionLinks a{
	margin:5px 5px 5px 5px;
	width:150px;
	font-size:8pt;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

#sectionLinks a:hover{
	/*border-top: 1px dashed #9999CC;
	border-bottom:1px dashed #9999CC;*/
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFF9;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}
/* Sidebar Menu */


/* Footer */
#footer{
	width:100%;
}

.content-tail-left{
	background: url(images/layout/bg-menuDetail-button-left.jpg) no-repeat; width:30px; height:0px;
}

.content-tail{
	background: url(images/layout/bg-contentDetail-button.jpg) repeat-x; height:30px; width:720px;
}

.sidebartail{
	background: url(images/layout/bg-menuDetail-button.jpg) no-repeat; width:200px; height:0px;
}
/* Footer */


/* Website information */
#siteInfo{
	margin:0;
	padding:0;
	width:100%;
	height:70px;
	text-align:left;
	background:#FFFFFF;
	color:#1d2e3e;
}

#siteInfo p{
	margin:10px 20px 10px 20px;
	padding:20;
	margin-top:25px; margin-bottom:20px;
	font-family:tahoma;
	font-size:9pt;
}

#siteInfo a:link , #siteInfo a:visited {
	color:#000000;
	text-decoration:none;
}

#siteInfo a:hover {
	color:#FF0000;
	border-bottom:1px dashed #9999CC;
}
/* Website information */
