body  {
	font: 80% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #e9e6cd;
	background-image:url(../images/pageBG.png) !important;
	background-image:url(../images/pageBG.gif);
	background-repeat:repeat-x;
	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: #515151;
}


.thrColFixHdr #container { 
	width: 852px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

ul .copy{
margin: 0px 0px 0px 0px;
}


/* general a links */


a {
  text-decoration:none;
    color:#5c90b0;	
}

a:hover{
 text-decoration:underline;
    color: #3e3e3e;	
}

/*  top right widgie box */

.thrColFixHdr #container #widgie {
    width:310px;
    height:38px;	
    position:absolute;
	background-image: url("../images/widgieBG.gif");
	background-repeat:no-repeat;
	left:540px;
	top:2px;
}


.thrColFixHdr #container #widgie_inner {
  padding:8px 10px 0 38px;;
	 height:30px;
	
}

a#talk_to_us {
 padding:0 5px 0 24px;
 background-image: url("../images/talk.gif");
 background-repeat:no-repeat;	
 text-decoration:none;
 color:#5c90b0;
 font-size:13px;
 height:38px;
width:65px;
display:block;
float:left;
margin:0 0 0 10px;
}



/*

.thrColFixHdr #container #widgie_inner {
  padding:10px 10px 0 10px;
	 height:30px;
	
}

a#talk_to_us {
 padding:0 5px 0 24px;
 background-image: url("../images/talk.gif");
 background-repeat:no-repeat;	
 text-decoration:none;
 color:#5c90b0;
 font-size:12px;
 height:38px;
width:280px;
display:block;
float:left;
margin:0 0 0 0px;
}

*/
a#talk_to_us:hover {
	
text-decoration:underline;	
}

.number {

 font-size:13px;
 height:38px;

display:block;

}

a#followup{
	padding:0 6px 0 20px;
 background-image: url("../images/follow_up.gif");
 background-repeat:no-repeat;	
 text-decoration:none;
 color:#5c90b0;
	 font-size:11px;
	 height:30px;
	  height:38px;
width:80px;
display:block;
float:left;
}


a#followup:hover {
	
text-decoration:underline;	
}


a#patient_login{
	padding:0 0 0 17px;
 background-image: url("../images/login_key.gif");
 background-repeat:no-repeat;	
 text-decoration:none;
 color:#5c90b0;
	 font-size:11px;
	 height:30px;
	  height:38px;
width:70px;
display:block;
float:left;
}


a#patient_login:hover {
	
text-decoration:underline;	
}


#search_box {
	
   width: 201px;
   height: 31px;	
   
   position:absolute;
   left:630px;
   top:88px;
	 background-image: url("../images/search_box_bg.gif");
     background-repeat: no-repeat;
}


#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 145px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}


.thrColFixHdr #containerInner { 
background: transparent; 
	background-image: url("../images/containerBG.png");
	background-repeat:repeat-y;
	width: 852px;
	position:relative;
} 


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#5584a4;
}



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 32px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 ul.sideList, .thrColFixHdr #sidebar2 ul.sideList li {
	margin:0;
	padding:0;
	list-style-type:none;
}

.thrColFixHdr #sidebar2 h3 {
	color:#5584a4;
	font-size :15px;
	
}

.thrColFixHdr #sidebar2 ul.sideList li {
   	
	border-bottom: 2px solid #c7c6c2;
	height:26px;
	padding: 0;
	margin:0 0 2px 0;
}

/*
.thrColFixHdr #sidebar2 ul.sideList li a {
    text-decoration:none;
    color: #474747;	
	padding:0 0 0 20px;
	background-image: url("../images/littleHH.jpg");
	background-repeat:no-repeat;
	background-position: 0 -13px;
	display: block;
	height:13px;
	margin: 0;

}

*/

.thrColFixHdr #sidebar2 ul.sideList li a {
    text-decoration:none;
    color: #474747;	
	padding:0 20px 0 0;
	background-image: url("../images/littleHH_rev.jpg");
	background-repeat:no-repeat;
	background-position: 175px -13px;
	display: block;
	height:13px;
	margin: 0;

}


.thrColFixHdr #sidebar2 ul.sideList li a:hover {
    text-decoration:underline;
    color: #3e3e3e;	
	background-position: 175px 1px;
}

.thrColFixHdr #sidebar2 ul.sideList li a.active {
    text-decoration:none;
    color: #5c90b0;	
	background-position: 170px 1px;
}

.thrColFixHdr #sidebar2 p {
	padding:0;
	
	
	
}



.thrColFixHdr #sidebar1 .sidebarSpacer {
	
	height:10px;
	width:100%;
	background-color:#c7c6c2;
	
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; /* padding keeps the content of the div away from the edges */
	
	margin: 0 24px 0 0 !important;
	margin: 0 5px 0 0;
}



.thrColFixHdr #sidebar2.trade {
width:245px;


}



.thrColFixHdr #sidebar2 #tradeForm {
width:245px !important;
width: 220px;
background-color:#e3f2fa;
padding:10px 0 10px 2px !important;
padding:10px 5px 10px 5px;
}
.thrColFixHdr #mainContent { 
	margin: 0 235px !important; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
		margin: 0 255px 0 20px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.thrColFixHdr #mainContent.subContent { 
   	margin: 0 20px 0 255px; 
}




.thrColFixHdr #mainContent.topLevelContent { 
   	margin: 0 255px 0 20px !important; 
	margin: 0 255px 0 0px; 
	
}



.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	background-image: url("../images/footer.png") !important;
	background-image: url("../images/footer.jpg"); 
	background-repeat:no-repeat;
	min-height:100px;
	text-align:center;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#headerTop{
height:19px;
width:850px;
background-image:url("../images/pageTop.png");
background-repeat:no-repeat;

}

.thrColFixHdr #header { 
	background: transparent; 
	
	height:484px;
	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. */
} 


.thrColFixHdr #header.subHeader{ 
	background: transparent; 
	
	height:424px;
	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. */
} 

.subHeader {

height:424px;
}
#header #headerBox1 {
height: 128px;
width:852px;
background-image:url("../images/pageTop.png") !important;
background-image:url("../images/pageTop.jpg");
background-repeat:no-repeat;


}

#header #headerBox1 #logoBox {
width:236px;
height:102px;
position:absolute;	
	left:29px;
	top:16px;
}

#header #headerBox1 #logoBox a{
	display:block;
	width:236px;
	height:102px;
	background-image: url("../images/logo.jpg");
	background-position:0 0;
	background-repeat:no-repeat;	
}


#header #headerBox1 #logoBox a:hover {
	
	
	background-position: 0px -102px;
		
}


.hidden {
	
display:none;
	
}

#header #headerBox2 {
padding: 0 0 0 18px;
height:40px;
width:852px;
background-image: url("../images/containerBG.png");
	background-repeat:repeat-y;

}

#header #headerBox3 {
height: 320px;
width:852px;
padding:0 0 0 20px;
background-image: url("../images/containerBG.png");
	background-repeat:repeat-y;
}

.thrColFixHdr #sidebar1 .placeHolder{

height:50px;

}


.thrColFixHdr #sidebar1 h3.noMargin {
	margin:0;
	font-size:20px;
}

.thrColFixHdr #sidebar1 .bug1, .thrColFixHdr #sidebar2 .bug1 {
width:175px;
height:55px;
background-image: url("../images/bug1.jpg");
background-repeat: no-repeat;	
background-position:-1px 10px;	
}



.thrColFixHdr #sidebar2 .bug2 {
width:175px;
height:21px;
background-image: url("../images/bug2.jpg");
background-repeat: no-repeat;	
background-position:0x 10px;	
}


.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: 20px 15px 15px 0;
	border:5px solid #e3f1fa;
}
.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;
}



/*************** font stuff *******************/

p {
padding: 2px 8px 2px 8px;
font-size:12px;
line-height:1.8em;
color:#515151;
}

h1, h2 {

color:#5584a4;
padding: 8px 0 8px 0px;
margin:0;

}

h2 {
font-size:18px;
}

ul#footerNav {

margin: 0;
padding:0;
}
ul#footerNav li {

display:inline;
font-size: 10px;
}

ul#footerNav li a {
text-decoration:none;
color:#515151;
padding: 2px 10px 2px 10px;

}

ul#footerNav li a:hover {

text-decoration:underline;
}
/**************************************************************/

.thrColFixHdr #sidebar2 h3{
	height: 15px;
	width:170px;
	background-color: #5c90b0;
	background-image:url(../images/navBG.png);
	background-repeat: repeat-x;
	color: #ffffff;
	padding: 8px 12px;
}

/******************************/

 #question {
	
  	width:195px;
  	background-image: url("../images/question.jpg");
  	background-repeat: no-repeat;
	min-height:250px;
	
	
	
}


 #question h4 {
color: #ffffff;
	padding: 20px 12px 0px 12px;
	font-size:22px;
}


 #question a {
	
	padding: 2px 12px 2px 0;
	color:#e9e6cd;
	text-decoration:none;
	line-height: 1.8em;
	font-size:11px;
}

 #question a:hover {
	text-decoration:underline;	
}



.thrColFixHdr #sidebar2 #question #faqContainer .faqP {

color: #ffffff;
padding: 0 4px 0 8px;

}





#headerBox3 .rightBox {
background-image:url("../images/cycle/heartBG.jpg");
background-repeat:no-repeat;	
width:300px;
height:316px;	
float:right;
}

#header #headerBox3 .rightBox p {
padding:10px 0 20px 30px;
margin:0;	
color:#ffffff;	
font-size: 17px;
}


#header #headerBox3 .rightBox h2 {
	color:#ffffff;
	font-size:35px;
	padding:60px 0 0px 30px;
	margin:0 0 0 0;
	line-height:1em;
}

#header #headerBox3 .rightBox h3 {
	color:#ffffff;
	font-size:18px;
	padding:0px 0 20px 30px;
	margin:0 0 0 0;
	
}





a.linkBug {
height:25px;
display:block;
padding: 0 0 0 28px;
margin: 0 0 0 28px;
background-image: url("../images/link_bug.gif");
background-repeat:no-repeat;
background-position: 0 -26px;	
font-size:16px;
color:#ffffff;
text-decoration:none;
}


a.linkBug:hover {
	background-position: -1px 1px;
	text-decoration:underline;
}

/**********************/

td a { margin: 10px; }
.nav { margin: 15px 0; }
#nav a, #s7 strong { color:#ffffff; margin: 0 5px; padding: 4px 8px; border: 1px solid #ccc; background: #6c9dbd; text-decoration: none; }
#nav a.activeSlide { background: #294d64;}
#nav a:focus { outline: none; }
#output { text-align: left; }

#nav { text-align: left; position:absolute;bottom:0;left:12px;z-index:10; }

/**********************/

#subNavContent {
	height:20px;
	text-align:center;
}


#subNavContent ul#subNav {
	

margin:0;
	padding:0;	
}

#subNavContent ul#subNav li {
list-style-type:none;
	margin:0;
	padding:0 5px;;
	display:inline;
	
}

#subNavContent ul#subNav li a{

	font-size:14px;
	color:#333;
	text-decoration:none;
	
}

#subNavContent ul#subNav li a:hover, #subNavContent ul#subNav li a.active {

	
	color:#6c9dbd;
	text-decoration:underline;
	
}

/***************/

.blueBox {

 background-color:#5f95b7;
margin:14px 0 0 0;
padding:8px;
}

