@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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FAFAFA;
	background-image: url(../img/bg-image.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.thrColFixHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header {
	padding: 0px;  /* 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. */
	background-image: url(../img/pharmacy-accountants-top.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 226px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #036;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #EEEEEE;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../img/right-column-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 240px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
} 
.thrColFixHdr #footer {
	background-image: url(../img/pharmacy-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69C;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 95px;
	height: 106px;
	margin-top: 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 13px;
}
.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 #header-logo {
	padding: 0px;
	margin: 0px;
	height: 226px;
	float: left;
	width: 230px;
}
.thrColFixHdr #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E6E6E6;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 16px;
}
.show-home {
	border: 1px solid #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/home-bg-pharmacy.gif);
	background-repeat: no-repeat;
	background-position: 300px center;
}
.accountancy-home {
	border: 1px solid #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/home-bg-accountancy.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ifa-home {
	border: 1px solid #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../img/home-bg-ifa.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thrColFixHdr #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: left;
}
.thrColFixHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: justify;
}
.thrColFixHdr #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.thrColFixHdr #header-images {
	height: 96px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #pageContent {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.thrColFixHdr #pageContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.thrColFixHdr #pageContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 14px;
}
.thrColFixHdr #pageContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.thrColFixHdr #pageContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	line-height: 14px;
}
.thrColFixHdr #sidebar2content {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	background-color: #EEE;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/right-column-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar2content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 16px;
}
.thrColFixHdr #sidebar2content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.thrColFixHdr #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #036;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.thrColFixHdr #mainContent a {
	color: #036;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #069;
	text-decoration: underline;
}
.thrColFixHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #036;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 13px;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: 13px;
	text-decoration: underline;
}
.feature-top-gold {
	background-color: #FAFAFA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #C93;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	line-height: 22px;
	border: 1px solid #CCC;
}
.feature-top-silver {
	background-color: #FAFAFA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #999;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

.feature-top {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #036;
	margin: 0px;
	background-color: #CCE5E5;
	font-weight: normal;
	padding: 10px;
}
.feature-toprow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	background-color: #E6E6E6;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.feature-row {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	background-color: #FAFAFA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../img/table-row.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px;
}.thrColFixHdr #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #069;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	text-align: left;
}
.thrColFixHdr #mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-align: left;
	line-height: 13px;
}
td {

}
.thrColFixHdr #rss {
	width: 479px;
	background-color: #FAFAFA;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
}
.thrColFixHdr #rss h3 {
	background-color: #FAFAFA;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 10px;
	padding-left: 5px;
}
.thrColFixHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-align: justify;
}
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
.rssbox {
	background-color: #FAFAFA;
	margin: 0px;
	padding: 10px;
	border: 1px solid #CCC;
}

.thrColFixHdr #mainContentWide {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #069;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #069;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
}
.feature-subtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	background-color: #FAFAFA;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

