/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body
	{
	width:100%;
	height:100%;
	font-size:70%;
	font-family:"ArialMT", Arial, Helvetica, sans-serif;
	background:url(../img/lightning.jpg) top left no-repeat #000;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}
.input {
	border:1px solid #000;
	padding:8px;
	height:auto;
	background-color:#F8FFFC;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}
.input:focus {
	border:1px solid #999;
	padding:8px;
	height:auto;
	background-color:#EEE;
	color:#000;
	}
h1 {
	color:#FF6600;
	font:normal 2.1em Verdana, Arial, Helvetica, sans-serif;
	}
h2 {
	font:normal 1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	}
h2 a {
	text-decoration:none;
	color:#EEE;
	}
h2 a:hover {
	color:#FF3300;
	text-decoration:none;
	}
h3 {
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	}
h4 {
	font:bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color:#EEE;
	}
p {
	font: normal 1.2em "ArialMT", Arial, Helvetica, sans-serif;
	color:#EEE;
	line-height:1.5em;
	}
p a {
	color:#FFF;
	text-decoration:underline;
	font-weight:bold;
	}
p a:hover {
	color:#FF3300;
	text-decoration:underline;
	}
li {
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	color:#333;
	}
li a {
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
	}
li a:hover {
	color:#999;
	text-decoration:none;
	}
hr {
	color:#EEE;
	height:1px;
	}
	
/*******************
MAIN SITE STRUCTURE
********************/

#container {
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:980px;
	height:auto;
	min-height:800px;
	background:url(../img/containerbg.jpg) left top no-repeat #000;
	z-index:0;
	}
#containerBg {
	margin:auto;
	clear:both;
	position:relative;
	overflow:hidden;
	width:980px;
	height:auto;
	min-height:800px;
	background:url(../img/ed-web-bg.png) left top no-repeat;
	z-index:0;
	}
#newsletter {	
	position:absolute;
	top:0;
	left:450px;
	overflow:hidden;
	width:370px;
	height:80px;
	padding:40px 10px 10px 110px;
	text-align:left;
	z-index:100;	
	background: url(../img/speakerHeadphone.png) left bottom no-repeat;
	}
#newsletter {
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	}
#social {	
	position:fixed;
	top:300px;
	left:5px;
	z-index:200;
	}

	
#myspace {	
	z-index:200;
	}
#facebook {	
	z-index:200;
	}
#logo {
	position:absolute;
	top:10px;
	left:20px;
	width:434px;
	height:535px;
	background:url(../img/logo.png) no-repeat;
	}
#header {
	position:relative;
	overflow:hidden;
	width:980px;
	height:250px;
	padding:0 0 0 0;
	}
#contentWrapper {
	margin:0 0 0 100px;
	overflow:hidden;
	position:relative;
	width:700px;
	height:auto;
	min-height:400px;
	z-index:5;
	padding:50px;	
	}
#contentBg {
	overflow:hidden;
	position:relative;
	width:961px;
	height:auto;
	padding:5px;
	z-index:5;
	background:#EEE;
	}
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	padding:5px 0 0 0;
	width:225px;
	height:auto;
	z-index:6;
	}		
#content {
	float:left;
	overflow:hidden;
	position:relative;
	width:700px;
	height:auto;
	padding:0;
	z-index:6;
	margin-top:5px;
	}
#contentRight {
	float:left;
	overflow:hidden;
	position:relative;
	width:228px;
	height:auto;
	padding:0 0 0 0;
	margin:0 0 0 5px;
	z-index:6;
	}	
	
/*********
CONTENT
**********/

#contentWrap {
	overflow:hidden;
	position:relative;
	width:701px;
	height:auto;
	min-height:480px;
	padding:20px;
	z-index:6;
	border:1px solid #CCC;
	background:#FFF;
	margin-bottom:5px;
	}	
#contentWrap img { 
	position:relative;
 	margin:0 8px 8px 8px;
	}
#contentWrap ul {
	padding-left:15px;
	}	
.cmsMod {
	float:left;
	overflow:hidden;
	position:relative;
	width:130px;
	height:170px;
	text-align:center;
	}	
			
/**********
INDEX
***********/

#contentWrapIndex {
	float:left;
	overflow:hidden;
	position:relative;
	width:468px;
	height:auto;
	min-height:400px;
	padding:20px;
	z-index:6;
	border:1px solid #CCC;
	background:#FFF;
	margin-bottom:5px;
	}	
#contentWrapIndex img { 
	margin:0 8px 8px 8px;
	}
#contentWrapIndex ul {
	padding-left:15px;
	}	
	
/*********
Top Level
**********/

#menuWrap {
	position:absolute;
	top:200px;
	left:400px;
	list-style:none;
	width:600px;
	height:36px;
	background:url(../img/bgRpt.png) repeat;
	padding:0 0 0 0;
	}
.menuItem {
	float:left;
	position:relative;
	overflow:hidden;
	font-size:1.3em;
	width:auto;
	height:36px;	
	text-align:left;
	}
.menuItem a {
	float:left;
	display:block;
	cursor:pointer;
	color:#FF6600;
	width:auto;
	height:31px;
	outline:none;
	padding:5px 30px 0px 0;
	text-decoration:none;	
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	}
.menuItem a:hover {
	float:left;
	color:#FFF;
	text-decoration:none;
	}
.menuItemHere {
	float:left;
	overflow:hidden;
	position:relative;
	font-size:1.3em;
	height:36px;
	border-right:1px solid #CCC;
	background:url(../img/topMenuOver.png) no-repeat;
	}
.menuItemHere a {
	float:left;
	display:block;
	cursor:pointer;
	color:#FFF;
	width:auto;
	height:31px;
	outline:none;
	padding:5px 80px 0 0;
	text-decoration:none;
	background:url(../img/topMenuHere.png) no-repeat;
	}
.menuItemHere a:hover {
	float:left;
	color:#FF6600;
	text-decoration:none;
	background:url(../img/topMenuOver.png) no-repeat;
	}
	
/***********
SIDE MENU 
***********/

ul.sideMenuWrap {
	width:218px;
	list-style:none;
	}
li.sideMenu	a {
	border:1px solid #CCC;
	}
.sideMenu {
	overflow:hidden;
	width:220px;
	height:auto;
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 2px 0;
	}
.sideMenu a {
	display:block;
	cursor:pointer;
	width:208px;
	height:auto;
	background:#EEE;
	color:#000;
	padding:6px 0 6px 10px;
	text-decoration:none;
	}
.sideMenu a:hover {
	background:#000;
	color:#FFF;
	text-decoration:none;
	}	
li.sideMenuHere	a {
	border:1px solid #CCC;
	}
.sideMenuHere {
	width:220px;
	height:auto;
	font:normal 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
.sideMenuHere a {
	display:block;
	cursor:pointer;
	width:208px;
	height:auto;
	background:#000;
	color:#FFF;
	padding:6px 0 6px 10px;
	text-decoration:none;
	}
.sideMenuHere a:hover {
	background:#EEE;
	color:#000;
	text-decoration:none;
	}
	
/***********
SUB MENU 1
***********/

.subMenuWrap {
	margin:1px 0 0 0;
	}
.subMenu {
	position:relative;
	font-size:0.75em;
	width: 220px;
	height: auto;
	margin:0 0 2px 0;
	}
.subMenu a {
	color:#333;
	display: block;
	width: 193px;
	height: auto;
	padding:6px 0 6px 20px;
	text-decoration: none;
	background:#EEE;
	}
.subMenu a:hover {
	color:#FFF;
	display: block;
	text-decoration: none;
	background:#000;
	}
.subMenuHere {
	position:relative;
	font-size:0.75em;
	width: 220px;
	height: auto;
	margin:0 0 2px 0;		
	}
.subMenuHere a {
	color:#FFF;
	display: block;
	width: 193px;
	height: auto;
	padding:6px 0 6px 20px;
	text-decoration: none;
	background:#666;
	}
.subMenuHere a:hover {
	color:#FFF;
	display: block;
	text-decoration: none;
	background:#000;
	}	
	
/***********
SUB MENU 2
***********/	

.subSubMenuWrap {
	margin:2px 0 2px 0;
	}
.subSubMenuWrap ul {
	position:relative;
	width: 220px;
	height: auto;
	}
.subSubMenu {
	display: block;
	position:relative;
	font-size:0.9em;
	width: 220px;
	height: auto;
	}
.subSubMenu a {
	color:#666;
	display: block;
	width: 178px;
	height: auto;
	padding:5px 0 5px 30px;
	text-decoration: none;
	background:#EEE;
	}
.subSubMenu a:hover {
	color:#FFF;
	text-decoration: none;
	background:#000;
	}
.subSubMenuHere {
	font-size:0.9em;
	width: 220px;
	height: auto;
	}
.subSubMenuHere a {
	color:#FFF;
	display: block;
	width: 178px;
	height: auto;
	padding:5px 0 5px 30px;
	text-decoration: none;
	background:#000;
	}
.subSubMenuHere a:hover {
	color:#FFF;
	display: block;
	text-decoration: none;
	background:url(../img/subSubMenuOver.png) no-repeat;
	}
	
/******
Footer
******/

#footerWrap {
	overflow:hidden;
	position:relative;
	width:1010px;
	height:50px;
	padding:30px 0 0 0;
	text-align:center;
	background:url(../img/footer.png) no-repeat;
	}
#footer  p {
	font:normal 100 0.9em normal Arial, Helvetica;
	line-height:15px;
	color:#000;
	}
#footer a {
	color:#0066CC;
	text-decoration:underline;
	}
#footer a:hover {
	color:#CC3300;
	text-decoration:none;
	}	