@charset "UTF-8";
/* CSS Document */

/* GLOBAL RESET *****************************************/	

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
}
fieldset, img { 
	border: 0;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym { 
	border: 0;
}

/********************************************************/


/* GENERAL STYLES ***************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5f6064;
	line-height: 19px;
}
html, body {
	margin: 0;
	padding: 0;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
}
.clearer {
	visibility: hidden;
	overflow: hidden;
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;	
}
#top {
	background: none;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0;
}

/* Text Styles */

p {
	margin: 0 0 15px 0;
	padding: 0;
}
p.lead {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

/* Headings */

h1 {
	color: #637396;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 22px;
	line-height: 26px;
	font-weight: normal;
}
h2 {
	color: #637396;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
h3 {
	color: #5f6064;
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
}

/* Links */

a {
	color: #3f74c5;
}
a:hover {
	color: #5F6064;
}
a.arrowLink {
	padding: 0 12px 0 0;
	margin: 0;
	color: #3f74c5;
	font-weight: bold;
	background-image: url(/inc/images/link_arrow.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	display: none;
}
a:hover.arrowLink {
	color: #5F6064;
}
a.previousLink {
	padding: 0 8px 0 12px;
	margin: 0 8px 0 0;
	color: #3f74c5;
	font-weight: bold;
	background-image: url(/inc/images/link_arrow_p.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	border-right: 1px solid #d0d4de;
	display: none;
}
a:hover.previousLink {
	color: #5F6064;
}
a.nextLink {
	padding: 0 12px 0 0;
	margin: 0;
	color: #3f74c5;
	font-weight: bold;
	background-image: url(/inc/images/link_arrow.gif);
	background-position: right 2px;
	background-repeat: no-repeat;
	display: none;
}
a:hover.nextLink {
	color: #5F6064;
}



/* CONTENT STYLES *****************************************/

/* Page Container */

#pageContainer {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 940px;
	height: 80px;
	margin: 0;
	padding: 0;
}
#language {
	margin: 42px 0 0 0;
	padding: 0;
	float: left;
	font-size: 11px;
	line-height: 11px;
	color: #aeb0b7;
	display: none;
}
#language a {
	color: #637396;
}
#language a:hover {
	color: #3f74c5;
}
#language a.active {
	color: #6b6d73;
	text-decoration: none;
	font-weight: bold;
}
#language a:hover.active {
	color: #6b6d73;
	text-decoration: none;
}
#logo {
	margin: 40px 0 0 0;
	padding: 0;
	float: right;
}


/* Navigation */

#navigationContainer {
	width: 940px;
	height: 80px;
	margin: 0;
	padding: 0;
	display: none;
}
#navigation {
	margin: 0;
	padding: 0;
	float: left;
}
#navigation ul { 
	margin: 0 0 0 -15px;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	height: 20px;
	margin: 30px 0 0 0;
	padding: 0;
	display: list-item;
	border-right: 1px solid #637396;
	float: left;
}
#navigation ul li a {
	height: 19px;
	margin: 0;
	padding: 1px 15px 0 15px;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #182A53;
}
#navigation ul li a.active {
	height: 30px;
	color: #7bb8f7;
	background-image: url(/inc/images/nav_arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#navigation ul li a:hover {
	color: #7bb8f7;
}

/* Search */

#search {
	width: 220px;
	margin: 30px 0 0 0;
	padding: 0;
	float: right;
}
.inputSearch {
	width: 196px;
	height: 16px;
	margin: 0;
	padding: 4px 0 0 4px;
	color:#637396;
	font-size: 11px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	float:left;	
	background-color: #FFFFFF;
	background-image: url(/inc/images/search_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
}
.submitSearch {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	border: none;
}

/* Functions */

#functionsContainer {
	width: 940px;
	margin: 0 0 30px 0;
	padding: 12px 0 12px 0;
	border-bottom: 10px solid #d0d4de;
}

/* Path */

#path {
	margin: 0;
	padding: 0;
	float: left;
}
#path ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#path ul li {
	margin: 0;
	padding: 0;
	display: table-cell;
}
#path ul li a.first {
	margin: 0;
	padding: 0;
	display: block;
	color: #aeb0b7;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-image: none;
}
#path ul li a {	
	margin: 0 0 0 8px;
	padding: 0 0 0 12px;
	display: block;
	color: #aeb0b7;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/inc/images/path_arrow.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
#path ul li a:hover {
	color: #5f6064;
	text-decoration: none;
}

/* Print */

#functions {
	margin: 0;
	padding: 0;
	float: right;
	display: none;
}
#functions a {
	margin: 1px 0 0 0;
	padding: 2px 3px 2px 15px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	background-image: url(/inc/images/icon_printer.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
}
#functions a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

/* Main Feature */

#mainFeature {
	width: 940px;
	height: 130px;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 10px solid #d0d4de;
	background-image: url(/inc/images/mainfeature.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	display: none;
}
ul.hover_block {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.hover_block li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	width: 188px; 
	height: 130px;
	position: relative;
}
ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 130px;
	width: 188px;
	padding: 0;
	margin: 0;
}
ul.hover_block li img {
	position: absolute;
	top: 40px;
	left: 0;
	border: 0;
}

/* Content */

#contentContainer {
	width: 940px;
	margin: 0;
	padding: 0;
}
#content {
	width: 940px;
	margin: 0;
	padding: 0;
}
.entry {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 3px solid #d0d4de;
}

/* Content List */

ul.contentList  {
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px 0;
}
ul.contentList li {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 8px 0px;
	background-image: url(/inc/images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* Projects */

ul.projectList {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #d0d4de;
	border-bottom: 1px solid #d0d4de;
}
ul.projectList li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 940px; 
}
ul.projectList li.dark {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 940px; 
	background-color: #f3f4f7;
}
ul.projectList li a {
	display: block;
	padding: 10px 50px 10px 12px;
	margin: 0;
	color: #5F6064;
	text-decoration: none;
	border-bottom: 1px solid #d0d4de;
	background-image: url(/inc/images/icon_arrow.png);
	background-position: 905px 20px;
	background-repeat: no-repeat;
}
ul.projectList li a:hover {
	color: #3f74c5;
	text-decoration: none;
}

/* Go To Top */

.gototop {
	margin: -5px 0 15px 0;
	padding: 0;
	text-align: right;
	display: none;
}
.gototop a {
	margin: 0;
	padding: 2px 3px 2px 14px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	background-image: url(/inc/images/icon_gototop.gif);
	background-position: 4px 3px;
	background-repeat: no-repeat;
}
.gototop a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

/* Portrait */

.portraitPic {
	height: 105px;
	margin: 0 0 20px 0;
	padding: 195px 0 0 0;
	background-color: #d0d4de;
}
.portraitPic h1 {
	width: 320px;
	color: #FFFFFF;
	margin: 0 0 4px 30px;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.portraitPic h2 {
	width: 320px;
	color: #aeb0b7;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}
.entry table {
	width: 100%;
	color: #aeb0b7;
	margin: 0 0 15px 0;
	padding: 0;
}
.entry table td {
	padding: 0 0 4px 0;
}

/* Content Picture */

.contentPic {
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #d0d4de;
}


/* Sidebar */

#sidebar {
	width: 220px;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	display: none;
}
#sidebar h2 {
	float: left;
}
.rss {
	margin: 0;
	padding: 0;
	float: right;
}
.rss a {
	margin: 5px 0 0 0;
	padding: 2px 3px 2px 3px;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #aeb0b7;
	display: block;
}
.rss a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #637396;
}

/* News */

ul.newsList {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #d0d4de;
	border-bottom: 1px solid #d0d4de;
}
ul.newsList li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px; 
	
}
ul.newsList li a {
	display: block;
	padding: 11px 1px 12px 1px;
	margin: 0;
	color: #5F6064;
	text-decoration: none;
	border-bottom: 1px solid #d0d4de;
}
ul.newsList li a:hover {
	color: #3f74c5;
	text-decoration: none;
}
ul.newsList li a p.date {
	font-size: 11px;
	color: #aeb0b7;
	margin: 0 0 8px 0;
	padding: 0;
}
ul.newsList li a:hover h3 {
	color: #3f74c5;
}
ul.newsList li a:hover p.date {
	color: #9fb9e2;
}
ul.newsList li a p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
}

/* Second Navigation */

ul.navigationSecond {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 2px solid #d0d4de;
	border-bottom: 1px solid #d0d4de;
}
ul.navigationSecond li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	border-bottom: 1px solid #d0d4de;
}
ul.navigationSecond li a {
	display: block;
	padding: 7px 1px 8px 1px;
	margin: 0;
	color: #5F6064;
	font-weight: bold;
	text-decoration: none;
}
ul.navigationSecond li a:hover {
	color: #3f74c5;
	text-decoration: none;
}
ul.navigationSecond li a.active {
	color: #3f74c5;
}

ul.navigationSecond ul {
	margin: -4px 0 6px 0;
	padding: 0;
	list-style-type: none;
	border-top: none;
	border-bottom: none;
}
ul.navigationSecond ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	border-bottom: none;
}
ul.navigationSecond ul li a {
	display: block;
	padding: 0 1px 5px 20px;
	margin: 0;
	color: #5F6064;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}
ul.navigationSecond ul li a:hover {
	color: #3f74c5;
	text-decoration: none;
}



/* Footer */

#footer {
	width: 940px;
	margin: 30px 0 60px 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	color: #aeb0b7;
	border-top: 10px solid #d0d4de;
}
#footer a {
	color: #637396;
}
#footer a:hover {
	color: #3f74c5;
}
#footerlogo {
	margin: 18px 0 0 0;
	padding: 0;
	float: left;
}
#copyright {
	margin: 22px 0 0 30px;
	padding: 0;
	float: left;
}
#allover {
	margin: 22px 0 0 0;
	padding: 0;
	float: right;
	display: none;
}

