* {
  margin: 0;
  padding: 0;
}
/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
html, body {
  height: 100%; /* Required */
}

body 
{
	background-color: #38383a;
	font: 13px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #38383a;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 13px;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	margin-bottom: 10px;
}

a
{
	text-decoration: none;
	color: #999;
}

a:hover
{
	color: #00a5ed;
}
a img
{
	border: none;
}
ul, ol
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
ul
{
	list-style: none none;
}
ol
{
	list-style: decimal inside;
}
li
{
}
table
{
	font-size: 1em;
	width: auto;
	height: auto;
}
.hidden
{
	display: none;
}
.clear 
{
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.blue
{
	color: #00a5ed;
}
.small
{
	font-size: .9em;
}

#wrapper
{
    margin: 0px 0px 0px 30px;
	width: 960px;
	position: relative;
    height: 100%; /* For IE */
	background: url(/images/db_web_background.png) no-repeat 0px 30px #fff;
}
html>body #wrapper
{
    min-height: 100%; /* For Modern Browsers */
    height: auto !important; /* For Modern Browsers */
}
#topStrip
{
	width: 960px;
	height: 30px;
	background-color: #38383a;
}
#middle
{
	margin: 0 0 0 0;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
html>body #middle
{
	margin-bottom: 0px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#footer
{
	width: 960px;
	height: 30px;
	position: relative;
	left: 0px;
	background-color: #38383a;
	margin: -30px 0px 0px 30px;
}
#footer p
{
	font-size: .9em;
	padding: 8px 0px 0px 2px;
	color: #ccc;
}
#footer a:hover
{
	color: #ccc;
}
#homeBox
{
	width: 690px;
	height: 360px;
	background: #00adef;
}
#homeContent
{
	float: left;
	width: 330px;
	height: 360px;
	color: #fff;
	font-size: 1.2em;
}
#homeContent p
{	
	padding: 2px;
}
#homeFlash
{
	float: right;
	width: 360px;
	height: 360px;
}
#casesFlash
{
	float: left;
	width: 510px;
	height: 330px;
}
/*homepage newspanel*/
#newsPanel
{
	display: none;
}
#homeRight
{
	width: 150px;
	height: 360px;
	float: right;
	margin-top: -360px;
}
#homeRight p
{
	padding: 2px;
}
#homeRight a
{
	color: #fff;
}

#overlayPanel
{
	float: left;
	width: 150px;
	height: 330px;
	height: 360px;
	/*background: #00adef;*/
}
#overlayPanel table
{
	float: left;
	width: 100%;
	height: auto;
}
#overlayPanel table td
{
	width: 150px;
	height: 330px;
	padding: 0px;
	vertical-align: bottom;
	color: #fff;
}
