/*-------------------------------------------------
	reset
-------------------------------------------------*/

* {
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre { margin-bottom:1em; }

/*-------------------------------------------------
	typography
-------------------------------------------------*/

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.6em;
	color: #333;
	font-size:90%;
}

em, div.org {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #007cb3;
}

div.org {
	font-weight: normal;
}

a {
	color: #007cb3;
}

a:hover{
	background-color: #c3e5ff;
}

a img {
	background:none;
	border:none;
}

h1 {
	font-weight: lighter;
	font-size:180%;
	color: #007cb3;
}

h2 {
	font-size:130%;
	font-weight: normal;
	margin-bottom:0.7em;
}

p {
	line-height: 1.5em;
	font-size: 95%;
}

p.listhead {
	margin-bottom: -0.2em;
}

div.intro p {
	font-size: 112%;
	line-height: 1.3em;
}

span.highlight {
	background-color: #c3e5ff;
}

.credits {
	font-size: 70%;
	text-align:right;
}

.note {
	font-size: 60%;
	vertical-align: middle;
}

span.type {
	visibility: hidden;
	background-color: #ff0000;
	display: none;
}

span.listsmall {
	font-size: 80%;
	line-height: 1em;
	padding-bottom: 10em;
}

/*a.vcarddownload:link, a.vcarddownload:visited {
	padding:8px 8px 8px 43px;
	background:url(images/vcard.png) no-repeat center left;
	font-size: 60%;
	vertical-align: middle;
	color: #007cb3;
}

a.vcarddownload:hover, a.vcarddownload:active {
	background-color: #c3e5ff;
}*/


/*-------------------------------------------------
	lists
-------------------------------------------------*/

ul li {
	font-size:85%;
	margin:0px;
	padding-left:1.7em;
	line-height:1.4em;
	padding-bottom:0.8em;
	background-image: url(images/bullet_01.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.4em;
}

li.bullet1 {
	background-image: url(images/bullet_01.gif);
}

li.bullet2 {
	background-image: url(images/bullet_02.gif);
}

li.bullet3 {
	background-image: url(images/bullet_03.gif);
}

li.bullet4 {
	background-image: url(images/bullet_04.gif);
}

li.bullet5 {
	background-image: url(images/bullet_05.gif);
}

li.bullet6 {
	background-image: url(images/bullet_06.gif);
}

li.bullet7 {
	background-image: url(images/bullet_07.gif);
}

li.bullet8 {
	background-image: url(images/bullet_08.gif);
}

li.bullet9 {
	background-image: url(images/bullet_09.gif);
}

	
ul {
	margin-top: 0.3em;
	list-style: none;
	margin-left: 0;
	padding-left: 0em;
	text-indent: 0em;
}

/*-------------------------------------------------
	positioning
-------------------------------------------------*/

div.container {
	width: 770px;
	margin: 0 auto;
	display: inline-block;
}

div.content {
	margin: 0px auto;
	width: 770px;
}

div.header {
	text-align:center;
	padding-top: 1em;
	margin-bottom:2.5em;
}

#logo {
	text-indent: -5000px;
	background: url(images/logo.png) 85px 0px no-repeat;
	height: 116px;
	}


div.footer {
	width: 770px;
	height:20px;
	margin-top:1.5em;
	background-image: url(images/bottom.png);
	background-repeat: repeat-x;
}

div.left, div.right, div.center{
	width: 355px;
	/*margin-bottom: 20px;	*/
}

/*div.block {
	margin-bottom: 50px;
}*/

div.row {
	margin-bottom: 2.5em;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

/*div.vcard {
	margin-bottom:1.5em;
}*/


/*-------------------------------------------------
	clearfix
-------------------------------------------------*/


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*-------------------------------------------------
	use seperate ie 5 mac stylesheet
-------------------------------------------------*/
    
/*\*//*/
  @import "ie-mac.css";
/**/