body #header {
	width: 800px;
	margin: 0px auto;
	padding: 12px 15px 0px;
	background: url(../img/top.png) no-repeat transparent;
	height: 130px; /* 130 = normal, 300 = expanded */
	z-index: 4;
	text-align: left;
	position: relative;
	top: -12px;
	}

body #header h1 {
	margin: 12px 0px 0px 15px;
	height: 64px;
	overflow: hidden;
	}

body #header h1 a {
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 64px;
	width: 576px; height: 0px;
	background: url(../img/title.png) no-repeat transparent;
	overflow: hidden;
	}
	
body #header ul {
	list-style-type: none;
	margin: 5px 0px 0px 5px; padding: 0;
	}

body #header li {
	float: left;
	margin: 0px 0px 0px 20px;
	font-weight: bold; font-size: 18px;
	}
	
body #header li a, body #header #close-link {
	text-decoration: none;
	}
	
body #header li img {
	position: relative; top: 2px; left: 5px;
	}
	
body #header li h2 {
	display: none; visibility: hidden;
	}

body #header #close {
	width: 98%;
	text-align: right;
	}

body #header #close img {
	position: relative; right: 3px; top: 3px;
	margin-left: 3px;
	}
	
body #header div.header-content {
	width: 770px;
	margin: 10px 15px 0px;
	height: 150px; overflow: hidden;
	visibility: hidden;
	}
	
body #header div.header-content div.title {
	font-weight: bold;
	font-size: 16px;
	}
	
body #header div.header-content div.subtitle {
	font-weight: bold;
	}
	
body #header div.header-content div.title-center {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}

body #header div.header-content div.header-content-half,
body #header div.header-content div.header-content-third,
body #header div.header-content div.header-content-twothird,
body #header div.header-content div.header-content-quarter,
body #header div.header-content div.header-content-sixth {
	width: 375px;
	height: 150px;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px dashed #999;
	line-height: 1.5;
	}

body #header div.header-content div.header-content-third {
	width: 249px;
	}
	
body #header div.header-content div.header-content-twothird {
	width: 508px;
	}
	
body #header div.header-content div.header-content-quarter {
	width: 180px;
	}
	
body #header div.header-content div.header-content-sixth {
	width: 120px;
	}
	
body #header div.header-content div:first-child {
	margin-left: 0px;
	padding-left: 0px;
	border-width: 0px;
	}
	
body #header div.header-content div.no-border {
	border-width: 0px;
	}
	
body #header div.header-content div.profile-pic {
	text-align: center;
	}
	
body #header div.header-content ul {
	margin: 0px 0px 5px 0px;
	}
	
body #header div.header-content ul li {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-left: 16px;
	background: url(../img/arrow-right.png) left center no-repeat;
	width: 100%;
	}
	
body #header div.header-content p {
	margin: 0px 0px 12px;
	}
	
body #header div.header-content p.smaller {
	font-size: 12px;
	margin-bottom: 9px;
	}
	
body #header div.header-content ul.cv li {
	background: none;
	width: 114px;
	padding-left: 0px;
	margin-left: 10px;
	text-align: center;
	border: 1px solid #ccc;
	cursor: pointer;
	}
	
body #header div.header-content ul.cv li img {
	left: 0px;
	margin: 0px 2px 0px;
	}

body #header  #connect-content ul.left {
	float: left;
	}
	
body #header  #connect-content ul.w40 {
	width: 40%;
	}
	
body #header  #connect-content ul.w60 {
	width: 55%;
	}
	
body #header  #connect-content img.connect1,
body #header  #connect-content img.connect4 {
	float: right;
	margin-right: 20px;
	}
	
body #header  #connect-content img.connect4 {
	margin: 20px -5px 0px 0px;
	}
	
body #header  #connect-content img.connect2,
body #header  #connect-content img.connect3 {
	display: block;
	margin: 0px auto;
	}
	
/* silverlight */
#twitter-sl {
	width: 100%;
	height: 300px;
	top: -52px;
	position: relative;
	z-index: 1;
	}

#twitter-sl-obj {
	position: relative;
	z-index: inherit;
	}
	
/* close */
#emergency {
	position: absolute; top: 75px; right: 3px;
	font-size: 10px; text-decoration: underline;
	cursor: pointer;
	}
