* { padding: 0; margin: 0; }

body {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-attachment:fixed;
	background:#000;
	background-image: url(../img/bg_tile.jpg);
	background-repeat: no-repeat;
	background-position:center; 
	background-position:top;
}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}


.addbox-title {
	font-size: 120%;
	font-style: normal;
	line-height: 120%;
	font-weight: 600;
	text-transform:uppercase;
}

.addbox-subtitle {
	font-size: 100%;
	font-style: normal;
	line-height: 120%;
	font-weight: 500;
}


a {
 color: #aa5700; 
 text-decoration:none;
}

a:hover {
 color:#FFFFFF;
 text-decoration:none;
 background: #C97600;
}

img { border: none; } 

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
	font-family:Arial,Helvetica,sans-serif;
	color: #fff;
	width: 900px;
	float: left;
	padding: 10px;
	height: 220px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px

}

#toppanel {
	float: left;
	width: 900px;
	color: #FFF;
	padding: 10px;
	margin: 0px;
	scrollbar-base-color: black;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px
}

#sectitle {
	position:relative;
 	float: left;
 	width: 900px;
 	padding: 10px;
 	margin: 0px 5px 5px 0px;
	font-family:Arial,Helvetica,sans-serif;
 	color: #fff;
}

#events {
 float: left;
 width: 900px;
 height: 80px;
 color: #333;
 padding: 10px;
 margin: 0px 5px 5px 0px;
}

#promo {
 float: right;
 border-color:#FFF;
 width: 270px;
 height: 225px;
 margin: 0px 0px 0px 0px;
}

#selector {
 position:absolute;
 top:0;
 right:0;
 padding-top: 15px;
 text-align:right;
 width:200px;
 height: 20px;
}

#leftcolumn { 
 text-align:center;
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 180px;
 width: 205px;
 float: left;
}

#leftmiddle { 
 text-align:center;
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 180px;
 width: 205px;
 float: left;
}

#rightmiddle { 
 text-align:center;
 color: #333;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 180px;
 width: 205px;
 float: left;
 
}

#rightcolumn { 
 text-align:center;

 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 180px;
 width: 204px;
 float: left;
 
}

#footer { 
font-family:Arial,Helvetica,sans-serif;
	width: 900px;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top-style: solid;
	border-top-width: 1px
}


/*MOOTABS*/

#myTabs {
	float: left;
}

.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	border-top: 3px solid #fff;
}

.mootabs_panel {
	border:#CCC;
	display: none;
	position: relative;
	width: 600px;
	top: -1px;
	font-family:Arial,Helvetica,sans-serif;
	clear: both;
	color: #fff;
	overflow: auto;
	text-align:left;
	padding: 3px;
	border:#CCC
}

.mootabs_panel.active {
	display: block;
	
}

.mootabs_title li.over {
	border-top: 3px solid #d0d0d0;
}




    #topleft {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 125px;
    width: 125px;
    background: url(../images/TLbanner.png) no-repeat;
    text-indent: -999em;
    text-decoration: none;}
	
	
	#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(../images/TRbanner.png) no-repeat;
text-indent: -999em;
text-decoration: none;}
