/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:08 - Pure Center
  -----------------------------------
*/
#p7TBM {
	padding-top: 78px;
     
}

/*#p7TBM a {
	font-weight: bold;
}*/

#p7TBMroot {
	font-size: 1.1em;
	margin: 0 0 6px 0;
	text-transform: lowercase;
       /*make margin-bottom 12px for button style or 6 for tab*/
}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	text-align: center;
	margin: 0;
	padding: 5px 0 5px 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
}
#p7TBMroot .p7TBMtext li a {
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
       background-color: #396086;
       border: 1px solid #396086;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #ffffff!important;
	background-color:#3e7d90;
	border: 1px solid #3e7d90;
	cursor: default;
}

/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active { /*unselected toplevel tabs*/
       color: #3e7d90!important;
       background-color: #ffffff;
       border: 1px solid #999999;
	cursor: default;
}
#p7TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

.p7TBMsubbox ul {
	font-weight: bold;
}

.p7TBMsubbox ul li a {
       color: #3e7d90;
	text-transform: lowercase;
}
.p7TBMsub ul {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	background-image: url(/i/iebfix.gif);
	background-color: transparent;
	border: none;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
	margin: 0 6px 0 0;
}
.p7TBMsub li a {
	padding: 3px 1px;
	text-decoration: none;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	text-decoration: underline;
       color: #3e7d90;
}

#p7TBM br {
	display: none !important;
}
/* current marker style */
#p7TBM .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	text-decoration: none;
	cursor: default;
       color: #396086;
       border: #396086 1px solid;
}

/*additions to page styling with header*/
body {
background:#86aecb url(/i/outer_tile.gif) repeat-x scroll left top;
margin:0px;
padding:0px;
}
#header {
background:#FFFFFF url(/i/header_nav_bg_wider.gif) no-repeat scroll left top;
height:116px;
margin:0pt auto;
padding:0pt;
position:relative;
width:959px;
}
* html #header_top {
margin-top:-2px;
}
.p7TBMsubbox ul li {
background:transparent url(/i/sub_nav_divider.jpg) no-repeat scroll right center;
padding: 0 8px 0 0;
}
li.last {
background:transparent none repeat scroll 0% !important;
border:medium none !important;
margin-right:0 !important;
padding-right:0 !important;
}
#mainbox {
height:100%;
padding: 0 0 20px 0;
font-size:12px;
color:#444;
text-align:left;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#homeimage {
    position: relative;
    float: right;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 323px;
}

#whatsnew {
    border: #396086 1px solid;
    width: 290px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    background:#527eb2 url(/i/reconnews.jpg) repeat-x scroll left top;
}

#whatsnew img, #footer img.att {
   behavior: url(/iepngfix.htc);
}

#footer img.wetlabs {
behavior: url(/iepngfix.htc);
}


#whatsnew h2 {
    color: #ffffff;
    font-size: 1.3em;
}

#whatsnew p {
    margin-top: 3px;
    font-weight: bold;
    line-height: 1.4em;
}


