html
{
	height: 100%;
}

body {
	
	font-family: Tahoma, Arial, Helvetica;
	
	font-size: 13px; /* Resets 1em to 12px */
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #cececd;
	background-image: url(images/bg.png);
	background-position: center top;
	
}

img {
	border: 0;
}

div#container {
	display: block;
	position: relative;
	width: 750px;
	padding: 32px 26px 34px 26px;
	margin: auto;
	overflow: hidden;
}

div#language {
	display: block;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 26px;
	padding: 10px 15px 0 0;
	font-size: 1.2em;
	color: #106791;
	border: 0px solid black;
}

div#language a {
	color: #106791;
	text-decoration: none;
}

div#language a:hover {
	color: #043e5a;
	text-decoration: underline;
}


div#site {
	display: block;
	position: relative;
	height: 100%;
	background-color: white;
}

div#header {
	display: block;
	position: relative;
	padding: 2px 15px 0 15px;
	background-color: white;
	margin-bottom: 11px;
	z-index: 100;
}

div#logo {
	display: block;
	position: relative;
	width: 127px;
	height: 94px;
	background-color: #f0f0f0;
	overflow: hidden;
	z-index: 2;
}

div#logo span {
	display: block;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('images/logo.png');
	background-color: black;
}
div#login-container {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	padding: 2px 5px 10px 5px; 
	background-color: #f0f0f0;
	width: 411px;
	height: 46px;
	overflow: hidden;
}
div#login {
	display: block;
	position: absolute;
	background-color: #3e4a5b;
	width: 411px;
	height: 46px;
	background-image: url(images/loginbg.png);
}

div#login form {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 12px 0px 12px 30px;
	background-image: url(images/login-icon.png);
	background-position: 10px 19px;
	background-repeat: no-repeat;
	color: white;
	font-size: 0.8em;
}

div#login form label {
	text-decoration: underline;
	letter-spacing: 0.1em;
	font-size: 1.1em;	
}

div#login form input {
	width: 100px;
	border: 1px solid #06386f;
	padding: 2px;
	margin-left:5px;
	margin-top: 2px;
	font-size: 1em;

}

div#login form input.button, form input.button {
	margin-top: 0px;
	margin-left:3px;
	width: 60px;
	background-color: #283240;
	border: 0px;
	color: white;
	padding: 1px;
	border-left: 1px solid #49525f;
	border-top: 1px solid #67717d;
	border-right: 1px solid #2b3340;
	border-bottom: 1px solid #1f2730;
	font-size: 0.9em;
	background-image: url('images/button-test.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

div#menu {
	display: block;
	position: absolute;
	height: 28px;
	left: 15px;
	right: 15px;
	bottom: 0;
	margin: 0;
	padding-left: 127px;
	border-bottom: 2px solid #babbbd;
	border-top: 2px solid #babbbd;
	font-size: 0.8em;
	text-transform: uppercase;
	z-index: 1;
}

div#menu ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	border: 0px solid black;
	text-align: center;
	padding: 0 0 0 0;
	
}

div#menu ul li {
	display: block;
	float: left;
	position: relative;
	padding: 9px 20px 9px 20px;
	border: 0px solid black;
}

div#menu ul li a {
	position: relative;
	color: black;
	text-decoration: none;
}

div#menu ul li a:hover {
	color: #106791;
	text-decoration: underline;
}
div#menu ul li:hover > ul { 
	visibility: visible;
}
div#menu ul li:hover > a { 
	color: #106791;
	text-decoration: underline;
}
div#menu ul li:hover span.highlight { 
	visibility: visible;
}

div#menu ul li span.highlight {
	display: block;
	position: absolute;
	width: 60%;
	height: 3px;
	;
	background-image: url(images/highlight.gif);
	background-position: center 0;
	background-repeat: no-repeat;
	visibility: hidden;
	bottom: 2px;
	border: 0px solid black;
	z-index: 100000;
}

div#menu ul li ul {
	display: block;
	position: absolute;
	z-index: 1000;
	background-color: #babbbd;
	top: 28px;
	left: 20px;
	padding: 10px;
	visibility: hidden;
}

div#menu ul li ul li {
	display: block;
	position: relative;
	float: none;
	z-index: 1000;
	border-bottom: 1px solid gray;
	padding: 5px 0;
	text-align: left;
	white-space: nowrap;
}

div#content {
	display: block;
	position: relative;
	padding: 0px 15px 0 15px;
	min-height: 400px;
	overflow: hidden;
	z-index: 1;
}

div#footer {
	display: block;
	position: absolute;
	z-index: 3;
	font-size: 0.8em;
	color: #777777;
	border: 0px solid black;
	left: 26px;
	right: 26px;
	text-align: center;
	padding: 23px 0 0 0;
}

span.shtop,span.shbottom, span.shleft, span.shright, .tlc, .trc, .blc, .brc {
	display: block;
	position: absolute;
	z-index: 1;
}

span.shtop, span.shbottom {
	left: 26px;	
	right: 26px;
	z-index: 2;
	height: 32px;
	background-position: 0 0;
	background-repeat: repeat-x;	
	
}

span.shtop {
	top: 0;
	background-image: url('images/shtop.png');
	background-position: 0 bottom;
}

span.shbottom {
	bottom: 0;
	height: 34px;
	background-image: url('images/shbottom.png');
}

span.shleft, span.shright {
	top: 32px;
	bottom: 34px;
	z-index: 1;
	width: 26px;
	background-position: 0 0;
	background-repeat: repeat-y;	
}

span.shleft {
	left: 0;
	background-image: url('images/shleft.png');
}

span.shright {
	right: 0;
	background-image: url('images/shright.png');
}

.tlc, .trc, .blc, .brc {
	background-repeat: no-repeat;
}

.tlc, .trc {
	width: 26px;
	height: 32px;
	top: 0;
}

.tlc {
	left: 0;
	background-position: right bottom;
	background-image: url('images/tlc.png');
}

.trc {
	right: 0;
	background-position: left bottom;
	background-image: url('images/trc.png');
}

.blc, .brc {
	width: 26px;
	height: 34px;
	bottom: 0;
}

.blc {
	left: 0;
	background-position: right top;
	background-image: url('images/blc.png');	
}

.brc {
	right: 0;
	background-position: left top;
	background-image: url('images/brc.png');	
}


.login-shleft, .login-shright, .login-shbottom, .login-cbl, .login-cbr {
	display: block;
	position: absolute;
	background-position: 0 0;
}

.login-shleft, .login-shright {
	top: 2px;
	z-index: 2;
	height: 100%;
	width: 5px;
	background-repeat: no-repeat;
}

.login-shleft {
	left: 0;
	background-image: url('images/loginshleft.png');
}

.login-shright {
	right: 0;
	background-image: url('images/loginshright.png');	
}

.login-shbottom {
	width: 100%;
	height: 10px;
	z-index: 1;
	bottom: 0;
	left: 0;
	background-image: url('images/loginshb.png');
	background-repeat: repeat-x;
}

.login-cbl, .login-cbr {
	width: 15px;
	height: 10px;
	z-index: 3;
	bottom: 0;
	background-repeat: no-repeat;
}

.login-cbl {
	left: 5px;
	background-image: url('images/login-cbl.png');
	
}

.login-cbr {
	right: 5px;
	background-image: url('images/login-cbr.png');
}

div.box {
	display: block;
	position: relative;
	height: 326px;
	margin: 0;
	padding: 0;
	background-color: #f0f0f0;
	z-index: 1;
}

div.content-box {
	display: block;
	position: relative;
	height: 100%;

	padding: 10px 0 0 0;
}

.clearer {
	clear: both;
	padding-top: 10px;
}

.content {
	display: block;
	position: relative;
	border: 0px solid yellow;
	overflow: hidden;
}

.nav {
	display: block;
	position: relative;
	float: left;
	width: 165px;
	height: 100%;
	border: 0px solid gray;
	padding-left: 10px;
}

.text {
	display: block;
	position: relative;
	margin-left: 185px;
	border: 0px solid black;
	width: 534px;
}

.dline {
	overflow: hidden;
	height: 4px;
	background-image: url(images/dline.png);
	clear: both;
	margin-top: 10px;
	
}

.shadow {
	display: block;
	position: absolute;
	
	background-color: transparent;
	width: 21px;
	height: 100%;
	left: 154px;
	border-right: 1px solid #a8a9a9;
	background-image: url(images/menushadow.png);
	background-repeat: repeat-y;
	background-position: right;
}

.nav .title {
	position: relative;
	background-color: #e0e0e0;
	margin: 10px 0 2px 0;
	padding: 5px 5px 5px 10px;
	color: #2b527b;
	font-size: 1.1em;
	background-image: url(images/navtitlebg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.nav .title a {
	color: #2b527b;
	text-decoration: none;

}

.nav .title a:hover {
	text-decoration: underline;
}

.nav ul {
	border: 0px solid red;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	position: relative;
	background-color: #e8e8e8;
	margin: 5px 0;
	padding: 3px 3px 3px 20px;
	font-size: 0.9em;
	background-image: url(images/navlibg.png);
	background-repeat: repeat-x;
	background-position: 0 0;	
}
.nav ul li a {
	color: #464646;
}
.nav ul li a:hover {
	color: gray;
	text-decoration: none;
}

.nav span.ct, .nav span.cb {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
	position:absolute;
	left: 0;
	background-color: white;
	border: 0px solid black;
}

.nav span.ct {
	top: 0;
}

.nav span.cb {
	bottom: 0;
}

