/*~~~~~~~~~~~~ [ General Layout ] ~~~~~~~ */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

div#globalcontainer {
	margin: 0 auto;
	text-align: left;
	width: 971px;
}

div#maincontainer {
	background: url('img/menu-bg.gif') no-repeat left top;
	margin-bottom: 60px;
}

div#content {
	margin-left: 20px;
	width: 490px;
	float: left;
	padding-top: 45px;
}

div#sidebar {
	width: 400px;
	float: right;
	padding-top: 95px;
}

div#flhdr {
	height: 238px;
	oferflow: hidden;
}

* html div#flhdr { position:relative; top:3px;}
/*~~~~~~~~~~~~ [ Header ] ~~~~~~~ */

table#mainmenu {
	border: 0px collapse;
	margin: 8px 0 8px 15px;
	width: 432px;
	float: left;
}

table#mainmenu td {
	background: url('img/menu-divider-bg.gif') no-repeat right top;
}

table#mainmenu td a {
	display: block;
	height: 26px;
	padding-top: 13px;
	font-size: 8pt;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
}

table#mainmenu td:hover {
	background: #4680AD;
}

div.tx-srlanguagemenu-pi1 {
	float: right;
	margin: 22px 20px 0 0;
}

div.tx-srlanguagemenu-pi1 div {
	padding: 0 10px;
	display: inline;
}

/*~~~~~~~~~~~~ [ Left column ] ~~~~~~~ */



/*~~~~~~~~~~~~ [ Footer ] ~~~~~~~ */

div#footer {
	padding: 25px;
	background: url('img/footer-bg.gif') no-repeat left top;
	height: 85px;
	margin: 50px 0 25px 0;
}

ul#footermenu {
	list-style: none;
	text-align: center;
	height:45px;
}

ul#footermenu li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #3d9800;
}

ul#footermenu li.last {
	border: none !important;
}

ul#footermenu li a {
	color: #3d9800 !important;
	text-decoration: none !important;
}

ul#footermenu li a:hover {
	text-decoration: underline !important;
}

div#buttons {
	float: left;
}

div#buttons div {
	display: inline;
	padding: 0 1px;
}

div#copyright {
	float: right;
	color: #40a5d9;
	text-align: right;
}

div#copyright div {
	font-size: 85%;
	padding-top: 3px;
}

div#copyright div a {
	color: #40a5d9 !important;
}

/*~~~~~~~~~~~~ [ Content ] ~~~~~~~ */

ul.twocolumns  {
	list-style: none;
}

ul.twocolumns  li {
	display: block;
	float: left;
	width: 460px;
	font-size: 10pt;
	color: #c8c9c9;
}

ul.twocolumns .leftcol {
	padding-right: 45px;
}

/*~~~~~~~~~~~~ [ News ] ~~~~~~~ */

div.newsitem {
	margin-bottom: 55px;
	
}

div.newsimage {
	float: left;
	width: 131px;
}

div.newsimage img {
	border: 1px solid #d0d0d0;
}

div.newstext {
	margin-left: 140px;
	font-size: 85%;
}

div.newstext h3 {
	font-size: 100%;
	margin: 0;
	color: #43a700;
}

div.newstext a {
	text-decoration: none;
	color: #676767;
}

div#allnews {
	clear: left;
}

div#allnews a {
	font-size: 110%;
	font-weight: bold;
	text-decoration: none !important;
	color: #43a700 !important;
}

/*~~~~~~~~~~~~ [ Index ] ~~~~~~~ */

div#problock {
	background: url('img/problock-bg.jpg') no-repeat right bottom;
	margin-bottom: 35px;
}

div#problock h2 {
	color: #7dd940;
	font-size: 15pt;
}

div#problock ul {
	list-style: none;
	padding: 0 160px 5px 0;
}

div#problock ul li {
	background: url('img/li-greensign-bg.gif') no-repeat left 5px;
	padding: 3px 0 8px 23px;
	
}

div#priorities {
	background: #ebebeb url('img/roundcornerblock-top-bg.gif') no-repeat left top;
	width: 490px;
}

div#priorities h2 {
	font-size: 15pt;
	margin-top: 10px;
}

div#priorities div {
	background: url('img/roundcornerblock-bottom-bg.gif') no-repeat left bottom;
	padding: 8px 15px;
}

ul#presentblock h2 {
	margin-top: 0;
	font-size: 15pt;
}

ul#presentblock .leftcol h2 {
	color: #7DD940;
}

ul#presentblock p {
	margin-left: 140px;
}

ul#presentblock .leftcol {
	background: url('img/presnt-leftcol-bg.jpg') no-repeat left 35px;
}

ul#presentblock .rightcol {
	background: url('img/presnt-rightcol-bg.jpg') no-repeat left 35px;
}

/*~~~~~~~~~~~~ [ projects ] ~~~~~~~ */

div.pritblue {
	background: url('img/projects-blue-top-bg2.gif') no-repeat scroll top left;
}

div.pritgreen {
	background: url('img/projects-green-top-bg2.gif') no-repeat scroll top left;
}

div.pritblue h3 {
	color: #00508b;
}

div.pritgreen h3 {
	color: #316f05;
}

div.projectitem {
	float: left;
	width: 452px;
	min-height: 160px;
	position: relative;
	padding-bottom: 30px;
	margin: 15px 9px;
}

div.projectitembottom {
	position: absolute;
	bottom: 0;
	padding:0px; margin:0px;
}

div.projectitem h3 {
	height: 37px;
	padding: 9px 5px 0px 6px;
	text-align: center;
	font-size: 10pt;
}

div.projectitemimg {
	background: url('img/projects-img-bg.gif') repeat-x left top;
	margin: 0px 5px 10px 6px;
	padding: 9px 0;
	text-align:center;
}

div.projectitemtext {
	padding: 0px 8px;
	font-size: 9pt;
}

div.projectitemtext a {
	color: #4b4c4c !important;
	text-decoration: none !important;
}

/*~~~~~~~~~~~~ [ Presentations ] ~~~~~~~ */

div.presentitem {
	width: 200px;
	float: left;
	text-align: center;
	margin: 10px;
	height: 200px;
}

div.presentimage {
	padding-bottom: 10px;
}

div.presenttext {
	background: #efefef;
	height: 50px;
	padding: 4px;
}

div.presenttext a {
	text-decoration: none !important;
	font-size: 10pt;
	font-weight: bold;
	color: #43A700 !important;
}

/* resume form  */
.powermail_mandatory_js {color:#CC0000}
#advice-required-uid15 {color:#CC0000}
#resume_form label { width:200px; color:#3399CC}
#resume_form div { padding-bottom:15px;}
#resume_form fieldset { text-align:right}
#resume_form input,textarea { width:280px}
#resume_form .powermail_submit { width:100px}

div.tx-powermail-pi1_mandatory { color:#3399CC;}
li.powermail_mandatory_listitem { color:#CC0000; padding-bottom:10px; padding-top:10px}

/*~~~~~~~~~~~~ [ widgets ] ~~~~~~~ */

.clearfix:after {
    content: ".";
 	display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
