/* Generic Settings
--------------------------------------------- */
html, body, form {
	height: 100%;
	background: #000 url('/_12310003/media/Website-Layout/page-bg.jpg') no-repeat top center;
}
body {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #fff;
	margin: 0 0 0 0;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
p {
	line-height: 19px;
	margin-bottom: 10px;
}
a {
	color: #fff;
}
	a:hover {
		color: #fff;
		text-decoration: none;
	}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
h5 {
	font-size: 14px;
}
/* Wrapper
--------------------------------------------- */
#wrapper {
	width: 969px;
	overflow: visible;
	margin: 0 auto;
	background: #000;
	height: 100% !important;
	min-height: 100%;
	background: #000;
}
	/* Aside
	--------------------------------------------- */
	#aside {
		float: left;
		width: 206px;
		padding-bottom: 77px;
		background-color: #000; 
	}
		
		#aside-nav ul {
			z-index: 10;
			position: relative;
			width: 100%;
			text-align: right;
			padding: 20px 0;
		}
			#aside-nav ul li {
				position: relative;
			}
				#aside-nav ul li a, #aside-nav ul li span {
					display: block;
					padding: 0px 20px;
					line-height: 28px;
					text-decoration: none;
					color: #f7ed78;
					font-weight: bold;
				}
					#aside-nav ul li a:hover, #aside-nav ul li span:hover {
						color: #fff;
						background: #000;
					}
					#aside-nav ul :hover > a, #aside-nav ul :hover > span {
						color: #fff;
						background: #000;
					}
				/*# Wrapper/Aside/Navigation/Level 1 #*/
				#aside-nav ul li ul {
					display: none;
					z-index: 500;
					position: absolute;
					overflow: visible;
					top: 0;
					left: 206px;
					width: 206px;
					margin: 0;
					padding: 0;
					background: #000;
				}
					#aside-nav ul li:hover ul, #aside-nav ul li.md-hover-fix ul {
						display: block;
					}
						#aside-nav ul li:hover ul ul, #aside-nav ul li.md-hover-fix ul ul {
							display: none;
						}
						#aside-nav ul li ul li {
							float: none;
							position: relative;						
						}
							#aside-nav ul li ul li a {
								display: block;
								padding: 0 10px;
								width: 160px;
								line-height: 28px;
								text-align: left;
								color: #f7ed78;
							}
								#aside-nav ul li ul li a:hover {
									text-decoration: none;
									color: #fff;
									background: #000;
								}
								#aside-nav ul ul :hover > a {
									text-decoration: none;
									background: #000;
								}
						/*# Wrapper/Aside/Navigation/Level 2 #*/
						#aside-nav ul li ul li ul {
							display: none;
							z-index: 600;
							position: absolute;
							overflow: visible;
							left: 18px;
							top: 0px;
							width: 180px;
							margin: 0;
							padding: 0;
							background: #000;
						}
							#aside-nav ul ul li:hover ul, #aside-nav ul ul li.md-hover-fix ul {
								display: block;
							}
								#aside-nav ul li:hover ul ul ul, #aside-nav ul li.md-hover-fix ul ul ul {
									display: none;
								}
								#aside-nav ul li ul li ul li {
									float: none;
									position: relative;
								}
								#aside-nav ul li ul li ul li a {
									display: block;
									padding: 0 10px;
									width: 160px;
									line-height: 28px;
									text-align: left;
									color: #fff;
								}
									#aside-nav ul li ul li ul li a:hover {
										text-decoration: none;
										background: #000;
									}
									
	#aside .social-icons 
	{
		padding-top:100px;
		clear: both;
		text-align: right;
	}
			#aside .social-icons .social-icon {
				padding: 0 0 0 5px;
			}			
		
	/* Header 
	--------------------------------------------- */
	#header 	{
		margin: 0 0 0 0;
		width: 969px;
		height: 190px;
		background: url('/_12310003/media/Website-Layout/header-bg.jpg') no-repeat top right;
	}
	
	#header #logo {
			
			text-align: center;
			float:left;
			width: 255px;
			height:182px;
		}
		
		#header #image-slider {			
			float:right;
			width: 679px;
			height:154px;	
			background-color:Transparent;			
		}
		/* Navigation
		--------------------------------------------- */
		#navigation 	
		{	margin-top:1px;		
			width: 550px;
			height: 35px;
			background-color: #000;
			float:left;
		}
			#navigation ul {
				position: relative;
				left: -20px;
				overflow: visible;
				width: 100%;
			}
				#navigation ul li {				
					position: relative;
					float: left;
				}
					#navigation ul li a {
						display: block;
						padding: 0 15px;
						line-height: 35px;
						text-decoration: none;
						font-weight: bold;
						color: #f7ed78;
						*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
					}
						#navigation ul li a:hover {
							color: #fff;
							background: #000;
						}
						#navigation ul :hover > a {
							color: #fff;
							background: #000;
						}
				/*# Dropdown Navigation Level 1 #*/
				#navigation ul li ul {
					display: none;
					z-index: 500;
					position: absolute;
					overflow: visible;
					top: 35px;
					left: 0;
					width: 175px;
					margin: 0;
					padding: 0;
					background: #000;
				}
					#navigation ul li:hover ul, #navigation ul li.md-hover-fix ul {
						display: block;
					}
						#navigation ul li:hover ul ul, #navigation ul li.md-hover-fix ul ul {
							display: none;
						}
						#navigation ul li ul li {
							float: none;
							position: relative;						
						}
							#navigation ul li ul li a {
								display: block;
								padding: 0px 10px;
								width: 155px;
								line-height: 24px;
								height: 100%;
								text-align: left;
								color: #f7ed78;
								*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
							}
								#navigation ul li ul li a:hover {
									color: #fff;
									background: #000;
								}
						/*# Wrapper/Aside/Navigation/Level 2 #*/
						#navigation ul li ul li ul {
							display: none;
							z-index: 600;
							position: absolute;
							overflow: visible;
							left: 204px;
							top: 0;
							width: 204px;
							margin: 0;
							padding: 0;
							background: #000;
						}
							#navigation ul ul li:hover ul, #navigation ul ul li.md-hover-fix ul {
								display: block;
							}
								#navigation ul li:hover ul ul ul, #navigation ul li.md-hover-fix ul ul ul {
									display: none;
								}
								#navigation ul li ul li ul li {
									float: none;
									position: relative;
								}
								#navigation ul li ul li ul li a {
									display: block;
									padding: 0px 10px;
									width: 155px;
									line-height: 24px;
									height: 100%;
									text-align: left;
									color: #fff;
									*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
								}
									#navigation ul li ul li ul li a:hover {
										color: #f7ed78;
										background: #000;
									}
							/*# Dropdown Navigation Level 3 #*/
							#navigation ul li ul li ul li ul {
								display: none;
								z-index: 600;
								position: absolute;
								overflow: visible;
								left: 175px;
								top: 0px;
								width: 175px;
								margin: 0;
								padding: 0;
								background: #000;
							}
								#navigation ul ul ul li:hover ul, #navigation ul ul ul li.md-hover-fix ul {
									display: block;
								}
									#navigation ul li ul li ul li {
										float: none;
										position: relative;
									}
									#navigation ul li ul li ul li ul li a {
										display: block;
										padding: 0px 10px;
										width: 155px;
										line-height: 24px;
										height: 100%;
										text-align: left;
										color: #fff;
										*background: url('../App_Themes/pct001/images/blank.gif') repeat; /* IE7 hover fix */
									}
										#navigation ul li ul li ul li ul li a:hover {
											color: #f7ed78;
											background: #000;
										}
										
	.navSocialIcons
	{
		width:150px;
		height:35px;
		margin:5px 0px 0px 0px;
		float:right;
	}
	/* Content
	--------------------------------------------- */
	#content {
		clear: both;
		width: 969px;
	}
	/* Main
	--------------------------------------------- */
	#main {
		float: left;
		width: 500px;
		padding: 20px 10px 20px 20px;
		min-height:600px;
		border-left:solid 1px #6b6b6b;
		border-right:solid 1px #6b6b6b;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/* Right Aside
	--------------------------------------------- */
	#raside {
		float: right;
		width: 200px;
		padding: 20px 13px 20px 0px;
		margin-top:20px;
		background-color: #000;
	}
	/* Footer
	--------------------------------------------- */
	#footer {
		clear: both;
		padding: 20px 0;
	}
		#footer a {
		}
			#footer a:hover {
				text-decoration: none;
			}
			
/* Countdown
	--------------------------------------------- */
.divCountdownTitle {	
	font-size: 19pt;
	color: #f7ed78;
	font-weight:bold;
	padding-bottom:20px;
}

.divCountdownSubtitle {	
	font-size: 12pt;
	color: #9cd04d; /*9cd04d*/
	padding-top:5px;
	font-weight:bold;
}

#countdownContainer {
	margin: auto;
	width: 490px;
	color: #555; /* #555 */
	background-color:#000;
	padding: 5px 0px 5px 0px;
	text-align:center;
	margin-top:25px;
}

#countdown_dashboard {
	height: 75px;
	margin: 0px auto;
	width: 260px;
}

.dash {
	width: 55px;
	height: 72px;	
	float: left;
	margin-left: 5px;
	margin-right:5px;
}

.days_dash
{
    background: transparent url('/_12310003/media/Other/dashDays.png') 0 0 no-repeat;
}
.hours_dash
{
    background: transparent url('/_12310003/media/Other/dashHours.png') 0 0 no-repeat;
}
.minutes_dash
{
    background: transparent url('/_12310003/media/Other/dashMinutes.png') 0 0 no-repeat;
}
.seconds_dash
{
    background: transparent url('/_12310003/media/Other/dashSeconds.png') 0 0 no-repeat;
}
    

.dash .digit {
	font-size: 25pt;
	font-weight: bold;
	float: left;
	width: 26px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
	padding-top:28px;
}



