/* ##01 Double background fix to make the body height stretch to the height of the viewport */

html{
	background: #eff574 url(../img/bg-texture.jpg) top center;
	height: 100%; /* ##01 */
}

body{ 
	font-size: 62.5%;
	color: #333;
	background: transparent url(../img/bg-sunburst.jpg) no-repeat top center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	height: auto;
	min-height: 100%; /* ##01 */
}

* html body{ height: 100%; /* ##01 */ }

.hidden{
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#wrapper{
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

#head{
	position: absolute;
}

h1 a{
	display: block;
	height: 236px;
	width: 240px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
}

ul#nav{
	list-style: none;
	width: 483px;
	height: 55px;
	background: url(../img/nav-bg.png) no-repeat 0 0;
	position: relative;
	top: -62px;
	left: 245px;
	z-index: 20;
}

ul#nav li{
	float: left;
}

ul#nav li a{
	display: block;
	text-indent: -9999px;
	height: 55px;
}

#nav .avt a{
	width: 134px;
	background: url(../img/nav.gif) no-repeat 0 -55px;
}

#nav .cdl a{
	width: 221px;
	background: url(../img/nav.gif) no-repeat -134px -55px;
}

#nav .cam a{
	width: 128px;
	background: url(../img/nav.gif) no-repeat -355px -55px;
}

#nav .avt a:hover,
#nav .avt a:focus{ background-position: 0 -110px; }
#nav .avt a:active{ background-position: 0 -165px; }
#nav .avt a.current,
#nav .avt a.current:hover{ background-position: 0 -220px; }

#nav .cdl a:hover,
#nav .cdl a:focus{ background-position: -134px -110px; }
#nav .cdl a:active{ background-position: -134px -165px; }
#nav .cdl a.current,
#nav .cdl a.current:hover{ background-position: -134px -220px; }

#nav .cam a:hover,
#nav .cam a:focus{ background-position: -355px -110px; }
#nav .cam a:active{ background-position: -355px -165px; }
#nav .cam a.current,
#nav .cam a.current:hover{ background-position: -355px -220px; }

#content{
	padding: 206px 0 0 0;
	z-index: 10;
}

.node{
	padding: 60px 0 20px 260px;
	min-height: 223px;
}

h2{
	height: 38px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

p{
	font-size: 1.2em;
	line-height: 1.6;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
}

.img{
	position: absolute;
	width: 210px;
	height: 303px;
	background: url(../img/img-hel.gif) no-repeat 30px 123px;
}

div#hel{	background: url(../img/img-hel.gif) no-repeat 30px 123px; }
#hel h2{	background: url(../img/title-hel.png) no-repeat 0 0; }

div#avt, #wrapper.avt .img{	background: url(../img/img-avt.gif) no-repeat 30px 123px; }
#avt h2{	background: url(../img/title-avt.png) no-repeat 0 0; }

div#cdl, #wrapper.cdl .img{	background: url(../img/img-cdl.gif) no-repeat 30px 123px; }
#cdl h2{	background: url(../img/title-cdl.png) no-repeat 0 0; }

div#cam, #wrapper.cam .img{	background: url(../img/img-cam.gif) no-repeat 30px 123px; }
#cam h2{	background: url(../img/title-cam.png) no-repeat 0 0; }

#footer{
	position: absolute;
	top: 0px;
}

#footer ul{
	list-style: none;
	width: 111px;
	height: 55px;
	position: relative;
	top: 35px;
	left: 630px;
}

#footer ul li{
	float: left;
}

#footer ul li a{
	display: block;
	text-indent: -9999px;
	height: 55px;
}

#em a{
	width: 55px;
	background: url(../img/nav-sub.png) no-repeat 0 0;
	margin-right: 1px;
}

#em a span,
#cv a span{
	position: absolute;
	top: 18px;
	left: -153px;
	width: 118px;
	height: 21px;
	background: url(../img/nav-sub-em.png) no-repeat;
	display: none;
	opacity: 0;
}


#em a:hover,
#em a:focus{ background-position: 0 -55px; }
#em a:active{ background-position: 0 -110px; }

#cv a{
	width: 55px;
	background: url(../img/nav-sub.png) no-repeat -56px 0;
}

#cv a span{
	background-image: url(../img/nav-sub-cv.png);
	width: 163px;
	left: -193px;
}

#cv a:hover,
#cv a:focus{ background-position: -56px -55px; }
#cv a:active{ background-position: -56px -110px; }

li#em{ background: url(../img/nav-sub-em.png) no-repeat -999px -999px; }
li#cv{ background: url(../img/nav-sub-cv.png) no-repeat -999px -999px; }

#footer p{
	width: 129px;
	height: 19px;
	text-indent: -9999px;
	margin: 0;
	background: url(../img/copyright.png) no-repeat;
	position: relative;
	top: 484px;
	left: 30px;
}

a,
a:link,
a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #cc2a09;
}

a:hover,
a:active,
a:focus{
	text-decoration: none;
	font-weight: bold;
	color: #979926;
}
