/* -------------------------------------------------------------- typography.css * Sets up some sensible default typography. * Based on the typography.css portion of Blueprint CSS @ http://blueprintcss.org/ -------------------------------------------------------------- */ /* Default font settings. The font-size percentage is of 16px. (0.625 * 16px ~ 10px) */ 
body {
	font-size: 75%;
	font-family: "ubuntu", Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:1.25em;
	}
/* Headings -------------------------------------------------------------- */ 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 1em;
	margin-left:0;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.75em;
}
/* Text elements -------------------------------------------------------------- */ 
  p {
	color:#333333;
	line-height:1.5em;
	}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Lists -------------------------------------------------------------- */ 
  li ul, li ol {
}
ul, ol {
	margin: .5em;
	padding:.5em;
	line-height:1.15em;
	list-style-image:url("../images/ui/list_arrow.png");
	list-style-type: disc;
}
/*li
{
background-image: url(../images/ui/list_arrow.png);
background-repeat: no-repeat;
padding-right: .6em;
background-position: 0% .4em;
padding-left: .6em;
}*/
/*
.text ul {
    counter-reset: foo;
    display: table;
	l
}

.text ul > li {
    counter-increment: foo;
    display: table-row;
	
}

.text  ul > li::before {
   ist-style-image:url("../images/ui/list_arrow.png") !Important;
	list-style-type: disc;
    display: table-cell; /* aha! 
    text-align: right;

}
*/

a:visited,a:link,a.external:link,a.external:visited,a.copyright:link,a.copyright:visited, a.sec_nav:visited{outline:0;color:#D2C5A6;text-decoration:none;}
a:hover,a.external:hover,a.copyright:hover{outline:0;color:#fff;text-decoration:none;}
a.sec_nav:link{font-size:12px;font-variant:small-caps;outline:0;color:#D2C5A6;text-decoration:none;}
a.sec_nav:hover{font-size:12px;font-variant:small-caps; outline:0;color:#fff;text-decoration:none;}

a.press:link, a.press:visited  {
	outline:0;
	color: #333333;
	text-decoration:none;
}
a.press:hover {
	outline:0;
	color: #660000;
	text-decoration:none;
}

.map_titles {color:#D2C5A6; font-size:1.25em; 	font-family: "ubuntu", Arial, Helvetica, sans-serif;
font-weight:normal; margin-top:10px;}
