/* Layout */
body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-color: #000000;
	margin: 0;
	padding: 0;
	margin: 0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	/ * Scrollbar Customization - Only works in IE */
    scrollbar-3dlight-color:black;
    scrollbar-arrow-color:white;
    scrollbar-track-color:#545454;
    scrollbar-darkshadow-color:black;
    scrollbar-face-color:#545454;
    scrollbar-highlight-color:#545454;
    scrollbar-shadow-color:#545454;
}

#wrapper{
	position: relative;
	float: none;
	width:	852px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#topLinks{
	position: relative;
	width: 850px;
	height: 15px;

	text-align: right;
}

#mainblock {
	position: relative;
	float: none;
	width:	850px;
	height: 585px;
	top: 5px;
	background-color: #000000;
	border: #414141 1px solid;
	text-align: center;
}

#mainblock2 {
	position: absolute;
	float: none;
	width: 830px;
	height: 535px;
	top: 10px;
	left: 10px;
	background-color: #000000;
	border: none;
	text-align: left;
}


#mediaPlayer {
	position: absolute;
	float: none;
	width: 562px;
	height: 389px;
	top: 143px;
	left: 0px;
	background-color: #111111;
}

/* Clear Div sitting over the flash player that can be clicked on */
#mediaPlayerClicker {
	visibility: collapse;
	position: absolute;
	float: none;
	width: 562px;
	height: 389px;
	top: 143px;
	left: 0px;
	z-index: 105;
	background-color: white;
	filter: alpha(opacity = 1);
	opacity: 0.001;
}

#prevButton{
	width: 33px;
	height: 24px;

	position: absolute;
	top: 0px;
	left: 223px;
	
	
	border: none;
}
#countBox{
	width: 40px;
	height: 15px;

	position: absolute;
	top: 0px;
	left: 257px;
	
	font-weight: bold;
	color: white;
	
	margin-top: 3px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nextButton{
	width: 33px;
	height: 24px;

	position: absolute;
	top: 0px;
	left: 301px;
	
	border: none;
}
/* Back button used in the technology section */
#backButton {
	width: 144px;
	height: 19px;
	
	position: absolute;
	top: 2px;
	left: 340px;
	
	text-align: right;
	border: none;
}
#topBox {
	position: absolute;
	float: right;
	width: 250px;
	height: 190px;
	top: 143px;
	right: 0;
	
	background-image: url('../images/background_pr.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
	border: #222222 1px solid;
}

#bottomBox {
	position: absolute;
	float: right;
	width: 250px;
	height: 190px;
	top: 340px;
	right: 0;
	background-image: url('../images/background_top10.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #000000;
	border: #222222 1px solid;
}

.boxContent{
	position: absolute;
	width: 240px;
	height: 155px;
	font-size: 10px;
	color: #BBBBBB;
	top: 30px;
	right: 5px;
}

div#popup{
	position:absolute;
	float: right;
	height:170px; 
	width:240px; 
	top: 170px;
	right: 5px;
	padding-top: 10px;
	z-index:+1;
	border: #EEEEEE 1px solid;
	background-image: url('../images/background_gradient.jpg');
	
	text-align: center;
	font-size: 10px;
}

/* Empty div to sit over the logo and make it clickable */
div#logo{
	width: 160px;
	height: 70px;
	
	position: absolute;
	float: right;
	top: 20px;
	right: 40px;
}

/* Body of iFrame pages that pop-up in a thickbox window */
div.iframe{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	
	
}

#contentScroll {
	position: absolute;
	float: left;
	width: 541px;
	height: 389px;
	top: 143px;
	left: 0;
	overflow : auto;  /* Make it Scroll */
	border:  #333333 1px solid;
	background-image: url('../images/background_textarea.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #000000;

	padding-left: 10px;
	padding-right: 10px;
}

/* Note:  This content block was originally on the right and was moved to the left */
#contentScrollRight {
	position: absolute;
	float: left;
	/*	float: right; */
	width: 600px;
	height: 389px;
	top: 143px;
	/*right: 0;*/
	left: 0;
	overflow : auto;  /* Make it Scroll */
	border:  #333333 1px solid;
	text-align:justify;
	background-image: url('../images/background_textarea_mid.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	
	padding-left: 10px;
	padding-right: 10px;
}
#contentScrollFull {
	position: absolute;
	float: left;
	width: 807px;
	height: 389px;
	top: 143px;
	left: 0;
	overflow : auto;  /* Make it Scroll */
	border:  #333333 1px solid;
	text-align:justify;
	background-image: url(../images/background_textarea_large.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

#contentScrollFullSolidBK {
	position: absolute;
	float: left;
	width: 807px;
	height: 389px;
	top: 143px;
	left: 0;
	overflow : auto;  /* Make it Scroll */
	border:  #333333 1px solid;
	text-align:justify;
	/*background-image: url(../images/background_textarea_large.jpg);*/
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #191919;
	padding-left: 10px;
	padding-right: 10px;
}

#contentImage {
	position: absolute;
	float: right;
	width: 260px;
	height: 389px;
	top: 143px;
	right: 0;
	
	border:  #333333 1px solid;
	background-color: #000000;
}

/* Note:  This content block was originally on the right and was moved to the left */
#contentLeftMenu {
	width: 200px; /* Smaller to allow for padding */
	height: 389px; /* Smaller to allow for padding */
	
	position: absolute;
	float: right;
	/*float: left;*/
	top: 143px;
	/*left: 0;*/
	right: 0;
	overflow: auto;  /* Make it Scroll */
	
	border:  #333333 1px solid;
	background-image: url('../images/left_menu.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
}

div#nowPlayingList{
	padding-right: 10px;
}

/* Content Area: Main Header Block */
div#header{
	position: relative;
	width: 100%;
	height: 143px;
	background-image: url('../images/banner1.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

div#menu{
	position: relative;
	top: 6px;
	left: 0px;
	width: 600px;
	height: 103px;
}
div.menuItem{
	position: relative;
	top: 0;
	left: 0;
	width: 400px;
	height: 16px;
	margin-top: 1px;
	text-transform:uppercase;
}
div.menu1{
	position: relative;
	font-weight: bold;
	padding-left: 10px;
	width: 150px;
}
div.menu2{
	position: relative;
	top: 0;
	left: 0;
	background: #000000;
	color: #FFFFFF;
	padding-left: 20px;
	width: 425px;

}

/* Content Area: Footer Block (Clock & Player) */

#playerbar {
	background-image: url('../images/background_player.gif');
	background-repeat: no-repeat;
	position: absolute;
	float: none;
	width: 845px;
	height: 25px;
	bottom: 10px;
	left: 10px;
	border: none;
}

#clock{
	position: absolute;
	float: left;
	width: 210px;
	height: 15px;
	right: 29px;
	top: 4px;
	text-align: center;
	padding-left: 5px;
	padding-top: 3px;
	/*background-color: #000000;*/
	font-size: 11px;
	color: #999999;
	border: #222222 1px solid;
}

#musicPlayer{
	position: relative;
	float: right;
	width: 200px;
	height: 26px;
	right: 10px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
	background-color: transparent;
}

.copyright{
	font-size: 9px;
	color: #666666
}

#controls{
	postion: relative;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* Basic Elements */

a {
	color: #FFFFFF;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none; 
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration:none; 
	color: #f2ee98;
	font-weight: bold;
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 150%;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

ol{
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 5px;
	line-height: 150%;
}

ul{
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 5px;
	line-height: 150%;
}
li {
	line-height: 150%;

}
li.pressReleases{
	margin-bottom: 8px;
}

hr {
	margin-left: 5px;
	margin-right: 10px;
}

/* This makes the master links (Home, KoolCentral, etc.) different from the rest of the links */
.GrayLinks{
	font-size: 11px;
	color:#CCCCCC;
	font-weight: normal;
}
a.GrayLinks {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
a.GrayLinks:link, a.GrayLinks:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a.GrayLinks:hover {
	text-decoration: none;
	color: #f2ee98;
	font-weight: normal;
}

/* Class used to pre-load images for a page */
.preload{
	display: none;
}

/* Class used to indent any text */
.indent {
	margin-left: 20px;
}

/* Custom designed styles per section*/

.categoryBody1 {
	line-height: 150%;
	text-align:justify;
}

img.managementImg {
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
img.officeImg {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid white;
}

table.managementTable {
	padding-left: 10px;
}
ul.dashList{
	list-style-type: none;
}

.pr_item {
	margin-bottom: 20px;
	margin-left: 10px;
}
.biggerFont {
	font-size: 14px;
	font-weight: bold;
}

/* Start with the sub-menus hidden so they don't flash on-screen when the page is loading */
.menu2 {
	display: none;
}
span.gray {
	color: #666666;
	font-weight: bold;
}
.nospace {
	margin-top: 0;
	padding: 0;
}
.disabled{
	background-color: #eeeeee;
	color: black;
}
