/*******************
	General
*******************/
html {
	height: 100%;
}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/media/images/common/bg-pinstripe.gif) left top repeat;
	height: 100%;
}
acronym {border-bottom: 1px dotted #000000; cursor: help;}
p {
	margin: 0 0 10px 0;
}
h3 {
	margin: 0 0 8px 0;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#container {
	background: url(/media/images/common/bg-content-top.png) center 20px no-repeat;
	min-height: 50px;
	padding: 50px 0 0 0;
}

/*******************
	Content Area
*******************/
#content-area {
	position: relative;
	background: url(/media/images/common/bg-content-repeater.png) center top repeat-y;
	min-height: 400px;
	padding: 0 50px 50px 50px;
}
#header {
	position: relative;
	margin: 0 0 30px 0;
}
#header h1 {
	width: 370px;
	height: 95px;
	text-indent: -9000px;
	background: url(/media/images/common/wordmark.gif) top left no-repeat;
}
#header h2 {
	position: absolute;
	top: 75px;
	left: 100px;
	font-size: 1.4em;
	font-weight: normal;
}

#content-area-end {
	background: url(/media/images/common/bg-footer-top.png) center top no-repeat;
	width: 760px;
	height: 19px;
}

#panel {
	margin: 0 10px;
}

.home #panel {
	margin: 0;
}

/*******************
	Navigation
*******************/
#navigation {
	position: absolute;
	top: 115px; left: 30px;
}
#navigation a#nav-icon {
	border: 1px solid #97cedc;
	border-left: none;
	display: block;
	background: url(/media/images/common/nav-image-out.png) 3px 15px no-repeat;
	width: 20px; height: 40px;
	text-indent: -9000px;
}

#navigation ul {
	position: absolute;
	display: none;
	background: #a2e5ef url(/media/images/common/nav-image-over.png) 3px 15px no-repeat;
	top: 0; left: 0;
	width: 100px;
	padding: 8px 16px 8px 30px;
}

#navigation:hover ul {
	display: block;
	border: 1px solid #669999;
	border-left: none;
}

#navigation ul li {
	font-size: 1.2em;
	line-height: 1.2em;
	border-top: 1px solid #97cedc;
}
#navigation ul li:first-child {
	border-top: none;
	color: red;
}

#navigation ul li a {
	color: #000000;
	text-decoration: none;
}

#navigation ul li a:hover {
	color: #003399;
}

/*******************
	Footer
*******************/
#footer {
	width: 640px;
	background: #ccffcc url(/media/images/common/bg-footer-top.png) center top no-repeat;
	margin: -19px auto 0 auto;
	padding: 16px 25px 15px 25px;
	border-bottom: 1px solid #b8ffb8;
	min-height: 150px;
	overflow: auto;
}
#footer h3 {
	font-size: 0.75em;
	margin: 0 0 4px 0;
}

.footer-col {
	float: left;
	width: 150px;
}
.footer-col ul {
	margin: 0 0 10px 0;
}
.footer-col li {
	font-size: 0.7em;
	line-height: 1.2em;
}
.footer-col a {
	color: #000000;
	text-decoration: none;
}
.footer-col a:hover {
	color: #003399;
	text-decoration: underline;
}

#footer-copyright {
	float: right;
	width: 230px;
}
#footer-copyright p {
	font-size: 0.65em;
	line-height: 1.3em;
	margin: 0 0 8px 0;
}

/*******************
	Home
*******************/
#home-intro {
	margin: 0 0 30px 10px;
	padding: 0;
}
#home-intro h2 {
	font-weight: normal;
	font-size: 1.7em;
	margin: 0 0 8px 0;
}

#home-intro p {
	font-size: 1.2em;
	padding: 0 160px 0 0;
	margin: 0 0 10px 0;
}

#hub-box h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin: 0 0 10px 10px;
}

#hub-box li {
	height: 50px;
	padding: 10px 10px;
}
#hub-box li:hover,
#hub-box li:hover a {
	background-color: #bef5dc;
	color: #003399;
}
#hub-box li h3 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 4px 0 3px 0;
}
#hub-box li h3 a {
	color: #000000;
	text-decoration: none;
}
#hub-box li h3 a:hover {
	color: #003399;
}
#hub-box li p {
	font-size: 0.8em;
}

li#hub-about {
	background: url(/media/images/home/about-default.gif) 355px 10px no-repeat;
}
li#hub-blog {
	background: url(/media/images/home/blog-default.gif) 355px 10px no-repeat;
}
li#hub-projects {
	background: url(/media/images/home/projects-default.gif) 355px 10px no-repeat;
}
li#hub-lab {
	background: url(/media/images/home/lab-default.gif) 355px 10px no-repeat;
}

