@charset "UTF-8";
@import url('formstyle.css');
body          , p , ul, ol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
body a   , p a ,ul a ,ol a{
	color: #03F;
	text-decoration: underline;
	line-height: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF3E35;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #43183B;
	font-size: 21px;
	font-weight: normal;
}
#main {
	background-color: #999;
}
#mainCont {
	width: 800px;
	background-color: #FFF;
	margin: auto;
	overflow:hidden;
}
#pngOverlay {
	position: absolute;
	z-index: 200;
	margin-top: 328px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 207px;
	width: 183px;
	height: 120px;
}
#pngOverlay2 {
	position: absolute;
	z-index: 200;
	margin-top: 328px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 585px;
	width: 175px;
	height: 120px;
}
#headerCont {
	clear: both;
}
#bannerCont {
	width: 800px;
	clear: both;
	height: 171px;
	overflow: hidden;
}
#bannerCont2 {
	clear: both;
	height: 126px;
	width: 800px;
	overflow: hidden;
}
#navBar {
	height: 35px;
	background-color: #00687a;
	width: 800px;
	clear: both;
}

#contentCont {
	width: 100%;
	clear: both;
}
#contentCont ul {
	padding-left: 11px;
	margin: 0px;
}
#contentHead {
	height: 74px;
	padding-left: 50px;
	padding-top: 34px;
	clear: both;
}
#contentLeft {
	width: 765px;
	float: left;
	padding-left: 35px;
}
#contentLeft img {
	float: left;
}
#contentLeft-Health {
	width: 25%;
	float: left;
	padding-left: 63px;
	padding-top: 25px;
}
#contentRight {
	height: 100px;
	width: 67%;
	float: right;
	text-align: center;
}
#contentRight-Health {
	width: 67%;
	float: right;
}
/* Button Style Ends */

#columnRight {
	float: left;
	width: 310px;
	padding-left: 50px;
}
#footerCont {
	width: 100%;
	clear: both;
}
#footerBar {
	height: 36px;
	width: 100%;
	background-color: #00687a;
	clear: both;
}
#copyright {
	height: 16px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.75px;
	color: #666;
	margin-top: 15px;
	text-align: center;
}
#copyright  a {
	color: #666;
}
#copyright  a:hover {
	text-decoration: underline;
	color: #333;
}
.itemContainer1 {
	width: 305px;
	float: left;
	padding: 5px 15px 5px 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.itemContainer2 {
	width: 305px;
	float: left;
	padding: 5px 15px 5px 15px;
	border: 1px dotted #999;
}
/* Dotted Box */
.boxedContent {
	border: 1px dotted #999;
	padding: 8px;
}
.boxedContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-decoration: none;
}
.boxedContent ul {
	padding: 0px 0px 0px 15px;
}
.boxedContent li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 16px;
	text-decoration: none;
}
/* Dotted Box */

/* Button Styles */
a.button {
	color: #444;
	display: block;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/images/bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	float: left;
}

a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	background-color: transparent;
	background-image: url(/images/bg_button_span.gif);
	background-repeat: no-repeat;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* Contentblock used for testimonials and other pages also! */
#contentCenter-contentblock {
	width: 100%;
}
#contentCenter-contentblock .item {
	width: 100%;
	clear: both;
	background-image: url(/images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	overflow:hidden;
	padding-bottom:12px;
	margin-bottom:5px;
}
#contentCenter-contentblock .item .text {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left:20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1;
	overflow:hidden;
	width:300px;
}
#contentCenter-contentblock .item .text .heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contentCenter-contentblock .item .text a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00687a;
	text-decoration: none;
}
#contentCenter-contentblock img {
	 margin-top: 20px; 
	 margin-left: 10px; 
	 float: left;
	 display:block;
}
a.buttonlink {
	background-color:#e9e9e9;
	color:#666666;
	border:1px gray solid;
	padding:2px 4px;
	margin:3px 10px 3px 0px;
	text-decoration:none;
	line-height:normal;
}
a.buttonlink:hover {
	text-decoration:underline;
	background-color:#c9c9c9;
	color:navy;
}
.fullwidth {
	background-color:white;
	margin:0px;
	overflow:hidden;
	padding:5px 20px;
	float: left;
}
#contentCenter-caseStudy {
	width: 601px;
	padding-right: 62px;
	padding-left: 72px;
	overflow:hidden;
	clear:both;
}
#contentCenter-caseStudy .item {
	width: 601px;
	overflow:hidden;
	padding-bottom:25px;
	margin-bottom:5px;
	clear: both;
	background-image: url(/images/content_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#contentCenter-caseStudy .item .text {
	float: left;
	width: 360px;
	margin-top: 24px;
	margin-right: 60px;
	margin-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1;
}
#contentCenter-caseStudy .item .text .heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contentCenter-caseStudy .item .text a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00687a;
	text-decoration: none;
}
#contentCenter-caseStudy .item .text p {
	margin-top: 0px;
}
#contentCenter-caseStudy img {
	 margin-top: 26px; 
	 margin-left: 10px; 
	 margin-right:15px;
	 float: left;
	 display:block;
}
.caseDetail .item {
	width:630px !important;
}
.caseDetail .item .text {
	width:330px !important;
	margin-right:5px !important;
	margin-top:5px !important;
}
.caseDetail .item img {
	margin-top:5px !important;
}

#contentBottom-caseStudy {
	padding-top: 13px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	height: 132px;
	width: 772px;
	clear: both;
	margin-bottom:10px;
}
#contentBottom-caseStudy .top {
	padding-bottom: 4px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #838383;
	clear: both;
	width: 759px;
	float: left;
}
#contentBottom-caseStudy .top img{
	float: left;
	margin-right: 88px;
}
#contentBottom-caseStudy .bottom {
	padding-top: 5px;
	clear: both;
}
#contentBottom-caseStudy .bottom a,#contentBottom-caseStudy .resourceItemLabel {
	text-decoration:none;
	font-size:14px;
	color:black;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#contentBottom-caseStudy .resourceItemLabel {
	visibility:hidden;
	text-align:center;
	width:100%;
	display:block;
	font-size:10px;
	line-height: 12px;
}
#contentBottom-caseStudy .bottom a:hover {
	text-decoration:underline;
}
#contentBottom-caseStudy .bottom .left {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #383838;
	width: 264px;
	float: left;
	height: 95px;
}
#contentBottom-caseStudy .bottom .right {
	float: left;
	height: 95px;
	padding-left: 15px;
	width: 492px;
}
#contentBottom-caseStudy .bottom .resourceItem{
	float: left;
	padding-right: 10px;
}
#contentBottom-caseStudy .bottom .resourceItem img{
	display:inline;
}
#contentBottom-caseStudy .bottom .resourceItem .rollover{
	display:none;
}
#contentTop-caseStudy {
	width: 770px;
}
#copyright-HTC {
	width: 786px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
	text-align: right;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 14px;
}
#copyright-HTC  a {
	color: #EEE;
}
#copyright-HTC  a:hover {
	text-decoration: underline;
	color: #EEE;
}
