﻿
.apiSlimLogoDefault, #apiSlimHeaderRightBorder {
  display: none;  
}
/* ------ Page -------*/
body {
	background: #ccc url(../gfx/bodyBg.png) 0 0 repeat-x;
}
#pageWrap {
	width: 960px;
	margin: 0 auto;
}

/* ------ Headermenu -------*/
#header {
  height: 90px;
	padding-top: 10px; 
}
#customHeader {
	width: 960px;
	margin: 0 auto;
}
#logo {
  padding: 50px 10px 0 20px;  
}
#logo, #logo img {
  float: left;
}
.apiStartSep, .apiEndSep {
  display:none;
}
.apiSlimLogoDefault {
  float: left;  
}
#apiMainMenu {
  height: 26px;
}
#apiMainMenu ul {
  padding-top: 50px;
}
#apiMainMenu ul li {
  float: left;  
}
#apiMainMenu ul li a{
  display: block;
  float: left;
  padding: 6px 10px;
  margin-left: 1px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
	position: relative;
}
#apiMainMenu ul li a span {
  background: transparent url(../gfx/linkUnderline.gif) 0 bottom repeat-x;  
}
#apiMainMenu ul li a:hover { 
  color: #333;
}
.apiImage a img {
  float: left;
  background-color: Transparent;
}
.apiImage {
  margin: 0 10px;
  background-color: Transparent;
}
.apiSlimHeader #apiSlimHeaderRightBorder {
  clear: both;
}

/* ------ Main menu -------*/
#siteLogo {
  padding: 20px 10px 0 20px;  
}
#menu {
  height: 40px;
  /*background: #fff url(../gfx/menuBg.png) 0 bottom repeat-x;*/
  overflow: hidden;
  position: relative;
  padding-left: 200px;
}
#menu ul {
  height: 30px;
  padding-top: 9px;
	list-style:none;
	bottom: -1px;
	position: relative;
}
#menu ul li {
	display:inline;
}
#menu ul li a {
	color:#666;
	text-decoration:none;
	text-transform: uppercase;
	padding-right:20px;
	background-color:#f5f5f5;
	background-image:url(../gfx/buttonRight.png);
	background-position:100% 0;
	background-repeat:no-repeat;
	margin-right:-1px;
	display:block;
	float:left;
	position:relative;
	height:30px;
	overflow:hidden;
	outline:none;
}
#menu ul li a strong {
	font-weight:normal;
	display:block;
	float:left;
	padding:5px 20px 0 30px;
	background-image:url(../gfx/buttonLeft.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-color: #f5f5f5;
	line-height:2.4;
	height:30px;
	cursor:pointer;
	text-shadow:#999 3px 3px 3px;
}
#menu ul li.current a strong {
  background-color: #fff;
  color: #06c;
}
#menu ul li.current a {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

#menu ul li a:hover, #menu ul li a:hover strong {
  background-color: #eee;
}
#menu ul li.current a:hover, #menu ul li.current a:hover strong {
  background-color: #fff; 
}

/* ------ Content -------*/
#content {
  background: #fff url(../gfx/contentBg.png) 0 0 no-repeat;
  padding: 20px 10px;
}
#zettBox {
	margin-top: 10px;
	border: 1px dashed #ccc;
}
#prospect #zettBox h4 {
	background-color: #fff;
	padding-left: 10px;
}
#zettBox a {
	color: #f68428;
	display: block;
	padding: 1px 0;
}
#zettBox ul {
	list-style-type: disc;
}


/* ------ Page navigation -------*/
.pagenav {
	padding: 10px 0;
}
.pagenav li {
	float: left;
}
.pagenav li.single {
	padding: 2px 4px;
	margin-left: 2px;
}
.pagenav li a{
	float: left;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	margin-left: 2px;
}

/* ------ Articles -------*/
#articles {
	width: 200px;
	
}
#articles h2 {
	background: transparent url(../gfx/articleHeadingBg.png) 0 0 repeat-x;
	color: #333;
	font-size: 1.2em;
}
#articles h2.headerTitle span {
	display: block;
	font-weight: bold;
	color: #777;
	padding: 5px 30px 3px 8px;
	text-shadow: #aaa 2px 2px 2px;
	text-transform: uppercase;
}
#newsList {
  background-color: #fff;
}
.newsItem {
	padding: 10px 10px;
	border-bottom: 1px solid #eee;
	color: #444;
}
.newsItem h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}
.newsItem h3 a {
}
.newsDesc {
  padding-top: 3px;
	font-size: 1.1em;
}

/* ------ Prospects -------*/
#prospects {
	margin-left: 10px;
	width: 520px;
	font-size: 1.2em;
}
.body-map #prospects {
	width: 730px;
}
#prospects .first {
}
#prospects .odd{ background: #eee url(../gfx/oddBg.png) 0 0 repeat-x; }
#prospects .even{ background-color: #ddd; }
.prospectItem {
	padding: 10px 10px 9px 10px;
	border-bottom: 1px solid #ccc;
}
.prospectItem h3 {
	padding-bottom: 4px;
	font-size: 1.6em;
}
.prospectItem h3 a {
	font-weight: normal;
}
.prospectImage {
	width: 200px;
	float: left;
	margin-right: 10px;
}
.prospectImage, .prospectImage img {
}
.prospectInfo {
	position: relative;
}
.prospectDesc {
  color: #555;  
}
#prospects .prospectFacts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#prospects .prospectFacts ul li {
	float: left;
	width: 20%;
	padding: 4px 0;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	font-size: 110%;
}

/* ------ Prospect details -------*/
#prospect {
	color: #333;
}
#prospect .left {
	float: left;
	width: 305px;
}
#prospect .right {
	float: left;
	width: 215px;
}
#prospect h2 {
	font-size: 200%;
	padding-bottom: 10px;
}
#prospect #images .image, #images .image img {
	float: left;
}
#prospect #images .image img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #eee;
	margin: 0 5px 5px 0;
}
#prospect .left .desc p{
	padding: 0 10px 10px 0;
}
#prospect dl {
	margin: 0;
	padding: 0;
}
#prospect dl dd {
	width: 100px;
	float: left;
	margin: 0;
	padding: 2px 0 2px 5px;
}
#prospect dl dt {
	padding: 2px 0;
	clear: left;
	float: left;
	width: 110px;
}
#prospect .odd { background-color: #f9f9f9; }
#prospect .even { background-color: #fff; }
#prospect h3 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 10px;
}
#prospect h4 {
	background-color: #eee;
	clear: both;
	font-size: 130%;
	font-weight: bold;
	margin-top: 10px;
}
#prospect h4.ownertitle {
	margin-top: 0;
}

/* ------ Map -------*/
#bigmap {
	width: 520px;
	font-size: 1.2em;
}
#gmap {
	width: 730px;
	height: 500px;
	background-color: #eee;
}
#gmap .infowindow {
  background-color: #fff;
  width: 300px;
  position: absolute;
  background: transparent url(../gfx/infoboxBg.gif) 0 0 no-repeat;
  padding-top: 5px;
}
#gmap .infowindow img{
  float:left;
  margin-right: 10px;
  padding: 2px;
  border: 1px solid #eee;
}
#gmap .infowindow .infoTitle{
  padding: 2px 5px;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 1.2em;
}
#gmap .infowindow .infoDesc{
  background-color: #fff;
  border: 1px solid #333;
  border-top: none;
  padding: 5px;
}

/* ------ Sidebar -------*/
#sidebar {
	margin-left: 10px;
	width: 200px;
	font-size: 1.2em;
}
#search {
	margin-bottom: 10px;
}
#notify {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 10px;
	color: #454545;
	margin-bottom: 10px;
}
#sidebarContent { 
}
#map {
	width: 215px;
	height: 200px;
}
#ads {}
#ads #weeklyProspect {
  height: 250px;
  background-color: #f5f5f5;
  color: #ccc;
}

/* ------ form -------*/
div.form-container { margin: 0; padding: 0; background-color: #FFF; }
p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }
div.errors { margin: 0 0 10px 0; padding: 0; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }
div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 80px; font-size: 1.2em; color: #333; }
div.form-container form fieldset { margin: 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; font-size: 1.2em; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 5px; padding: 2px 0; width: 60px; display: block; float: left; text-align: left; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 1.2em; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 0px; }
div.form-container div.buttonrow { margin-left: 0; }


/* ------ Footer -------*/
#footer {
	padding: 20px;
}
#footer h1 {
	font-size: 1.4em;
}
.apiFactList {}
.apiFactList dl {
	color:#484848;
	float:left;
	font-size:10px;
	font-weight:normal;
	margin:8px 40px 0pt 0pt;
	padding-bottom:12px;
}
.apiFactList dl dt, .apiFactList dl dd, .apiFactList dl dd ul { 
	margin: 0;
	padding: 0;
}
#apiCorporateInfo {
	clear: left;
}

