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

body{
	font-size:12px;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	height: 100%;
}

#container {
	position: relative;
	width:900px;
	/*left: 50%;
	margin-left: -458px;  half the width of the div 
	background-image:url(../media/images/base/containerpattern.jpg);*/
	margin-top:0px;
	

	
}

/*IE browsers less than IE7*/
/*#clearfooter { height: 45px; border: 0; margin: 0; padding: 0; } 
#footer2 { width: 100%; text-align: center; height: 35px; padding: 10px 0 0 0; margin: -45px auto 0 auto; border: 0; background-color: #ccccc2; } 
html { overflow-y: scroll; }  to create a vertical dummy scrollbar in Firefox or Safari which would not have a scrollbar with height 100%. If you move to and from pages which don't have a vertical scrollbar to a page which does, it makes the page content jump sideways without a forced dummy scrollbar (works in Firefox and Safari but not in Opera; IE always shows a dummy scrollbar; Opera needs min-height and height: 101% in the container styles but it causes a standard scrollbar, not a dummy, and is less correct.)*/




#header {
	width:	900px;
	height: 135px;
	background-image:url(../media/images/base/header.jpg);
	
	}
	

#menubar{
	padding-top:1px;
	width:	900px;
	height:	25px;
	color: #FFF;
	font-size:10px;
	background-color:#333;
}

#submenubar{
	padding-top:3px;
	width:	900px;
	height:	17px;
	font-size:9px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-image:url(../media/images/base/submenubg2.png);
	
	
}

#subsubmenubar{
	padding-top:3px;
	width:	900px;
	height:	17px;
	font-size:9px;
	font-weight:bold;
	color:#C00;
	color:#fff;
	text-align:center;
	background-image:url(../media/images/base/subsubmenubg.png);
	
}

#main{
	width:	900px;
	background-image:url(../media/images/base/backgrounds/home.jpg);
	background-repeat: no-repeat;	
	
}

#content{
	width:	900px;
	padding:40px;
	height: 400px;
	padding-top:40px;

}

#text{
	width: 420px;
	float:left;
	color:#000000;
	vertical-align:middle;
	}
#media{
	padding-top:30px;
	width:420px;
	margin-left:20px;
	text-align:center;
	float:left;

}
#player{
	margin-left:50px;
	
	
}
	
#footer{
	width: 900px;
	height:	21px;
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
	color:#C00;
	text-align:center;
	
	border:0px solid #aaa;
	
	
}

#submenubar a{
	color:#FFF;
	
	
	
	
}
#subsubmenubar a{
	color:#FFF;
	
	
	
	
}

a img{
	border-color:#000;
}


h1{
	margin-top:0px;
	padding:0;
	text-align: left;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
h2{
	margin-top:0px;
	padding:0;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}

a h2 {
	text-decoration:none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;
    height:0;
    font-size: 1px;
    
}




/*newsletters*/



        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
			background-color:white;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 5px;
            left: 20%;
            width: 840px;;
            height: 100%;
            padding: 0px;
            border: 1px solid black;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }