/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.body {
	background-image: url(images/bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

A:link    {text-decoration: none; color: #058e94;}
A:visited {text-decoration: none; color: #058e94;}
A:active  {text-decoration: none; color: #058e94;}
A:hover   {text-decoration: underline; color:#be1337;}
img {border: none;}
:focus, :active { outline: 0; }
.left {float:left; margin-right:12px;margin-bottom: 10px; }
.right {float:right; margin-left:12px;margin-bottom: 10px; }
.clear {clear: both;}

hr {color: #fff; background-color: #fff; border: 1px dotted #374c43; border-style: none none dotted; clear:both; }
 
 H1 {line-height:26px; font-size:24px; font-weight:bolder; color: #058e94; margin-top:2px;} 
 H2 {line-height:22px; font-size:20px; font-weight:bolder; color: #058e94; margin:10px 0;}
 H3 {line-height:18px; font-size:16px; font-weight:bolder; color: Black;}
 H4 {line-height:16px; font-size:14px; font-weight:bolder; color: Black;}
 
p {
	margin: 0 0 12px 0;
	padding: 0;
}
.tablebg td { background-color: #FFFFF0;}
#headerbg { background: #F0FFFF; }
#headerbg h2 {border-bottom:solid 1px #67cbcf;}
#physdir td {
	border-bottom: dashed 1px #dddddd;
	border-right: solid 1px #dddddd;
}
#physdir {
	border: solid 1px #dddddd;
	border-right: none;
}

#wrapper {
	width: 980px;
	padding:0;
	margin:0 auto;
}
#header {
	background:url(images/header.jpg);
	height:114px;
}

#center-content {
	background:url(images/center.gif) repeat-y;
}
#centerbottom {
	width: 618px;
	background:url(images/homelinebg.gif) repeat-y top center;
}
#center-left {
	float: left;
	width: 299px;
}
#center-right {
	float: right;
	width: 299px;
}
#navleft {
	float:left;
	width: 151px;
}
#employees {
	background:url(images/employees.jpg) top no-repeat;
	padding-top: 49px;
}
#content {
	float:left;
	width: 618px;
	padding:5px 0 5px 10px;
}
#content-text {
	float:left;
	width: 584px;
}

#contentbar-right {
	float:right;
	width: 192px;
}
#contentbar-right-pad {
	width: 172px;
	text-align: left;
	margin: 0 auto;
}
#newstitle {
	border-bottom:1px dotted #999999;
	font-size: 14px;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:2px;
}
#newsbox {
	width: 162px;
	background-color:#f3f9f9;
	padding: 5px;
	margin-top: 5px;
}
#footer {
	background:url(images/footer.gif);
	height: 34px;
}
#footer-text {
	font-size: 12px;
	color:#054330;
	text-align:center;
	padding-top:6px;
}
