@charset "utf-8";
body {
	background: #FFFFFF;
	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: #5f5f5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 110px;
	width: 960px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #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: 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #header img {
	float:left;
	margin-top: 29px;
	margin-left: 40px;
}
.oneColFixCtrHdr #header ul {
	margin-right: 57px;
	margin-top: 40px;
	float: right;
}
.oneColFixCtrHdr #header li {
	float:left;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-color: #bad7ff;
	border-right-color: #bad7ff;
	border-bottom-color: #bad7ff;
	border-left-color: #bad7ff;
}
.oneColFixCtrHdr #header li:first-child {
	border-left-width: 0px;
}
.oneColFixCtrHdr #header li a {
	color: #0154a4;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.oneColFixCtrHdr #header li a:hover {
	color: #0d68bf;
	text-decoration:none;
	background-color: #f0f9ff;	
}
.oneColFixCtrHdr #displayPanel {
	height: 194px;
	width: 506px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/medtech-display-panel.jpg);
	padding-left: 369px;
	padding-right: 85px;
	margin: 0px;
}
.oneColFixCtrHdr #displayPanel h1 {
	color: #bad7ff;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #displayPanel p {
	color: #FFFFFF;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #doubleboxTop {
	height: 8px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/singleboxTop.jpg);
}
.oneColFixCtrHdr #doubleboxMid {
	width: 960px;
	height: 400px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/doubleboxMid.jpg);
}
.oneColFixCtrHdr #doubleboxBottom {
	height: 19px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/doubleboxBottom.jpg);
}

a {
	color: #0d91eb;
	text-decoration: none;
}
a:hover {
	color: #25a5fb;
	text-decoration: underline;
}
.homepagePanel {
	width: 438px;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-left: 8px;
	padding-right: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.homepagePanel img {
	float: left;
	border: 0px solid #cbcdcc;
	margin-left: 16px;
	padding: 2px;
}
.homepagePanel p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.homepagePanel a {
//	border: 1px solid #cbcdcc;
//	float: left;
//	padding-top: 3px;
//	padding-right: 12px;
//	padding-bottom: 5px;
//	padding-left: 12px;
//	background-color: #e6ecec;
	color: #737373;
	text-decoration: none;
//	margin-right: 10px;
//	margin-bottom: 10px;
//	margin-top: 10px;
}

.homepagePanel a:hover {
//	border: 1px solid #cbcdcc;
	color: #555555;
//	background-color: #fcfcfc;
}

.subpagePanel {
	padding-left: 106px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 106px;
	background-color: #FFFFFF;
	background-image: url(images/subboxMid.jpg);
	width: 748px;
	margin: 0px;
}

.subpagePanel img {
	float: left;
	border: 1px solid #cbcdcc;
	padding: 2px;
	margin-right: 32px;
	margin-bottom: 16px;
}
.subpagePanel p {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#left {
	float: left;
}
#right {
	float: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #e02d27;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #doubleboxJoin {
	height: 27px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/doubleboxJoin.jpg);
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	height: 37px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/footer-bg.jpg);
	text-align: center;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #subboxBottom {
	height: 15px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/subboxBottom.jpg);
}
.oneColFixCtrHdr #subboxTop {
	height: 15px;
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/subboxTop.jpg);
}
.oneColFixCtrHdr #subboxMid {
	width: 960px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	background-image: url(images/subboxMid.jpg);
}

