@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
	color: #471C6C;
}
a {
	color: #A18FCF;
	text-decoration: none;	
}
a:hover {
	color: #471C6C;
}
#container {
	width: 901px;
}
#left {
	width: 140px;
	float: left;
	min-height: 100px;
}
#middle {
	width: 570px;
	float: left;
	background-color: #F5E8C9;
	min-height: 600px;
	padding: 0;
	border-right: 3px solid white;
}
#right {
	width: 188px;
	float: left;
	min-height: 600px;
	padding: 0;
}
#header {
	width: 570px;
	height: 117px;
	border-bottom: 3px solid white;
	float: left;
}
#header h2 {
	line-height: 47px;
	display: block;
	color: white;
	padding-left: 9px;
	background-image: url(/images/header_h2.png);
	margin-top: 70px;
	font-size: 30px;
}
#logo {
	margin: 40px 0 28px 6px;
}
h1 {
	width: 561px; /* 570 - 9 */
	line-height: 40px;
	font-size: 18px;
	background-color: #471C6C;
	color: white;
	border-bottom: 3px solid white;
	padding-left: 9px;
	text-transform: uppercase;
	margin: 0;
}
.error { color: red; font-weight: bold;}
#content {
	width: 570px;
	float: left;
	height: inherit;
}
#content .content {
	padding: 9px;
	border-bottom: 3px solid white;
}
#navigation_main {
	margin: 120px 0 0 17px;
	padding: 0;
	list-style: none;
}
#navigation_main li {
	margin: 0;
	padding: 0;
}
#navigation_main a {
	color: #471C6C;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
#navigation_main a:hover,
#navigation_main li.selected a,
#navigation_main li.selected ul li.selected a  {
	color: #BF8C59;
}
#navigation_main li:first-child a {
	line-height: 40px;
	font-size: 18px;
}
#navigation_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
#navigation_main li.selected ul {
	display: block;	
}
#navigation_main li.selected ul a {
	color: #A18FCF;
	font-weight: bold;
	line-height: 14px;
	text-transform: none;
}
#navigation_main li.selected ul li {
	margin-bottom:2px;
}
#navigation_main ul li:first-child a {
	line-height: normal;
	font-size: inherit;
}
/* HOMEPAGE */
.home {
	width: 188px;
	border-right: 3px solid white;	
	background-color: #BF8C59;
	float: left;
	color: white;
	height: 600px;
}
.bar1, .bar3 {
	background-color: #471C6C;
}
.bar3 {
	border-right: 0;
}
.home .article {
	height: 250px;
}
.home .article p {
	padding: 0 9px;
}
.home h2 {
	line-height: 40px;
	font-size: 18px;
	padding-left: 9px;
	text-transform: uppercase;
	margin: 0;
}
.home form {
	padding-left: 9px;
}
.home form input[type="text"],
#company_search input {
	border: 0;
	width: 130px;
	height: 15px;
}
.home form input[type="submit"] {
	border: 0;
	width: 40px;
	height: 15px;
	background-color: transparent;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.clearLeft {
	clear: left;
}
.home form input[type="radio"] {
	float: left;
	margin-left: 0;
}
.home form label {
	margin-left: 14px;
	display: block;
	width: 130px;
	float: left;
}
#company_search  input[type="submit"] {
	border: 0;
	background-color: #471C6C;
	color: white;
	font-style: italic;	
	width: auto; height: auto;
}
.articleintro {
	background-color: #471C6C;
	color: white;
	font-weight: bold;
}
.articleintro a:hover {
	color: #BF8C59;
}
.home h2 a,
.home h2 a:hover {
	color: white;	
	text-decoration: none;
}
.home a {
	color: white;
	text-decoration: underline;
}
.home a:hover {
	text-decoration: none;
}
/* LISTS */
.row {
	clear: left;
}
.row_no {
	display: block;
	float: left;
	width: 40px;
}
.row_date {
	display: block;
	float: left;
	width: 90px;
}

#company_alpahabet,
#company_search {
	margin: 20px 0;	
	text-align: center;
	
}
#company_alpahabet a {
	font-size: 18px;
	padding: 0 3px;	
}


/* 3cms */
#cmsInlineForm textarea {
	height	: 100px;
	width: 60%;
}
