@charset "utf-8";
/* CSS Document */

body  {
	font:Arial, Helvetica, sans-serif;
	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;
	 /* 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-size:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent a:link{
color:#999999;
}

.thrColFixHdr #mainContent a:hover{
color:#999999;
}

.thrColFixHdr #mainContent a:active{
color:#999999;
}

.thrColFixHdr #mainContent a:visited{
color:#999999;
}
.thrColFixHdr #container { 
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/BGImage.jpg);
	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. */
	border-right: 1px solid #5395b9;
	border-left: 1px solid #5395b9;
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	background:url(../images/pharmaceuticals-wiltshire-2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0x;  /* 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. */
	height:324px;
	width:890px;
} 
.thrColFixHdr #header td a:link{ 
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#1971A1;
padding-bottom:8px;
padding-top:10px;
text-decoration:none;

}
.thrColFixHdr #header td a:visited {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#1971A1;
padding-bottom:8px;
padding-top:10px;
text-decoration:none;
}
.thrColFixHdr #header td a:hover {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
padding-bottom:8px;
padding-top:10px;
text-decoration:none;
background-color:#97D0EE;		

}
.thrColFixHdr #header td a:active {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#1971A1;
padding-bottom:8px;
padding-top:10px;
text-decoration:none;

} 
td{
text-align:left;
vertical-align:middle;
padding:0px;
}
.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: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:600px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/pharmaceuticals.jpg);
	background-color:#97D0EE;
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px; /* padding keeps the content of the div away from the edges */
	padding-top:2px;
	text-align:center;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	
	
}
.thrColFixHdr #sidebar1 a:link{ 
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;

}
.thrColFixHdr #sidebar1 a:visited {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
}
.thrColFixHdr #sidebar1 a:hover {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
text-decoration:underline;

}
.thrColFixHdr #sidebar1 a:active {
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;

} 

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 10px;
	padding-right: 10px;
	border-left: 2px solid #8cb8d0;
	height:100%;
	text-align:left;
	color:#666666;
	font-size:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:bottom;
}
.thrColFixHdr #mainContent {
	width:320px;
	padding-left: 10px;
	padding-right: 10px;
	left: 372px;
	margin-left:212px;
	top: 259px;
	color:#666666;
	font-size:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #adminMainContent {
	width:100%;
	padding-left: 10px;
	padding-right: 10px;
	left: 372px;
	margin-left:212px;
	top: 259px;
	color:#666666;
	font-size:15px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
} 
.thrColFixHdr #footer { 
	padding:10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1971A1;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size:12px;
	font-family:Arial;
}
.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;
}
h1{
color:#1971a1;
font-size:30px;
font-weight:lighter;
font-family:Arial;
text-align:left;
}
h2{
color:#1971a1;
font-size:20px;
font-weight:lighter;
font-family:Arial;
text-align:left;
}
ul{
text-align:left;
}
.blue{
color:#1971a1;
}
.white{
color:#ffffff;
}
.blue-bg{
background-color:#1971a1;
font-size:20px;
font-weight:lighter;
font-family:Arial;
color:#FFFFFF;
padding:5px;
}
.blue-bg-small{
background-color:#1971a1;
font-size:14px;
font-weight:lighter;
font-family:Arial;
color:#FFFFFF;
padding:5px;
font-weight:bold;
}
.large-text{
font-size:30px;
font-weight:lighter;
font-family:Arial;
text-align:left;
}
.padding5{
padding-right:25px;
}
.blue-medium{
color:#1971a1;
text-size:12px;
font-weight:lighter;
font-family:Arial;
text-align:left;
}


a:link{ 
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;

}
 a:visited {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;
}
a:hover {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:underline;

}
a:active {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
text-decoration:none;

} 
#outBox{
background-image:url(../images/prodBG.gif);
}
