@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0d0d0d;
	background-image: url(images/bkgd_tile.jpg);
	background-repeat: repeat-x;
}
.home #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 66px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/home-bkgd-image.jpg);
	background-repeat: no-repeat;
	background-position: left 66px;
	height: 645px;
} 
.home  h1,.sub h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.home  h2,.sub h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.home  p,.sub p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.home #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.home #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	padding-top: 40px;
	padding-right: 55px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.home #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 35px;
	width: 555px;
	padding-right: 35px;
	height: 465px;
} 
#mainNavigation {
	background-image: url(images/obi-navbkgd.png);
	background-repeat: no-repeat;
	height: 30px;
	vertical-align: middle;
}
* html #mainNavigation {
	margin-top: -3px;
}
#mainNavigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004d7b;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#mainNavigation li {
	float: left;
}
#mainNavigation li a:link,#mainNavigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004d7b;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
}
#mainNavigation li a:hover{
	background-image: url(images/navbkgd_over-selected.gif);
	color: #bfbfbf;
	background-repeat: repeat-x;
}
#mainNavigation li a.current,#mainNavigation li a.current:hover,#mainNavigation li a.current:active {
	cursor: default;
	color: #e6e6e6;
	background-image: url(images/navbkgd_over-selected.gif);
	background-repeat: repeat-x;
}
#mainNavigation li a.services {
	padding-left: 40px;
}
#mainNavigation li a.servicescurrent,#mainNavigation li a.servicescurrent:hover,#mainNavigation li a.servicescurrent:active {
	cursor: default;
	color: #e6e6e6;
	background-image: url(images/navbkgd_over-selected.gif);
	background-repeat: repeat-x;
	padding-left: 40px;
}
.home #sidebar1 a {
	color: #bfbfbf;
}
.home #sidebar1 a:hover,.home #sidebar1 a:visited {
}
#footer {
	text-align: right;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
* html #subhead {
	margin-top: -3px;
}
.sub #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 66px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 645px;
} 
.sub #mainContent {
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 40px;
	width: 860px;
	padding-right: 40px;
	background-image: url(images/bkgd-subpgs.gif);
	background-repeat: repeat;
	background-position: top;
} 
.sub table {
	margin: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
.tdMap {
	background-image: url(images/bkgd_map.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	color: #004d7b;
	margin: 0px;
	padding: 0px;
}
.sub p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.sub h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #c6781b;
}
.sub h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #c6781b;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.sub a {
	color: #004d7b;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.sub #mainContent ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#introContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#TabContentPhotoTable {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#TabContentPhotoTable p {
	line-height: 18px;
}
#TabContentStatTable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.tableEven {
	background-color: #ffffff;
}
.tableObject {
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #595959;
}
#TabContentStatTable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #595959;
	margin: 0px;
	padding: 0px;
}
.sub #TabContentServices {
	width: 685px;
	padding-top: 30px;
	padding-left: 70px;
	padding-bottom: 30px;
}
.tableH3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #c6781b;
}
.sub #TabContentServices li, .sub #TabContentServices ul {
	padding-top: 8px;
}
