body, table, div, p, td, th, ul, li, ol, br, h1, h2, h3, form, img
{
	margin:0px;
	padding:0px;
	border:0px;
	font-family:Arial;
	font-size:12px;
	color: #505154;
}
a { color: #505154; text-decoration: none; }
body { background: #505154; }

div#siteContainer
{
	margin: 20px auto 0 auto;
	padding: 20px 20px 2px 20px;
	width: 900px;
	background: #fff;
}

div#topContainer
{
	clear: both;
	background: #fff;
	height: 90px;
}
div#topContainer div#topLogo
{
	float: left;
	background: #fff;
	width: 77px;
	height: 90px;
}

div#topContainer div#topSpacer
{
	float: left;
	height: 50px;
	width: 823px;
}

div#topContainer div#topMenu
{	
	background: white;
	float: left;
	width: 823px;
}

#nav ul {
	margin:0 auto 40px auto; 
	padding:0; 
	list-style:none; 
	display:table; 
	white-space:nowrap; 
	font-family: arial, verdana, sans-serif; 
	font-size:11px;
}

#nav li {
	display:table-cell; 
	margin:0; 
	padding:0;
}
#nav a {
	float:left; 
	color:#fff; 
	height: 28px;
	text-decoration:none; 
	text-transform: uppercase;
	/*font-weight: bold;*/
	padding: 12px 10px 0 10px;
}

#nav a:hover {

} 
#nav .selected a {

} 
div#nav {
	height: 40px;
	/*width: 823px;*/
	width: 746px;
	padding-right: 77px;
	float: left;
}
.leftMenu
{
	z-index: 1;
	position: absolute;
	bottom: 0px;
	line-height: 19px;
	text-transform: uppercase;
	list-style-type: none;
	width: 100%;

}

.leftMenu li
{
	margin-top: 1px;
	margin-right: 30px;
	font-size: 1em;
	background-color: #E4E8EB;
}

.leftMenu li.selected 
{
	margin-right: 0;
	text-align: right;
}

.leftMenu li a
{
	display: block;
	text-decoration: none;
	padding-left: 1em;
}

.leftMenu li.selected a
{
	display:block;
	color: white;
	padding-right: 10px;
}

div#middleContainer
{
	clear: both;
	height: 380px;
	margin-top: 20px;
}

div#middleContainer div#leftText
{
	float: left;
	position: absolute;
	width: 250px;
	height: 380px;
	color: #505154;
}

div#middleContainer div#leftText div#textContainer
{
	margin-right: 30px;
}
div#middleContainer div#contentContainer
{
	/*background: #E4E8EB;*/
	float: right;
	width: 660px;
	height: 380px;
	background-repeat: no-repeat;
}

div#middleContainer div#contentContainer div.rightMenu
{
	float: right;
	width: 150px;
	height: 360px;
	padding: 10px 10px;
	margin-left: 10px;
}

.rightMenu ul
{
	list-style-type: none;
	text-transform: uppercase;
}

.rightMenu ul li
{
	padding-bottom: 15px;
	font-size: 1.0em;
}

.rightMenu ul li.selected a
{
	font-weight: bold;
}

div#contactInfo
{
	padding: 15px 0 5px 0;
}

div#contactInfo span
{
	float: left; 
	padding-right: 20px;
}
div.imageControlsContainer
{
	clear: both;
	text-align: right;
	padding-top: 3px;
	height: 17px;
}

div#imageControls a.portfolioLink 
{
	vertical-align: top;
	padding-right: 15px;
	text-decoration: underline;
}
div#bottomColorbox
{
	height: 500px;
}

div#middleContainer div#leftText h1
{
	font-size: 1.0em;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

div#middleContainer div#leftText p
{
	padding: 0 0 10px 0;
	font-family: Arial;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 1.0em;
}

img.articleImage
{
	float: left;
}

p.contact
{
	float: left;
	font-size: 0.8em;
}

p.language
{
	float: right;
}

div.articleListItem
{
	border: 1px solid #E4E8EB;
	padding: 10px 7px;
	margin-bottom: 15px;
	overflow: hidden;
}

div.articleListItem img 
{
	float: left;
	margin-right: 10px;
}
div.articleListItem p {	line-height: 1.5em; }
div.articleListItem p.readMore { text-align: right; line-height: 1.0em;}
div#frontPageContainer
{
	text-align: center;
	color: #94A0A9;
	
}
div#frontPageContainer h1, div#frontPageContainer h2
{
	font-weight: normal;
}
div#frontPageContainer h1
{
	font-size: 2.5em;
	padding-top: 20px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

div#frontPageContainer h2
{
	font-size: 1.8em;
	margin-top: 20px;
}

div#frontInfoWrapper
{
	margin-top: 10px;
}
div#frontInfoWrapper p
{
	color: #fff;
	font-size: 20px;
	margin-bottom: 8px;
}

div#frontTextWrapper
{
	width: 803px;
	height: 55px;
	background: #2E2D31;
	margin-left: 10px;
	padding: 15px 10px;
	float: left;
}

img.logo { float: left; }

div#articleEditWrapper  
{
	width: 900px;
	padding: 20px;
	margin: 20px auto 0 auto;
	background: #fff;
}

div#articleEditWrapper div.editItem
{
	margin-bottom: 10px;
}
.PlenumEditLabel
{
	background: #E4E8EB;
}
br.clearFloats {
	margin:0px;
	padding:0px;
	height: 0px;
	line-height: 0px;
	clear:both;
	display:block;
}
