@charset "UTF-8";
body  {
	background: #8d7a5e;
	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: #dfe2d7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(../images/container_div_home.jpg);
	background-repeat: repeat-x;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 5px;
	font-size: 21px;
	font-weight: normal;
	color: #ffffcc;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 8px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	color: #eee3b4;
	text-align: left;
	/*line-height:18px;*/
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 8px;
	font-size: 16px;
	color: #e2cf7e;
	font-weight: normal;	
	/*border: 1px solid #ffffff;*/
	/*color: #5c4a32;
	border-bottom: 1px solid #6f5e45;*/	

}

p {
	margin: 0px 0px 0px 0px;
	padding: 2px 12px 8px 12px;
	line-height: 150%;
}

/********************* Link Styles *********************/


a {
	text-decoration: none;
	color: #5b0b00;
	font-weight: bold;	
}

a:link {

	text-decoration: none;
	color: #5b0b00;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #5b0b00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #5b0b00;
	font-weight: bold;
}



.twoColFixLtHdr #container {
	margin: 0px 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. */
	width: 950px;
	
} 

.twoColFixLtHdr #utils {
	text-align: right;
	float: right;
	font-size: 10px;
	padding: 10px 10px 0px 0px;	
}

.twoColFixLtHdr #utils a {
	text-decoration: none;
	color: #901808;
	font-weight: bold;	
}

.twoColFixLtHdr #utils a:link {
	text-decoration: none;
	color: #901808;
	font-weight: bold;
}

.twoColFixLtHdr #utils a:visited {
	text-decoration: none;
	color: #901808;
	font-weight: bold;
}

.twoColFixLtHdr #utils a:hover {
	text-decoration: underline;
	color: #901808;
	font-weight: bold;
}


.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px 0px 0px 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. */
	border-bottom: 4px solid #FFFFFF;
} 
.twoColFixLtHdr #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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}


.twoColFixLtHdr #mainNav {
	margin: 0px 0px 10px 0px;
	padding: 13px 10px 13px 10px;
	font-size: 11px;
	/*background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
	/*background-color: #5a0a00;*/
	/*border-bottom: 6px solid #ddd2c3;	*/	
}


.twoColFixLtHdr #mainNav a {
	text-decoration: none;
	color: #fcfad8;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
}

.twoColFixLtHdr #mainNav a:link {
	text-decoration: none;
	color: #fcfad8;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
}

.twoColFixLtHdr #mainNav a:visited {
	text-decoration: none;
	color: #fcfad8;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
}

.twoColFixLtHdr #mainNav a:hover {
	text-decoration: underline;
	color: #f6e397;
	font-weight: normal;
	padding: 0px 20px 0px 20px;
}

/****************************/
.twoColFixLtHdr #flash {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-color: #cec2b4;	*/
}

.twoColFixLtHdr #topContent {
	margin: 0 285px 0 0;
	padding: 20px 20px 10px 20px;
	background-color: #ede9e4;
	color: #333333;
	background-image: url(../images/plastic_pill_bottle.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.twoColFixLtHdr #topContent h1 {
	margin: 0px 150px 0px 0px;
	color: #901808;
	font-size: 24px;
	font-weight: bold;
}

.twoColFixLtHdr #topContent h2 {
	margin: 0px 150px 0px 0px;
	padding: 0px 0px 10px 8px;
	font-size: 16px;
	text-transform: none;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

/****************************/


.twoColFixLtHdr #sideContainerHome {
	/*border: 1px solid #5c4a32;*/
	padding: 0px 0px 10px 0px;
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* 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 */
}

.twoColFixLtHdr #sidebar1 {
	border: 4px solid #7a674c;
	background: #6f5e45; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px;
}

.twoColFixLtHdr #sidebar1 h3{
	border-bottom: 1px solid #ede9e4;
}

.twoColFixLtHdr #sidebar1 a {
	color:#ffffcc;
}

.twoColFixLtHdr #sidebar1 img{

	border: 6px solid #7a674c;
	}

.twoColFixLtHdr #sidebar2 {
	margin: 0px 0px 8px 0px;
	background-color: #ede9e4;
	padding: 10px 10px 15px 10px;
	color: #333333;
}

.twoColFixLtHdr #sidebar2 h3 {
	border-bottom: 1px solid #dbd5c5;
	color: #901808;
	font-size: 12px;
}

.twoColFixLtHdr #sidebar2 img {
	margin: 0px 10px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: 10px solid #ffffff;
}

.twoColFixLtHdr #sidebar2 p {
	margin: 0px 0px 0px 0px;
	padding: 2px 12px 8px 12px;
	line-height: 100%;
	font-size: 10px;	
}

.twoColFixRtHdr #mainContentHome { 
	margin: 10px 285px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 8px 10px 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #7b664c;
}

.twoColFixLtHdr #mainContentHome h1 {
	border-bottom: 1px solid #5c4a32;
}

.twoColFixLtHdr #mainContent img {
	border: 4px solid #7a674c;
}



.twoColFixLtHdr #footer {
	margin: 20px 0px 0px 0px;
	padding: 20px 10px 40px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;	
} 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #footer a {
	text-decoration: none;
	color: #ff9344;
	font-weight: bold;	
}

.twoColFixLtHdr #footer a:link {
	text-decoration: none;
	color: #ff9344;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:visited {
	text-decoration: none;
	color: #ff9344;
	font-weight: bold;
}

.twoColFixLtHdr #footer a:hover {
	text-decoration: underline;
	color: #ff9344;
	font-weight: bold;
}

.form_but {
	border:1px solid #000000;
}

.pp {
	font-weight: bold;
	color: #eee3b4;
}


.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;
}
