/* Ohio Burn Unit CSS */
/* Globals and generics */
body {
	background:Black url(/images/background.jpg) top center repeat-y;
	font:1em Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"28 Days Later", Arial, sans-serif;
	margin:0 0 20px;
}

h6 {font-size:110%;}
h5 {font-size:120%;}
h4 {font-size:130%;}
h3 {font-size:140%;}
h2 {font-size:150%;}
h1 {font-size:160%;}

a, a:link {color:#f25522;text-decoration:none;}
a:hover {text-decoration:underline;}

.bold {font-weight:bold;}
.orange {color:#f25522;}
.floatL {float:left;margin:0 20px 20px 0;}
.floatR {float:right;margin:0 0 20px 20px;}

/***************/
/* Page Layout */
/***************/
#pageCont {
	margin:0 auto 20px;
	width:900px;
}

#logoPic {
	position:absolute;
}

#logoCont a img {
	border:0;
	margin-left:30px;
	vertical-align:bottom;
}

/*********************/
/* Navigation styles */
/*********************/
#navigation {
	background:url(/images/navBackground.gif) no-repeat;
	height:28px;
	padding-top:13px;	
}

#navigation ul {
	margin-left:110px;
}

#navigation ul li {
	float:left;
	height:28px;
	position:relative;
	width:100px;
}

#navigation ul li img {
	border:0;
	height:28px;
	width:100px;
}

#navigation ul li a,
#navigation ul li a:link {
	color:White;
	display:block;
	height:28px;
	line-height:1em;
	text-decoration:none;
}

#navigation ul li a:hover {
	background-position:0 -28px !important;
	color:#f26522;
}

#navigation ul li ul li a,
#navigation ul li ul li a:link {
	background:Black;
	height:auto;
	padding:10px;
}

#navigation ul li ul {
	margin:0;
	padding:0;
	position:absolute;
	top:28px;
	visibility:hidden;
	z-index:1000;
}

#navigation ul li ul li ul {
	left:100px;
	top:0px;
	visibility:hidden;
}

/* Make it all work */
#navigation ul li:hover ul {visibility:visible;}
#navigation ul li:hover ul li ul {visibility:hidden;}
#navigation ul li:hover ul li:hover ul {visibility:visible;}


/*******************/
/* Masthead styles */
/*******************/
body#Home #mastHead {
	background:White url(/images/mastHeadHome.jpg) no-repeat;
	height:225px;
}

#mastHead {
	background:White url(/images/mastHead.jpg) no-repeat;
	height:56px;
}

/******************/
/* Content Styles */
/******************/
#mainCont {
	background:#2a2a2a url(/images/mainBackground.png) repeat-x;
	color:#ffffff;
	padding:30px;
}

#mainCont p {
	line-height:1.3em;
	margin-bottom:1.2em;	
	text-align:justify;
}

.sideBar {
	background:url(/images/sideBarBackground.png) no-repeat;
	color:#2a2a2a;
	float:right;
	margin-left:30px;
	width:258px;
}

.sideBar h2 {color:#2a2a2a;padding:10px;}

.sideBar div {
	background:White;
	padding:10px;
}

.sideBar dl dt {
	color:#f26522;
}

/*****************/
/* Footer styles */
/*****************/
#footer {
	background:url(/images/footerBackground.png) no-repeat;
	color:#999999;
	font-size:.8em;
	height:40px;
	padding:10px;
	text-align:center;
}

/************************/
/* Page Specific Styles */
/************************/
.biosData {
	float:left;
	padding:20px;
}

.newsHeading {
	background:Black;
	padding:4px;
}

.newsDate {
	float:right;
}

.newsItem {
	margin-right:300px;
	margin-bottom:30px;
}

img.giThumbnail {
 border: 0px;
}

div#newsControls {
 border-top: 1px solid white;
 border-bottom: 1px solid white;
 font-size: x-small;
 text-align: center;
}

div#prevNews {
 float: left;
}

div#nextNews {
 float: right;
}


div.toolsData {
  width: 250px;
  height: 500px;
  float: left;
  z-index: 3;
  padding: 5px;
}

body#Contact td input,
body#Contact td select,
body#Contact td textarea {
  padding:3px;
}

body#Contact td {
  padding:8px;
}

body#Contact tr.securityCode {
  background:#ccc;
}

body#Contact tr.securityCode td {
  color:Black;
  padding:10px 4px;
}

body#Contact td.labels {
  text-align:right;
  vertical-align:top;
  width:120px;
}

body#Contact td.centered {
  text-align:center;
}

body#Contact label {
  color:#f25522;
  font-weight:Bold;
}
