@charset "utf-8";
/* CSS Document */


/* Global STyles */
body{
	top:0px;
	left:0px;
}




/* ID Elements */

#mainheader{
	background-color: #040D55;
	width:100%;
	height:22%;
	right:0px;
	left:0px;
}

#header_in{
	width:75%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
	

#menu_bar{
	width:100%;
	min-height:34px;
	height:auto;	
	background-color:#040D55;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#menu_bar_inner{
	width:100%;
	height:100%;
	resize:both;
	overflow:auto;
	background-color:#040D55;
	text-align:center;
}


#logo{
	margin-left:12px;
	float:left;
	width:80px;
	height:80px;
	overflow:hidden;
	background-image:url(images/dish9m.png);
	background-repeat:no-repeat;
}

#stageholder{
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	width:90%;
}


#banner_main{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1.5em;
	color:#FFFFFF;
	padding-top:4px;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#banner_sub{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:1.1em;
	color:#FFFFFF;
	margin-top:2px;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#banner_sub2{
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	color:#AAAAFF;
	margin-top:3px;
	width:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#maincontent{
	width: 1120px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:12px;
}





/* Classes */




.menuitem{
	width:auto;
	height:auto;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:3px;
	margin-left:8px;
	color:#FFFFFF;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:0.8em;
	text-decoration:none;
	text-align:center;
	float:left;
}

.anchor1{
	text-decoration:none;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:0.9em;
	text-align:center;
	color:#FFFFFF;
}

.anchor1:hover{
	text-decoration:none;
	color: #FFFEA8;
}

.container_med{
	width:1012px;
	height:auto;
	padding:24px;
	border-right:#C6C6C6 solid 2px;
	border-bottom:#C6C6C6 solid 2px;
	border-left:#C4C4C4 solid 1px;
	border-top:#C4C4C4 solid 1px;
	background-color:#DFDFDF;
	margin-left:auto;
	margin-right:auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	z-index:-101;
}


.container_left{
	width:512px;
	min-height:300px;
	padding:12px;
	border-right:#DDDDDD solid 2px;
	border-bottom:#DDDDDD solid 2px;
	border-left:#EDEDED solid 1px;
	border-top:#EDEDED solid 1px;
	background-color:#EFEFEF;
	float:left;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	z-index:-101;
}

.container_right{
	width:512px;
	height:auto;
	min-height:300px;
	padding:12px;
	border-right:#DDDDDD solid 2px;
	border-bottom:#DDDDDD solid 2px;
	border-left:#EDEDED solid 1px;
	border-top:#EDEDED solid 1px;
	background-color:#EFEFEF;
	float:right;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	z-index:-101;
}


.formrow{
	width:auto;
	height:auto;
	margin-top:8px;
	margin-bottom:8px;
}



.arearow{
	width:auto;
	height:auto;
	margin-top:8px;
	margin-bottom:8px;
}



.container_middle{
	width: auto;
	min-width: 200px;
	max-width: 360px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	min-height:200px;
	border-right:#0A0A0A solid 1px;
	border-bottom:#0A0A0A solid 2px;	
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
}







