/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border:inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}


/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ default ----------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/
html, body {
	margin: 0 auto;
	padding: 0;
	height:100%;
	background:#e5e5dd url(/assets/images/bg.jpg) 0 0 repeat-x;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important;
	min-width:940px;
	color:#333;
	font-size:14px;
	line-height:20px;
}

a {			color:#e41e26; text-decoration:none; }
a:hover {	color:#e41e26; text-decoration:underline; }

strong, b { font-weight:bold; }
i, em { font-style:italic;}


.clear {	clear:both !important;	font-size:0; height:0; overflow:hidden; }


/* this makes anything with the attribute of type="hidden" to actually be hidden. ff was not behaving properly. */
[type="hidden"] {
	display:none !important;
	visibility:hidden !important;
}






/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ general layout divs ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:url(/assets/images/splash/bg-photo.jpg) 0 0 no-repeat;
}
#header {
	position:relative;
	margin:0;
	padding:0;
	width:960px;
	height:200px;
	background:url(/assets/images/bg-header.jpg) 0 0 no-repeat;
	z-index:1000;
}
.top {
	display:block;
	width:960px;
	height:10px;
	background:url(/assets/images/bg-content-top.png) 0 0 no-repeat;
}
.bottom {
	display:block;
	width:960px;
	height:10px;
	margin-bottom:10px;
	background:url(/assets/images/bg-content-bottom.png) 0 0 no-repeat;
}
	
#content-home, #content-wrap {
	display:block;
	width:940px;
	padding:0 9px;
	background:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	z-index:4;
}
#content-home { height:260px; overflow:hidden; }
#content-wrap { background:#fff url(/assets/images/bg-sidebar.gif) 639px 4px repeat-y; }

#content {
	float:left;
	display:block;
	width:600px;
	min-height:400px;
	padding:10px;
	overflow:hidden;
}

#content p {clear:both;}

#sidebar {
	float:left;
	display:block;
	width:300px;
	margin:0 0 0 10px;
	padding:5px;
	
}

/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ header -----------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/

/* ------------------- runner ------------------- */
#runner { 
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	width:960px;
	height:200px;
	background:url(/assets/images/bg-header-runner.png) right bottom no-repeat;
	z-index:1;
}

/* ------------------- logo ------------------- */
#header h1 {
	position:absolute;
	top:20px;
	left:5px;
	margin:0;
	padding:0;
	width:330px;
	height:90px;
	z-index:100;
	background:none;
}
#header h1 a {
	width:330px;
	height:90px;
	margin:0;
	padding:0;
	display:block;
	background:url(/assets/images/logo.png) 0 0 no-repeat;
	cursor:pointer;
	text-indent:-1000em;
}


/* ------------------- top links/search ------------------- */
#top-links {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	width:600px;
	height:32px;
	overflow:hidden;
	z-index:100;
}

#top-links ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	z-index:100;
}
#top-links ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
#top-links ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:0 10px;
	line-height:31px;
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	background:#e5e5dd url(/assets/images/bg-top-links.png) 0 bottom repeat-x;
	border:1px solid #fff;
}
#top-links ul li a:hover {
	background-color:#fff;
}


/* ------------------- social links ------------------- */
#social-links {
	position:absolute;
	top:130px;
	right:240px;
	margin:0;
	padding:0;
	width:720px;
	height:35px;
	overflow:hidden;
	z-index:100;
}

#social-links ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	z-index:100;
}
#social-links ul li {
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
#social-links ul li a {
	display:block;
	float:left;
	margin:0;
	padding:7px 10px 0 35px;
	height:28px;
	line-height:11px;
	font-size:10px;
	color:#888;
	font-weight:normal;
	text-decoration:none;
	background-image:url(/assets/images/bg-social-icons-small.png);
	background-repeat:no-repeat;
}
#social-links ul li.social-email a { background-position:0 0; }
#social-links ul li.social-rss a { background-position:0 -35px; }
#social-links ul li.social-facebook a { background-position:0 -70px; }
#social-links ul li.social-twitter a { background-position:0 -105px; }

#social-links ul li a:hover {
	background-color:#fff;
}







/* ------------------- countdown ------------------- */
#countdown-wrap {
	position:absolute;
	top:70px;
	left:450px;
	display:block;
	width:260px;
	height:40px;
	color:#847c6d;
}
#countdown-wrap h2 {
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:18px;
	line-height:20px;
	color:#e41e26;
	text-align:right;
}
#countdown-wrap ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
}
#countdown-wrap ul li {
	display:inline;
	margin:0;
	padding:0;
}
#countdown-wrap ul li.number {
	padding-left:15px;
	height:20px;
	font-size:20px;
	line-height:20px;
	text-align:right;
	font-weight:bold;
}
#countdown-wrap ul li.label {
	height:17px;
	padding:3px 0 0 5px;
	font-size:16px;
	line-height:17px;
	text-align:right;
}






/* ----------------------------------------------- */
/* ----------------- main nav -------------------- */ 
/* ----------------------------------------------- */
#dynamicmenu {
	position:absolute;
	top:167px;
	left:10px;
	display:block;
	clear:both;
	margin:0;
	padding:0;
	width:800px;
	height:33px;
	text-align:left;
	background:url(/assets/images/bg-nav-line.gif) 0 0 no-repeat;
	z-index:1000;
}

/* ----------------- main links ----------------- */ 
#dynamicmenu ul {
	font-size:14px;
	line-height:33px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-align:left;
	margin: 0;
	padding: 0;
}
#dynamicmenu ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	position: relative;
}

#dynamicmenu ul li:hover {
	white-space: normal;
	margin-top:0;
	padding-top:0;
}
#dynamicmenu ul a {
	padding:0 16px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	position: relative;
	font-weight:bold;
	background-image:url(/assets/images/bg-nav-line.gif);
	background-position:right 0;
	background-repeat:no-repeat;
}
#dynamicmenu ul li.selected a { background-color:#7f0f12; }

#dynamicmenu ul li a:hover, #dynamicmenu ul li:hover>a {
	background-color:#7f0f12;
	display: inline-block;
	line-height:33px;
}

/* ----------------- level 2 links ----------------- */ 
#dynamicmenu ul ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;	
	width:230px;
	font:normal 12px Helvetica;
	line-height:18px;
	margin:0;
	padding:0 !important;
	display: block;
	text-align:left;
	background:#e6e6e6;
	border:1px solid #cacaca;
}
#dynamicmenu ul li:hover>ul {
	visibility: visible;
	top: 100%;
	margin:0;
	padding:0;
}

#dynamicmenu ul ul li {
	font:normal 12px Helvetica;
	line-height:15px;
	color:#7f0f12;
	text-decoration:none;
	text-align:left;
	background:none;
	margin:0;
	padding:0;
}
#dynamicmenu ul li li {	float: none; }
#dynamicmenu ul li li a {
	width:215px;
	display:block; 
	color:#7f0f12;
	text-indent:0;
	margin:0;
	padding:8px 5px 8px 10px;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	text-align:left;
	background-image:none !important;
	border:none;
}
#dynamicmenu ul ul a:hover, #dynamicmenu ul ul li:hover>a {
	color:#fff;
	font-size:12px;
	line-height:15px;
	margin:0;
	border-bottom:none;
	background:#7f0f12;
	border:none;
}

/* ----------------- level 3 links ----------------- */ 
#dynamicmenu ul li li:hover>ul {	
	display:none;
	visibility:hidden;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
#dynamicmenu ul:after, #dynamicmenu ul ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#dynamicmenu ul, #dynamicmenu ul ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */







/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ general page styles ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/
h1 {
	clear:both;
	font-size:20px;
	line-height:20px;
	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#e41e26;
	font-weight:bold;
	text-transform:uppercase;
	background:url(/assets/images/bg-line-red.png) 0 bottom no-repeat;
}


h2 {
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
}

h3 {
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
	color:#e41e26;
	font-weight:bold;
}

h4 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:10px;
	color:#333;
	font-weight:bold;
}

h5 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:10px;
	color:#e41e26;
	font-weight:bold;
}

hr {
	background:url(/assets/images/bg-line-red.png) 0 bottom no-repeat;
	border:0;
	height:1px;
}
p,
ul,
ol { 
    margin-bottom: 20px; 
}

ol {
	list-style:decimal;
    margin-left: 2em;
}
ul {
    list-style:outside;
    margin-left: 2em;
}
ul ul { list-style:circle; }

#content table {
	background:#eee;
	margin-bottom:20px;
}

#content th {
	padding:5px;
	border-bottom:1px solid #ccc;
	background:#666;
	text-align:left;
	color:#eee;
	font-weight:bold;
}

#content td {
	padding:5px;
	border-bottom:1px solid #ccc;
}

/* --------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ sub nav ----------------------------------*/
/* --------------------------------------------------------------------------------------------*/
ul#sub-nav {
	float:left;
	display:block;
	width:100%;
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	font-size:11px;
	line-height:14px;
}
ul#sub-nav li {
	float:left;
	display:inline;
	margin:0 10px 5px 0;
	padding:0 10px 0 0;
	white-space:nowrap;
	border-right:1px solid #999;
}
ul#sub-nav li.CMSListMenuHighlightedLI { font-weight:bold; }
ul#sub-nav li.CMSListMenuHighlightedLIno-border { font-weight:bold; border:none; }

ul#sub-nav li.CMSListMenuLIno-border { border:none; }



/* --------------------------------------------------------------------------------------------*/
/* ------------------------------------------ register gauge ----------------------------------*/
/* --------------------------------------------------------------------------------------------*/
/* DEFINITION LIST PROGRESS BAR */

dl, dt, dd{margin:0;padding:0;}
dl b { color:#e41e26; line-height:18px; }
dt {
	clear:both;
	float:left;
	display:inline;
	width:150px;
	height:60px;
}
dd {
	width:450px;
	height:60px;
	background:url(/assets/images/progress-bar-bg.gif) no-repeat 0 0;
	position:relative;
	float:left;
	display:inline;
}
dd span {
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(/assets/images/progress-bar.gif) no-repeat 0 0;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-8000px;
}
dd em {
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	background:url(/assets/images/progress-bar-bg-cover.gif) repeat-x;
	top:0;
}
dd b { 
	position:absolute;
	display:block;
	width:200px;
	height:25px;
	top:8px;
	left:230px;
}

/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ homepage ---------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/

/* ------------------- content rotation ------------------- */
#home-rotation {
	display:block;
	float:left;
	width:620px;
	height:260px;
	margin:0 10px 0 0;
	overflow:hidden;
	z-index:1;
}
.slide {
	position:relative;
	width:620px;
	height:260px;
	margin:0;
	overflow:hidden;
	z-index:1;
}
.slide-photo {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.slide-text {
	position:absolute;
	bottom:0;
	left:0;
	width:620px;
	height:260px;
	z-index:2;
	font-size:12px;
	line-height:18px;
}
.slide-text a { 
	display:block;
	width:620px;
	height:260px;
	color:#fff;
}
.slide-text a:hover { cursor:pointer; text-decoration:none; }
.slide-text p  { 
	position:absolute;
	bottom:0;
	display:block;
	width:580px;
	height:70px;
	padding:10px 20px;
	margin:0;
	z-index:2;

}
.slide-text b { font-size:18px; font-weight:bold; }

a .slide-text-bg {
	position:absolute;
	bottom:0;
	display:block;
	width:620px;
	height:90px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	z-index:1;
 }
a:hover .slide-text-bg { 
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

	



/* --------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ blog --------------------------------------*/
/* --------------------------------------------------------------------------------------------*/

/* ------ breadcrumb ------ */
ul#breadcrumb, .BreadBox {
	display:block;
	width:100%;
	margin:0;
	padding:0 0 10px;
	list-style:none;
	font-size:11px;
	line-height:14px;
	color:#e41e26;
}
ul#breadcrumb li {
	display:inline;
	margin:0 8px 5px 0;
	padding:0;
	white-space:nowrap;
}
ul#breadcrumb li a,
#content .BreadBox a { color:#e41e26; }


.BlogPTitle a { }

.BlogPTitle { }

.BlogPBody { }

.BlogPBody img { border: none; }

.BlogPDateWhole { font-size:80%; }

.comments hr { }

.buttonpedding a { padding:3px 5px; }

.BlogCommentsTitle, .BlogLeaveComment {
	font-weight: bold;
	font-size: 110%;
}

.blogDetail .comments .TextAreaField {
	width: 400px;
}

.TextAreaField {
	width: 400px;
	height: 100px;
}

.IE7 .PageTitleHeader table { text-align: left; }


.CommentDetail table,
table.BlogPanel { background:none !important; }
.CommentDetail td,
table.BlogPanel td { border-bottom:none !important; }


/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ sidebar ----------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/
/* ------------------- colored promos ------------------- */
#promos {
	display:block;
	float:right;
	width:310px;	
	height:260px;
	overflow:hidden;
	z-index:1;
	background:#fff;
	padding-bottom:10px;
}

.promo {
	position:relative;
	display:block;
	width:310px;
	height:80px;
	margin-bottom:10px;
	overflow:hidden;
}
.promo h2 {
	font-size:18px;
	line-height:20px;
	height:20px;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.promo h2 a {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:125px;
	height:60px;
	padding:10px 175px 10px 10px;
	background-image:url(/assets/images/bg-promos.png);
	background-repeat:no-repeat;
	z-index:2;
	color:#fff;
	text-decoration:none;
}
h2.promo-blue a { background-position:0 -80px; }
h2.promo-yellow a { background-position:0 -160px; }
h2.promo-orange a { background-position:0 -240px; }
h2 a:hover { background-position:0 0; }

.promo-photo {
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:310px;
	height:80px;
	text-align:right;
	z-index:1;
}





/* ------------------- blog links ------------------- */
#blog-preview {
	margin:10px 0;	
}
#blog-preview h2 {
	display:block;
	margin:0;
	padding:5px 0 0 55px;
	height:40px;
	font-size:18px;
	line-height:20px;
	background:url(/assets/images/bg-blog-rss.png) 0 0 no-repeat;
	border-bottom:1px dashed #818181;
}
#blog-preview h2 a {
	display:block;
	color:#fff;
	font-size:18px;
	line-height:20px;
	height:20px;
	text-transform:uppercase;
}
#blog-preview h2 span a {
	color:#aaa;
	font-size:14px;
	line-height:20px;
	text-transform:none;
}
#blog-preview h2 a:hover {
	color:#f93;
	text-decoration:none;
}

#blog-preview ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:13px;
	line-height:15px;
}

#blog-preview ul li {
	list-style:none;
	margin:0;
	border-bottom:1px dashed #818181;
}
#blog-preview ul li a { display:block; padding:5px 10px ;color:#fff; }
#blog-preview ul li a span { color:#aaa; }
#blog-preview ul li a:hover { background:#eee; color:#333; text-decoration:none; }


/* ------------------- sponsors box ------------------- */
#sponsors {
	margin-bottom:10px;
}

#sponsors h2 {
	display:block;
	margin:0;
	padding:0;
}
#sponsors h2 a {
	display:block;
	font-size:16px;
	line-height:16px;
	height:16px;
	text-transform:uppercase;
	color:#fff;
	padding:7px 10px;
	background:#e2ae01 url(/assets/images/bg-sponsor-title.png) 0 0 repeat-x;
}
#sponsors h2 a:hover {
	text-decoration:none;
	background-color:#fc0;
}
#sponsors-logo {
	width:278px;
	height:120px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
}
#sponsors-logo a {
	display:block;
	width:278px;
	height:120px;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-1000em;
}


/* ------------------- default sidebar box layout ------------------- */
.sidebar-box {
	margin-bottom:10px;
}

.sidebar-box h2 {
	display:block;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:16px;
	height:16px;
	text-transform:uppercase;
	color:#fff;
	padding:7px 10px;
	background:#e2ae01 url(/assets/images/bg-sponsor-title.png) 0 0 repeat-x;
}
.sidebar-box-content {
	width:278px;
	padding:10px;
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
}




/* ------------------- banner ads ------------------- */
.banner-ad {
clear:both;
	display:block;
	margin:0 0 10px;
	width:300px;
	height:250px;
	overflow:hidden;
background:green;
}


/* ------------------- static logos ------------------- */
ul#static-logos {
	display:block;
	margin:0 0 10px;
	list-style:none;
}
ul#static-logos li {
	list-style:none;
	float:left;
	display:block;
	width:92px;
	height:102px;
}
ul#static-logos li.middle { margin:0 12px; }
ul#static-logos a { display:block; border:1px solid #333; }
ul#static-logos a:hover { border-color:#e41e26; }




/* -------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------ footer -----------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#footer {
	clear:both;
	width:960px;
	margin:0;
	padding:0;
	font-size:11px;
	line-height:18px;
	color:#847c6d;
}
#footer-bar {	
	display:block;
	height:60px;
	margin-bottom:10px;
	text-align: center;
	background:url(/assets/images/bg-footer.png) 0 0 no-repeat;
}



#footer a { color:#847c6d; }
#footer a:hover { color:#333; }

#footer-bar h2.open { width:100%; text-align:center; }

#footer-bar h2 {
	width:430px;
	float:left;
	display:inline;
	color:#847c6d;
	font-size:14px;
	line-height:20px;
	height:20px;
	margin:20px 0;
}

#footer ul {
	list-style:none;
	text-align:center;
	margin-bottom:10px;
}
#footer ul li {
	display:inline;
	margin:0 8px;
}



