﻿@charset "UTF-8";
body  {
	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: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	background-color: #FBFCF6;
	background-image: url("../images/header.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
#pageholder {
	text-align: center;
	width: 100%;
}
#mainContent .installimg {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}
.thrColFixHdr #container {
	margin: 0 auto;
	width: 960px;
		text-align: left; /* this overrides the text-align: center on the body element. */
		position: relative;
	z-index: 10;
} 
.thrColFixHdr #header {
	height: 180px;
	background-image: url("../images/headerandlogo.gif");
	background-repeat: no-repeat;
} 
.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;
	font-family: "CommercialScript BT";
}
#topphone {
	position:absolute;
	left:581px;
	top:61px;
	width:349px;
	height:62px;
	z-index:1;
	font-size: 24px;
	font-weight: normal;
	color: #006699;
	line-height: 30px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-bottom: 15px;
	width: 180px;
}
.thrColFixHdr #pageholder #container #sidebar1 a:link {
	text-decoration: none;
	color: #006699;
}
.thrColFixHdr #pageholder #container #sidebar1 a:visited {
	text-decoration: none;
	color: #006699;
}
.thrColFixHdr #pageholder #container #sidebar1 a:hover {
	text-decoration: none;
	color: #00B9F0;
}
.thrColFixHdr #pageholder #container #sidebar1 a:active {
	text-decoration: none;
	color: #006699;
}
.thrColFixHdr #container #sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.thrColFixHdr #container #sidebar1 li {
	font-size: 13px;
	line-height: 30px;
	color: #006699;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F2F2F2;
	font-weight: bold;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #pageholder #container #sidebar2 img {
	margin-top: 20px;
}
#sidebar2  ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#sidebar2 li {
	font-size: 15px;
	line-height: 25px;
	color: #968BA5;
}
embed {
	margin-top: 15px;
	margin-bottom: 15px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #A2A2A2;
	float: left;
	padding-right: 30px;
	line-height: 20px;
	background-image: url("../images/quote2.gif");
	background-position: 104px 68px;
	background-repeat: no-repeat;
	margin-top: 20px;
}
#sidebar2 .bluebox {
	background-image: url("../images/rightblueback.jpg");
	padding: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 40px;
}
.thrColFixHdr #pageholder #container #sidebar1 #leftsidebar .leftblueboxpurple h1 {
	color: #40A7CE;
	font-size: 12px;
	font-weight: bold;
}
#sidebar2 .bluebox h1 {
	font-weight: bold;
	color: #006699;
	font-size: 13px;
	padding-top: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.leftbluebox {
	background-image: url("../images/leftboxbedfan.jpg");
	padding-right: 55px;
	padding-top: 55px;
	background-repeat: no-repeat;
	background-color: #DDF0F7;
	padding-left: 10px;
	font-size: 12px;
	color: #006699;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
.leftbluebox  p {
	display: inline;
	list-style-type: none;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftblueboxpurple {
	background-image: url("../images/leftboxpuple1px.jpg");
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	background-color: #E4E4EC;
	margin-top: 30px;
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftblueboxpurple  p      {
	display: inline;
}
.leftphone {
	font-size: 22px;
	color: #006699;
	text-align: left;
	font-weight: bold;
}
#sidebar2 .bluebox p {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 16px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-bottom: 0;
} 
#mainContent  .whitebox ul {
	list-style-type: square;
	border: 1px solid #E4E4EC;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
#mainContent   .whitebox li    {
	color: #666666;
	margin-bottom: 10px;
	font-size: 12px;
}
.thrColFixHdr #container #mainContent #toppic {
	height: 190px;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}
#mainContent  #toppicinner {
	position:absolute;
	width:522px;
	height:250px;
	z-index:30;
	left: 0px;
	top: -35px;
}
.thrColFixHdr #container #mainContent h1 {
	color: #40A7CE;
	font-size: 18px;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent h2 {
	color: #40A7CE;
	font-size: 16px;
	font-weight: bold;
}
.thrColFixHdr #footer {
	background-image: url("../images/bottombarflower.jpg");
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	padding-top: 0px;
} 
.thrColFixHdr #pageholder #footer #holder {
	width: 960px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
}
.thrColFixHdr #pageholder #footer #lefttxt {
	font-size: 24px;
	color: #006699;
	float: left;
	width: 650px;
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
}
.thrColFixHdr #pageholder #footer #holder #righttxt {
	font-size: 12px;
	color: #999999;
	text-align: right;
	float: right;
	width: 600px;
	margin-top: 7px;
}
.thrColFixHdr #pageholder #footer #holder #righttxt a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
.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 */
}
.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;
}
#leftsidebar {
	margin-top: 20px;
	width: 166px;
}
.leftcallustoday {
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.leftmitesbox {
	background-image: url("../images/leftboxpuple1px.jpg");
	background-repeat: repeat-x;
	font-size: 12px;
	color: #666666;
	background-color: #E4E4EC;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 0px;
}
.leftmitesbox img {
	border: 4px solid #FFFFFF;
	margin-top: 15px;
}
.leftmitesbox  h1      {
	font-size: 16px;
	margin: 0px;
}
.rightmitesbox {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
}
.rightmitesbox h1 {
	font-size: 13px;
	color: #676767;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rightmitesbox img {
	margin-top: 0px;
	margin-bottom: 10px;
}
.rightmitesbox p {
	line-height: 14px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 12px;
}
.datatable {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.datatable td {
	border: 1px solid #999999;
	font-size: 80%;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
	font-weight: bold;
}
.datatable th  {
	border: 1px solid #999999;
	background-color: #BCBCBC;
	font-weight:bold;
	text-align:left;
	padding-left: 0.6em;
	font-size: 80%;
	color: #FFFFFF;
}
.datatable caption {
	color:#40A7CE;
	text-align: left;
	padding: 0.4em 0 0.8em 0;
	font-size: 110%;
	font-weight: bold;
}
.datatable tr.altrow {
	background-color:#F3F2FF;
}
.medicinesbox {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.medicinesbox   ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
.medicinesbox   li {
	display: inline;
	text-align: left;
	border: 1px solid #CCCCCC;
	margin: 15px;
	padding: 5px;
	width: 215px;
	background-color: #F1F3F9;
	float: left;
	font-size: 90%;
}
#amsbox {
	background-image: url("../images/nams2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 30px;
	padding-top: 130px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 12px;
	border: 1px solid #DCEBFB;
}
#bedfansquare {
	border: 1px solid #CCCCCC;
	margin-top: 30px;
}
#purplebed {
	border: 1px solid #CCCCCC;
}

