@charset "UTF-8";

/*
Color chart: 
Deep Red: #3c0813;
Dark Red: #24040b;
Bright Red: #ae304a;
Yellow: #f2dc99;
Light Gray: #efefef;
*/

body {
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #efefef;
	background-color: #3c0813;
}

p {
	padding: 18px;
}

#Wrap {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
}

#Header {
	height: 252px;
	padding: 18px 0px;
}

#Header h1 {
	display: block;
	width: 960px;
	height: 252px;
	text-indent: -9999px;
	background-image: url(../images/DWBGC_masthead.png);
	background-repeat: no-repeat;
}

#Main {
	width: 940px;
	margin: 0px auto;
}

#Nav {
	width: 160px;
	float: left;
	display: block;
	text-align: right;
}

#NavList li {
	padding: 0px 0px 18px 0px;
}

#NavList a {
	display: block;
	width: 151px;
	padding: 9px 9px 9px 0px;
	height: 18px;
	font-size: 18px;
	text-decoration: none;
	color: #ae304a;
}

#NavList a:hover {
	color: #f2dc99;
	background-image: url(../images/background_nav.png);
	background-position: 0px 0px;
	background-repreat: no-repeat;
}

#NavList .current a {
	color: #efefef;
	background-image: url(../images/background_nav.png);
	background-position: -160px 0px;
	background-repreat: no-repeat;
}

#Content {
	width: 460px;
	margin: 0px 0px 0px 20px;
	padding-bottom: 36px;
	float: left;
}

#Content h1 {
	font-size: 36px;
	color: #efefef;
	padding: 18px 0px;
}

.chunk {
	clear: both;
}

.chunk h2 {
	display: block;
	width: 460px;
	padding: 18px 0px;
	font-size: 18px;
	color: #f2dc99;
	border-bottom: 1px solid #ae304a;
}

.chunk img {
	float: left;
	padding: 0px 18px 18px 0px;
}

.chunk a {
	display: inline-block;
	padding: 2px;
	color: #ae304a;
	text-decoration: none;
}

.chunk a:hover {
	color: #f2dc99;
	text-decoration: underline;
}

.chunk img a {
	border: none;
}

.chunk ul {
	padding-top: 18px;
}

.chunk li {
	padding-bottom: 18px;
}

.chunk iframe {
	padding: 18px 0px;
}

.learn {
	margin-left: 136px;
	padding-bottom: 18px;
	width: 160px;
	text-align: right;
}

.learnButton a {
	display: block;
	width: 151px;
	padding: 9px 9px 9px 0px;
	height: 18px;
	font-size: 18px;
	text-decoration: none;
	color: #ae304a;
	background-image: url(../images/background_nav.png);
	background-position: 0px 0px;
	background-repreat: no-repeat;
}

.learnButton a:hover {
	color: #f2dc99;
	background-image: url(../images/background_nav.png);
	background-position: -160px 0px;
	background-repreat: no-repeat;	
}

#Banners {
	width: 280px;
	margin: 0px 0px 0px 20px;
	float: left;	
}

#Banners img {
	border: none;
	padding-bottom: 18px;
}

#Footer {
	background-color: #24040b;
	background-image: url(../images/bg_newFooter.png);
	border-top: 18px solid #24040b;
}

#FooterContent {
	clear: both;
	width: 960px;
	margin: 0px auto;
	padding: 18px 10px;
	color: #ae304a;
	text-align: center;
}

#FooterContent img  {
	border: none;
}

#FootNav {
	padding-bottom: 18px;
}

#FootNav li {
	display: inline;
	padding: 18px;
}

#FootNav li a:link, #FootNav li a:visited {
	text-decoration: none;
	color: #ae304a;
}

#FootNav li a:hover, #FootNav li a:active {
	text-decoration: underline;
	color: #f2dc99;
}

.schedule li {
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
