@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#212B50;
	text-align: center;
	}
	
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

a {
	color: #4E5772;
	text-decoration: none;
	font-weight: bold
}

a:hover {text-decoration:underline}

a.menu_item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	padding:4px 33px;
	border-right:1px dashed #fff;
}

a.menu_item:hover {
	color:#D7AD1E;
}

a.active {
	color:#D7AD1E;
}

a.button {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/button_bg.jpg);
	background-repeat:repeat-x;
	padding:4px 15px;
	border:1px solid #000;
	position:relative;
	bottom:20px;
	margin-left:10px;
	}
a.button:hover{color:#D7AD1E}
	
a.tab {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background-color:#990000;
	padding:10px 20px 5px 20px;
}
a.tab:hover {
	text-decoration:underline;
	}
	 
#logo {
	position:absolute;
	width:532px;
	height:59px;
	top:15px;
	background-image:url(../images/dragons_logo.gif);
	}	 	
#navBar {
	position:absolute;
	top:80px;
	width:958px;
	height:38px;
	border:1px solid #000;
	background-image:url(../images/menuBar_bg.jpg);
	background-repeat:repeat-x;
	}
	
#menu {
	position:relative;
	margin-top:13px;
}

#subnav {
	position:relative;
	padding:10px 20px 10px 10px;
}

a.subnav_item {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4E5772;
	display:block;
	margin:0px 0px 6px 0px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	line-height:18px;
	background-image:url("../images/bullet.gif");
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
	letter-spacing:0px;
}

a.subnav_item:hover {text-decoration:underline}

#banner {
	position:absolute;
	top:120px;
	width:960px;
	height:165px;
	background-image:url(../images/banner.jpg);

}

#tabContainer {
	position:absolute;
	top:6px;
	width:960px;
	height:100px;
	text-align:right;
	}

#bodyContainer {
	position:relative;
	top:285px;
	width:960px;
	border-top:5px solid #990000;
	height:100%;
	background-color:#fff;
	background-image:url(../images/container_bg.gif);
	background-repeat:repeat-y;
	
}


#content {
	position:relative;
	width:640px;
	margin-top:10px;
	margin-left:10px;
}

#column {
	width:280px;
	float:right;
	background-color:#E8EAEF;
	padding:10px;
}

.panels {
	position:relative;
	top:10px;
	height:150px;
	}

.panelBox {
	width:210px;
	
	background-color:#D2D6E0;
	margin-right:5px;
	float:left;
	}
	
.titleBar {
	border:1px solid #990000;
	background-image:url(../images/titleBar.jpg);
	background-repeat:repeat-x;
	height:38px;
	width:208px;
	}

.titleBarFull {
	position:relative;
	top:-5px;
	border:1px solid #990000;
	background-image:url(../images/titleBar.jpg);
	background-repeat:repeat-x;
	height:38px;
	width:958px;
	}
	
.panelBody {
	padding:10px;
	height:160px;
}	

#footer {
	background-color:#212B50;
	width:960px;
	height:80px;
	margin-top:10px;
	padding:10px 0px;
	border-top:5px solid #990000;
	color:#fff;
	font-weight:bold;
}

#subpage {
	padding:10px;
}

#sponsors {
	position:relative;
	}
	
.sponsor_logo{margin:2px 2px 3px 0px; float:left}