/* SETS THE BASIC STYLES FOR THE PAGE */
body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

/* STYLES FOR THE CONTENT WRAPPER */
#wrapper {
	margin: 0 auto;
	width: 962px;
	background-color: #000000;
	background-image: url(../images/bg/bg-wrapper.png);
	background-repeat: repeat-x;
}

/* STYLES FOR THE FLASH HEADER */
#flashheader {
	margin: 0 auto;
	width: 960px;
	height: 100px;
}

/* STYLES FOR THE FOR THE TV BACKGROUND */
#mainheadertv {
	margin: 0 auto;
	height: 268px;
	width: 960px;
	background-image: url(../images/site/tv-header2.jpg);
	background-repeat: no-repeat;
}

/* STYLES FOR THE VIDEO BOX */
#videobox {
	margin: 0 auto;
	width: 400px;
	height: 225px;
	border: 1px solid #666666;
	background:#999999;
	position:relative;
	top:18px;
}

/* STYLES FOR THE MAIN BODY CONTENT */
#content {
	margin: 0 auto;
	width: 750px;
	margin-top: 15px;
}

/* STYLES FOR TEXT PAGES */
#textpages {
	margin: 0 auto;
	width: 600px;
	margin-top: 15px;
}

/* SETS THE BASIC STYLES FOR THE PAGE FOOTER*/
#footer {
	clear: both;
	padding-top:20px;
	margin: 0 auto;
	width: 960px;
	font-size: 10px;	
}

/* SETS THE BASIC STYLES FOR THE WHAT IS VELEVATOR BOX */
#whatisvel {
	float: left;
	text-align: left;
	margin: 0;
	padding: 10px;
	width: 210px;
}

/* SETS THE BASIC STYLES FOR THE AUDIENCE BOX */
#audience {
	float: right;
	text-align: left;
	padding: 10px;
	width: 490px;
}

/* DEFINES THE ROLLOVER MENU */

#navcontainer ul {
	padding: 3px;
	margin: 0;
	list-style: none;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	font-weight: bolder;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

#navcontainer a {
	color: #FFF;
}

li {
	display: inline;
}

li a {
	text-decoration: none;
	background-image:url(../images/bg/bg-menudefault.gif);
	color: #FFF;
	padding: 3px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	background-repeat: repeat-x;
	background-color: #006699;
}

li a:hover {
	background-image:url(../images/bg/bg-menuactive.gif);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	bottom: -1px;
	border-width: 1px;
	border-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	border-top-color: #999999;
	background-repeat: repeat-x;
	background-color: #669900;
}

/* SETS THE DEFAULT TEXT LINK STYLES */

a:link {
	color: #669900;
	text-decoration: none;
}

a:visited {
	color: #669900;
	text-decoration: none;
}

a:hover {
	color: #84AD33;
	text-decoration: underline;
}

a:visited {
	color: #669900;
	text-decoration: none;
}

/* SETS MISC FONT STYLES */
.headline {
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	line-height: 175%;
}

