@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../template_images/bg_3.jpg) no-repeat center top;	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;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #mainContentHp a {
	color: #336699;
}
.thrColFixHdr #mainContentHp a:hover {
	color: #66CCFF;
}


.thrColFixHdr #housekeepMenu {
	padding: 0 10px 0 20px;  /* 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. */
	text-align: right;
	font-size: 10px;
} 
.thrColFixHdr #container #housekeepMenu .menu {
	padding-top: 10px;
}

.thrColFixHdr #header {
	padding-bottom: 0;
	display: block;
	height: 12px;
} 
.thrColFixHdr #container #header img {
	padding-top: 0px;
}

.thrColFixHdr #menuHolder {

}
.thrColFixHdr #menuHolderBackUp {
	width: 900px;
	position: relative;
}

.thrColFixHdr #header h1 {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #ffffff;
	padding-right: 10px;
	padding-bottom: 15px;
}
.thrColFixHdr #container #sidebar1 .icon {
	text-align: center;
	display: block;
	height: 102px;
	width: 220px;
}

.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
}
.thrColFixHdr #container #sidebar2 .promoBox {
	display: block;
	width: 230px;
}

.thrColFixHdr #container #sidebar2 h1 {
	font-size: 14px;
	color: #EF4223;
	float: left;
	width: 230px;
	padding-bottom: 15px;
	font-weight: normal;
}

.thrColFixHdr #container #sidebar2 #videoBoxMain {
	width: 235px;
	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
}
.thrColFixHdr #container #sidebar2 #videoBoxMain .bottom {
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	width: 225px;
	float: left;
}
.thrColFixHdr #container #sidebar2 #videoBoxMain #middleHolder {
	background-repeat: repeat-y;
	display: block;
	height: 110px;
	width: 235px;
}
.thrColFixHdr #container #sidebar2 #videoBoxMain .middle1 {
	display: block;
	width: 125px;
	float: left;
}
.thrColFixHdr #container #sidebar2 #videoBoxMain .middle2 {
	display: block;
	font-size: 9px;
	float: left;
	width: 105px;
	font-weight: bold;
}
.thrColFixHdr #container #sidebar2 #videoBox {
	width: 235px;
	margin: 0px;
	padding: 0px 0px 10px;
	background-image: url(../template_images/videoBg.jpg);
	background-repeat: no-repeat;
	height: 110px;
	float: left;
}
.thrColFixHdr #container #sidebar2 #videoBox .bottom {
	background-repeat: no-repeat;
	display: block;
	height: 13px;
	width: 225px;
	float: left;
}
.thrColFixHdr #container #sidebar2 #videoBox #middleHolder {
	background-repeat: repeat-y;
	display: block;
	height: 110px;
	width: 225px;
}
.thrColFixHdr #container #sidebar2 #videoBox .middle1 {
	display: block;
	width: 130px;
	float: left;
	text-align: center;
}
.thrColFixHdr #container #sidebar2 #videoBox .middle2 {
	display: block;
	font-size: 9px;
	width: 95px;
	float: left;
	clear: right;
}
.thrColFixHdr #container #sidebar2 #videoBox .top {
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	width: 225px;
}


.thrColFixHdr #mainContent {
	padding: 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 365px;
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
} 
.thrColFixHdr #container #mainContent ul {
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 14px;
}

.thrColFixHdr #container #mainContent li {
	font-size: 11px;
}
.thrColFixHdr #container #mainContent h3 {
	font-weight: bold;
	color: #EF4223;
	font-size: 12px;
	padding: 0px 0px 10px 10px;
	margin: 0px;
}

.thrColFixHdr #container #mainContent h2 {
	font-size: 11px;
	color: #333333;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.thrColFixHdr #container #mainContent p {
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 0px;
	margin-top: 7px;
	text-align: justify;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 18px;
	color: #6da5dd;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 65px;
	margin-top: 0em;
}

.thrColFixHdr #footer {
	background:url(../template_images/footer_bg.jpg) no-repeat;
	font-size: 9px;
	text-align: center;
	height: 40px;
	width: 900px;
	padding-top: 10px;
	color: #625c5a;
} 

.footerText{
	font-size: 9px;
	text-align: center;
	height: 30px;
	width: 900px;
	color: #625c5a;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer h2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 9px;
	text-align: center;
	width: 900px;
	padding-top: 20px;
	color: #999999;
	font-weight: normal;
}
.thrColFixHdr #footer h2 a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 9px;
	text-align: center;
	width: 900px;
	padding-top: 20px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
.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;
}
.thrColFixHdr #mainContentHp {
	padding: 0 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0px;
	margin-left: 0px;
	width: 590px;
	float: left;
}
.thrColFixHdr #container #mainContentHp .promoBox {
	padding-top: 20px;
}

.thrColFixHdr #container #mainContentHp #featCol1 {
	font-size: 11px;
	display: block;
	width: 165px;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	line-height: 14px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContentHp #featCol1 p {
	margin-top: 5px;
	margin-bottom: 8px;
}

.thrColFixHdr #container #mainContentHp #featCol1 h1 {
	font-size: 11px;
	font-weight: bold;
	color: #EF4121;
	margin-top: 8px;
	margin-bottom: 0px;
}



.thrColFixHdr #container #mainContentHp .promoBox img {
	/*padding-top: 30px;*/
}

.thrColFixHdr #container #mainContentHp #featCol1 ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.thrColFixHdr #container #mainContentHp #featCol1 ul li {
	margin: 0px 0px 7px 5px;
	padding: 0px;
	line-height: 12px;
}



.thrColFixHdr #sidebar1Hp {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* 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: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}
.thrColFixHdr #sidebar1Hp a {
	color: #336699;
}
.thrColFixHdr #sidebar1Hp a:hover {
	color: #66CCFF;
}
.thrColFixHdr #sidebar1Hp .icon{
	margin: 0px;
	padding: 0px;
	height: 102px;
}
.thrColFixHdr #container #sidebar1Hp p {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #sidebar1Hp #promobox {
	background-image: url(../images/hp_profCalc2.gif);
	background-position:0px 12px;
	padding-top: 0px;
	background-repeat: no-repeat;
	text-align: left;
	height: 60px;
	margin-top: 20px;
	padding-bottom: 18px;
}
.thrColFixHdr #container #sidebar1Hp #promobox p {
	margin-left: 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox h1 {
	font-size: 11px;
	color: #FF0000;
	padding: 0px;
	margin: 0px 0px 0px 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox2 {
	height: 280px;
	width: 300px;
	text-align: left;
}
.thrColFixHdr #container #sidebar1Hp #promobox2 p {
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	width: 255px;
	padding-left: 25px;
}
.thrColFixHdr #container #sidebar1Hp #promobox2 h1 {
	text-align: left;
	width: 255px;
	font-size: 11px;
	line-height: 12px;
	margin-top: 0px;
	color: #FF0000;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 25px;
}
.thrColFixHdr #container #sidebar1Hp #promobox3 {
	background-image: url(../images/hpDownload.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	text-align: left;
	height: 60px;
	margin-top: 20px;
	padding-bottom: 18px;
}

.thrColFixHdr #container #sidebar1Hp #promobox3 p {
	margin-left: 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox3 h1 {
	font-size: 11px;
	color: #FF0000;
	padding: 0px;
	margin: 0px 0px 0px 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox5 {
	padding-top: 0px;
	background-repeat: no-repeat;
	text-align: left;
	height: 75px;
	margin-top: 20px;
	padding-bottom: 18px;
}

.thrColFixHdr #container #sidebar1Hp #promobox5 p {
	margin-left: 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox5 h1 {
	font-size: 11px;
	color: #FF0000;
	padding: 0px;
	margin: 0px 0px 0px 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox4 {
	background-image: url(../images/tab3.gif);
	background-position:0px 12px;
	padding-top: 10px;
	background-repeat: no-repeat;
	text-align: left;
	height: 60px;
	margin-top: 10px;
	padding-bottom: 18px;
}
.thrColFixHdr #container #sidebar1Hp #promobox4 p {
	margin-left: 100px;
}
.thrColFixHdr #container #sidebar1Hp #promobox4 .title {
	margin-left: 101px;
}
.thrColFixHdr #container #sidebar1Hp #promobox4 h1 {
	font-size: 11px;
	color: #FF0000;
	padding: 0px;
	margin: 0px 0px 0px 100px;
}
#specialtyList{
	
}
#specialtHeader{
	margin-top:12px;
}
.specialtyGroup{
	width:260px; 
	margin:0; 
	padding:0;
	margin-top:12px;
	border:1px solid #dcdcdc; 
	background-color:#f3f3f3;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height:24px;	
	text-align:center;
	list-style-type:none;
	list-style-position:outside;
	cursor: pointer;
	cursor: hand;
}
.specialtyGroup li{
	font-weight:normal;	
	color:#5b5a5a;
}
.specialtyGroup li:hover{
	color:white;
	font-weight:bold;
	background-color:#acacac; 
	cursor: pointer;
	cursor: hand;
}

.highlightBox{
	margin-top:12px;
	width:188px;
	height:105px;
	float:left;
	font-size:11px;
}