/*CSS Document*/
/*Created for Unit Interactive by Angela Conlon on 11/4/09*/

/*CSS Reset Syles*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	overflow: scroll;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BRAT STYLES
------------------------------------------------------------------------ */
 font, center, div[align], p[align], table[align], font[color] {
   color : #cd0000;
   font-weight : bold;
   background : #eecc11 url(images/warning.gif) repeat 0 0;
   margin : 10px;
   padding : 10px;
   border : 2px dashed #cd0000;
   font-size : 2em;
   font-family: Arial, Helvetica, sans-serif;
}

/*Global*/
body {
	background: #011 url(../images/bg_radial_gradient.png) no-repeat top center;
	height: 825px;
}

/*wrapper*/
.wrapper {
	display: block;
	margin: 0 auto;
	width: 1096px;
	position: relative;
	padding: 25px 0;
}	

/*header*/
header h1 { float: left;}
header h1 a {
	background: url(../images/logo_unit_web.png) no-repeat 0 0;
	display:block;
	height:42px;
	text-indent:-9999px;
	width:176px;
}
header p {
	font-size: 15px;
	color: #4d5858;
	line-height: 1.3em;
	float: right;
	width: 872px;
}

/*Grid*/
ol.grid {
	position: absolute;
	top: 189px;
	left: 0;
	width: 1120px;
}
ol.grid li {
	margin: 0 24px 24px 0;
	display: block;
	width: 200px;
	height: 150px;
	float: left;
	background: #041f1f;
	text-align: center;
}
ol.grid li.coutndownTitle {
	background: url(../images/coutndown_title.png) no-repeat 0 0;
	text-indent: -9999px;
}
ol.grid li a {
	padding-top: 35px;
	display: block;
	width: 200px;
	height: 115px;
	font-size: 75px;
	font-weight: bold;
	color: #4d5858;
	text-decoration: none;
	cursor: default;
}
ol.grid li.pastDate { 
	background: none;
}
ol.grid li.pastDate img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
ol.grid li.pastDate:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
ol.grid li.pastDate a {
	padding-top: 0;
	cursor: pointer;
}
ol.grid li.active {
	background: url(../images/bg_active.gif) no-repeat 0 0;
}
ol.grid li.active a {
	color: #90b53a;	
	cursor: pointer;
}


/* Float Clearing Styles
------------------------------------------------------------------------ */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}
	