@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(66,66,67);
	background-color: rgb(66,66,66);
}

#container {
	width: 980px;
	height: 840px;
	margin-left: auto;
	margin-right: auto;
}

#staticcontainer {
	width: 980px;
	height: 840px;
	margin-left: auto;
	margin-right: auto;
}

#container1 {
	position: absolute;
	width: 980px;
	height: 840px;
}

#staticcontainer1 {
	position: absolute;
	width: 980px;
	height: 840px;
}

#container2 {
	position: absolute;
	width: 980px;
	height: 840px;
	left: 0px;
	background-color: black;
}

#staticcontainer2 {
	position: absolute;
	width: 980px;
	height: 840px;
	left: 0px;
	background-color: black;
}

#topbanner {
	position: absolute;
	width: 980px;
	height: 115px;
	left: 0px;
	top: 0px;
	background-image: url(images/Banner.png);
	background-repeat: no-repeat;
	background-color: rgb(66,66,66);
}

#logo {
	position: absolute;
	height: 70px;
	width: 979px;
	top: 92px;
	left: 0px;
	background-image: url(images/LogoTextBanner.jpg);
	background-repeat: no-repeat;
	background-color: black;
}

#sponsorsbanner {
	position: absolute;
	bottom: 21px;
	left: 0px;
	height: 80px;
	width: 980px;
}

#sponsor1 {
	position: absolute;
	height: 75px;
	width: 85px;
	left: 50px;
	top: 6px;
}

#sponsor2 {
	position: absolute;
	height: 44px;
	width: 126px;
	left: 140px; /* 55px space between sponsor logos */
	top:30px;
}

#sponsorbannerbottom {
	position: absolute;
	height: 21px;
	width: 980px;
	bottom: 0px;
	left: 0px;
	background-image: url(images/SponsorBottom.png);
	background-color: rgb(66,66,66);
}

/* Sponsorship Page Customs */
#containers {
	width: 980px;
	height: 2000px;
	margin-left: auto;
	margin-right: auto;
}

#containers1 {
	position: absolute;
	width: 980px;
	height: 2000px;
}

#containers2 {
	position: absolute;
	width: 980px;
	height: 2500px;
	left: 0px;
	background-color: black;
}

#mainpanecontainers {
	position: absolute;
	height: 1700px;
	width: 530px;
	left: 141px;
	top: 164px;
	background-color: rgb(209,210,212);
}

#mainpanes {
	position: absolute;
	height: 650px;
	width: 498px;
	left: 16px;
	top: 16px;
}

#sponsorlogo {
	position: absolute;
	height: 200px;
	width: 500px;
	bottom: 0px;
	left: 0px;
}

#sponsorlogoleft {
	position: left;
	height: 175px;
	width: 250px;
	bottom: 0px;
	left: 0px;
    float:left;
	}

#sponsorlogoright {
	position: right;
	height: 175px;
	width: 250px;
	bottom: 0px;
	left: 0px;
    float:right;
}

p.s { 
    font-size:14px; 
}


/* NAVIGATION BEGINS */
#navcontainer {
	position: absolute;
	height: 603px;
	width: 139px;
	left: 0px;
	top: 164px;
}

#nav1 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 0px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav2 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 46px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav3 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 92px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav4 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 138px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav5 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 184px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav6 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 230px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav7 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 276px;
	background-image: url(images/NavigationButton.jpg);
	cursor: pointer;
}

#nav1:hover, #nav2:hover, #nav3:hover, #nav4:hover, #nav5:hover, #nav6:hover, #nav7:hover {
	background-image: url(images/NavigationButtonGoldText.jpg);
}

#navtext {
	position: absolute;
	height: 20px;
	width: 110px;
	left: 15px;
	top: 19px;
	font-size: 12px;
	color: white;
}

#navtexttwolines {
	position: absolute;
	height: 30px;
	width: 110px;
	left: 15px;
	top: 10px;
	font-size: 12px;
	color: white;
}

#navClicked1 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 0px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked2 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 46px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked3 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 92px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked4 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 138px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked5 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 184px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked6 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 230px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked7 {
	position: absolute;
	height: 44px;
	width: 139px;
	left: 0px;
	top: 276px;
	background-image: url(images/NavigationButtonGold.jpg);
	cursor: pointer;
}

#navClicked1:hover, #navClicked2:hover, #navClicked3:hover, #navClicked4:hover, #navClicked5:hover, #navClicked6:hover, #navClicked7:hover{
	background-image: url(images/NavigationButtonGoldGreen.jpg);
}

#navTextClicked {
	position: absolute;
	height: 20px;
	width: 110px;
	left: 15px;
	top: 19px;
	font-size: 12px;
	color: white;
}

#navTextClickedTwoLines {
	position: absolute;
	height: 30px;
	width: 110px;
	left: 15px;
	top: 10px;
	font-size: 12px;
	color: white;
}

/* NAVIGATION SUB MENUS BEGIN */
#navSubMenuText {
	position: absolute;
	height: 10px;
	width: 124px;
	left: 15px;
	top: 10px;
	font-size: 10px;
	color: rgb(66,66,67);
}

#navSubMenuTextTwoLines {
	position: absolute;
	height: 20px;
	width: 124px;
	left: 15px;
	top: 5px;
	font-size: 10px;
	color: rgb(66,66,67);
}

#nav1SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;
	top: 44px;
	background-color: rgb(209,210,212);
}

#nav2SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;
	top: 90px;
	background-color: rgb(209,210,212);
}

#nav3SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;	
	top: 136px;
	background-color: rgb(209,210,212);
}

#nav4SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;
	top: 182px;
	background-color: rgb(209,210,212);
}

#nav5SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;
	top: 228px;
	background-color: rgb(209,210,212);
}

#nav6SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;
	top: 274px;
	background-color: rgb(209,210,212);
}

#nav7SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	left: 0px;
	top: 320px;
	background-color: rgb(209,210,212);
}

#nav1SubMenu1:hover, #nav1SubMenu2:hover, #nav1SubMenu3:hover, #nav1SubMenu4:hover,
#nav2SubMenu1:hover, #nav2SubMenu2:hover, #nav2SubMenu3:hover, #nav2SubMenu4:hover,
#nav3SubMenu1:hover, #nav3SubMenu2:hover, #nav3SubMenu3:hover, #nav3SubMenu4:hover, #nav3SubMenu5:hover, #nav3SubMenu6:hover,
#nav4SubMenu1:hover, #nav4SubMenu2:hover, #nav4SubMenu3:hover,
#nav6SubMenu1:hover, #nav6SubMenu2:hover, #nav6SubMenu3:hover, #nav6SubMenu4:hover, #nav6SubMenu5:hover, #nav6SubMenu6:hover, #nav6SubMenu7:hover, #nav6SubMenu8:hover, #nav6SubMenu9:hover
{
	background-color: rgb(178,180,182);	
}

#arrow {
	position: absolute;
	height: 9px;
	width: 9px;
	top: 12px;
	right: 4px;
	background-image: url(images/Arrow.png);
	background-repeat: no-repeat;
}

#nav1SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav1SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav1SubMenu3 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 62px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav1SubMenu4 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 93px;
	left: 0px;
	border-bottom: 1px gray solid;
	cursor: pointer;
}

#nav2SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav2SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav2SubMenu3 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 62px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav2SubMenu4 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 93px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav3SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav3SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav3SubMenu3 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 62px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav3SubMenu4 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 93px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav3SubMenu5 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 124px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav3SubMenu6 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 155px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav4SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav4SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav4SubMenu3 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 62px;
	left: 0px;
	border-bottom: 1px gray solid;
	cursor: pointer;
}

#nav6SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu3 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 62px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu4 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 93px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu5 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 124px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu6 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 155px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu7 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 186px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu8 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 217px;
	left: 0px;
	border-bottom: 1px gray solid;
}

#nav6SubMenu9 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 248px;
	left: 0px;
	border-bottom: 1px gray solid;
}

/* NAVIGATION SUB-SUB MENUS BEGIN */

#navSubSubMenuText {
	position: absolute;
	height: 10px;
	width: 124px;
	left: 15px;
	top: 10px;
	font-size: 10px;
	color: white;
}

#navSubSubMenuTextTwoLines {
	position: absolute;
	height: 20px;
	width: 124px;
	left: 15px;
	top: 5px;
	font-size: 10px;
	color: white;
}

#nav1SubMenu4SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	top: 124px;
	left: 0px;
	background-color: rgb(110,111,114);
}

#nav1SubMenu4SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}

#nav1SubMenu4SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}

#nav4SubMenu3SubMenu {
	position: absolute;
	height: 0px;
	width: 139px;
	top: 93px;
	left: 0px;
	background-color: rgb(110,111,114);
}

#nav4SubMenu3SubMenu1 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 0px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}

#nav4SubMenu3SubMenu2 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 31px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}

#nav4SubMenu3SubMenu3 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 62px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}
#nav4SubMenu3SubMenu4 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 93px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}
#nav4SubMenu3SubMenu5 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 124px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}
#nav4SubMenu3SubMenu6 {
	position: absolute;
	height: 30px;
	width: 139px;
	top: 155px;
	left: 0px;
	border-bottom: 1px rgb(147,149,152) solid;
	cursor: pointer;
}

#nav1SubMenu4SubMenu1:hover, #nav1SubMenu4SubMenu2:hover,
#nav4SubMenu3SubMenu1:hover, #nav4SubMenu3SubMenu2:hover, #nav4SubMenu3SubMenu3:hover, #nav4SubMenu3SubMenu4:hover, #nav4SubMenu3SubMenu5:hover, #nav4SubMenu3SubMenu6:hover
{
	background-color: rgb(98,90,92);
}
/* NAVIGATION ENDS */

#rightpane {
	position: absolute;
	height: 603px;
	width: 310px;
	right: 0px;
	top: 164px;
	background-color: black;
}

#rightpaneimage1 {
	position: absolute;
	height: 110px;
	width: 274px;
	left: 18px;
	top: 10px;
	background-image: url(images/RightPanelButtonPure.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#rightpane1textline1 {
	position: absolute;
	height: 14px;
	top: 25px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(187,189,191);
}
#rightpane1textline2 {
	position: absolute;
	height: 14px;
	top: 39px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,237,0);
}
#rightpane1textline3 {
	position: absolute;
	height: 14px;
	top: 53px;
	left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,237,0);
}

#rightpaneimage2 {
	position: absolute;
	height: 261px;
	width: 274px;
	left: 18px;
	top: 120px;
	background-image: url(images/RightPanelButtonPure.jpg);
	background-repeat: no-repeat;
}

#rightpaneimage2image {
	position: absolute;
	height: 241px;
	width: 250px;
	left: 12px;
	top: 10px;
	background-image: url(images/onlineshopad.png);
	background-repeat: no-repeat;
}

#rightpaneimage3 {
	position: absolute;
	height: 110px;
	width: 274px;
	left: 18px;
	top: 391px;
	background-image: url(images/RightPanelButtonPure.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#rightpaneimage4 {
	position: absolute;
    margin-top:261px;
	height: 261px;
	width: 274px;
	left: 18px;
	top: 120px;
	background-image: url(images/RightPanelButtonPure.jpg);
	background-repeat: no-repeat;
}

#rightpaneimage4image {
	position: absolute;
	height: 261px;
	width: 250px;
	left: 12px;
	margin-top:10px;
	background-image: url(images/onside_ad.png);
	background-repeat: no-repeat;
}

/* LAYOUT FOR A STATIC PAGE */
#staticmainpanecontainer {
	position: absolute;
	height: 603px;
	width: 530px;
	left: 141px;
	top: 164px;
	background-color: rgb(209,210,212);
}

#staticmainpanepost {
	position: absolute;
	height: 569px;
	width: 498px;
	left: 16px;
	top: 16px;
	overflow-y: scroll;
}

#staticmainpanebottom {
	position: absolute;
	height: 16px;
	width: 530px;
	bottom: 0px;
	left: 0px;
	background-image: url(images/MainPaneBottom.png);
	background-color: black;
}

#staticmainnewstitle {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

/* ORIGINAL LAYOUT FOR A PAGE */
#mainpanecontainer {
	position: absolute;
	height: 603px;
	width: 530px;
	left: 141px;
	top: 164px;
	background-color: rgb(209,210,212);
}

#mainpane {
	position: absolute;
	height: 569px;
	width: 498px;
	left: 16px;
	top: 16px;
}

/* not needed anymore */
#mainpanepost {
	position: absolute;
	height: 590px;
	width: 498px;
	left: 16px;
	top: 16px;
}

#mainpanebottom {
	position: absolute;
	height: 16px;
	width: 530px;
	bottom: 0px;
	left: 0px;
	background-image: url(images/MainPaneBottom.png);
	background-color: black;
}
	
#mainnews {
	position: absolute;
	height: 184px;
	width: 330px;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#readmore {
	position: absolute;
	height: 8px;
	width: 16px;
	top: 176px;
	left: 338px;
	background-image: url(images/Read_More_Arrow.png);
}

/* not needed anymore */
#mainnewscontd {
	position: absolute;
	height: 330px;
	width: 498px;
	top: 200px;
	left: 0px;
}

#mainnewsimage {
	position: absolute;
	height: 150px;
	width: 150px;
	right: 0px;
	top: 0px;
	border: 5px white solid;
}

#mainnewstitle {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#mainnewstitle:hover {
	text-decoration: underline;
}

/* SUB NEWS STARTS */
#subnews {
	position: absolute;
	height: 190px;
	width: 498px;
	left: 0px;
	top: 200px;
	border-bottom: 1px white solid;
	border-top: 1px white solid;
}

#subnews1 {
	position: absolute;
	height: 158px;
	width: 124px;
	left: 0px;
	top: 16px;
}

#subnews1text:hover, #subnews2text:hover, #subnews3text:hover, #subnews4text:hover
{
	text-decoration: underline;
}

/* BORDER CHANGE FOR SUBNEWS IMAGES WHEN HOVER
#subnews1image:hover, #subnews2image:hover, #subnews3image:hover, #subnews4image:hover
{
	border: 1px black solid;
}
*/

#subnews1image {
	position: absolute;
	height: 110px;
	width: 104px;
	left: 5px;
	top: 0px;
	border: 1px white solid;
}
#subnews1text {
	position: absolute;
	height: 30px;
	width: 114px;
	left: 5px;
	top: 128px;
	overflow: hidden;
}

#subnews2 {
	position: absolute;
	height: 158px;
	width: 124px;
	left: 124px;
	top: 16px;
}
#subnews2image {
	position: absolute;
	height: 110px;
	width: 104px;
	left: 5px;
	top: 0px;
	border: 1px white solid;
}
#subnews2text {
	position: absolute;
	height: 30px;
	width: 114px;
	left: 5px;
	top: 128px;
	overflow: hidden;
}

#subnews3 {
	position: absolute;
	height: 158px;
	width: 124px;
	left: 248px;
	top: 16px;
}
#subnews3image {
	position: absolute;
	height: 110px;
	width: 104px;
	left: 5px;
	top: 0px;
	border: 1px white solid;
}
#subnews3text {
	position: absolute;
	height: 30px;
	width: 114px;
	left: 5px;
	top: 128px;
	overflow: hidden;
}

#subnews4 {
	position: absolute;
	height: 158px;
	width: 124px;
	left: 372px;
	top: 16px;
}
#subnews4image {
	position: absolute;
	height: 110px;
	width: 104px;
	left: 5px;
	top: 0px;
	border: 1px white solid;
}
#subnews4text {
	position: absolute;
	height: 30px;
	width: 114px;
	left: 5px;
	top: 128px;
	overflow: hidden;
}
/* SUB NEWS ENDS */

#bottomnews {
	position: absolute;
	height: 180px;
	width: 498px;
	left: 0px;
	top: 390px;
}

#bottomnewstext {
	position: absolute;
	height: 108px;
	width: 498px;
	left: 0px;
	top: 16px;
}

/* CONTENT STYLS BEGINS*/

#h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#h2 {
	font-weight: bold;
}

#h3 {
	text-decoration: underline;
}

   
#rowodd
{
	line-height: 24pt;
	-moz-opacity:0.80;
	filter:alpha(opacity=80);
}

#roweven
{
	line-height: 24pt;
	background-color: #eaeaea;
	-moz-opacity:0.80;
	filter:alpha(opacity=80);
}

#spacer {
	height: 20px;
}