/* -----------------------------------------------
Basic Style Sheet
----------------------------------------------- */

/* -------------------
Base
---------------------- */

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background: transparent;
	border: 0;	
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}
body {
	line-height: 1;
	}
div, p {
	clear: both;
	display: block;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	display: block;
	clear: both;
	float: left;
	margin: 20px 20px;
	quotes: none;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
	}
:focus {
	outline: 0;
	}
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* -------------------
Clearfix
---------------------- */

.clearfix:after {
	clear: both;	
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}
.clearfix {
	display: inline;
	}
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}

/* -------------------
Global
---------------------- */

body {
	color: #4d4d4d;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
a:link, a:visited, #content a:link, #content a:visited {
	color: #e94b51; /*#336094;*/
	font-weight: bold;
	text-decoration: underline;
	}
a:hover, a:active, #content a:hover, #content a:active {
background-color: transparent;	
	color: #668eba;
	}
.Member_h2 {
	background: url("../images/mem-section-btn.gif") no-repeat bottom left;	
	color:#0026FF;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 7px 10px;
	text-transform: uppercase;
	}	
h2, h3,  h4, h5, h6 {
	float: left;
	text-align: left;
	}
h2 {
	background: url("../images/header-blue-site.gif") no-repeat 0 0;	
	color: #fff;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
	padding: 5px 10px;
	text-transform: uppercase;
	}
h3 {
	color: #0c4da2;	
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	}
h4 {
	color: #4d4d4d;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	}
h5 {
	color: #0c4da2;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
h6 {
	color: #0c4da2;	
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
#content h1.home, #hot-box h1, #video-features h1, #other-stories h1, .box h1, legend, #content h2 {
	color: #fff;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	height: 15px;	
	margin: 0 0 10px 0;
	padding: 3px 10px;
	text-transform: uppercase;
	}
p {
	line-height: 17px;
	}
#wrapper {
	background-color: #dbdbdb;
	clear: none;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	}

/* -------------------
Header & Tagline
---------------------- */

#header {
	background: url("../images/header-bg.gif") repeat-x 0 0;
	float: left;
	width: 960px;
	}
#header h1 a {
	background: url("../images/logo.gif") no-repeat 0 0;	
	clear: none;
	display: inline;
	float: left;
	height: 113px;
	margin: 0 -40px 0 15px;
	text-indent: -999px;
	width: 113px;
	}
#header h2 {	
	background: url("../images/logotype.gif") no-repeat 0 0;	
	clear: none;
	display: inline;
	float: left;
	margin: 37px 0 0 80px;
	height: 19px;
	text-indent: -999px;
	width: 766px;
	}

/* -------------------
Header Navigation
---------------------- */

#header ul.CMSListMenuUL {
	background: url("../images/menu-gradient.gif") no-repeat top right;	
	clear: none;
	display: inline;
	float: left;
	margin: 5px 0 0 35px;
	padding: 0 10px 0 100px;
	}
*+html #header ul.CMSListMenuUL {
	padding-left: 140px;
	}
#header ul.CMSListMenuUL li {
	float: left;
	list-style: none;
	}
#header ul.CMSListMenuUL span {
	color: #999;
	font-size: 12px !important;
	}
#header ul.CMSListMenuUL li a {	
	border-left: 4px solid #1d95ed;
	color: #0b407d;
	display: block;
	font: 500 12.5px/13px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}
#header ul.CMSListMenuUL li a:hover {
	background-color: #ffd92a;
	padding: 3px 5px;
	}
#header ul.CMSListMenuUL li ul {
	background-image: none;
	background-color: #e1b400;
	padding: 0 !important;
	margin: 0 0 0 4px;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	}
#header ul.CMSListMenuUL li ul li {
	display: inline;
	float: none;
	}
#header ul.CMSListMenuUL li ul li a {
	border-bottom: 2px solid #ccc;
	border-left: none;
	text-transform: none;
	width: auto;
	}

/* -------------------
Container - L,R, Content
---------------------- */

#container {
	background: transparent url("../images/left-column-bg.gif") repeat-y 0 0;
	float: left;
	margin: 10px 0;
	width: 960px;
	}
#left-column {	
	clear: none;
	float: left;
	padding: 0 10px 0 0;
	width: 190px;
	}
#content {
	clear: none;
	/*color: #000;*/
	float: left;
	padding: 0 15px 10px 5px;
	width: 480px;
	font-size: 14px;
	line-height: 20px;
	}
#right-column {
	clear: none;
	float: left;
	padding: 0 15px 0 0;
	width: 245px;
	}
.no-right-column {
	clear: none;
	display: block;
	float: left;
	padding: 0 15px 0 5px;
	width: 730px !important;
	}

/* -------------------
Left Column Menu
---------------------- */

#left-column ul.CMSListMenuUL {
	width: 190px;
	}
#left-column ul.CMSListMenuUL li {
	border-bottom: 2px solid #ccc;
	}
#left-column ul.CMSListMenuUL li a {
	border-left: 10px solid #ed1c24;	
	color: #fff;
	display: block;
	font: bold 13px Helvetica, Arial, sans-serif;
	padding: 5px 0 5px 15px;
	}
#left-column ul.CMSListMenuUL li a {
	display: block;
	padding: 6px;
	text-decoration: none;
	}
#left-column ul.CMSListMenuUL li a:hover {
	background-color: #4286df;/*#ffd92a;*/
	color: #fff;/*#0b407d;*/
	padding: 6px;
	}
#left-column ul.CMSListMenuUL li ul {
	background-color: #dcb206;
	margin: -25px 0 0 190px;
	padding: 0 !important;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	}
#left-column ul.CMSListMenuUL li ul li {
	display: block;	
	float: none;
	}
#left-column ul.CMSListMenuUL li ul li a, #left-column ul.CMSListMenuUL li ul li a:hover {
	border: none;
	color: #0b407d;
	display: block;
	text-transform: none;
	width: auto;
	}
#left-column ul.CMSListMenuUL li ul li a:hover {
	background-color: #4286df;
	color: #fff;
	}
#left-column div.sponsors {
	background-color :#000;
	color: #fff;
	height: 172px;
	margin: 20px 20px 30px 20px;
	overflow: hidden;
	width: 150px;
	}
.sponsors {
	background-color: #000;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 170px;
	}
#left-column div a {
	color: #ed1c24 !important;	
	text-decoration: none !important;
	}

/* -------------------
Right Column Boxes
---------------------- */

#right-column .box {
	background-color: #356fbb;
	color: #fff;
	clear: both;
	display: block;	
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px;
	width: 225px;
	}
#right-column .box h1  {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}
#right-column .box p {
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
	}
	
	#right-column .boxEvent {
	background-color: #356fbb;
	color: #fff;
	clear: both;
	display: block;	
	float: left;
	margin: 0 10px 5px 0;
	padding: 10px;
	width: 225px;
	height:650px;
	}
#right-column .boxEvent h1  {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	}
#right-column .boxEvent p {
	float: left;
	font-size: 12px;
	margin: 0 0 10px 0;
	}

/* -------------------
Partner Logos
---------------------- */

#right-column .partners {
	background-color: transparent;
	display: block;
	clear: both;
	float: left;
	height: 54px;
	margin-bottom: 10px;
	width: 245px;
	}
#right-column .partners ul {
	display: block;
	}
#right-column .partners li {
	display: inline;
	float: left;
	margin-left: 2px;
	width: auto;
	}
#right-column .partners li a {
	border: 0;
	text-decoration: none;
	}
#right-column .partners ul li img {
	height: 54px;
	width: auto;
	}

/* -------------------
Event Calendar
---------------------- */

#right-column .calendar {
	background: #839bba;
	color: #333;
	}
#right-column .calendar a {
	color: #fff;
	}

/* -------------------
Content Area
---------------------- */

#content h1.home {
	background: url("../images/header-blue-home.gif") no-repeat 0 0;
	}
#content p {
	margin: 10px 0;
	}
#content ul {
	clear: both;
	margin: 10px 20px;
	}
#content ul li {
	list-style-type: none;
	margin: 0 0 2px 0;
	}
#content h2 {
	width: 100%;
	}
#content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 10px;
	}
.zoneLeft {
	clear: none;
	display: inline;
	float: left;
	padding-right: 20px;
	width: 278px;
	}
.zoneLeft div {
	float: left;
	text-align: left;
	}
.zoneRight {
	clear: none;
	display: inline;
	float: left;
	height: 400px;
	margin-left: -432px;
	width: 432px;
	}
.Body {
	margin-bottom: 20px;
	}

/* -------------------
Story Slider
---------------------- */

#iframe {
	height: 265px;
	margin-bottom: 10px;
	}
.Slider {
	background-color: #fff;
	display: block;
	float: left;
	height: 255px;
	width: 480px;
	}
.Content {
	display: block;
	float: left;
	height: 220px !important;
	left: 10px !important;
	margin-bottom: 10px;
	right: 10px;
	top: 10px;
	width: 460px !important;
	}
.ts1 {
	clear: none;
	display: block;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 310px;
	}
.ts1 img {	
	clear: none;
	display: inline;
	float: left;
	height: 174px !important;
	margin-bottom: 10px;
	width: 310px !important;
	}
.ts2 {
	background-color: #fff;	
	clear: none;
	display: block;
	float: left;
	padding-right: 10px;
	text-align: left;
	width: 130px;	
	}
.ts2 h3 {
	color: #0c4da2;
	clear: both;
	display: block;
	float: left;	
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	width: 130px;
	}
.ts2 h4 {
	color: #0c4da2;
	clear: both;
	display: block;
	float: left;	
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	width: 130px;
	}
.ts2 p {
	background-color: #fff;	
	clear: both;
	display: block;
	float: left;
	width: 130px;
	}
.caption {
	background-color: #fff;
	color: #858585;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	}
.ContentPage p a:link, .ContentPage p a:visited {
	color: #e94b51 !important;
	font-weight: bold;
	text-align: left;
	}
.ContentPage p a:hover, .ContentPage p a:active {
	color: #668eba; !important;
	text-decoration: underline;
	}
#ctl00_plcMain_ContentSlider_pager {	
	background-color: #fff;
	height: 25px;
	padding: 5px 10px;
	text-align: right;
	width: 460px !important;
	}
.PagerPage, .Control {
	background-color: #999;/*#0c4da2;*/
	clear: none;
	display: inline;	
	font-size: 14px;
	font-weight: bold;
	height: 14px !important;
	margin-right: 5px;
	padding: 2px 6px;
	width: 14px !important;
	}
.PagerPage a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}
.PagerPage:hover {
	background-color: #ed1c24;
	color: #fff;
	}
.Control {
	background-color: #ed1c24;
	width: auto !important;
	}
.Control a:link, .Control a:visited {
	color: #fff;
	text-decoration: none;
	}
.Control:hover {
	background-color: #4286df;
	color: #fff;
	}
	
/* -------------------
Hot Box & Video Features
---------------------- */

#boxes {
	float: left;
	margin: 0 0 10px 0;
	}
#hot-box {
	clear: none;
	float: left;
	margin-right: 16px;
	width: 232px;
	}
#hot-box h1 {
	background: url("../images/header-red.gif") no-repeat 0 0;
	}
#hb1 {
	background-color: #fff;
	clear: none;
	display: block;
	float: left;
	height: 110px;
	padding: 10px 0 10px 10px;
	text-align: left;
	width: 100px;
	}
#hb2 {
	background-color: #fff;	
	clear: none;
	display: block;
	float: left;
	height: 110px;
	padding: 10px;
	width: 102px;	
	}
#hot-box img {
	clear: none;
	display: inline;
	height: 100px;
	width: 100px;
	}
#hot-box h3 {
	clear: both;	
	display: block;
	float: left;
	font-size: 12px;
	line-height: 15px;	
	width: auto;
	}
#hot-box p {
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	}
#video-features {
	clear: none;
	display: inline;
	float: left;
	min-height: 175px;
	width: 232px;
	}
#video-features h1 {
	background: url("../images/header-grey.gif") no-repeat 0 0;
	}
#video-features div {	
	background-color: #fff;	
	color: #333;
	display: block;
	height: 110px;
	width: 232px;
	}
#video-features div {
	width: 232px;
	}
#video-features div img:hover {
	border: 10px solid #336094;
	}
#video-features div img {
	border: 10px solid #668eba;
	clear: both;
	display: block;
	float: left;
	height: 110px;
	margin: 0 0 10px 0;
	padding: 0;
	width: 212px;
	}

/* -------------------
Other Stories
---------------------- */

#other-stories {
	clear: both;
	display: block;
	float: left;
	width: 480px;
	}
#other-stories h1 {
	background: url("../images/header-ltblue.gif") no-repeat 0 0;
	}
#ctl00_faRss_DataList1 {
	margin-top: 10px;
	}
.otherStoryTitle {
	color: #0c4da2;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	}
.otherStoryPubdate {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	}
.otherStoryDesc {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	}
.otherStoryDesc img {
	display: block;
	float: left;
	height: 75px;
	padding: 0 5px 5px 0;
	width: 75px;
	}
.otherStoryLink {
	font-size: 12px;
	line-height: 15px;	
	}
.otherStoryLink a:link, .otherStoryLink a:visited {
	color: #e94b51;
	font-weight: bold;
	text-decoration: underline;
	}
.otherStoryLink a:hover, .otherStoryLink a:active {
	background-color: transparent;
	color: #668eba;	
	}

/* -------------------
Event Details
---------------------- */

div#eventlist dl {
	margin: 0 5px;
	}
div#eventlist dt { /* definition term */
	background: transparent;	
	border-bottom: 1px solid #ddd;	
	margin: 0;
	float: left;
	font-size: 1em;
	font-weight: bold;
	/*padding: 0.3em 0;
	width: 11em;*/
	}
div#eventlist dd { /* definition description */
	background: transparent;	
	display: block;
	font-size: 1em;	
	margin: 0 0 5px 12em;
	padding: 0.3em 0;
	}
* html .floattext dd { /* ie6 fix against the 3px jog bug */
	height: 1%;
	}
div#eventlist div.description {
	margin: 5px 0;
	padding: 0 5px;
	}
.event-h3 {
	color: #fff;
	margin: 10px 0;
	padding: 7px 10px;
	background: url("../images/event-h3-header-red.gif") no-repeat 0 0;
	}
.event-genText {
	color: #333;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 590px;	
  	overflow: auto;
 	}
	
/* -------------------
Forms
---------------------- */

fieldset {
	margin: 0;
	padding: 0;
	}
legend {
	margin: 0;
	}
label {	
 	float: left;
 	font-size: 12px;
 	font-weight: bold;
 	margin: 0 5px 10px 0;
	line-height: 20px;
 	}
/*
input {	
 	background-color: #fff;
 	border: 1px solid #ed1c24;
 	color: #333;	
 	float: left;
 	margin: 0;
 	padding: 2px;
 	width: auto;
 	}
 
.box input {
 	float: right;
 	width: 150px;
 	}
*/	
a:link.login, a:visited.login {
	color: #ffd21e;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
a:hover.login, a:active.login {
	color: #ffd92a;
	text-decoration: underline;
	}
	
/* -------------------
Buttons
---------------------- */

a.btnTestRedirect2, a.btnTestRedirect4 {
	background-color: #e1b400;
	background-image: none;
	border: 2px solid #ed1c24;
	clear: both;
	color: #ed1c24;
	cursor: pointer;
	display: inline;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: auto;
	margin: 10px 0 0 25%;
	padding: 2px;
	text-indent: 0;
	text-transform: uppercase;
	width: auto;
	}
a.btnTestRedirect4 {
	margin: 0 !important;
	}
a:link.btn_join, a:visited.btn_join, a:hover.btn_join, a:active.btn_join {
	background: url("../images/btn_join.gif") no-repeat 0 0;
	display: inline;
	float: right;	
	height: 23px;
	text-indent: -2000px;
	width: 79px;
	text-decoration: none;
	}
.signup_button {	
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 23px;
	margin: 0 0 0 165px;
	width: 55px;
	}
	
/* -------------------
Footer
---------------------- */

#footer {
	background-color: #ccc;
	color: #555;
	padding: 10px;
	width: 940px;
	}