/* Minimal CSS Reset */
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

/* General font settings */
* {
    font-family: Calibri,
         "Gill Sans",
         "Gill Sans MT",
         "DejaVu Sans Condensed",
         Helvetica,
         "Trebuchet MS",
         "Liberation Sans",
         "Nimbus Sans L",
         Tahoma,
         sans-serif;
    font-size: 13px;
    color: #595959;
}
a:link, a:visited {
    color: #0096D7;
    text-decoration: none;
}
a:hover, a:active {
    color: #79BDE8;
    text-decoration: underline;
}

/* Structural styles */
body {
    background: #F0F0F0;
    text-align: center;
}
div#wrapper {
    background: #FFFFFF;
    margin: 30px auto 30px auto;
    width: 800px;
    text-align: left;
}
div#inner {
    padding: 22px 10px 10px 10px;
}
div#header {
    height: 40px;
    padding: 0px 10px 0px 10px;
}
div#topnav {
    float: right;
}
div#headerimg {
    height: 110px;
    background: #4E607A no-repeat 260px 0;
}
div#headerimg.mapfluence {
    background-color: #5B5600;
}
div#headerimg.urbanware {
    background-color: #707A15;
}

/* header */
h1#logo a {
    display: block;
    float: left;
    width: 238px;
    height: 31px;
    text-indent: -9999px;
    background: no-repeat 0 0;
}
div#sectionlabel {
    background: #4E607A;
    float: right;
    margin-top: 75px;
    height: 35px;
}
div#headerimg.about div#sectionlabel {
    width: 168px;
}
div#headerimg.products div#sectionlabel {
    width: 157px;
}
div#headerimg.developer div#sectionlabel {
    width: 272px;
}
div#headerimg.mapfluence div#sectionlabel {
    background: #5B5600;
    width: 192px;
}
div#headerimg.urbanware div#sectionlabel {
    background: #707A15;
    width: 234px;
}
div#sectionlabel h2 {
    height: 26px;
    text-indent: -9999px;
    margin: 7px 0px 0px 30px;
    background: no-repeat 0 0;
}
div#statement {
    width: 260px;
    height: 130px;
    text-indent: -9999px;
    background: no-repeat 10px 10px;
}

/* home page */
div#homebody {
    padding-top: 10px;
}
div#homebody div#sidebar {
    width: 260px;
    padding: 0;
}
div.product {
    border-top: 1px solid #4E607A;
    height: 104px;
    position: relative;
}
div#industries, div#contact {
    border-top: 1px solid #4E607A;
    border-left: 1px solid #4E607A;
    margin: 0 0 0 260px;
}
div#industries {
    height: 185px;
}
div#contact {
    height: 24px;
}
div.blurb {
    margin: 10px 10px 5px 10px;
    line-height: 16px;
}

/* homepage title links */
h2.hometitle a,
div.learnmore a {
    display: block;
    margin: 10px 0px 5px 0px;
    width: 160px;
    height: 13px;
    text-decoration: none;
    text-indent: -9999px;
    background: no-repeat 0 0;
}
h2.hometitle a:hover, h2.hometitle a:active,
div.learnmore a:hover, div.learnmore a:active {
    background-position: 0 -13px;
}
div.learnmore a {
    width: 95px;
}
div.learnmore {
    position: absolute;
    top: 75px;
    left: 145px;
}
a#contactus {
    display: block;
    width: 144px;
    height: 24px;
    text-decoration: none;
    text-indent: -9999px;
    background: no-repeat 0 0;
    float: right;
}  
a#contactus:hover, a#contactus:active {
    background-position: 0 -24px;
}

/* homepage industries and contact */
div#industries div.links {
    padding: 3px 0 0 15px;
}
div#industries div.links div.link {
    padding-top: 8px;
    width: 205px;
    float: left;
}
div#industries div.links div.link a {
    color: #4E607A;
}
div#industries div.links div.link a:hover,
div#industries div.links div.link a:active {
    color: #79BDE8;
}
div#tagline {
    width: 375px;
    height: 24px;
    text-decoration: none;
    text-indent: -9999px;
    background: no-repeat 8px 6px;
}





/* Breadcrumb */
div#breadcrumb {
    margin: 10px 0px;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
    padding: 5px 10px 5px 10px;
}
div#breadcrumb ul, div#breadcrumb ul * {
    list-style: none;
}
div#breadcrumb ul li {
    display: inline;
}
div#breadcrumb a:link, div#breadcrumb a:visited {
    color: #595959;
}
div#breadcrumb a:hover, div#breadcrumb a:active {
    color: #79BDE8;
    text-decoration: none;
}

/* Sidebar */
div#sidebar {
    float: left;
    width: 250px;
    padding-top: 10px;
}
div#sidebar a#contactus {
    float: none;
}

/* Side nav */
div#sidenav {
    padding: 0 10px 30px 10px;
    margin-top: 23px;
}
div#sidenav ul, div#sidenav ul * {
    list-style: none;
    line-height: 1.0;
}
div#sidenav ul {
    margin-bottom: 5px;
}
div#sidenav a.sectionlink {
    margin-bottom: 3px;
    font-size: 17px !important;
}
div#sidenav li {
    margin-top: 4px;
}
div#sidenav li li {
    margin-left: 30px;
}
div#sidenav a:link, div#sidenav a:visited {
    color: #595959;
    font-size: 14px;
}
div#sidenav li li a:link, div#sidenav li li a:visited {
    color: #808080;
    font-size: 12px;
}
div#sidenav li.selected a:link, div#sidenav li.selected a:visited {
    color: #0096D7;
}
div#sidenav li.selected li.descendant a:link, 
div#sidenav li.selected li.descendant a:visited {
    color: #808080;
}
div#sidenav a:hover, div#sidenav a:active,
div#sidenav li li a:hover, div#sidenav li li a:active,
div#sidenav li.selected a:hover, div#sidenav li.selected a:active,
div#sidenav li.selected li.descendant a:hover, div#sidenav li.selected li.descendant a:active {
    color: #79BDE8;
    text-decoration: none;
}

/* content area */
div#content {
    margin: 0px 20px 80px 276px;
}
body.nochrome div#content {
    margin: 30px;
    padding: 20px;
    background: #FFFFFF;
}
div#content.demo {
    margin: 0px 20px 80px 0px;
}

/* Text styles for content */
div#content h1.pagetitle {
    text-align: right;
    color: #0A1E60;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px;
}
div#content p {
    padding-bottom: 1em;
}
div#content ul, div#content ol, div#content dl {
    padding-bottom: 1em;
}
div#content ul {
    list-style: none;
}
div#content ul li, div#content ol li {
    margin-left: 30px;
    color: #808080;
    padding: 0.25em 0;
}
div#content h1, div#content h2, div#content h3, div#content h4 {
    padding-bottom: 0.5em;
    text-align: left;
}
div#content h1 {
    font-size: 1.8em;
}
div#content h2 {
    font-size: 1.3em;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 2px solid #ACACAC;
    margin-bottom: 0.5em;
}
div#content h3 {
    color: #0A1E60;
    font-weight: bold;
    padding-bottom: 0.25em;
}
div#content h4 {
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase; 
}
div#content td, th {
    border-bottom: 1px dotted #595959;
    padding-right: 10px;
    padding-top: 5px;
}
div#content div.plugin.image {
    padding-bottom: 1em;
}
div#content.partners div.plugin.image,
div#content.customers div.plugin.image {
    padding-bottom: 1em;
    width: 242px;
    height: 130px;
    float: left;
    text-align: center;
}

b, strong {
    font-weight: bold;
}
i, em {
    font-style: italic;
}
p.justcenter {
    text-align: center;
}
p.justright {
    text-align: right;
}

/* Text styles for docs */
blockquote {
	line-height:1.5;
	margin-bottom:1.8em;
	padding-left:15px;
	border-left: 15px solid #DDDDDD;
}
pre {
	border:1px solid gray;
	padding:1em;
	overflow:auto;
	background-color:#EEEEFF;
    margin-bottom: 1em;
}
pre, code {
    font-family: Courier, "Courier New", monspace;
}

/* Data catalog styles */
div#content h4.listheader {
    font-size: 1.1em;
    padding: 0.5em 0 0.25em 0;
    border-bottom: 2px solid #ACACAC;
    margin-bottom: 0.5em;
    text-transform: none;
}
div#content h2.datasettitle {
    border: 0;
    margin-bottom: 0px;
}
div#content h2.tableheader {
    margin: 0;
}
div#content p.topics {
    color: #808080;
    font-size: 11px;
    padding: 0.25em 0 0.5em 0;
    margin: 0;
    border-bottom: 2px solid #ACACAC;
}
p.topics a {
    font-size: 11px;
}
dl.datasets dt, dl.specs dt, dl.tables dt {
    padding-top: 1em;
}
dl.datasets dd, dl.specs dd, dl.tables dd {
    padding-top: 0.25em;
}
dl.specs dt {
    color: #0A1E60;
    font-weight: bold;
}
div#content ul.topics li {
    margin-left: 0px;
}

/* developer profile box */
div#profilebox {
    border: 1px solid #808080;
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
}
div#profilebox ul, div#profilebox ul * {
    list-style: none;
}
div#profilebox ul li {
    padding-top: 5px;
}

/* footer */
div#footer {
    border-top: 1px solid #595959;
    padding: 10px 10px;
}
div#footer a:link, div#footer a:visited {
    padding: 0 2em 0 0;
    font-size: 10px;
    line-height: 10px;
    color: #4E607A;
}
div#footer a:hover, div#footer a:active {
    color: #79BDE8;
    text-decoration: none;
}
ul.footer-menu {
    list-style:	none;
}
ul.footer-menu li {
    display: inline;
}

/* contact form */
table.form, table.form td {
    text-align: left;
    padding: 10px 5px 10px 0px;
}
form {
    margin-bottom: 1em;
}
input, textarea {
    padding: 3px;
    border: 1px solid #CCCCCC;
    color: #000000;
}
textarea {
    width: 100%;
}
label {
    display: block;
}
input.submit {
    color: #595959;
    padding: 3px 20px;
    font-weight: bold;
    cursor: pointer;
}

.print {
    display:none;
}

/* to clear floated elements - all browsers */
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
