@charset "UTF-8";

@font-face {
    /* This declaration targets Internet Explorer */
    font-family: 'Scala';
    src: url('fonts/scalareg-webfont.eot');
}

@font-face {
    /* This declaration targets everything else */
    font-family: 'Scala';
    src: url(//:) format('no404'), url('fonts/scalareg-webfont.woff') format('woff'), url('fonts/scalareg-webfont.ttf') format('truetype'), url('fonts/scalareg-webfont.svgz#Scala') format('svg'), url('fonts/scalareg-webfont.svg#Scala') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear:both;margin:0;padding:0;}

body {
	height:100%;
	background:#431903 url(images/bg2.jpg) no-repeat center top;
}
#wrapper {
	background:transparent;
	position:relative;
	width:960px;
	height:702px;
	margin:101px auto 0;
	padding:0;
}
#content {
	background:transparent;
	height:590px;
	margin:0 auto;
	padding:130px 50px 0;
	font-family:'Scala', Times New Roman;
}

#preloader {margin:172px 0 0 231px;}

#birds, #logo, #ddlogo, #star {position:absolute;}

#birds {
	top:-160px;
	left:-148px;
}
#logo {
	top:-90px;
	left:35px;
}
#ddlogo {
	top:20px;
	right:20px;
}#star {
	top:115px;
	left:310px;
}
#copy {
	float:left;
	width:800px;
	color:#59290C;
	font-size:.82em;
	line-height:22px;
	padding:38px 0 0 0;
	height:115px;
}
#copy p {
	width:315px;
	margin-bottom:15px;
}
#navigation, #bottom {float:left;}
ul#tabs{
        display: block;
        position: relative;
        height: 206px;
}
ul#tabs li {margin:0 0 2px 0;}
ul#tabs li a {
        display: block; /* Change anchor to block element */
		width: 340px; height: 60px; /* Specify width and height of the image. Height is value of each individual button graphic */
		background-image: url(images/navSprite-NEW.png); /* Add the image as a background */
		background-position: top; /* Set the position to the top */
		text-indent: -9999px; /* Send the rendered HTML wording off screen */
		z-index:998;
	}
ul#tabs li a.q1 {background-position:0 0;}
ul#tabs li a.q2 {background-position:0 -60px;}
ul#tabs li a.q3 {background-position:0 -120px;}
ul#tabs li a.q4 {background-position:0 -180px;}
	
ul#tabs li a.q1:hover, ul#tabs li a.q1:active, ul#tabs li a.selected1 {
			background-position:0 -240px; /* Set the position to the center */
			width: 335px;
	}
ul#tabs li a.q2:hover, ul#tabs li a.q2:active, ul#tabs li a.selected2 {
			background-position: 0 -300px; /* Set the position to the center */
			width: 335px;
	}
ul#tabs li a.q3:hover, ul#tabs li a.q3:active, ul#tabs li a.selected3 {
			background-position: 0 -360px; /* Set the position to the center */
			width: 335px;
	}
ul#tabs li a.q4:hover, ul#tabs li a.q4:active, ul#tabs li a.selected4 {
			background-position:0 -420px; /* Set the position to the center */
			width: 335px;
	}

#bottom {margin:50px 0 0 0;}
#bottom p {margin:0 23px 0 0;padding:0;float:left;}
#bottom p.last {margin:0 !important;}
#bottom p a {
	background-image: url(images/bottomSprite-NEW.png);
    background-position: left top;
    display: block;
    height: 121px;
    text-indent: -9999px;
    width: 269px;
}

#bottom p a.button1 {background-position:0 0;}
#bottom p a.button2 {background-position:0 502px;}
#bottom p a.button3 {background-position:0 256px;}

#bottom p a.button1:hover, #bottom p a.button1:focus, #bottom p a.button1:active {
	background-position:0 630px;
}
#bottom p a.button2:hover, #bottom p a.button2:focus, #bottom p a.button2:active {
	background-position:0 379px;
}
#bottom p a.button3:hover, #bottom p a.button3:focus, #bottom p a.button3:active {
	background-position:0 124px;
}
	
img, a, object, object:focus, object:active { outline: none; border: none;}

#graphs {
	background:url(images/graphsbg.png) no-repeat left top transparent;
	width:521px;
	height:404px;
	top:126px;
	right:55px;
	position:absolute;
}