html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	line-height: inherit;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}

a {
	color: inherit;
	text-decoration: none;
}

h1,h2,h3,h4 {
	line-height: 1.4em;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

:focus {
	outline:0;
}

ol,ul {
	list-style:none;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption,th,td {
	text-align:left;
	font-weight:normal;
}

blockquote:before,blockquote:after, q:before,q:after {
	content:"";
}

blockquote,q {
	quotes:"" "";
}

input[type="text"] {
	border: 1px solid #CDCDCD;
	padding: 2px;
	margin: 0;
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: 12px;
}

#header {
	background-color: #000000;
	height: 50px;
}

#main {
	width: 1080px;
	margin: 0 auto;
	height: auto;
	overflow: auto;
	clear: both;
}

#header .inner, #footer .inner {
	width: 1080px;
	margin: 0 auto;
}

#header .inner .logo {
	float: left;
	background: transparent url(../images/logo.gif) no-repeat right top;
	width: 264px;
	height: 48px;
}


div.language_selector
{
	float:right;
	margin-right:80px;
	margin-top:17px;
	font-weight:bold;
}
div.language_selector a.selected
{
	color:#FFFFFF !important;
}
div.language_selector a
{
	color:#8C8C8C !important;
}
#search_box {
	float: right;
	margin: 14px 30px 14px 0;
}

#search_box input[type="text"] {
	padding: 3px;
	border: none;
	margin:  0 10px 0 0;
}

#search_box input[type="submit"] {
	border: none;
	background: transparent url(../images/search-bg.jpg) no-repeat center center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 50px;
	font-weight: bold;
	color: white;
	margin: 0;
	padding: 3px 0px;
	cursor: pointer;
	text-align: center;
}

#sidebar {
	float: left;
	width: 270px;
}

#content {
	margin: 0 0 0 270px;
	border-left: 1px solid rgb(200,200,200);
	border-right: 1px solid rgb(200,200,200);
	width: 758px;
	height: auto;
	overflow: auto;
	position: relative;
	min-height: 300px;
}

#menu {
	margin: 25px 0;
	padding: 0 10px;
}

#menu dt {
	text-align: right;
	margin: 5px 0;
}

#menu dt .current {
	font-weight: bold;
}

#menu dl {
	margin: 10px 0;
	color: rgb(140,140,140);
}

#footer {
	border-top: 1px solid black;
}

#content .home {
	height: 500px;
	margin: 0 2px 2px 2px;
	background: rgb(179,179,179);
}

#featured {
	text-align: right;
	padding: 0 10px;
}

#featured h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

#featured div.news {
	font-size: 11px;
	margin: 10px 0;
}

#featured div.press {
	font-size: 11px;
	margin: 10px 0;
	height: auto;
	overflow: auto;
}

#featured div.press p.date {
	padding: 4px 0 0 0;
}

#featured div.press div.press-ico {
	background: transparent url(../images/press-ico.gif) no-repeat top left;
	height: 32px;
	width: 32px;
	float: right;
	margin: 0 0 0 5px;
}

#featured div.press div.press-ico a {
	display: block;
	height: 100%;
	width: 100%;
}

#featured div.news p.body, #featured div.press p.body {
	color: rgb(140,140,140);
}

#footer .inner .copy {
	margin: 3px 230px 3px 270px;
	text-align: right;
}

dl.search-result {
	padding: 20px;
}

dl.search-result dt {
	font-weight: bold;
}

dl.search-result dd {
	margin: 0 0 20px 0;
}
