div, span, ul, li, p, h1, h2, h3, h4 {
	margin: 0;
	padding:  0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666;
	width: 850px;
	padding: 5px 0 0 0;
	margin: 0 auto 0 auto;
}

ul {
	margin: 10px 0 10px 20px;
}

li {
	margin: 5px 0 5px 0;
}

body#home_page {
	background: url(images/wo.png) no-repeat center 80px;
}

h1#imagine {
	font-size: 145%;
	margin-bottom: 2em;
	color: #014f95;
}

a#logo_link:hover {
	border: none;
}

#content, #directoryContent{
	width: 500px;
	margin: 0 auto 0 auto;
	padding: 40px 0 0 0;
}

body#home_page #content {
	padding: 470px 0 0 0;
}

.info {
	background-color: #f3f3f3;
	padding: 0 10px 10px 10px;
	margin: 30px 0 10px 0;
	border: 1px solid #ddd;
	font-size: 14px;
} 

.profile {
	background-color: #f3f3f3;
	padding: 0 10px 10px 10px;
	margin: 30px 0 10px 0;
	border: 1px solid #ddd;
	font-size: 14px;
} 

.info ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.info ul li{
	margin: 8px 0 5px 0;
	overflow: hidden;
}

.info ul.tech_list {
	margin-left: 30px;
	list-style-type: square;
	color: #333;
	list-style-position: inside;
}

.info p {
	margin: 0 10px 0 10px;
	color: #333;
}

.info label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

.info_bit {
	color: #333;
	float: left;
}

h2.info_label {
	background-color: #fff;
	position:relative;
	top: -15px;
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	width: 200px;
}

#introduction {

}

#navbar {
	margin: 10px 0 0 0;
	font-size:14px
}

ul#nav_links li.last,  #lang_links ul li.last{
	border-right: none;
}

ul#nav_links li#here {
	font-weight:bold;
}

ul#nav_links li.start {
	padding-left: 0;
}

ul#nav_links {
	list-style: none;
	margin: 0;
}

ul#nav_links li{
	display: inline;
	border-right: 1px solid #004080;
	padding: 0 5px 0 4px;
}

#lang_links {
	text-align: right;
}

#lang_links ul{
	list-style: none;
}

#lang_links ul li {
	display: inline;
	font-size: 9px;
	border-right: 1px solid #666;
	padding: 0 5px 0 5px;
}

#lang_links ul li a {
	color:  #666;
}

p {
	line-height: 1.35em;	
	padding: 0 0 15px 0;
}

a {
	font-weight: bold;
	color: #004080;
	text-decoration: none;
}

.emphasis {
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #004080;
	text-decoration: none;
	font-size: 110%;
}

#faq_list {
	padding-bottom: 15px;
}

a:hover {
	border-bottom: 1px solid #004080;
}

h1 {
	 font-size: 32px;
}

h2 {
	 font-size: 16px;
	margin:  10px 0 10px 0;
}

h1 {
	color: #333;
	text-align:center;
	margin:  0 0 20px 0;
}

h1.step {
	margin: 40px 0 15px 0;
	padding: 10px 20px 0px 80px;
	height: 60px;
	text-align: left;
}

h2.step {
	margin: 40px 0 15px 0;
	padding: 10px 20px 0px 80px;
	height: 60px;
	text-align:center;
	vertical-align:middle;
}

h2#org_name {
	background: url(images/who.png) no-repeat;
	padding-top: 18px;
	font-size: 20px;
	text-align: left;
}

h1#why {
	background: url(images/huh.png) no-repeat;
	margin-top: 20px;
}

h1#credits {
	background: url(images/credits.png) no-repeat;
	margin-top: 20px;
}

h1#contact {
	background: url(images/contact.png) no-repeat;
	margin-top: 20px;
}

h1#code_step {
	background: url(images/code.png) no-repeat;
	margin-top: 20px;
}

h1#who {
	background: url(images/who.png) no-repeat;
	margin-top: 20px;
	font-size: 29px;
}

h1#links {
	background: url(images/links.png) no-repeat;
	margin-top: 20px;
}

h1#sc {
	background: url(images/sc.png) no-repeat;
	margin-top: 20px;
}

h1#jobs {
	background: url(images/jobs.png) no-repeat;
	margin-top: 20px;
}

h1#wocom {
	background: url(images/wocom.png) no-repeat;
	margin-top: 20px;
}

h1#step1 {
	background: url(images/1.png) no-repeat;
	margin-top: 20px;
}

h1#step2 {
	background: url(images/2.png) no-repeat;
}

h1#step3 {
	background: url(images/3.png) no-repeat;
}

h1#step4 {
	background: url(images/4.png) no-repeat;
}

h1#stepBang {
	background: url(images/bang.png) no-repeat;
}

ul.link_list {
	list-style: none;
}

ul.link_list li {
	margin: 0 0 10px 0;
}

#footer {
	margin: 30px 0 30px 0;
	padding: 3px 0 3px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: .7em;
	color: #999;
	text-align:center;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
