@charset "utf-8";
/* Carbon Dashboards main CSS Document */

body{
	background: #F0F0F0;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:80.5%;
	margin:0; padding:0;
	color:#66665c;
}

#container { 
	width: 960px;  
	margin: 15px auto; 
	text-align: left;
	padding:0px;
}

#header {
	background:#111111;
	border-bottom:1px solid #1C1C1B;
	font-family:Arial,Helvetica,sans-serif;
	height:70px;
	padding-top:40px;
}

#header h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:2.9em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:50px;
	margin: 0 20px;
	color:#fff;
	padding:0px;
}

#header .subtitle {
	color:#55554E;
	font-size:1.2em;
	margin:0 21px;
	font-weight:bold;
	line-height:5px;
}

#menu {
	height:40px;
	border-top: solid 8px #889800;
	background:#a6ba00;
}

#content {
	background:#fff;
	padding: 40px 0 0 35px;
	min-height:550px;
  height: auto !important;
  height: 550px;
	
}

#info {
	background:#e7e7da;
	float:left;
	width:250px;
	padding:35px;
	text-align:justify;
}

#client_header {
	background:#a6ba00;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#889800;
	text-transform:uppercase;
	padding:10px 30px;
	float: right;
	width:520px;
}

#client_body {
	background:#d8d8c7;
	float: right;
	width:580px;
	padding-bottom:20px;
}

#client_body p{
	padding:0  0 0 35px;
	width:490px;

}


#submenu {
	list-style: outside;
	list-style-type:none;
	margin: 10px 0;
	padding: 0;
	width:525px;
}
#submenu  li {
	display:block;
	margin: 0;
	padding: 0;
}
#submenu  a {
	background: #c3c3b1;
	font-weight:bold;
	border-bottom: 2px solid #d8d8c7;
	color: #494942;	
	margin: 0;
	display:block;
	padding: 8px 32px;
	text-decoration: underline;
}
#submenu  a:hover {
	background: #b6b6a5;
	color: #494942;
	padding-bottom: 8px;
	text-decoration: none;
}

#submenu  span.onhover  {
	display: none;
	font-weight:100;
}


 #submenu a:hover span.onhover {
	display: inline;
}

#footer_1 {
	height:30px;
	border-bottom: solid 5px #889800;
	background:#a6ba00;
}

#footer_2 p  {
	background:#111111;
	height:100px;
}

#footer_2 p  {
	margin:0;
	padding:10px;
	text-align:center;
}


.clearer {
  clear: both;
}

.right {
  float: right;
}

.protohighlight {
  color: #404039;
}