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

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#C9DDE7;
	height:100%;
}
.wrapper {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-478px;	
	width:957px;
	height:100%;
}
.container {
	border:6px;
	overflow:auto;
	border-style:solid;
	border-color:#4C8EAE;
	border-top-width:0px;
	border-top-style:none;
	background-color:#FFF;
	width:957px;
}
.header {
	float:left;
	width:957px;
}
.nav {
	float:left;
	padding-top:15px;
	padding-bottom:30px;
	padding-left:7px;
	width:198px;
}
.nav img {
	border:none;
}
.copy {
	float:left;
	padding-left:42px;
	width:709px;
	background-position:right top;
	background-repeat:repeat-y;
	background-image:url(../images/right_repeater.gif);
	border-left-style:solid;
	border-left-color:#ababab;
	border-left-width:1px;
}
.footer {
	float:left;
	padding:0;
	margin:0;
	width:957px;
	height:153px;
	background-image:url(../images/footer4.gif);
}
.copyright {
	float:left;
	padding-top:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	height:20px;
	width:957px;
}
.subheader {
	padding-top:15px;
}
div.copy a {
	color:#4C8EAE;
	text-decoration:none;
}
div.copy a:hover {
	text-decoration:underline;
}
.buttonDown {
	border-style:none;
	padding-top:15px;
}
.buttonUp {
	border-style:none;
}
div.btnLeftContainer {
	margin-top:32px;
	padding-left:10px;
	width:472px;
	height:74px;
	float:left;
}
div.btnRightContainer {
	margin-top:32px;
	width:474px;
	height:74px;
	float:left;
}
div.btnRightContainer2 {
	margin-top:32px;
	width:581px;
	height:74px;
	float:left;
}
div.sponsorsNav{
	padding-top:20px;
	width:20px;
	height:54px;
	float:left;
}
#sponsors {
	width:444px;
	height:74px;
	overflow:hidden;
	padding-left:6px;
	float:left;
}
div.uwLeft {
	float:left;
	width:20px;
	height:74px;
}
div.uwRight {
	float:left;
	width:16px;
	height:74px;
}
div.scrollable {
	position:relative; 
    overflow:hidden; 
	float:left;
	width:436px;
	height:74px;
}
div.scrollable div.items {
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div {
    float:left;
	height:74px;
	vertical-align:middle;
} 
/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px;
	padding-left:9px;
	padding-right:9px;
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}


/* prev, next, prevPage and nextPage buttons */
div.btnRightContainer a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
div.btnRightContainer a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
div.btnRightContainer a.right:hover 		{ background-position:-30px -30px; }
div.btnRightContainer a.right:active 	{ background-position:-60px -30px; } 


/* left */
div.btnRightContainer a.left				{ margin-left: 0px; } 
div.btnRightContainer a.left:hover  		{ background-position:-30px 0; }
div.btnRightContainer a.left:active  	{ background-position:-60px 0; }

/* up and down */
div.btnRightContainer a.up, div.btnRightContainer a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
div.btnRightContainer a.up:hover  		{ background-position:-30px 0; }
div.btnRightContainer a.up:active  		{ background-position:-60px 0; }

/* down */
div.btnRightContainer a.down 				{ background-position: 0 -30px; }
div.btnRightContainer a.down:hover  		{ background-position:-30px -30px; }
div.btnRightContainer a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
div.btnRightContainer a.disabled {
	visibility:hidden !important;		
} 	

/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    
}
div.thumbnails img {
	border:none;
	padding:0px;
	margin:0px;
	padding-right:5px;
	padding-bottom:5px;
}

