/* General */

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: .8em;
	font-family: "Arial", sans-serif;
	text-align: center;
	background: white;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 8px 0;
}

h2 {
	color: #2a4b8e;
	font-size: 1.1em;
	margin: 5px 0;
}

ul {
	margin: 0 0 5px 0;
}

li {
	margin-left: 20px;
}
	li p {
		margin: 6px 0;
	}

a {
	cursor: pointer;
}
	a:hover {
		text-decoration: underline !important;
	}
	a img {
		border: 0;
	}

iframe.wrapper {
	z-index: 0;
}
 
/* Layout */

#accessibility {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

#source {
	position: absolute;
	left: -2000px;
	top: -2000px;
	display: none;
}

.clr {
	clear: both;
	line-height: 0;
}

div.divDiscreet {
	color: #666;
	font-size: .9em;
	border-top: 1px solid #AAA;
	padding: 3px;
}

input.inputText, textarea {
	border-width: 1px;
	margin: 1px 0;
}

input.inputImage {
	border: 0;
}

div.labelSnug {
	line-height: normal;
	font-family: "Arial", sans-serif;
}
div.labelSnug label {
	width: 180px;
	text-align: right;
	float: left;
	display: inline;
	padding: 1px 5px 1px 0;
}
div.labelSnug textarea, div.labelSnug input.inputText {
	width: 200px;
}

div.labelSnug div.labelLoose {
	margin-left: 185px;
}
	div.labelSnug div.labelLoose label {
		width: auto;
		text-align: left;
		float: none;
		padding: 0;
	}

div.error, div.success {
	margin: 10px 0 0 0;
	text-align: center;
	background: #F99;
	border: 1px solid #B66;
	padding: 3px;
}
	div.success {
		background: #9F9;
		border-color: #6B6;
	}

ul.listLinks {
	list-style: none;
	margin: 5px 20px;
}
	ul.listLinks li {
		list-style: none;
		padding: 3px 8px;
		border-bottom: 1px solid #CCC;
		margin: 0;
	}
		ul.listLinks li img {
			vertical-align: middle;
			margin-right: 3px;
		}
		ul.listLinks li a {
			text-decoration: none;
			color: #333;
		}
	ul.listLinks li span.floatRight {
		font-size: .8em;
		color: #999;
	}
ul.listLinksInner {
	margin: 5px 0;
}

.floatRight {
	float: right;
	display: inline;
}

.smallNotification {
	color: #666;
	font-size: .9em;
	padding: 3px;
	text-align: right;
}
	.smallNotification img {
		vertical-align: middle;
	}
	.smallNotification a {
		text-decoration: none;
		color: #666;
	}

div.slideshowCat {
	background: url(../images/tpl_imagecategory_grad.gif) top left repeat-x #f7f7f7;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0px 8px;
	margin: 3px 0;
	width: 426px;
	float: left;
	display: inline;
}
	div.slideshowCat h3 a {
		color: #2a4b8e;
		text-decoration: none;
	}
	div.slideshowCat img {
		float: left;
		display: inline;
		margin: 5px 5px 5px 0;
	}

div.slideshowSet {
	border: 1px solid #CCC;
	padding: 5px;
	height: 210px;
	overflow: auto;
	margin-bottom: 1px;
}
	div.slideshowSet img {
		margin: 0 0 3px 3px;
		border: 1px solid black;
	}
.slideshowHelp {
	color: #666;
	font-size: .9em;
	border: 1px solid #CCC;
	margin-bottom: 4px;
}

table.dataTable {
	width: 420px;
	border-collapse: collapse;
	border: 1px solid #CCC;
	font-size: .9em;
}
	table.dataTable th {
		background: #EBEBEB;
		color: #333;
		font-weight: bold;
		text-align: left;
		padding: 3px;
		border: 1px solid #333;
	}
	table.dataTable td {
		padding: 3px;
		border: 1px solid #CCC;
	}

/* Template */

div#tpl_wrapper {
	text-align: left;
	width: 771px;
	margin: 0 auto;
}

div#tpl_header {
	height: 104px;
}
	div#tpl_header_flash {
		height: 77px;
	}
	div#tpl_header_navi {
		height: 26px;
		border-top: 1px solid black;
		background: url(../images/tpl_header_navi.gif) top left no-repeat #505050;
	}
		div#tpl_header_navi ul {
			display: block;
			width: 771px;
		}
		div#tpl_header_navi li {
			list-style: none;
			background: orange;
			height: 26px;
			float: left;
			display: inline;
			margin: 0;
			cursor: pointer;
		}
			div#tpl_header_navi li#tpl_header_navi_home {
				margin-left: 76px;
				width: 49px; 
				background: url(../images/tpl_header_navi_home.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_aboutus {
				width: 75px; 
				background: url(../images/tpl_header_navi_aboutus.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_services {
				width: 72px; 
				background: url(../images/tpl_header_navi_services.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_projects {
				width: 75px; 
				background: url(../images/tpl_header_navi_projects.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_news {
				width: 118px; 
				background: url(../images/tpl_header_navi_news.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_links {
				width: 48px; 
				background: url(../images/tpl_header_navi_links.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_employment {
				width: 94px; 
				background: url(../images/tpl_header_navi_employment.gif) top left no-repeat;
			}
			div#tpl_header_navi li#tpl_header_navi_contact {
				width: 90px; 
				background: url(../images/tpl_header_navi_contact.gif) top left no-repeat;
			}
			div#tpl_header_navi li:hover {
				background-position: 0 -26px !important;
			}
			div#tpl_header_navi li a {
				display: block;
				line-height: 26px;
				font-size: 10px;
				text-decoration: none !important;
			}
				div#tpl_header_navi li a span {
					visibility: hidden;
				}

div#tpl_footer {
	border-top: 1px solid #00508d;
	border-bottom: 5px solid #00508d;
	text-align: center;
	padding: 3px 0 5px 0;
	font-size: 1em;
}
	div#tpl_footer a {
		color: black;
		text-decoration: none;
	}
	div#tpl_footer div#tpl_footer_address {
		color: #999;
	}
		div#tpl_footer div#tpl_footer_address a {
			color: #999;
		}
	div#tpl_footer div#tpl_footer_dev {
		background: #F99;
		font-size: 1.2em;
		padding: 3px;
	}

div#tpl_content_wrapper {
	background: url(../images/tpl_content.gif) top left no-repeat;
}
div#tpl_content {
	background: white;
	margin: 12px;
	min-height: 400px;
}
	div#tpl_content_banner {
		position: relative;
	}
		div#tpl_content_banner h1 {
			position: absolute;
			left: 20px;
			bottom: -3px;
			vertical-align: bottom;
			color: #2a4b8e;
			font-size: 18px;
			margin: 0;
		}
	div#tpl_content_inner {
		border-top: 1px solid #2a4b8e;
		/*
		border-bottom: 1px solid #2a4b8e;
		*/
		margin: 6px 21px 3px 21px;
		font-family: "Verdana", sans-serif;
		line-height: 1.7em;
	}
	div.tpl_content_inner_withmenu {
		width: 426px;
	}
	div#tpl_content_inner_menu {
		width: 253px;
		padding: 12px 14px;
		width: 229px;
		margin: 6px 21px 6px 5px;
		background: #e9e8e8;
		float: right;
		display: inline;
		/* background: url(../images/tpl_sidemenu_grad.gif) bottom left repeat-x #f1f0f1; */
		background: #f1f0f1;
		font-size: .9em;
	}
		div#tpl_content_inner_menu h2 {
			font-size: 1.2em;
			margin: 0;
			padding: 0 0 10px 0;
			border-bottom: 1px solid #2a4b8e;
		}
			div#tpl_content_inner_menu h2 a {
				color: black;
				text-decoration: none;
			}
		div#tpl_content_inner_menu ul {
			margin-bottom: 10px;
		}
		div#tpl_content_inner_menu li {
			list-style: none;
			border-bottom: 1px solid #2a4b8e;
			margin: 0;
			padding: 4px 0;
		}
		body.home div#tpl_content_inner_menu li {
			list-style: circle red;
			background: url(../images/bullet_red.gif) 0 7px no-repeat;
			padding-left: 10px;
		}
		body.home div#tpl_content_inner_menu li ul li {
			background-position: 0 5px;
		}
			div#tpl_content_inner_menu li.sideNavSel,
			div#tpl_content_inner_menu li.sideNavSel li.sideNavSel,
			div#tpl_content_inner_menu li.sideNavSel li.sideNavSel li.sideNavSel {
				font-weight: bold;
			}
				div#tpl_content_inner_menu li.sideNavSel li {
					font-weight: normal;
				}
			div#tpl_content_inner_menu li a {
				color: black;
				text-decoration: none;
			}
			div#tpl_content_inner_menu ul li ul {
				margin: 0;
			}
				div#tpl_content_inner_menu ul li ul li {
					margin-left: 27px;
					border: 0;
					padding: 2px 0 2px 8px;
					background: url(../images/widget_arrow.gif) 0 8px no-repeat;
				}
	div#tpl_content_inner_menu_news {
		padding: 5px 0;
		font-size: 11px;
	}
		div#tpl_content_inner_menu_news a {
			color: black;
			text-decoration: none;
		}
		div#tpl_content_inner_menu_news div {
			margin: 5px 0;
		}
	
	div#tpl_content_inner_menu_newsletter {
		border: 1px solid #608fb3;
		color: #305f83;
		padding: 8px 15px;
		font-weight: bold;
	}
		div#tpl_content_inner_menu_newsletter input.inputText {
			margin: 5px 0 0 0;
			border: 1px solid #999;
			width: 160px;
		}
		div#tpl_content_inner_menu_newsletter input.inputImage {
			margin: 5px 0 0 0;
			vertical-align: -7px;
		}

