@charset "UTF-8";
/* CSS Document */
body {
		text-align: center;
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 14px;
		line-height: 18px;
		color:#ebebeb;
		min-width: 740px;
		padding: 0px;
		margin: 0px;
		background-color:#001930;
		background-image:url(images/static.gif);
		background-repeat:repeat-x;
		z-index:1;
	}
	
/*gets rid of the border around images that are also links*/
img { border: none; } 

/* for use on splash page, overrides background image of static tv */	
	#splash {
		width: 1600;
		padding: 100px;
		background-color:#001930;
		z-index:2;
	}

/* sets transparent background and positioning*/		
	#wrapper {
		text-align: left;
		margin: 0 auto;
		width: 1000px;
		/*background-image:url(images/wrappercolor.gif);
		alternative color*/
		background:none repeat scroll 0 0 #001930;
		background-position: center top;
		opacity:0.8;
		z-index:2;
		box-sizing:border-box;
	}
	
	.phone {
	float:auto;
	margin-right: 200px;
	}
	
	

/* header tv graphic -- float in order for divs to stack*/	
	#header {
		float:left;
		width: 400px;
		padding-left: 250px;
		padding-top: 10px;
		padding-bottom: 0px;
		opacity:1.0;
		z-index:3;
	}
/* header web icons*/	
	#icons {
		float:auto;
		width: 200px;
		padding-left: 450px;
		padding-top:0px;
		z-index:4;
		max-width:400px;
	}
		
	#title {
		float:left;
		width: 500px;
		text-align: left;
		padding-left: 50px;
		z-index: 5;
	}
	
	#mockotitle {
		float:left;
		width: 500px;
		text-align: left;
		z-index: 5;
	}
	
	#navigation {
		float:left;
		text-align: center;
		padding-top:50px;
		width: 1000px;	
	}
	
	
	#localcontent{
		float:right;
		padding-top: 50px;
		padding-left: 350px;
		padding-right: 200px;
		z-index: 6;
	}
	
	#homecontent{
		float:left;
		padding-top: 50px;
		padding-left: 375px;
		padding-right: 200px;
		z-index: 6;
	}

	
	#thumbs {
		width: 1000px;
		text-align:center;
		padding-top: 100px;
		padding-bottom: 100px;
		float:left;
		z-index: 6;
	}
	
	#mockcontent{
		width: 1000px;	
		padding-top: 50px;
		text-align:center;
		z-index: 6;
	}
	
		#mediaspace {
		width: 1000px;	
		padding-top: 100px;
	}
	
	
	#whocontent{
		float:right;
		width: 400px;	
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 150px;
		z-index: 6;
	}
	
	#whosidebar{
		float:left;
		padding-top: 50px;
		padding-left: 100px;
		padding-right: 0px;
		z-index: 6;
	}
	
	#footer {
		text-align: center;
		margin-bottom;100px;
		
	#video {
		float:left;
		}
	}
	
	h1 {
		font-size:20px;
		font-weight: bold;
		line-height: 24px;
		margin-top: 200px;
	}
	
	em {
		font-size:12px;
	}
	
	a {	
		text-decoration: none;
		
	}
	
	iframe{
	margin-top: 50px;
	margin-bottom: 75px;
	}
	
	#muckle_phone{
	float:right;
	}

