﻿body {
	color: #162732;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	background: #fff;
}

table { border-collapse: collapse; }

a:link { color: #4881c6; }
a:visited { color: #5277e6; }
a:hover { color: #d9692c; }

hr {
	color: #e2f3ff;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	border: 0;
	background-color: #e2f3ff;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: inside;
}

h1, h2, h3, h4 { font-weight: normal; margin-top: 0; }

.png {
//background-image: none ! important;
behavior: url('/css/pngfix.htc');
}

div#measurer {
	position: absolute;
	top: -1em;
	left: 0;
	visibility: hidden; 
	width: 100%; height: 1em;
	line-height: 1em;
}

.body {
	width: 100%;
	width: expression(
		(document.getElementById('measurer') && document.getElementById('measurer').clientWidth < document.getElementById('measurer').clientHeight * 76.25)
		? '100%'
		: (document.getElementById('measurer'))
		  ?
		  document.getElementById('measurer').clientHeight * 76.25 + 'px'
		  :
		  '100%'
	);
	max-width: 1220px;
}

#top {
	margin: 20px 0 0;
}

#global { 
	margin: 0 20px;
}

#global td {
	font-size: 80%;
}

.logo {
	margin: 25px 5px 15px 20px;
}


#navigation {
	font-size: .9em;
	padding:0 0 20px 20px;
}

#navigation a:visited {
	color: #505d65;
}

#navigation a:link {
	color: #162732;
}

#navigation a:hover {
	color: #f16214;
}


#content {
	padding: 0 20px 20px;
}

#menu div.item {
	padding: 5px;
}

#menu div.item, #menu .active .ml { margin-left: 10px; }

#menu .active {
	background: #B4D9F6;
	color: #162732;
	padding: 0;
}

#menu .active a:visited {
	color: #414b5f;
}

#menu .active a:link {
	color: #162732;
}

#menu .active a:hover {
	color: #162732;
}

/* CONTAINER */
.ml { padding: 0 5px;
// width: 100%;
}
.tl, .bl { height: 5px; position: relative; font-size: 1px; line-height: 1px; }
.tl .tlc, .tl .trc, .bl .blc, .bl .brc { position: relative; width: 5px; height: 5px;
-background: none !important; }
.tl .tlc { float: left; background: url('/img/c_tlc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_tlc.png,sizingMethod=crop); }
.tl .trc { float: right; background: url('/img/c_trc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_trc.png,sizingMethod=crop); }
.bl .blc { float: left; background: url('/img/c_blc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_blc.png,sizingMethod=crop); }
.bl .brc { float: right; background: url('/img/c_brc.png') 0 0 no-repeat;
-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/c_brc.png,sizingMethod=crop); }

.image-container .ml { padding: 0; }
.image-container .tlc, .image-container .trc { top: 5px; }
.image-container .blc, .image-container .brc { bottom: 5px; }

#bottom td { font-size: .75em; }
.copyright { float: left; }

.right { float: right; }

.w-fix { width: 1px; }


.global-navigation {
	padding-bottom: 5px;
	border-bottom: 1px solid #e2f3ff;
	margin-bottom: 15px;
}

.global-navigation h2 {
	display: inline;
	margin-right: 20px;
	font-size: 1.25em
}
