/* CSS Document */

/* ###################################################################### */
/* ################################ MAIN ################################ */
/* ###################################################################### */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
body {
	background-color: #FFDE07;
	margin: 0px;
	color: #FFFFFF; 
}



/* ###################################################################### */
/* ################################ AREAS ############################### */
/* ###################################################################### */
#nav {
	margin:34px 0 0 0;
}
#option {
	float: left;
	padding-left: 43px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#icon {
	padding-left: 19px;
	height: 36px;
}
#intro {
	width: 702px;
	height: 332px;
	display: block;
	background: #7B7C7E;
	z-index: 2;
	position: absolute;
	top: 166px;
}
#under {
	z-index: 1;
}
#content {
	
}
#footer {
	margin: 11px 0 0 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}



/* ###################################################################### */
/* ############################### OBJECTS ############################## */
/* ###################################################################### */
.option {
	float: left;
	margin-right: 12px;
}
.optionOver {
	float: left;
	margin-right: 12px;
	color: #7B7C7E;
}
.optionDrop {
	float: left;
	margin-right: 12px;
	color: #FFDE07;
}
.optionRight {
	float:right;
	margin-top:-50px;
	padding:0 60px 0 0;
}
.headlineImage {
	width: 560px;
	height: 315px;
	margin-bottom: 7px;
	display: block;
}
.smallColumn {
	width: 180px;
	margin-right: 10px;
	float: left;
}
.largeColumn {
	width: 275px;
	margin-right: 10px;
	float: left;	
}
.itemInfo {
	width: 312px;
	margin-right: 8px;
	display: block;
}
.item {
	width: 560px;
	margin-right: 8px;
	display: block;
}
.smallImage {
	margin-bottom: 4px;
	width: 164px;
	height: 175px;
	display: block;
	background-color: #7B7C7E;
	cursor: pointer;
}


/* ###################################################################### */
/* ############################### SCROLLER ############################# */
/* ###################################################################### */
#scrollerWrapper {
	position: absolute;
	width: 915px;
	height: 430px;
}
#scroller {
	position: absolute;
	overflow: hidden;
	width: 1080px;
	height: 400px;
}
.scrollerContainer {
	position: absolute;
	top: 0px;
	left: 0px;
}
.scrollerRight {
	width: 20px;
	height: 30px;
	display: block;
	float: left;
	background: url(../gfx/nav/scrollRight.gif);
}
.scrollerRightOver {
	width: 20px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../gfx/nav/scrollRightOver.gif);
}
.scrollerLeft {
	width: 20px;
	height: 30px;
	display: block;
	float: left;
	background: url(../gfx/nav/scrollLeft.gif);
}
.scrollerLeftOver {
	width: 20px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../gfx/nav/scrollLeftOver.gif);
}



/* ###################################################################### */
/* ############################# POSITIONING ############################ */
/* ###################################################################### */
.leftFloat {
	float: left;
}
.rightFloat {
	float: right;
}
.clearFloat {
	clear: both;
}



/* ###################################################################### */
/* ################################ TEXT ################################ */
/* ###################################################################### */
.titleStyle {
	
	
}
.titleImage {
	padding-bottom: 15px;
}
.selectStyle {
	font-weight: bold;
	color: #7B7C7E; 
}
.dropStyle {
	font-weight: bold;
	color: #FEEC95; 
}
.tableStyle {
	height: 460px;
	background-color: #FFFFFF;
	color: #7B7C7E;
	margin: 0 auto;
	width: 94.5%
}
.tablePadStyle {
}
.highlightStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFDE07;
}
.georgiaStyle { 
	font-family: Georgia, "Times New Roman", Times, serifp;
	font-weight: bold;
}
.georgiaStyleDark { 
	font-family: Georgia, "Times New Roman", Times, serifp;
	font-weight: bold;
	color: #7B7C7E;
}

/* ###################################################################### */
/* ################################ LINKS ############################### */
/* ###################################################################### */
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #7B7C7E;
	text-decoration: none;
}
#content a {
	color: #7B7C7E;
	text-decoration: none;
}
#content a:hover {
	color: #FFDE07;
	text-decoration: none;
}
#new-footer tr td{
width:100px;
text-align: left;
}
.footer-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
}
.content-center{
	text-align:left;margin:0 auto;text-justify:auto;padding-left:20px;
	height: 460px;
	background-color: #FFFFFF;
	color: #7B7C7E;
}
.content-center tr td{
	padding-top:25px;
}
