@charset "UTF-8";
/* CSS Document */

body {background-color:#0099CC; margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

.mediaKit-header {
	font-size: 18px;
	color: #0099cc;}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	padding-right:12px;
}

.style2 {
	color: #0099cc;
	text-decoration:none;
	font-size: 15px;
}

.style3 {
	color: #ff9900;
}

.style4 {
	color: #fff;
	font-weight: bold;
	
}

.style5 {
	font-size: 18px;
	color: #ff9900;
}

.style6 {
	font-size: 10px;
}

.style7 {
	color: #ccc;
}

.style8 {	

	padding-left:25px;
	padding-top:50px;
}

/********* NEW LAYOUT STYLES ************/

div#wrapper {width: 920px; margin: 0px auto; background: url(../images/upper-left-bg.gif) top left no-repeat;}

div#header {position: relative; width: 788px; height: 147px; margin: 0px auto;
	background: url(../images/logo-bg.gif) left bottom no-repeat;}
div#header img#logo {float: left; border: none;}
div#header img#tagline {position: absolute; bottom: 0px; right: 0px;}

ul#utilitynav {position: absolute; top: 15px; right: 0px; margin: 0px; padding: 0px; list-style-type: none;}
ul#utilitynav li {display: inline; float: left; margin: 0px auto; padding: 0px;}
ul#utilitynav li a {font-size: 12px; text-decoration: none; text-align: center; color: #00ffff; display: block;
	padding: 0px 12px; margin: 0px;}
ul#utilitynav a:hover {text-decoration: underline;}

div#container {width: 788px; margin: 0px auto; background: url(../images/container-bg.gif) repeat-y;}

div#mini-sidebar {float: left; display: inline; width: 36px; height: 474px; background: url(../images/left-column.gif);}

div#main-sidebar {float: left; display: inline; width: 207px;}
div#main-sidebar img.bottom_image {float: left;}

ul#mainnav {padding: 20px 0px 118px 0px; margin: 0px; border-right: 1px solid #99cccc;
	background: url(../images/left-nav-img.gif) bottom right no-repeat #fff;}
ul#mainnav li {list-style: none; margin: 0px; padding: 0px; border-bottom: 1px solid #99cccc;}
ul#mainnav a {margin: 0px; padding: 0px;}
ul#mainnav li a img {border: none; margin: 5px 0px 5px 25px;}

ul#content_links{position: relative; top: 15px; right: 0px; left: 10px; margin: 0px; padding: 0px;}
ul#content_links li { margin: 10px; padding: 0px;}
ul#content_links a {margin: 0px; padding: 0px;}
ul#content_links li a {font-size: 18px; text-decoration: none; text-align: left; color: #339999; display: block;}
ul#content_links li a:hover {text-decoration: underline;}


div#content {float: left; display: inline; width: 545px; padding: 20px 0px 0px 0px; margin: 0px;}
div#content div.padding {padding: 10px 20px;}
div#content img#home { float: left; margin: 0px; padding: 0px; width: 545px;}
div#content img.bottom-image {float: left; width: 545px; margin:0px; padding: 0px;}

div.clearboth {clear: both;}

/*********************/
.dhtmlwindow{
position: absolute;
border: 2px solid #FFFFFF;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: normal 12px Arial;
background-color: #CCCCCC;
color: #333333;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}

.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}

.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}

#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

ul.dash-list {
  margin: 0;
  padding: 0;
}
ul.dash-list li {
  margin: 0;
  padding: 2px 0 2px 16px;
  list-style: none;
  background: url('../images/hyphen-bullet.jpg') no-repeat top left;
  
}
