@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	color: #FFF;
	background-image: url(resources/repeatingbackground.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 0.85em;
}
#content {
	width: 1185px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(resources/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 116px;
	position: relative;
}
h1 {
	height: 116px;
	background-image: url(resources/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 a {
	position: absolute;
	top: -999em;
}
#rightcol h2 {
	color: #FFF;
	padding-bottom: 1em;
	font-size: 1.2em;
}

#main {
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	
	min-height: 836px;
	height:auto !important;
	height:836px;
}
#rightcol {
	position: relative;
	width: 650px;
	float: right;
	display:inline;
	padding-top: 20px;

}
#rightcol p {
	padding-bottom: 1em;
}
#rightcol ul {
	padding-bottom: 1em;
}
#rightcol ul li {
	padding-bottom: 0.5em;
	padding-left: 20px;
	background-image: url(resources/list.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
#leftcol {
	position: relative;
	width: 350px;
	float: right;
	margin-top: 220px;
	display:inline;

}
#navigation ul li {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 50px;
	position: relative;
	display:inline;
}
#navigation img {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 0px;
	top: 0px;
	z-index: 5;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 90px;
	width: 90px;
	border: 5px solid #000;
	position: relative;
	z-index: 20;
}
#navigation ul li a:hover {
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
#navigation ul li a span {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100px;
}
#links {
	clear: left;
	position: relative;
	margin-bottom: 1em;
	padding-top: 4em;
}
.vcard .fn.org.url {
	color: #FFF;
	text-decoration: none;
}
.vcard {
	font-size: 0.8em;
	color: #277CAA;
	padding-bottom: 2em;
}

#links ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	background-image: url(resources/cone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}




#footer {
	clear: right;
	height: 64px;
	position: relative;
	background-color: #067BAA;
}
form li {
	background-image: none;
}
#topnavigation {
	position: absolute;
	width: 700px;
	top: 75px;
	right: 80px;
}
        .lavaLampWithImage {
	position: relative;
	height: 29px;
	padding: 15px;
	margin: 0px;
	overflow: hidden;
        }
                .lavaLampWithImage li {
	float: right;
	list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	white-space: nowrap;
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }

      
