/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html{
	font-family:Sans-Serif;
	font-size:13px;
	background:#4d88b6 url('./images/bg.gradient.gif') repeat-x bottom left;
	background-attachment:fixed;
	height:100%;
}
div#nav{
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	background:#e1f4fb url('./images/bg.nav.gif') no-repeat top left;
	width:156px;
	z-index:10;
}
div#nav div.inner{
	margin:30px;
	margin-right:0px;
}

div#nav div.footer{
	font-size:10px;
	position:fixed;
	left:10px;
	bottom:10px;
	width:130px;
	line-height:15px;
	color:#999;
}
a#logo{
	margin-left:-1px;
	margin-top:-1px;
	display:block;
}
div#bg{
	width:563px;
	height:567px;
	background:transparent url('./images/bg.logo.png') no-repeat top left;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}
div#nav ul{
	margin-top:30px;
}
div#nav ul li{
	margin-bottom:5px;
	list-style-type:none;	
}
div#nav ul li a{
	display:block;
	text-decoration:none;
	line-height:14px;
	color:#AAA;
}
div#nav ul li a:hover{
	color:#4d88b6;
	text-decoration:underline;
}
div#nav ul li a:active{
	color:#333;
}
div#nav ul li a.active{
	text-decoration:none;
	color:#000;
	background:url('./images/bg.active.navItem.gif') no-repeat right center;
}
div#nav ul ul{
	margin-top:0px;
	margin-left:15px;
}
div#content{
	position:absolute;
	left:200px;
	top:75px;
	color:#FFF;
	z-index:5;
}
div#content.home{
	top:10px;
	left:170px;
}

div#content.footnote{
	font-size:10px;
	position:fixed;
	left:10px;
	bottom:10px;
	width:130px;
	line-height:15px;
	color:#999;
}


div#content sup a:link {
	color:#fff;
}

div#content sup a:visited{
	color:#fff;
}
h1{
	font-size:36px;
	text-shadow:0px 1px 0px #333;
	font-family:"Helvetica Neue", Sans-Serif;
	color:#FFF;
}
h1, p, p img, h2{
	margin-bottom:20px;
}
p{
	width:600px;
	line-height:19px;
	color:#b7eafd;
}
img{
	margin-bottom:20px;
}
p img,
h3 img,
h2 img{
	max-width:300px;
	margin-right:-20px;
	margin-left:20px;
	border:1px solid #000;
}
h2{
	font-family:"Helvetica Neue", Sans-Serif;
	font-weight:400;
	font-size:18px;
	color:#FFF;
}
h3{
	font-family:"Helvetica Neue", Sans-Serif;
	font-weight:400;
	font-size:15px;
	margin-bottom:15px;
}
p a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}
p a:hover{
	border-bottom:none;
}
#content ul{
	font-family:Verdana;
	font-size:12px;
	line-height:20px;
}
#content ul li{
	padding-left:0px;
	margin-left:20px;
	list-style-type:circle;
}
img.noborder{
	border:0px;
	margin:0px;
}
img.right{
	margin-right:-200px;
}
