@charset "utf-8";
/* Default CSS Properties */
body,html{
	margin:0; 
	padding:0;
}
body {
	background:#000000;
	margin-left:auto;
	margin-right:auto;
	width:664px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Times, serif;
}
a, a:visited, a:active{
	color:#FF672B;
}
img{
	border:none;
}
#main{
	margin-left:auto;
	margin-right:auto;
}

/*** Default Page ***/

#defaultHeader{
	width:664px;
	height:106px;
	background:url(../images/default_header.jpg) no-repeat;
}
#defaultMiddle{
	width:664px;
	height:325px;
	background:url(../images/default_middle.jpg);
}
#defaultFooter{
	width:664px;
	height:129px;
	top:300px;
	background:url(../images/default_footer.jpg) no-repeat;
	text-align:center;
	color:#CCCCCC;
	padding:125px 0 0 0;
}
#defaultPlay{
	position:relative;
	height:52px;
	width:173px;
	left:0px;
	top:0px;
	right:25px;
	float:right;
	display:block;
	text-decoration:none;
	background:url(../images/default_playBtn.jpg) no-repeat;
	clear:none;
	margin:0 24px 0 0;
}
#defaultPlay a span {
	display:none;
}
#monitor{
	width:222px;
	height:278px;
	right:24px;
	position:relative;
	display:block;
	float:right;
	clear:none;
}
#monitor-table{
	position:absolute;
	bottom:18px;
	width: 170px;
	left: 25px;
	margin:0 auto 0 auto;
}
.monitor_barClemson {
	background:url(../images/clemson_bar.jpg) bottom center repeat-y; 
	max-height:190px; 
	margin-bottom:7px;
}
.monitor_barUsc {
	background:url(../images/usc_bar.jpg) bottom center repeat-y; 
	max-height:190px; 
	margin-bottom:7px;
}
.bars {
	margin-left:auto; 
	margin-right:auto; 
	text-align:center; 
	vertical-align:bottom;
}
#monitor-Blur{
	width:222px;
	height:277px;
	right:24px;
	position:relative;
	background:url(../images/default_monitorBlur.jpg) no-repeat #FFFFFF;
	display:block;
	float:right;
}
#defaultLeft{
	width:378px;
	height:auto;
	left:20px;
	position:relative;
	float:left;
	display:block;
	padding:0 10px 0 10px;
	margin:0 0px 0 5px;
	color:#FFFFFF;
	clear:none;
}
.default{
	margin:6px auto 6px auto;
}


/*** Top Nav / Play Button ***/

#play{
	display:none; /* !REOVE When Play button Added! */ 
	position: relative;
	height:48px;
	width:166px;
	top:0px;
	left:522px;
	display:block;
	text-decoration:none;
	background:url(../images/frame_playbtn.jpg) no-repeat;
	clear:none;
	float:left;
}
#play:hover, a#play:hover {
	border:none;
}

/*** Backpage(s) ***/

#header{
	width:664px;
	height:106px;
	background:url(../images/frame_header.jpg) no-repeat;
}
#middle{
	width:664px;
	background:url(../images/frame_middle.jpg);
}
#footer{
	width:664px;
	height:129px;
	background:url(../images/frame_footer.jpg) no-repeat;
	text-align:center;
	color:#CCCCCC;
	padding:125px 0 0 0;
}
#content{
	padding:3px 75px 3px 50px;
	color:#FFFFFF;
}

/*** Share Page ***/
#contentShare{
	padding:3px 70px 3px 30px;
	color:#FFFFFF;
}
.shareTitles{
	padding:inherit 70px inherit 70px;
}
.normalPadding{
	width:95%;
	padding:3px 75px 3px 25px;
}

/*** Contact Page ***/
.desc{
	text-align:right;
	font-weight:bold;
}
