@charset "utf-8";
html, body, img, h1, h2, h3, h4, h5, h6, p, hr, div, ul, li, input, form, a, label {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width: 100%;
	
}

body {
	height: 100%;
	background: top left repeat-x url(/img/bg.png) #ffffff;
}

body, input, textarea, button, select, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.clear {
	clear: both;
}

/**
 * Stripe
 */
#stripe {
	margin-right: 50%;
	margin-top: 123px;
}

#stripe div {
	margin-right: 408px;
	height: 70px;
	background: top left repeat-x url(/img/left_triip.png);
}

/**
 * Container
 */
#container {
	width: 815px;
	position: absolute;
	left: 50%;
	top: 0px;
	height: auto !important;
	min-height: 100%;
	height: 100%;
	margin-left: -408px;
}

/**
 * Languages
 */
#languages {
	margin-left: 55px;
	font-size: 10px;
	height: 40px;
}

#languages a:link,
#languages a:visited {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 14px;
	margin-top: 15px;
	float: right;
}

#languages a.active:link,
#languages a.active:visited,
#languages a:hover,
#languages a:active {
	text-decoration: none;
	color: #CC0000;
}

/**
 * Search
 */
#search {
	float: right;
	overflow: hidden;
	height: 30px;
	padding-top: 10px;
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

#search input {
	margin: 0;
	padding: 3px 2px 2px 2px;
	height: 14px;
	width: 100px;
	font-size: 10px;
	color: #FFFFFF;
	background: top left repeat-x url(/img/search_bg.png);
	float: left;
}

#search div.search-left {
	background: top left no-repeat url(/img/search_left.png);
	width: 5px;
	height: 19px;
	float: left;
}

#search div.search-right {
	margin: 0;
	padding: 0;
	background: top left no-repeat url(/img/search_right.png);
	width: 18px;
	height: 19px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

#search div.search-right a {
	margin: 0;
	padding: 0;
	display: block;
	width: 18px;
	height: 19px;
	line-height: 19px;
	background-color: #99CC00;
	font-size: 19px;
	text-decoration: none;
}

/**
 * Main Menu
 */
#menu {
	margin-left: 210px;
	margin-top: 44px;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}

#menu img {
	vertical-align: top;
}

#menu a {
	margin-right: 15px;
	text-decoration: none;
}

/**
 * Logo
 */
#logo {
	margin-top: 23px;
	height: 70px;
	overflow: hidden;
	float: left;
}

/**
 * Menu 2 (icon menu)
 */
#menu2 {
	float: left;
	margin-top: 35px;
	margin-left: 10px;
}

#menu2 a {
	text-decoration: none;
}

/**
 * Contentarea
 */
#contentarea {
	margin-top: 10px;
}

/**
 * Content Areas
 */
#sidebar {
	float: left;
	width: 198px;
	background: top left no-repeat url(/img/submenu_bg.png);
}

#main {
	float: left;
	width: 602px;
	background: top left no-repeat url(/img/content_bg.png);
}

#top {
	float: left;
	width: 602px;
	height: 200px;
	margin-bottom: 30px;
	overflow: hidden;
}

#top.icon {
	height: 230px;
	margin-bottom: 0px;
}

#sidebar,
#main {
	min-height: 253px;
	height: auto;
}

/* area content */
div.content {
	background-color: #FFFFFF;
	color: #000000;
}

#sidebar div.content {
	margin-right: 25px;
	margin-top: 25px;
}

#main div.content {
	margin-right: 61px;
	margin-left: 35px;
	line-height: 120%;
	padding-top: 10px;
	padding-left: 10px;
}

#top div.content {
	background: none;
	padding-left: 10px;
	padding-right: 10px;
}

/**
 * Submenu
 */
#submenu {
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#submenu li div {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #E5E5E5;
}

#submenu li div.active {
	color: #CC0000;
	border-bottom: 1px dashed #B2B2B2;
}

#submenu ul {
	list-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	list-style-image: none;
	font-size: 11px;
}

#submenu ul li div {
	padding-left: 30px;
	background: 15px 11px no-repeat url(/img/submenu_arrow.png);
}

#submenu ul li ul div {
	padding-left: 45px;
	background: 30px 11px no-repeat url(/img/submenu_arrow.png);
}

#submenu ul li div:hover {
	background: 15px 11px no-repeat url(/img/submenu_arrow_h.png);
}

#submenu ul li ul div:hover {
	background: 30px 11px no-repeat url(/img/submenu_arrow_h.png);
}

#submenu ul li div.active {
	background: 15px 11px no-repeat url(/img/submenu_arrow_h.png);
	border-bottom: 1px dashed #E5E5E5;
}

#submenu ul li ul div.active {
	background: 30px 11px no-repeat url(/img/submenu_arrow_h.png);
	border-bottom: 1px dashed #E5E5E5;
}

#submenu div a:link,
#submenu div a:visited {
	text-decoration: none;
	color: #000000;
}

#submenu div.active a:link,
#submenu div.active a:visited,
#submenu div a:hover,
#submenu div a:active {
	color: #CC0000;
}

/**
 * Location
 */
#location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 25px;
	margin-right: 35px;
}

#location span {
	color: #ff0000;
	margin-left: 5px;
	margin-right: 5px;
}

#location a:link,
#location a:visited {
	color: #000000;
	text-decoration: none;
}

#location a:hover,
#location a:active {
	text-decoration: underline;
}

/**
 * Icon
 */
#icon {
	float: right;
	margin-top: 89px;
}

/**
 * Content elements
 */
div.content h1 {
	font-weight: normal;
	font-size: 25px;
	/*line-height: 50px;*/
	color: #CC0000;
}

div.content h2 {
	font-size: 17px;
	font-weight: normal;
	line-height: 140%;
	color: #CC0000;
}

div.content h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 140%;
	color: #CC0000;
}

div.content h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 140%;
	color: #CC0000;
}

div.content hr {
	height: 0px;
	margin: 5px 0px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}

#main div.content ul,
#main div.content ol,
#top div.content ul,
#top div.content ol {
	margin-left: 20px;
	padding: 0px;
	font-size: 11px;
}

#main div.content ul,
#top div.content ul {
	list-style-image: url(/img/list_icon.png);
}

#main div.content ul,
#main div.content ol {
	margin-bottom: 20px;
}

#main div.content ul li ul,
#main div.content ol li ol{
	margin-bottom: 0;
}

#main div.content ul li ul,
#top div.content ul li ul {
	list-style-image: url(/img/list_icon1.png);
}

#main div.content p.lead {
	color: #333333;
	font-size: 13px;
}

#main div.content p {
	color: #333333;
	font-size: 11px;
	margin-bottom: 20px;
}

/* links */
#main div.content a:link,
#main div.content a:visited {
	color: #cc0000;
	text-decoration: none;
}

#main div.content a:hover,
#main div.content a:active {
	text-decoration: underline;
}

#top div.content a:link,
#top div.content a:visited {
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}

#top div.content a:hover,
#top div.content a:active {
	text-decoration: underline;
}

#top div.content p.lead {
	color: #ffffff;
	font-size: 12px;
}

#top div.content p {
	color: #ffffff;
	font-size: 11px;
	margin-bottom: 15px;
}

#top div.content p.toplead {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}

#top div.content p.top {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
}

/* forms */
#main input,
#main textarea,
#main select,
#main button,
#main select  {
	font-size: 12px;
}

#main input,
#main textarea {
	border: 1px inset #333333;
	padding: 2px;
}

#main textarea {
	line-height: 140%;
}

#main input.outset {
	border: 1px outset #333333;
	background-color: #666666;
	color: #FFFFFF;
}

#main input.noborder {
	border: none;
}

/* table */
#main table {
	border: none;
	margin-bottom: 20px;
}

#main table td,
#main table th {
	font-size: 11px;
}

#main table.visible_table {
	border-collapse: collapse;
}

#main table.visible_table td {
	border-bottom: 1px dashed #cccccc;
	border: 1px dashed #cccccc;
}

#main table.visible_table th {
	border-bottom: 1px dashed #b2b2b2;
	border: 1px dashed #b2b2b2;
}

/**
 * Opinion table
 */
#main table.opinion {
	border-collapse: collapse;
}

#main table.opinion td,
#main table.opinion th {
	vertical-align: top;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dashed #cccccc;
}

#main table.opinion img {
	padding-right: 15px;
	padding-bottom: 15px;
}
#main table.opinion p {
	margin: 0;
	padding: 0;
}

#main table.opinion span.name {
	font-size: 14px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}

#main table.opinion span.profession {
	font-size: 12px;
	line-height: normal;
	color: #666666;
}

#main table.opinion span.location {
	font-size: 10px;
	line-height: normal;
	color: #999999;
}

/**
 * Footer
 */
#footer {
	clear: both;
	font-size: 10px;
	line-height: 140%;
	color: #999999;
	padding-top: 20px;
	margin-bottom: 40px;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #999999;
}

#footer a.active:link,
#footer a.active:visited,
#footer a:hover,
#footer a:active {
	color: #CC0000;
}

#footer span,
#footer a span {
	color: #cc0000;
	margin-left: 3px;
	margin-right: 3px;
}

#footer table {
	width: 100%;
}

#footer td.block {
	padding: 10px;
	vertical-align: top;
	border-left: 1px dashed #cccccc;
}

#footer td.last {
	border-right: 1px dashed #cccccc;
}

/**
 * Other useful classes
 */
#sidebar.nobg {
	background: none;
}

#main.icon {
	background: 410px 0px no-repeat url(/img/icon_shadow.png);
	padding-top: 9px;
}

#main.icon div.content {
	background: none;
	margin-left: 0px;
}











/*

div.nobg,
div.iconbg,
div.nobg div.contenttext {
	background: none;
}

div.iconbg div.contenttext {
	padding-top: 3px;
	background: 380px 0px no-repeat url(../img/icon_shadow.png);
}

*/


