/*------------------Reset--------------------*/

html, body, div, span,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend /*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

/*------------------End Reset--------------------*/

body
{
	background: url(  '../images/mainbg.jpg' ) repeat-x #125278;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 14.5px;
	color: #6e6e6e;
}

fieldset
{
	padding: 10px 10px 10px 20px;
	border: 1px solid #0B4F98;
}

legend
{
	font-weight: bold;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	color: #0B4F98;
}

#container
{
	width: 1000px;
	margin: auto;
}

#containerTop
{
	width: 1000px;
	margin: auto;
}

#containerBottom
{
	width: 1000px;
	margin: auto;
}

#masthead
{
	margin: 0px;
	width: 100%;
	height:35px;
	padding: 0 0 45px 0;
	font-size: 14px;
	line-height: 16px;
}

#masthead h1 a
{
	margin: 5px 0px 0px 5px;
	float: left;
	width: 370px;
	height: 65px;
	overflow: hidden;
	background: url(    '../images/Baxterlogo.jpg' );
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	border-bottom: none;
}

#contact
{
	width: 160px;
	float: left;
	margin: 20px 0 0 396px;
	text-align: right;
}

.callEmail{
color:#0f96d6;
}

#header{
background:url('../images/header.jpg');
width:900px;
height:180px;
_margin-top:0px;
}

#headerHome
{
	padding: 16px 10px 0px 10px;
	width: 900px;
	height: 104px;
	color: #FFFFFF;
	font-size: 14px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C0C0C0;
}

#headerHome ul{
list-style:disc;
margin-left:20px;
margin-top:3px;
}

#headerHome li{
list-style:disc;
margin-left:20px;
margin-top:3px;
}

#headerHome a
{
	color: #FFFFFF;
}

#headerHome a:hover, #headerHome a:active
{
	color: #165782;
}

#headerSub{
width:900px;
height:0px;
_margin-top:-15px;
}


/*********Menu*********/

#navigation
{
	margin-top: 0px;
	width: 100%;
	height: 30px;
	position: relative;
}

#outer
{
	padding: 0;
	text-align: center;
	margin: 0;
	width: 100%;
	background: url(../nav/tab_logo_blue.jpg);
	height: 30px;
	background-color: #C0C0C0;
}
#outer ul
{
	display: table;
	margin: 0 auto 0 auto;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	height: 26px;
}
#outer ul li
{
	display: table-cell;
	width: auto;
	margin: 0;
	height: 26px;
	white-space: nowrap;
	float: left;
}
#outer ul li a
{
	font-family: verdana, arial, sans-serif;
	float: left;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 26px;
	display: block;
	height: 26px;
	padding: 0 20px;
	white-space: nowrap;
	color: #666666;
	margin-left: -1px;
	font-weight: bold;
}
#outer ul li a.down
{
	background: url(../nav/down.gif) no-repeat right center;
}
#outer ul li a:hover
{
	color: #FF6600;
	font-weight: bold;
}
#outer ul li a.down:hover
{
	color: #FF6600;
	background: url(../nav/down_over.gif) no-repeat right center;
}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {color:#000; font-weight: bold; background: url(../nav/down_up.gif) no-repeat right center;}

#submenus ul.none {display:none;}
#submenus ul.yes {display:table;}

#submenus
{
	clear: left;
	text-align: center;
	width: 100%;
	background: url(../nav/tab_logo_blue_sub.jpg);
	position: absolute;
}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:30px;}
#submenus ul li {display:table-cell; width:auto; margin:0;}
#submenus ul li a
{
	font-family: verdana, arial, sans-serif;
	float: left;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	display: block;
	height: 28px;
	padding: 0 20px 0 20px;
	white-space: nowrap;
	background: url(../nav/diamond.jpg) no-repeat right center;
	font-weight: bold;
}
#submenus ul li a.last {background:url(../nav/tab_logo_blue_sub.jpg);}
#submenus ul li a:hover 	
{
	color: #FF6600;
	font-weight: bold;
}


/*********End Menu*********/

a:link, a:visited
{
	color: #44a3d1;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #165782;
	text-decoration: none;
	font-weight: bold;
}

blockquote { text-align: left; text-indent: 25px; background: url('../images/quotes1.gif'); background-position: 0 2px; background-repeat: no-repeat; margin-bottom: 15px;  float:left;}

blockquote p { margin: 0; display: inline; }

blockquote span{ 
padding:0px 0 0px 5px; 
display: inline-block; 
background: url('../images/quotes2.gif'); 
background-position: right; 
background-repeat: no-repeat; 
width:15px;
height:15px;

}


#content
{
	padding: 40px 15px 20px 15px;
	width: 970px;
	margin: 0 auto;
}

.bold
{
	font-weight: bold;
	color: #666666;
	font-size: 13px;
}

#content ul{
list-style:disc;
margin-left:20px;
margin-bottom:15px;
font-weight: bold;
}

#content li{
list-style:disc;
margin-left:20px;
margin-bottom:5px;
font-weight: bold;
}

ul.listIndent2{
list-style:circle;
margin-bottom:0px;
}

#contentContainer
{
	width: 100;
	background-color: #FFFFFF;
}

#contentLeft{
float:left;
width:540px;
padding-bottom: 0px;
}

#contentLeftHeader{
float:left;
width:540px;
}

#contentLeftNarrow{
float:left;
width:400px;
}

#contentLeftNoImage
{
	float: left;
	width: 540px;
	padding-bottom: 5px;
}

#contentRight
{
	margin-left: 30px;
	width: 375px;
	float: right;
}

#contentRightHeader
{
	margin-left: 30px;
	width: 240px;
	float: right;
}

#twoColumn 
{
width: 540px; 
}

#twoColumn ul.left
{
float:left;
}

#twoColumn ul.right
{
float:right;
}

.aboutUsBio{
padding-bottom:30px;}



.pageTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.subTitle
{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.subTitleWhite
{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.punch
{
	font-size: 22px;
	color: #FF955F;
	font-family: Tahoma;
}

#testimonial{
width:325px;
height:240px;
padding:25px;
background:url('../images/testimonialbg.gif');
font-size:12px;
line-height:16px;
_padding-bottom:11px;
}

#testimonialDupe{
width:325px;
height:240px;
padding:25px;
background:url('../images/testimonialbg.gif');
font-size:12px;
line-height:16px;
_padding-bottom:11px;
}

#testimonialAbout{
width:329px;
height:244px;
padding:23px;
background:url('../images/testimonialbg.gif');
font-size:12px;
line-height:16px;
_padding-bottom:13px;
}

#testimonialSml{
width:325px;
height:160px;
padding:25px;
background:url('../images/testimonialbgsml.gif');
font-size:12px;
line-height:16px;
_padding-bottom:25px;
}

#testimonialMed{
width:325px;
height:210px;
padding:25px;
background:url('../images/testimonialbgmed.gif');
font-size:12px;
line-height:16px;
_padding-bottom:25px;
}

.testimonial{
width:375px;
font-size:12px;
line-height:16px;
margin-bottom:15px;
}

.testimonialTop{
height:6px;
background:url(../images/testimonial-top.png) no-repeat;
line-height:0;
margin:0;
padding:0;
}

.testimonialContent{
background:url(../images/testimonial-bkd.png) repeat-x #bbb;
padding:25px;
overflow:auto;
}

.testimonialBottom{
height:6px;
background:url(../images/testimonial-bottom.png) no-repeat;
line-height:0;
margin:0;
padding:0;
}

.testimonialName{
font-size:11px;
color:#4e4e4e;
margin-top:15px;
display:block;
text-indent:0;
}

.testimonialName_old{
font-size:11px;
color:#4e4e4e;
}

#testimonialEmpty{
width:325px;
height:210px;
padding:25px;
font-size:12px;
line-height:16px;
_padding-bottom:25px;
}
 

form table{
vertical-align:top;
 }

.clear{
clear:both;
}

#footer
{
	background: url(  '../images/footer.gif' ) repeat-x;
	height: 105px;
	background-color: #125278;
	width: 100%;
	color: #e2e2e2;
	clear: both;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #FF6600;
}

#footerContent{
padding:20px;
margin:0 auto;
width:950px;
_clear:both;
}

.footnote{
display:block;
font-weight:bold;
font-size:10px;
margin:10px 0 0 10px;
}
.quote
{
	margin-left: 20px;
	padding: 10px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}

.quote ul{
list-style:disc;
margin-left:10px;
margin-bottom:15px;
}

#content li{
list-style:disc;
margin-left:10px;
margin-bottom:10px;
}


/********* Original Baxter Research styles *********/

.TallReportHdr
{
	font-weight: normal;
	font-size: 18px;
	color: Black;
	font-family: Impact, Arial, Helvetica, sans-serif;
}

.SmallHeader
{
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.CountyHeader
{
	font-weight: bold;
	font-size: 14px;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}

.grnbold
{
	font-weight: bold;
	font-size: 14px;
	color: #339900;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boldBlack {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: Black;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.normalBlack {
	FONT-SIZE: 12px;
	COLOR: Black;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
.resultNonClear
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.resultNonClear a:link{ 
color: Red;
text-decoration: none;
}

.resultNonClear a:hover, .resultNonClear a:active, .resultNonClear a:visited
{
	color: Purple;
	text-decoration: none;
}
.CheckBoxes {
	font-size: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

#main th, #main td
{
	text-align: left;
}

