/* Default */

* { border: 0px; margin: 0px; padding: 0px; }
* { font-family: Tahoma; font-size: 11px; }

	/* IE 6 or Later patch */
html body { width: 100%; height: 100%; }


body {
	background: #717370 url(../img/spring3.jpg) no-repeat scroll 50% 0;	
}

/**
 * --------------------------------
 */

.w100p { width: 100%; } .h100p { height: 100%; }

.m5px {
	margin: 5px;
}

.hidden { overflow: hidden; } .scroll { overflow: auto; }
.left { float: left; } .right { float: right; } .clear { clear: both; }

.full-screen {
	width: 100%; height: 100%;
	position: absolute;
	left: 0px; top: 0px;
}

/* ---------- */

#popup {
	position: absolute;
	left: 0px; top: 0px;
	width: 100px; height: 100px;
	border: 3px double Silver;
	z-index: 2;
	display: none;
	background-color: Black;
}

#popup_img_close {
	position: absolute;
	left: 0px; top: 0px;
	width: 24px; height: 24px;
	border: 3px double Silver;
	z-index: 2;
	display: none;
	background-color: Black;
}

#blind { z-index: 1; filter: alpha(opacity=80); opacity: 0.8; background-color: Black; display: none; }

.document-content { z-index: 0; overflow: auto; }

.page {

	width: 980px;
	height: auto;
	position: absolute;
	left: 50%; 
	top: 0px;
	margin-left: -490px;


}

/* --- Header --- */
/**
.header, .header-home { width: 960px; height: 67px; }
.header { background-image: url(../img/bg-masthead.jpg); }
.header-home { background-image: url(../img/bg-masthead-home.jpg); }

.header div, .header-home div { float: left; }

.header div.logo, .header-home div.logo {
	width: 171px; height: 57px;
	margin-top: 0px;
}

.header-top-menu, .header-bottom-menu { width: 689px; height: 12px; margin-top: 11px; }
.header-top-menu *, .header-bottom-menu * { display: block; float: left; font-family: Times New Roman; font-size: 16px; font-weight: bold; }
.header-top-menu a { text-decoration: none; color: #554D45; } .header-top-menu a:hover { text-decoration: none; color: White; }
.header-bottom-menu a { text-decoration: none; color: White; } .header-bottom-menu a:hover { text-decoration: none; color: #554D45; }
.header-top-menu span { margin-left: 10px; margin-right: 10px; color: #554D45; }
.header-bottom-menu span { margin-left: 10px; margin-right: 10px; color: White; }
**/
	.header, .header-top-menu, .header-bottom-menu {
		width: 960px; 
		}
	.header {
		height: 114px;
		}
		
	.header-top-menu {
		/*
		padding-left: 280px;
		width: 680px; /*(960 - 280)*/ 

		padding-left: 180px;
		width: 780px; /*(960 - 180)*/
		height: 34px;
		background: #0683BB url(../img/global-nav.gif) repeat-x scroll 0 0;
		border-top: 1px solid #045C82;

		}
		.header-top-menu a, .header-top-menu span {
			font-family: Arial,sans-serif;
			font-size: 11px;
			font-size-adjust: none;
			font-stretch: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: normal;
			line-height: 34px;
			color: #E6F3F8;
			}
			.header-top-menu span {
				margin: 0 10px 0 10px;
				}
	.header-bottom-menu  {
		height: 80px;
		background: transparent url(../img/toptexture.jpg) repeat scroll 0 0;
		clear: both;
		position: relative;
		}

	.logo {
		background:transparent url(../img/col_logo.jpg) no-repeat scroll 0 0;
		float: left;
		height: 47px;
		margin: 15px 0 0 20px;
		text-indent: -9999px;
		width: 188px;
		}
		.logo:hover, .logo:active, .logo:visited {
			border: none;
		}
		
.header-bottom {
	margin-right: 70px;
	text-align: right;
	}
	.header-bottom a { 
		font-family: Arial,sans-serif;	
		font-weight: bold;
		font-size: 15px;
		text-decoration: none; 
		color: #554D45;
		line-height: 80px;
		} 
		.header-bottom a:hover { 
			text-decoration: none; 
			color: #554D45; 
			}
			.header-bottom span { 
				font-family: Arial,sans-serif;
				margin-left: 10px; 
				margin-right: 10px; 
				color: #554D45; 
				}
/* --- Footer --- */

.footer {
	width: 960px; height: 60px;
	background-image: url(../img/bg-footer.jpg);
	background-repeat: no-repeat;
}

.footer * { color: White; }
.footer div { float: left; width: 500px; }

.footer .map { float: right; width: 90px; height: 47px; margin-top: -26px; margin-right: 30px; }

.footer .menu-footer {
	visibility: hidden;
	margin-top: 8px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: none;
}

.footer .menu-footer a {
	color: White;
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
} .footer .menu-footer a:hover {
	color: White;
	text-decoration: underline;
}

.footer .copyright {
	font-size: 10px;
	margin-left: 25px;
}

/* --- Sub Content (Banex) --- */
.sub-content {
	width: 960px; height: 91px;
	background-color: #333333;
	background-image: url(../img/bg-banex.gif);
}

.sub-content div {
	width: 233px; height: 81px;
	float: right;
	margin-right: 4px;
	margin-top: 4px;
	border: 1px solid Gray;
}

/* --- Content --- */
.content {
	width: 960px; height: auto;
	background-color: #FEFEFE;
}

.content-menu {
	float: left;
	width: 199px; height: auto;
}

.content-part {
	float: left;
	width: 750px; height: auto;
	border-left: 1px dashed Silver;
}

/* --- Menu --- */
.menu-header {
	width: 187px; height: auto;
	padding: 3px;
	margin-left: 5px;
	margin-right: 4px;
	color: Black;
	display: block;
}

a.menu {
	display: block;
	width: 187px; height: auto;
	text-decoration: none;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 3px;
}

a.menu:hover {
	color: Black;
	background-color: #B79C7C;
	text-decoration: none;
	font-weight: bold;
}

a img.href { border: 2px solid Silver; padding: 3px; }
a:hover img.href { border: 2px solid #FFC88E; padding: 3px; }

a img.current { border: 2px solid #F5C597; padding: 3px; }
a:hover img.current { border: 2px solid #FF3000; padding: 3px; }