/* IMPORTS --------------------------------------------------------------*/
@import url('reset.css');
@import url('thickbox.css');
/* -------------------------------------------------------------------------*/
* {
	font-size:10px;
	line-height:14px;
	font-family:Verdana, "Trebuchet MS", Arial;
}

html,body {
	background:white;
	color:#474646;
	height:100%;
}

a {
	color:black;

}

p.more a {
	text-decoration:underline;
}

.page-selector {
	text-align:center;
	margin:10px 0;
}

#pageWrap {
	width:800px;
	margin:auto;
	margin-top:4px;
}

.langSelect {
	overflow:hidden;
	margin-bottom:22px;
}

.langSelect li {
	float:right;
	margin-left:4px;
}

#logos {
	overflow:hidden;
	height:1%;
}

#logos .mini {
	float:left;
	width:310px;
	padding-top:60px;
}

.minipgtitle {
	margin-top:4px;
}

#logos .main {
	float:left;
	width:150px;
}

#contentWrap {
	margin-top:70px;
}

#contentWrap #mainMenu {
	float:left;
	width:100px;
}

#contentWrap #mainContent {
	float:left;
	width:700px;
}

li.active a {
	font-weight:bold;
	font-size:11px;
}

#contentWrap #mainMenu li {
	margin-bottom:10px;
}

#contentWrap #mainMenu li a {
	text-transform:lowercase;
}

#footer {
	margin-top:40px;
	text-align:center;
}

#newsHolder {
	overflow:hidden;
	height:1%;
}

#newsHolder .newsList {
	float:left;
	width:185px;
	margin-right:10px;
}

#newsHolder .newsList ul li.active p a {
	font-weight:bold;
	color:#000000;
}

#newsHolder .newsList ul li {
	margin-bottom:15px;
}

#newsHolder .newsList ul li * {
	font-size:10px;
}

#newsHolder .articleRead {
	float:left;
	width:260px;
	margin-right:45px;
}

#newsHolder .articlePhoto {
	float:left;
	width:200px;
}

#newsHolder .articlePhoto p.more {
	margin-top:10px;
}

#portfolioHolder {
	overflow: hidden;
	height: 1%;
}

#portfolioHolder small {
	display: block;
}

#portfolioHolder div{
	float:left;
	width: 140px;
}

#portfolioHolder ul li {
	margin-bottom: 10px;
}

.mediaIcons {
	float:left;
	width:175px;
}

.mediaIcons ul  {
	overflow:hidden;
	height:1%;
	clear:both;
}

.mediaIcons ul li {
	float:left;
	width:35px;
	height:35px;
	margin-right:10px;
	margin-bottom:10px;
}

.mediaIcons p {
	margin-bottom:10px;
}

#videoWindow {
	float:left;
	width:330px;
	text-align:right;
}

.wideIcons {
	width:505px;
}

#index td{
	vertical-align:middle !important;
}

#index td.bt {
	vertical-align: bottom !important;
}

.contentBody {
	min-height:400px;
}