@charset "utf-8";
/* CSS Document */

html {
	height:100.2%
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
a {
	color: #36F;
}
a:focus { 
    outline: none; 
}

h1 {
	display:none;
	padding:0;
	margin:0;
}
h3:focus { 
    outline: none; 
}
hr {
	margin-top: 15px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	height:5px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#columnwide {
	width: 575px;
	float:left;
	padding-left: 90px;
	min-height:400px;
}



.alert {background-color:#FC6}



/* GRID L00 */
#wrapper {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
}

.noticeBox {
	padding: 10px;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF0E6;
	border: 1px dashed #660000;
	clear:both;
	}
	
/* GRID L01 */
#header {
	height: 130px;
	background-image: url(../images/skin/header-repeat.png);
	background-repeat: repeat-x;
	position:relative;
}
#header-left {
	background-image: url(../images/skin/header-left.png);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 650px;
}
#header-tabs {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position:absolute;
	top:0px;
	right:0px;
	width:500px;
}

#header-search {
	position:absolute;
	top:70px;
	right:20px;
}
#header-login {
	position:absolute;
	top:125px;
	right:10px;
}
.topicIndex {
	font-size: 10px;
	color: #FFF;
}

.tab-left {
	background-image: url(../images/skin/tab-left.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 8px;
	float:left;
}
.tab-center {
	background-image: url(../images/skin/tab-repeat.png);
	background-repeat: repeat-x;
	height: 28px;
	float:left;
	display:block;
	color:#600;
	text-decoration:none;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
}
.tab-right {
	background-image: url(../images/skin/tab-right.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 8px;
	float:left;
}


#main {
}
#footer {
	margin-top: 20px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	clear: both;
	margin-bottom: 20px;
}
#footer ul, #footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footer ul {
	width:900px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E3047;

	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
	color: #09F;
}
#footer p {
	font-size: 11px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	top: 0px;
}

/* GRID L02 */
#mainNav {
	float: left;
	width: 206px;
}
#mainCon {
	width: 790px;
	margin-left: 230px;
}

#mainCon h2 {
	padding:0;
	color: #2784c1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

#mainCon h3 {
	padding:0;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#mainCon h4 {
	padding:0;
	color: #9187b0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


/* GRID L03 */
#sectionBanner {
	height: 190px;
	margin-top:0px;
	margin-bottom: 15px;
}
#goal
{
height:250;
margin-top:0px;
margin-bottom: 15px
}
#widgets {
	float: right;
	width: 206px;
	margin-top: 16px;
	clear:right;
}
#contentBlocks {
	width: 560px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}




#accordion {
	background-image: url(../images/skin/acc-repeat.png);
	background-repeat: repeat-y;
}
#accordion ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#accordion > ul > li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8A5126;
	margin-left:3px;
	margin-right:5px;
	margin-top:0;
	margin-bottom:0;
}
#accordion > ul > li > a {
	color: #740905;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 8px;
}
#accordion a:hover {
	background-color: #f1c778;
}
#accordion > ul > li > ul {
	padding-left:15px;	
	padding-bottom:10px;
	display:none;
}
#accordion > ul > li > ul a {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #600;
	font-size: 11px;
	color: #8A4726;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 8px;
}
#accordion > ul > li > ul a:hover {
	background-color: #fdf7d9;
	color: #600;
}

.selectedSection {
	background-color: #edd19c;
}

#frontExtras {
	margin-left:5px;
	margin-top:20px;
	margin-bottom: 20px;
}
#frontExtras h4 {
	font-size: 14px;
	color: #d974ae;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#frontExtras ul {
	list-style-type: none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 24px;
}
#frontExtras li {
	margin-bottom:6px;
	list-style-type: none;
	list-style-image: url(../images/bullet_news.png);
	padding:0;
}
#frontExtras a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	margin-left: -3px;
}


#accordion-top {
	background-image: url(../images/skin/acc-top.png);
	background-repeat: no-repeat;
	height: 16px;
	margin-top: -6px;
}
#accordion-bottom {
	background-image: url(../images/skin/acc-bottom.png);
	background-repeat: no-repeat;
	height: 16px;
}

.ui-state-active {
	background-color: #f1c778;
}

#widget {
	background-image: url(../images/skin/mod-repeat.png);
	background-repeat: repeat-y;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
}
#widget-top {
	background-image: url(../images/skin/mod-top.png);
	background-repeat: no-repeat;
	height: 6px;
}
#widget-bottom {
	background-image: url(../images/skin/mod-bottom.png);
	background-repeat: no-repeat;
	height: 16px;
	margin-bottom:15px;
}
#widget li, #widget ul, #widget h3 {
	margin:0;
	padding:0;
}
#widget h3 {
	padding:5px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#widget ul {
	padding-top:8px;
}
#widget li {
	margin-left:30px;
	list-style-image: url(../images/icon_link.png);
	list-style-type: none;
}
#widget a {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
#widgets img {
	display: block;
	clear:both;
}

.divider {
	margin-top: 20px;
	height:20px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: -14px;
}

.event {
	margin-bottom:20px;
	clear:none;
}

.eventdate {
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 70px;
	width: 55px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.eventdetail {
	margin-left: 65px;
}
.eventdetail h4 {
	font-size: 16px !important;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}
.eventdetail p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.eventdayweek {
	font-weight: bold;
	padding-top:8px;
	text-align: center;
	width: 50px;
	color: #954A00;
}
.eventdaynum {
	font-size: 16px;
	font-weight: bold;
	padding-top:0px;
	text-align: center;
	width: 50px;
}
.eventmonth {
	font-size: 10px;
	text-align: center;
	width: 50px;
	color: #666;
}
.eventyear {
	margin-top:-3px;
	font-size: 10px;
	text-align: center;
	width: 50px;
	color: #666;
}
.violetBox {
	background-color:#8477ad;
	margin-bottom:20px;
	padding:10px;
}
.violetBox h4 {
	font-family: Verdana, Geneva, sans-serif !important;
	font-size: 15px !important;
	color: #000 !important;
	margin: 0px !important;
	padding: 0px !important;
}
.violetBox p {
	margin: 10px;
	padding: 0px;
	font-size: 13px;
	color: #EAE6F0 !important;
}
.violetBox a {
	color: #FFF;
}

.pusher
{
cursor:pointer;
padding:3px 10px 3px 22px;
font-weight:900;
font-size:14px;
}

.mover
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
background-color:#ffffcc;
border:1px dotted #9932CC;
}

.clear
{
	clear:both;
}


#VideoThumbHolder {
	display:block;
	float:left;
	margin-bottom:20px;
}
.videoThumb {
	float: left;
	height: 135px;
	width: 120px;
	text-align: center;
	position:relative;
	background-color: #DBEAF2;
	margin:10px;
	border: 1px solid #A6DBFF;
}
.videoThumb img {
	background-color: #000;
	padding: 4px;
	height: 80px;
	width: 80px;
	border: 0px none #FFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.videoThumb > a {
	border: none !important;
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	top:10px;
	left:20px;
}
.videoThumb > a:hover {
	background-image: url(images/playoverlay.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.videoThumb h4 {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	left: 5px;
	bottom: 10px;
	line-height: 10px;
	width:110px;
	text-align: center;
}
.videoThumb h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline;
	
}
/*
.videoThumb
{
	float:left;
	width:500;
}*/

