@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #bfbfbf;
	background-color: #000;
	background-image: url(images/nemmaback.png);
	background-repeat: repeat-x;
	background-position: center top;
}
body .contentpane  {
	background-color: #FFFFFF;
	background-image: none;	
}
#outerWrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#outerWrapper #flashHeader {
	height: 203px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#footer {
	text-align: center;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.twoColFixLt #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #4E4E4E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 580px;
	float: left;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ###########  Main content #############  */
.blog p, #page p {
	margin-bottom: 1.25em;
}
.blog ul, #page ul {
	margin-bottom: 1.5em;
	margin-left: 30px;
	color: #0099FF;
}
.blog strong, #page strong, .blog b, #page b {
	color:#7bb7e5;
}
.blog h3, #page h3 {
	color:#7bb7e5;
}
.blog h4, #page h4 {
	color:#7bb7e5;
}
.contentBlock, .blog_more, .counter {
	padding: 5px;
	background-color:#3d3d3d;
}
.leading {
	background-color:#2d2d2d;
	padding-bottom: 10px;
}
.leading h2, .article_row h2 {
	color:#0099FF;
	font-size: 1.25em;
	background-image: url(../images/leftBlock-li-border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
}
.articleContent {
	margin: 10px;
}
.articleHeaderBlock {
	padding: 10px;
	background-color: #222;
	background-image: url(../images/headerSplatter.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.componentheading {
	color: #FFFFFF;
	margin-bottom: 15px;
	font-size: 1.45em;
}

.readon {
	padding-left: 10px;
}
.readMore {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.iteminfo, .articleinfo {
	font-size: 0.8em;
}
.modifydate, .createdate {
	color:#FFF;
}
.createdby {
	color:#666;
}

.readon:link, .readon:visited, .readon:active {
	color: #FFF;
}

.readon:hover {
	color: #0099FF;
}
.blog_more li {
	list-style-type: none;
}
.blog_more h2 {
	color:#0099FF;
}
.blog_more li a:link, .blog_more li a:visited, .blog_more li a:active, .counter a:link, .counter a:visited, .counter a:active, .articleContent a:link, .articleContent a:visited, .articleContent a:active {
	color: #FFF;
}
.blog_more li a:hover, .counter a:hover, .articleContent a:hover {
	color: #0099FF;
}
.buttonheading {
	text-align: right;
}
.buttonheading img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	margin-top: 5px;
	}
.wrap_describeimage{
	background-color: #000000;
	text-align: left;
	margin-bottom: 8px;
}

/* ################# merchandise banners ################ */

.bannergroupMB{
	background-color: #2D2D2D;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bannergroupMB img{
	margin-right: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rowSeparator {
	height: 5px;
	width: 569px;
}


/* ################# left column banners & footer banners ################ */
.bannergroupLeftColumn {
	margin-bottom: 8px;
	margin-left: 4px;
}
.bannergroupLeftColumn img {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bannergroupLeftColumnSponsors {
	margin-bottom: 8px;
	margin-left: 10px;
	background-color: #000000;
}
.bannergroupLeftColumnSponsors img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/bannerDivider.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
}

.bannergroupFooterBanners {
	background-image: url(../images/bannerDivider.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bannergroupFooterBanners img{
border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}




/* ################# left bar menu ################ */
.moduletable_menu, .moduletableNewsletter {
	background-color:#000000;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-bottom: 8px;
}
.moduletable_menu h3, .moduletableLeftColumn h3, .moduletableLeftColumnSponsors h3, .moduletableNewsletter h3 {
	color: #FFFFFF;
	display: block;
	background-image: url(/images/menuArrows.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 20px;
	font-size: 1.25em;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu, .latestnews_menu {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
}
.menu li, .latestnews_menu li {
	list-style-type: none;
	margin-right: 12px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(../images/leftBlock-li-border.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-image: url(../images/redBullet.gif);
}
.menu li a, .latestnews_menu li a {
	text-decoration: none;
	color: #bfbfbf;
}
.menu li a:visited, .latestnews_menu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu li a:hover, .latestnews_menu li a:hover {
	text-decoration: none;
	color: #ff0000;
}
.menu li a:active, .latestnews_menu li a:active {
	text-decoration: none;
	color: #FF0000;
}
.menu li a:focus, .latestnews_menu li a:focus {
	text-decoration: none;
	color: #FF0000;
}
#current a {
	color: #BFBFBF;
}
/* ################# footer menu ################ */
.menuFooterMenu li {
	text-align: center;
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}


/* ################# left bar testimonials ################ */
.moduletableTestimonials {
	background-image: url(../images/leftPanelsBackground.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: .85em;
	padding-bottom: 5px;
	margin-bottom: 8px;
	float: left;
	margin-left: 10px;
}
.moduletableTestimonials p{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.moduletableTestimonials h3{
	color: #FFFFFF;
	display: block;
	background-image: url(../images/menuArrows.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 20px;
	font-size: 1.5em;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ################# newsletter ################ */

.mainnewsletter {
	font-size:0.85em;
	font-weight:bold;
	background-color: #000000;
	margin: 0px;
	padding: 0px;/*	border:1px solid red;*/
	color: #999999;
}
.mainnewsletter p {
	text-align: left;
}
.newsletterbutton {
	/*width:100%;*/
	border:5px solid #000000;
	font-weight:bold;	
	padding-top:5px;
}
.newsletterbutton p  {
}
.newsletterbutton a#toggle, .newsletterbutton p a.highslide{
	font-weight:bold;	
	color:#000000;
	text-decoration:none;
}
.normalsublayout {
	background: #000;
	border: none;
}


/* ################# welcome module ################ */
.rightColBlocks {
	background-color: #3d3d3d;
	margin-bottom: 10px;
	float: none;
	width: 580px;
}
#layer1 {
	z-index: 1;
	visibility: visible;
	text-align: right;
	padding: 0px;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	left: 423px;
	top: 242px;
}
.rightColBlocks .welcomeParagraph {
	margin-top: 5px;
	margin-right: 250px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.welcomeParagraph strong{
	color:#7bb7e5;
}
/* ################# schedules table ################ */
#schedule {
	width: 550px;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #CCCCCC;
}
#schedule .days {
	background-color: #000;
	color: #7bb7e5;
	font-weight: bold;
}
#schedule .header td {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #000000;
	background-image: url(../images/leftBlock-li-border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#schedule td {
	padding: 5px;
	text-align: center;
}
#schedule p {
	margin: 0px;
	padding: 0px;
}
#schedule .dark {
	background-color: #3D3D3D;
}
#schedule .light {
	background-color: #4E4E4E;
}
#schedule .spacer {
	background-color: #2D2D2D;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#schedule .time {
	font-weight: bold;
}
#schedule .describe {
	color: #FFFFFF;
	font-weight: bold;
}
form {
	padding: 10px;
}
