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




body {
	font-family:"Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
	font-size:16px;
	line-height:1.4em;
	height: 100%;
	color:#333;
	background-color: #333;
}

#headlist ul{
	position:absolute;
	left:40px;
	color:#333;
}

#headlist ul li{
	list-style: none;
	display: inline;
	width:160px;
}

#headlist li a{
	font-size:28px;
	padding-top:125px;
	width:155px;
	border:none;
	text-decoration:none;
	color:#333;
	position:absolute;
	padding-left:5px;
	padding-bottom:10px;
}

#headlist li a:hover{
	color:#FFF;
}

#headlist li a:active{
	color:#FFF;
}

#headlist li{
	width:160px;
	height:160px;
	top:40px;
	display: inline; 
	position:absolute; 
	list-style-type: none;
	text-align: left;
	vertical-align: bottom;
}

#oneli{
	background-color: #FF6600;
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left:40px;
}


#headlist li a.one:hover{
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: 0px -160px;
	background-color: #FF6600;
}

#twoli{
	background-color:#FF9B37;
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: -160px 0px;
	left:200px;
}

#headlist li a.two:hover{
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: -160px -160px;
	background-color:#FF9B37;
}	

#threeli{
	background-color:#FFB062;
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: -320px 0px;
	left:360px;
}

#headlist li a.three:hover{
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: -320px -160px;
	background-color:#FFB062;
}

#fourli{
	background-color:#FFC68C;
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: -480px 0px;
	left:520px;
}

#headlist li a.four:hover{
	background-image: url(logosprites.png);
	background-repeat: no-repeat;
	background-position: -480px -160px;
	background-color:#FFC68C;
}

ul.plain {
	margin:0; padding:0; list-style-type:none;
	}

p {
	margin-top:5px;
	}
	
.cour{
	font-family:"Courier New", "Courier", "Nimbus Mono L", Courier, monospace;
}
	
.cent{
	font-family:"Century Gothic","Apple Gothic", "Futura", "URW Gothic L", Arial, sans-serif;
}
	
.bask{
		font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
}

.white{
	background-color:#666;
	color:#FFF;
}

.black{
	color:#333;
}
	
abbr {
	border-bottom: 1px dotted #666;
	color: #666666;
	cursor: help;
}

h1 {
	
	margin-bottom: 10px;
	font-family:"Century Gothic","Apple Gothic", "Futura", "URW Gothic L", Arial, sans-serif;
	font-size: 3em;
	line-height:1em;
	font-style: normal;
	font-weight: normal;
	
}

h2 {
	margin-bottom: 10px;
	font-family:"Century Gothic","Apple Gothic", "Futura", "URW Gothic L", Arial, sans-serif;
	font-size: 2em;
	line-height:1em;
	font-style: normal;
	font-weight: normal;
}

h3 {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size:1.5em;
	line-height:1.5em;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: pre;
	display: inline;
}

h4 {
	font-family:"Arial Black","Impact", Arial, sans-serif;
	font-size:1.5em;
	line-height:1em;
}

h5{
	font-family: Georgia, serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	display:inline;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

.floatr {
	float:right;
	margin-left: 10px;
	}
	
.floatl {
	float:left;
	margin-right: 10px;
	}
	
span.amp {
	font-family:Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-size:110%;
	font-style:italic;
	font-weight:normal;
	padding-right:2px;
}

.pagebreak {
	display:none;
	}

span.caps {
	text-transform: uppercase;
	}
	

.resize {
width:100%;
height:auto;
}

.border {
	border: 2px solid #CCCCCC;
}


body > #main-content > #resize {
	width:100%;
	height:auto;
}

img {
	border: none;
}
	

	
#main-content {
	position:absolute;
	background:#FFF;
	padding: 20px;
	width:760px;
	top:200px;
	left:40px;
	border-top-width: 20px;
	border-top-style: solid;
}

/*body > .rightnav {position:fixed;}
*/

.white{
	color:#FFF;
}

.white a{
color:#FFF;
}

.white a:hover{
color:#F90;
}

.white a:active{
color:#F90;
}

.white a:visited{
	color:#FFF
}

a:link{
	color:#333;
	text-decoration:none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	background:transparent;
}
a:visited{
	text-decoration:none;
	border-bottom: 1px solid;
	padding-bottom: 1px;
	background:transparent;
	color: #333;
}
a:hover{
	color:#F90;
	background:transparent;
	border-bottom: 1px solid;
	padding-bottom: 1px;
}
a:active{
	color:#F90;
	background:transparent;
}

