	* {
		margin: 0;
		padding: 0;
	}

	html {
		background: #7a8086 url( '../images/bgr.jpg' ) repeat-x;
	}
	
	body {
		font-family: Arial;
		font-size: 12px;
		color: #4b535b;
	}
	
	#wrapper {
		margin: 0 auto;
				width: 960px;
		padding: 0 15px;
		
		background: #fff;
	}
	
	a {
		color: #888888;
		text-decoration: none;
	}
	
	a:link, a:visited {
		outline: none;
	}
	
	a img {
		border: 0;
	}
	
	p {
		padding: 7px 0;
	}
	
	form, fieldset {
		border: 0;
	}

	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.title {
		font: 18px "Arial";
		color: #7a8086;
		/*font-weight: bolder;*/
		border-bottom: 3px solid #7a8086;
		display: block;
		padding-bottom: 2px;
		/*text-transform: capitalize;*/
	}
	
	.blue {
		color: #00AEEF;
	}
	
	.gray {
		color: #6B6B6B;
	}

/*********************
*	HEADER
*********************/
	#header {
		font-weight: bolder;
		background: url( '../images/top.png' ) no-repeat top;
		height: 24px;
		padding-top: 10px;
	}
	
	#header #logo {
		width: 195px;
		height: 56px;
		float: left;
		margin-right: 70px;
	}
	
	#header #logo img{
		float: left;
	}
	
	#header #logo h1 {
		font: 45px Tahoma;
		color: #4b535b;
		float: left;
		margin-top: -5px;
		margin-left: 5px;
	}
	
	#header #logo span {
		clear: both;
		display: block;
		font: 10px Tahoma;
		color: #a5a9ad;
		margin-top: 10px;
	}
	
	#header #logo img {
		border: 0;
	}
/*********************
*	MENU
*********************/	
/*
	#header .menu {
		float: left;
		padding: 0;
		height: 24px;
		margin: 13px 0;
		text-align: right;
		margin-left: -17px;
		width: 700px;
	}
	
	#header .menu ul li {
		float: left;
		display: block;
		height: 100%;
		text-align: center;
	}

	#header .menu ul li a {
		display: block;
		margin: 4px 15px;
		color: #4b535b;
		font: 12px Arial;
		font-weight: bolder;
		text-transform: uppercase;
		text-align: left;
	}

	#header .menu ul li ul {
		display: none;
	}
	
	#header .menu ul li ul li {
		width: 170px;
	}

	#header .menu ul li.active, #header .menu ul li.on {
		background: #73797e;
	}

	#header .menu ul li.active a, #header .menu ul li.on a {
		color: #fff;
	}

	#header .menu ul li.active ul {
		margin-top: 4px;
		position: absolute;
		background: #fff;
		border: 1px solid #ededed;
	}

	#header .menu ul li.active ul li {
		float: none;
		background: url( '../images/submenu_arrow.png' ) no-repeat 10px ;
	}

	#header .menu ul li.active ul li a {
		margin: 10px 0;
		padding-left: 25px;
		color: #000;
		padding-right: 20px;
		text-transform: none;
		font: 11px Arial;
	}

	#header .menu ul li.active ul li a:hover {
		text-decoration: underline;
	}
	#header .menu ul li ul li ul {
		position: absolute;
		left: 170px;
		top: auto;
		margin-top: -15px;
	}



/* /subsubmenu */

/*********************
*	MAIN MENU
*********************/	
/* Begin CSS Popout Menu */
	#menu {
		float: left;
		padding: 0;
		height: 24px;
		margin: 5px 0;
		text-align: right;
		margin-left: -17px;
		width: 700px;
	}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 12em;
		float: left;
	}
	
	#menu ul li {
		float: left;
		height: 100%;
		text-align: left;
	}
	
	#menu ul a {
		display: block;
		margin: 4px 15px;
		color: #4b535b;
		font: 12px Arial;
		font-weight: bolder;
		text-transform: uppercase;
		text-align: left;
		padding: 3px 0;
	}
	
	#menu ul ul li {
		float: none;
		background: url( '../images/submenu_arrow.png' ) no-repeat 10px 10px;
		position: relative;
		text-align: left;
	}
	
	#menu ul ul li a {
		display: block;
		margin: 0;
		padding: 5px 0;
		padding-left: 25px;		
		padding-right: 20px;
		color: #000;
		text-transform: none;
		font: 11px Arial;
	}
	
	#menu ul ul a:hover {
		text-decoration: underline;
	}
	
	#menu ul {
		width: 100%;
	}
	
	#menu ul ul {
		position: absolute;
		z-index: 500;
		width: auto;
		background: #fff;
		border: 1px solid #ededed;
		min-width: 150px;
	}
	
	#menu ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		/*margin-top: -10px;*/
	}
	
	div#menu ul ul,
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul
	{display: none;}
	
	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul {
		display: block;
		background-color: #fff;
	}

	#menu ul .active, #menu ul .on {
		background-color: #73797e;
	}

	#menu ul .active > a, #menu ul .on > a {
		color: #fff;
	}
	
	#menu ul ul .active > a, #menu ul ul .on > a {
		background-color: #fff;
		color: #000;
		text-decoration: underline;
	}


/* End CSS Popout Menu */



	#header .bars {
		border-bottom: 1px dotted #4b535b;
		float: left;
		margin-top: 5px;
		width: 690px;
	}
	
	#langbar {
		/*height: 0;*/
	}

	#langbar a {
		float: left;
		color: #4b535b;
		text-transform: capitalize;
		text-align: center;
		padding: 2px 3px;
		width: 16px;
		height: 16px;
	}
	
	#langbar .active {
		background: url( '../images/langbar_active.png' ) no-repeat;
		color: #fff;
	}
	
	#searchbar {
		float: right;
	}
	
	#searchbar .input {
		border: 0;
		background: url( '../images/search_bgr.png' ) no-repeat;
		height: 22px;
		padding: 3px;
		padding-right: 30px;
		font: 11px Arial;
		color: #9a9fa3;
		width: 150px;
	}
	
	#searchbar .submit {
		position: relative;
		margin-left: -33px;
		margin-bottom: -3px;
		border: 0;
		background: transparent;
		width: 25px;
		height: 22px;
	}

/*********************
*	SUBMENU
*********************/

	.submenu {
		list-style-type: none;
		width: 258px;
		float: right;
		margin-top: 23px;
		border-top: 3px solid #7a8086;
		padding-top: 4px;
	}
	
	.submenu li {
		background: #f8f9f9;
		padding: 0 6px;
	}
	
	.submenu a {
		display: block;
		background: url( '../images/bullet1.png' ) no-repeat 5px center;
		padding: 8px;
		padding-left: 15px;
		color: #4b535b;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.submenu a:hover {
		border-color: #CFCFCF;
	}
	
	.submenu a.active {
		font-weight: bolder;
	}
	
	

/*********************
*	BULLETIN
*********************/

	.bulletin {
		width: 258px;
		float: left;
		margin-right: 30px;
	}
	
	.bulletin p {
		display: inline;
	}
	
	.bulletin h2 {
		color: #0d0e0f;
		/*font-size: 16px;*/
	}

	.box-gray, .box-blue {
		width: 220px;
		min-height: 97px;
		padding: 18px 20px 10px 20px;
		margin: 10px 0;
	}

	.box-gray {
		background: #757A80 url( '../images/box_gray_bgr.png' ) no-repeat bottom;
		color: #d4d5d7;
	}
	
	.box-gray h3, .box-blue h3 {
		color: #fff;
		font-size: 18px;
	}

	.box-blue {
		background: #62b8ce url( '../images/box_blue_bgr.png' ) no-repeat bottom;
		color: #d9eff5;
	}
/*********************
*	LINKS
*********************/
	.link-blue, .link-darkgray, .link-lightgray {
		text-decoration: underline;
		padding-right: 15px;
		float: right;
	}

	.link-darkgray {
		color: #d6d8da;
		background: transparent url( '../images/arrow_darkgray.png' ) no-repeat right center;
	}
	
	.link-blue {
		color: #edf7f9;
		background: transparent url( '../images/arrow_blue.png' ) no-repeat right center;
	}
	
	.link-lightgray {
		color: #8d9aa6;
		background: transparent url( '../images/arrow_lightgray.png' ) no-repeat right center;
	}
	
/*********************
*	PROJECTS HOMEPAGE LIST
*********************/
	.projects {
		float: left;
		width: 669px;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.projects .list {
		list-style-type: none;
		float: left;
		width: 197px;
	}
	
	.projects .list li {
		border-top: 1px solid #e6e6e6;
		padding: 1px 0;
	}
	
	.projects .list a {
		display: block;
		/*border-top: 1px solid #e6e6e6;*/
		/*padding: 13px 10px;*/
		padding: 4px 0px;
		line-height: 1.5em;
	}
	
	.projects .list a span {
		color: #4b535b;
		display: block;
		font-weight: bolder;
	}

	.projects .list a:hover, .projects .list a.active {
		/*
		background: #da1f3d;
		color: #fff;
		*/
	}
	
	.projects .list a:hover span, .projects .list a.active span {
		color: #fff;
	}
	
	.projects .project {
		float: left;
		margin-left: 12px;
		width: 460px;
		
	}
	
	.project p {
		padding: 7px 0;
	}

	.project #big img {
		padding: 5px;
		border: 1px solid #e6e6e6;
		margin: 5px 0;
		/*max-width: 443px;*/
		width: 443px;
	}

	.project .thumbs {
		margin-left: -2px;
		margin-bottom: 15px;
	}

	.project .thumbs a img, .thumb {
		border: 1px solid #e6e6e6;
		padding: 1px;
		margin-left: 2px;
		width: 90px;
		height: 68px;
	}
	
	.thumb {
		width: 90px;
	}
	
	.project h3 {
		color: #d00202;
		font-size: 11px;
	}

/*********************
*	COLUMN
*********************/
	.column {
		width: 260px;
		float: left;
		margin-top: 60px;
		margin-right: 80px;
		overflow: hidden;
	}
	
	.column dd {
		border-bottom: 1px solid #e6e6e6;
		padding: 20px 0;
	}
	
	.column dd img {
		float: left;
		border: 1px solid #e6e6e6;
		padding: 1px;
		/*margin-right: 17px;*/
		margin-bottom: 10px;
	}
	
	.column .date {
		font-size: 9px;
		font-weight: lighter;
		margin-right: 5px;
		color: #898989;
		border-right: 1px solid #898989;
		text-transform: capitalize;
	}
	
	.column strong a {
		color: #444;
	}

	.column strong.blue, .column strong.blue a {
		color: #00a1ba;
	}

	.column strong.brown, .column strong.brown a {
		color: #bb7d12;
	}

/*********************
*	POLL
*********************/	
	.poll {
		width: 230px;
		float: right;
		margin-right: 20px;

		border: 0;
		margin-top: 60px;
		background: #f8f9f9;
		padding: 15px;
	}
	
	.poll strong {
		display: block;
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 10px;
	}

	.poll input {
	}

	.poll label {
		margin-left: 5px;
	}
	
	.button {
		float: left;
		margin-right: 3px;
		padding: 1px;
		background: #959595;
		text-decoration: none;
	}
	
	.button input, .button .link_button {
		display: block;
		border: 1px solid #aaaaaa;
		color: #fff;
		background: transparent;
		font: 11px Arial;
		padding: 1px 2px;
	}
	
	.button .link_button {
		padding: 2px 3px;
	}

/*********************
*	CONTENT
*********************/	
	#content {
		padding-top: 50px;
	}

/*********************
*	PAGER
*********************/
	.pager {
		/*float: right;*/
		display: block;
		text-align: right;
		/*padding: 7px 0;*/
	}

	.pager a, .pager strong {
		margin: 0;
		padding: 0 2px;
	}

	.pager-next, .pager-prev {
		margin-top: 10px;
		display: table-cell;
		display: inline-block;

		padding: 0px;
		width: 13px;
		height: 13px;
		background: url( '../images/pager_next.png' ) no-repeat bottom;
		margin-top: 3px;
		
		/*background-position: 0 3px;*/
	}

	.pager-prev {
		background-image: url( '../images/pager_prev.png' );
	}
	
/*********************
*	FOOTER
*********************/
	#footer {
		color: #bdc0c3;
		margin: 0 auto;
		width: 954px;
		padding-bottom: 15px;
	}
	
	#footer .menu {
		float: left;
		background: url( '../images/menu1_bgr.png' ) repeat-x center top;
		padding: 0;
		margin-top: 15px;
		margin-left: -10px;
		list-style-type: none;
	}

	#footer .menu li {		
		text-align: center;
		float: left;
	}
	
	#footer .menu li a {
		color: #fff;
		border-right: 1px dotted #d3d5d7;
		text-decoration: none;
		padding: 0px 10px;
	}
	
	#footer .logos {
		/*clear: both;*/
		float: right;
		/*margin-top: 15px;*/
	}
	
	#footer .logos img {
		margin: 0 10px;
	}

/*********************
*	ERROR
*********************/

	.errors {
		border: 1px solid #AE7272;
		background: #EFE0E0;
		margin: 10px 0;
		padding: 10px;
	}
	
	.errors span {
		margin: 4px 0;
		display: block;
		color: #8F1111;
	}


/*********************
*	MESSAGE
*********************/

	.message {
		border: 1px solid #8CAE72;
		background: #E5EFE0;
		margin: 10px 0;
		padding: 10px;
	}
	
	.message span {
		margin: 4px 0;
		display: block;
		color: #80AE72;
	}


/*********************
*	FORM
*********************/
	.form {
		
	}

	.form legend {
		display: block;
		clear: both;
		width: 100%;
		font: 18px Arial;
		border-bottom: 1px solid #e6e6e6;
		padding-bottom: 5px;
		padding-top: 45px;
		margin-bottom: 15px;
	}
	
	.form br {
		clear: both;
	}
	
	.form p {
		float: left;
		/*width: 196px;*/
		padding-right: 15px;
	}
	
	.form p label {
		display: block;
		font-weight: bolder;
		text-transform: capitalize;
		padding-bottom: 5px;
	}

	.form .regular, .form .wide {
		border: 1px solid #a0a0a0;
		background: #fcfcfc;
		width: 180px;
	}
	
	.form .wide {
		width: 400px;
	}

	.form .active {
		border: 1px solid #09B1E2;
		background: #fff;
	}

	.form .radio {
		/*float: left;*/
		margin: 2px;
		margin-bottom: -5px;
	}
	
	.form .checks {
		width: 100%;
		clear: both;
	}
	
	.form .checks label {
		display: inline;
		font-weight: lighter;
	}

	.form .checkbox {
		float: none;
		border: 0;
		width: 13px;
		height: 13px;
	}

/*********************
*	PAGE
*********************/
	.page {
		float: left;
		width: 690px;
	}

	div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(fancy_shadow_nw.png) no-repeat;
}