@charset "utf-8";
/* CSS Document */


.homepage #wrapper #photocontainer {
	height: 419px;
	background-image: url(../images/layout/photo-home.jpg);
}

.homepage #wrapper #navcontainer {
	background-image: url(../images/layout/bg-navbar-home.jpg);
}

.homepage #wrapper #maincontainer {
	background-image: url(../images/layout/bg-gradient-home.jpg);
	font-size: 12px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
}
.homepage #wrapper #maincontainer p {
	line-height: 16px;
}
.homepage #wrapper #maincontainer .columns {
	background-image: url(../images/layout/bg-columntop-home.jpg);
	background-repeat: repeat-y;
	background-position: left;
}


.homepage #wrapper #maincontainer #columntop {
	background-image: url(../images/layout/bg-columntop-home.jpg);
	background-position: left top;
	height: 10px;
}

.homepage #wrapper #maincontainer #columnleft-h {
	float: left;
	width: 292px;
	min-height:210px;
	height:auto !important;
	height:210px;  /* do not remove this second height tag - it must mirror the min-height to complete the minimum height setting */
	position: relative;
	margin-right: 0px;
	margin-left: 11px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #D6E8F4;
}
.homepage #wrapper #maincontainer #columnleft-h .content { text-align: justify; 
}
.homepage #wrapper #maincontainer #columnleft-h .content p {
	padding-right: 22px;
	padding-left: 28px;
}


.homepage #wrapper #maincontainer #columncenter {
	float: left;
	width: 291px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffa555;
	min-height:210px;
	height:auto !important;
	height:210px;  /* do not remove this second height tag - it must mirror the min-height to complete the minimum height setting */
	position: relative;
	background-color: #D6E8F4;
}
.homepage #wrapper #maincontainer #columncenter .content { text-align: justify; 
}
.homepage #wrapper #maincontainer #columncenter .content p {
	padding-right: 22px;
	padding-left: 22px;
}
.homepage #wrapper #maincontainer #columncenter .content h2 { padding-left: 22px; }


.homepage #wrapper #maincontainer #columnright-h {
	float: left;
	width: 291px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffa555;
	min-height:210px;
	height:auto !important;
	height:210px;  /* do not remove this second height tag - it must mirror the min-height to complete the minimum height setting */
	position: relative;
	background-color: #D6E8F4;
}
.homepage #wrapper #maincontainer #columnright-h .content { text-align: justify; 
}
.homepage #wrapper #maincontainer #columnright-h .content p {
	padding-right: 28px;
	padding-left: 22px;
}
.homepage #wrapper #maincontainer #columnright-h .content h2 { padding-left: 22px; }


.homepage #wrapper #maincontainer #columnbottom {
	background-image: url(../images/layout/bg-columntop-home.jpg);
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
}

.homepage h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 15px;
	font-family: "Trebuchet MS", sans-serif;
	background-color: #D6E8F4;
	padding-left: 28px;
}
.homepage #wrapper #maincontainer #columnstop {
	height: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0072BC;
	background-color: #D6E8F4;
	margin-left: 11px;
	margin-right: 35px;
}


/***********************************************
		Learn More Rollover Buttons
***********************************************/

.homepage #wrapper #maincontainer #columnleft-h .content #btn_prevention {
	background-image: url(../images/buttons/prevention.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 104px;
	overflow: hidden;
	margin-top: 15px;
	position: absolute;
	bottom: 0px;
	margin-left: 145px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.homepage #wrapper #maincontainer #columnleft-h .content #btn_prevention a {
	background-image: url(../images/buttons/prevention.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 104px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
.homepage #wrapper #maincontainer #columnleft-h .content #btn_prevention a:hover {
	background-image: url(../images/buttons/prevention.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.homepage #wrapper #maincontainer #columncenter .content .btn_diagnosis {
	background-image: url(../images/buttons/diagnosis.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 104px;
	overflow: hidden;
	margin-top: 15px;
	position: absolute;
	bottom: 0px;
	margin-left: 145px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.homepage #wrapper #maincontainer #columncenter .content .btn_diagnosis a {
	background-image: url(../images/buttons/diagnosis.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 104px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
.homepage #wrapper #maincontainer #columncenter .content .btn_diagnosis a:hover {
	background-image: url(../images/buttons/diagnosis.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.homepage #wrapper #maincontainer #columnright-h .content .btn_thermography {
	background-image: url(../images/buttons/thermography.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 104px;
	overflow: hidden;
	margin-top: 15px;
	position: absolute;
	bottom: 0px;
	margin-left: 145px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.homepage #wrapper #maincontainer #columnright-h .content .btn_thermography a {
	background-image: url(../images/buttons/thermography.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 104px;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
.homepage #wrapper #maincontainer #columnright-h .content .btn_thermography a:hover {
	background-image: url(../images/buttons/thermography.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.homepage #wrapper #maincontainer #news {
	background-image: url(../images/layout/bg-gradient-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
.homepage #wrapper #maincontainer #news .content {
	padding-right: 48px;
	padding-left: 28px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.homepage #wrapper #maincontainer #news a { text-decoration: underline; }

.homepage #wrapper #maincontainer #news h1 {
	color: #d43f0c;
	font-size: 19px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

.homepage #wrapper #maincontainer #news  p { margin-bottom: 10px; }
.homepage  #wrapper  #maincontainer  #news   ul  {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.homepage  #wrapper  #maincontainer  #news   ul  li  {
	background-image: url(../images/bullet-li.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-top: 3px;
}
.homepage  #wrapper  #maincontainer  #news  ol  { margin-left: 45px; }
.homepage #wrapper #maincontainer #news ol li { list-style-type: decimal; }
