/* general typography */

body   {
    color: #000;
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica, sans-serif
    }

h1,h2,h3,h4,h5,h6,th   {
    color: #0074bc;
    font-weight: bold
    }

h1 {
	font-size: 1.6em;
    text-transform: uppercase;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.4em;
    line-height: 1.5em;
    text-transform: uppercase;
	margin: 3em 0em 1.2em 0em;
	}
h3 {
	font-size: 1.2em;
    line-height: 1em;
    text-transform: uppercase;
	margin: 2em 0em 1.2em 0em;
	}
h4 {
	color: #666;
	font-size: 1.1em;
    text-transform: uppercase;
	margin: 1.5em 0em 0em 0em;
	}
h5 {
	color: #666;
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	}
h6 {
	font-size: 0.7em;
	margin: 1.2em 0em 1.2em 0em;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.1em; 
	}
li     { margin-top: 0.5em }
ol {
	margin-bottom: 1em ;
	padding-left: 2em;
	}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
	
	}

p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}

/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, 
  but i'm not going to go larger because monospace tends to 
  run you into overflow pretty quick. prior moz and net are okay.*/
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
	
/* customization of elements and classes */
a:link   { color: #0074bc; text-decoration: none }
a:visited   { color: #0074bc; text-decoration: none }
a:hover { text-decoration: underline }
a:active   { color: #000; text-decoration: underline }
hr  {
    color: #ccc;
    background-color: #ccc;
    margin-top: 1em;
    margin-bottom: 2em;
    height: 1px;
    border: 0
    }


th.bg-color-0 { color: #ccc }
th.bg-color-1 { color: #ccc }
th.bg-color-2  { color: #ccc }
th.bg-color-3 { color: #666 }
ul { list-style-type: square; margin-bottom: 1em }
.bg-color-0 { background-color: #333 }
.bg-color-1 { background-color: #666 }
.bg-color-2 { background-color: #999 }
.bg-color-3 { background-color: #ccc }
.bg-white { background-color: #fff }
.blockquote { margin-right: 40px; margin-left: 40px }
.first { margin-top: 0 }

.image-caption   {
    color: #666;
    font-size: 0.8em;
    line-height: 1em;
    margin-top: 0;
    padding: 0.5em 0 0 0
    }


.leadtext    {
    color: #0074bc;
    font-weight: bold;
    margin-top: 0
    }

/* borders */
.border {
    border: dotted 1px #7594a5
    }

.border-bot  {
    border-bottom: 1px solid #ccc
    }
.address {
	font-size: 1em;
	margin-bottom: 0.5em
    
	
	}

/* KBT specific styling */
body#location.company div#maincontent h2 {
	font-size: 1em;
	line-height: 1em;
	margin-top: 100px;
	margin-bottom: 0.5em;
	}

body#location.company div#maincontent h2.first {
	margin-top: 0;
	}

