@charset "utf-8";

@font-face {   
   font-family: "STENCIL";   
   src: url('../blog/fonts/octin_stencil_free-webfont.eot?') format('embedded-opentype');
   src: local('?'), url('../blog/fonts/octin_stencil_free-webfont.woff') format('woff'),
        url('../blog/fonts/octin_stencil_free-webfont.ttf') format('truetype'),
        url('../blog/fonts/octin_stencil_free-webfont.svg#webfont1Lb5Pdit') format('svg');
   font-weight: normal;
   font-style: normal;  
}


html, body {
	background-color: #000000;
}
#errormessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E10000;
	text-align: left;
	line-height: 30px;
}
#success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 40px;
	border: 1px dashed #666666;
}
#duplicate {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #990000;
	background-color: #E10000;
}
.errorcheck {
	width: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #E10000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #0066CC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e10000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #E10000;
	border-right-color: #E10000;
	border-bottom-color: #E10000;
	border-left-color: #E10000;
}
#content a {
	color: #e10000;
	text-decoration: underline;
}
#content a:hover {
	color: #0066CC;
	text-decoration: none;
}
#copyright  {
	position: absolute;
	color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	z-index: 200;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
}
#sharelinks  {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 200;
	height: auto;
	text-align: center;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#header #signuplink {
	position: absolute;
	width: 250px;
	top: 10px;
	right: 100px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#header #signuplink a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
}
#header #signuplink a:hover {
	color: #E10000;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	color: #FFFFFF;
	position: relative;
}

body {
	background-image: url(../media/jpg/template/page-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: auto;
	overflow-x: hidden;
	font-family: Calibri, Arial, Verdana;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
}
#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height:auto;
}
#container #header {
	background-image: url(../media/jpg/template/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 95px;
	width: 1024px;
	color: #CCCCCC;
	z-index: 20;
}
#header #mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999999;
	position: absolute;
	width: 800px;
	height: auto;
	top: 42px;
	left: 220px;
	text-align: center;
}
#header #mainnav a {
	color: #999999;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
}
#header #mainnav a:hover {
	color: #E3011F;
}
#footer {
	background-image: url(../media/jpg/template/footer-bg-2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 110px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 98;
	margin-top: -30px;
}
#subnav  {
	background-image: url(../media/jpg/template/subnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 22;
	left: 110px;
	bottom: 0px;
}
#logo  {
	position: absolute;
	left: 10px;
	top: 18px;
	z-index: 22;
}
#subnav {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Calibri, Arial, Verdana;
}
#bikesmenu {
	display: none;
	height: 24px;
	text-align: left;
	padding-left: 200px;
}
#wheelsmenu {
	display: none;
	height: 24px;
	padding-left: 250px;
	text-align: left;
}
#subnav a{
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 3px;
	cursor: pointer;
}
#subnav a:hover{
	color: #E10000;
}
.usemouse {
	cursor: pointer;
}
#carouselholder {
	position: relative;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	top: 500px;
	height: 600px;
	overflow: hidden;
}
#carouselholder #carouselcontent {
	position: relative;
	height: 400px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#carouselholder #carouselnavigation {
	position: relative;
	height: 30px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#carouselholder  #carousel {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	height: auto;
	overflow: hidden;
	left: 80px;
}
#carouselholder #carouselleftscroller {
	position: absolute;
	top: 430px;
	left: 50px;
	height: 134px;
	width: 30px;
	cursor:pointer;
}
#carouselholder #carouselrightscroller {
	position: absolute;
	top: 430px;
	right: 50px;
	height: 134px;
	width: 30px;
	cursor:pointer;
}
#carouselholder #carousel .carouselthumbnail {
	border: 2px solid #CCCCCC;
	padding: 4px;
	background-color: #FFFFFF;
}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #EFEFEF;
	border: 2px solid #333333;
}
#map_canvas {
	position: absolute;
	height: 400px;
	width: 900px;
	background-color: #000000;
	left: 14px;
	top: 14px;
	border: 1px solid #000000;
	z-index: 50;
}
#map_console {
	background-image: url(../media/png/template/map/consolebg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 430px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#map_console_small {
	position: relative;
	height: 430px;
	width: 470px;
	background-image: url(../media/png/template/map/consolebgsmall.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#etv {
	position: relative;
	text-align: center;
	margin-left: -25px;
}
#suggestionsholder {
	position: relative;
	z-index: 100;
}
#suggestions {
	position: absolute;
	width: 668px;
	top: 19px;
	left: -165px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F2F2F2;
	background-image: url(../media/png/template/map/suggestionsbg.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
}
#suggestions a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F2F2F2;
	text-decoration: none;
	position: relative;
	width: 200px;
}
#suggestions a:hover{
	color: #E10000;
}
#bikeholder {
	position: relative;
	height: auto;
	width: 1000px;
	margin-left: auto;
	margin-bottom: -120px;
	padding: 0px;
	margin-right: auto;
}
#bikeholder #bikelogo {
	overflow: visible;
	position: absolute;
	top: -70px;
	right: 30px;
	z-index: 21;
	height: 65px;
	width: 280px;
}
#bikeholder #wheellogo {
	overflow: auto;
	position: absolute;
	top: -35px;
	right: 90px;
	z-index: 21;
}
#bikeholder #stage {
	position: relative;
	height: 320px;
	width: 1000px;
	margin-top: 30px;
	margin-bottom: 15px;
}
#bikeholder #specifications {
	background-image: url(../media/jpg/template/details-bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #2F2D30;
	border-right-color: #CCCCCC;
	border-bottom-color: #2F2D30;
	border-left-color: #666666;
	position: relative;
	width: 920px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: auto;
	padding-bottom: 100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#bikeholder #specifications2011 {
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2F2D30;
	border-right-color: #666666;
	border-bottom-color: #2F2D30;
	border-left-color: #666666;
	position: relative;
	width: 920px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	height: auto;
	padding-bottom: 100px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #272628;
}
#bikeholder #bikelarge {
	position: absolute;
	left: 0px;
	top: -75px;
	z-index: 1;
}
#bikeholder #wheellarge {
	position: absolute;
	left: 40px;
	top: -110px;
	z-index: 1;
}
#bikeholder #specifications #specificationsnav {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}
#bikeholder #specifications #specificationsnav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#bikeholder #specifications #specificationsnav a:hover {
	color: #E10000;
}
#bikeholder #specifications .tab {
	background-image: url(../media/png/template/bikes/tab1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#bikeholder #specifications .tab2 {
	background-image: url(../media/png/template/bikes/tab2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#bikeholder #specifications .bikegallerythumb {
	border: 3px double #CCCCCC;
}













#bikeholder #specifications2011 #specificationsnav {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: -5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
}
#bikeholder #specifications2011 #specificationsnav a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#bikeholder #specifications2011 #specificationsnav a:hover {
	color: #E10000;
}
#bikeholder #specifications2011 .tab {
	background-image: url(../media/png/template/bikes/tab1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#bikeholder #specifications2011 .tab2 {
	background-image: url(../media/png/template/bikes/tab2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}
#bikeholder #specifications2011 .bikegallerythumb {
	border: 3px double #CCCCCC;
}




#bikeholder #stage #biketext {
	position: absolute;
	width: 255px;
	right: 40px;
	top: 0px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #E6E6E6;
	overflow: auto;
	height: 320px;
	background-image: url(../media/png/template/bikes/sheen.png);
	background-repeat: repeat;
	z-index: 22;
}
#bikeholder #stage #biketext2011 {
	position: absolute;
	width: 235px;
	right: 60px;
	top: 0px;
	padding: 3px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	height: 320px;
	z-index: 22;
}
#scrollup {
	position: absolute;
	top: 5px;
	right: 40px;
}
#scrolldown {
	position: absolute;
	right: 40px;
	top: 305px;
}

#bikeholder #stage #wheeltext {
	position: absolute;
	width: 280px;
	right: 40px;
	top: 90px;
	padding: 3px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DADADA;
	border-right-color: #DADADA;
	border-bottom-color: #DADADA;
	border-left-color: #E6E6E6;
	overflow: auto;
	height: 220px;
	background-image: url(../media/png/template/bikes/sheen.png);
	background-repeat: repeat;
	z-index: 22;
}
#bikeholder #stage #biketext h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2B292A;
	margin-top: 0px;
	padding: 0px;
}
#bikeholder #stage #wheeltext h3 {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	color: #2B292A;
	margin-top: 0px;
	padding: 0px;
}
.borderedpanel {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#bikegallery {
	display: none;

}
.formbutton {
	background-color: #F0F0F0;
	padding: 4px;
	border: 3px solid #D8D8D8;
	font-family: Calibri, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #E10000;
	text-transform: uppercase;
}
fieldset  {
	margin: 20px;
	padding: 20px;
	border: 1px dotted #CCCCCC;
}
legend  {
	color: #FFFFFF;
	background-color: #0C1C31;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial;
}
#container .friendphotoholder {
	position: relative;
	text-align: center;
}
#container .friendphoto {
	height: 45px;
	width: 60px;
	overflow: hidden;
	display: inline;
	margin: 1px;
	position: absolute;
	border: 2px solid #FFFFFF;
	left: 3px;
	top: 0px;
}
#container .friendlabel {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin-top: 50px;
	line-height: 10px;
	margin-bottom: 0px;
	text-align: center;
	overflow: hidden;
}
#homeplayerholder {
	background-image: url(../media/jpg/template/playerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 980px;
	height: 471px;
	left: -20px;
	top: 95px;
}
#homeplayerholder #homeplayer {
	position: absolute;
	top: -5px;
	right: 8px;
}
#etv {
	background-image: url(../media/jpg/template/tvbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	height: 642px;
	width: 1032px;
	margin-left: -48px;
}
#etv #tv {
	margin-top: 20px;
}
#footerextended {
	background-color: #0F0F0F;
	height: 160px;
	margin-top: -31px;
	z-index: 96;
	position: relative;
}
#homelanding {
	background-image: url(../media/jpg/template/MainImage.jpg);
	background-repeat: no-repeat;
	height: 622px;
	width: 1000px;
	margin-left: -30px;
	background-position: center top;
	margin-top: -50px;
	position: relative;
}
#homelanding #homelandingthumbs img {
	border: 1px solid #333333;
}

#homelanding #homelandingthumbs {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#bikejumpmenu {
	position: absolute;
	top: -60px;
	right: 40px;
	display: none;
}
.techlinksdormant  {
	font-weight: bold;
	color: #666666;
	padding: 3px;
	text-decoration: none;
}
.techlinksactive  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	padding: 3px;
	text-decoration: none;
}
.techlinksdormant2011  {
	font-weight: bold;
	color: #8B8C8F;
	background-color:#272628;
	padding: 3px;
	text-decoration: none;
}
.techlinksactive2011  {
	font-weight: bold;
	color: #272628;
	background-color:#8B8C8F;
	padding: 3px;
	text-decoration: none;
}
#techmenu a {
	color: #666666;
	text-decoration: none;
}
#techmenu a:hover {
	color: #999999;
	text-decoration: none;
}
#techmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.greyborders {
	border: 3px solid #CCCCCC;
	cursor: pointer;
}
.dropmenu {
	background-image: url(../media/png/template/dropmenubg.png);
	background-repeat: repeat;
	border: 1px solid #000000;
	position: absolute;
	height: auto;
	width: 200px;
	top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: none;
	z-index: 200;
}
.dropmenu div {
	position: relative;
	height: 22px;
	width: 200px;
}
.dropmenulink {
	display: inline;
	position: relative;
	height: auto;
	width: 100px;
}

.dropmenu a {
	text-align: left;
	width: 190px;
	position: absolute;
	left: -10px;
	top: 0px;
	padding: 3px;
	color: #FFFFFF;
}
.dropmenu a:hover {
	text-align: left;
	background-color: #cccccc;
	width: 190px;
	position: absolute;
	left: -10px;
	top: 0px;
	padding: 3px;
	color: #FFFFFF;
}
#footerextended #webdevelopmentby {
	position: absolute;
	width: 100px;
	top: 0px;
	left: -400px;
}
.selectedtab {
	color: #FFFFFF;background-image: url(../media/jpg/template/tab.jpg);background-repeat: no-repeat;background-position: right bottom;
}
.tablet {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.formfields2011 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	border: 2px solid #333333;
	padding: 1px;
	background-image: url(../media/jpg/template/formbg2011.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.formlabelsother2011 {
	color: #999999;
}

.formheader2011 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	background-color: #333333;
	padding: 10px;
	text-align: left;
}
.formbuttons2011 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	background-color: #333333;
	background-image: url(../media/jpg/template/continuearrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.registrationlabels2011 {
	font-family: Calibri, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#homelanding #homepage_latest_news {
	background-color: #303030;
	height: 179px;
	width: 198px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	overflow: hidden;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #303030;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#homelanding #homepage_news_scroll_up {
	position: absolute;
	bottom: 200px;
	left: 240px;
	cursor: pointer;
}
#homelanding #homepage_news_scroll_down {
	position: absolute;
	left: 240px;
	bottom: 20px;
	cursor: pointer;
}
#homelanding #homepage_events_scroll_up {
	position: absolute;
	bottom: 200px;
	left: 720px;
	cursor: pointer;
}
#homelanding #homepage_events_scroll_down {
	position: absolute;
	left: 720px;
	bottom: 20px;
	cursor: pointer;
}
#homelanding #homepage_news_scroll_up:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#homelanding #homepage_news_scroll_down:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#homelanding #homepage_events_scroll_up:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#homelanding #homepage_events_scroll_down:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#homelanding #homepage_latest_news blockquote {
	padding: 4px;
	background-color: #202020;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	overflow: hidden;
	height: 49px;
}
#homelanding #homepage_latest_news blockquote:last-child {margin-bottom: 0px;}
#homelanding #homepage_latest_news blockquote:hover {
	background-color: #282828;
}
#homelanding #homepage_latest_news h1 {
	color: #F92400;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#homelanding #homepage_latest_news a {
	color: #F92400;
	text-decoration: none;
}
#homelanding #homepage_latest_news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#homelanding #homepage_upcoming_events {
	background-color: #303030;
	height: 179px;
	width: 198px;
	position: absolute;
	left: 500px;
	bottom: 20px;
	overflow: hidden;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 8px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #303030;
	border-right-color: #303030;
	border-bottom-color: #303030;
	border-left-color: #303030;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#homelanding #homepage_upcoming_events blockquote {
	padding: 4px;
	background-color: #202020;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	overflow: hidden;
	height: 49px;
}
#homelanding #homepage_upcoming_events blockquote:last-child {margin-bottom: 0px;}
#homelanding #homepage_upcoming_events blockquote:hover {
	background-color: #282828;
}
#homelanding #homepage_upcoming_events h1 {
	color: #F92400;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#homelanding #homepage_upcoming_events a {
	color: #F92400;
	text-decoration: none;
}
#homelanding #homepage_upcoming_events p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

