/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #410364 url(images/bg_site.jpg) repeat-x;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td, form, input, legend, select, option, address {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	padding: 0px;
}

/* Sets the line-height for the p, td, and address tags */

p, td {
	line-height: 18px;
}
address {
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	}
	
/* Styles A links */
a img {
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #620797;
	}
a:visited {
	text-decoration: underline;
	color: #31024b;
 }
a:hover {
	text-decoration: none;
	color: #530580;
	}
a:active, a.selected {
	text-decoration: none;
	color: #410364;
	}
	
/* Style ordered and unordered lists */
ul, ol {
	margin: 0px;
	padding: 0px;
}

ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: url(images/bullet.gif) none;	
}

/* CLASSES to create columns for unordered lists in IE. */
ul.leftul, div#leftpara {
	float: left;
	width: 155px;
}
ul.rightul, div#rightpara {
	float: left;
	width: 155px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to underline text */
.underline {
	text-decoration: underline;
}

/* Class to style businessname in address tag */
.businessname {
	font-weight: bold;
}

/* ID to set back to top link */
p#back {
	font-size: 10px;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	clear: both;
}
p#back a {
	text-align: right;
}
p#back2 {
	font-size: 10px;
	padding-right: 194px;
	text-align: right;
	font-weight: bold;
	clear: both;
}
p#back2 a {
	text-align: right;
}
/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4, h5 {
	color: #016f6f;
	}
h1 {
	font-weight: normal;
	}
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0px 0px 10px;
	border-bottom: 1px solid #cbcbcb;
}
h2 {
	font-size: 18px;
	padding: 0;
	margin: 0px 0px 8px;
}
h3 {
	font-size: 16px;
	padding: 0;
	margin: 0px 0px 6px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 0px 0px -10px;
}
h5 {
	font-size: 12px;
	padding: 0;
	margin: 0px 0px 2px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout1.gif) repeat-y; /* Faux column bg for page */
}
div#container2 {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout2.gif) repeat-y; /* Faux column bg for page */
}
div#container3 {
	width: 770px;
	margin: 0px auto;
	background: url(images/layout1.gif) repeat-y; /* Faux column bg for page */
}
/* Creates DIV container for header. */
div#header1 {
	width: 768px;
	margin: 0px auto;
	padding: 1px;
	height: 186px;
	background:url(images/header1_bg.gif);
	}
	
/* Creates DIV container for header. */
div#header2 {
	width: 768px;
	margin: 0px auto;
	padding: 1px;
	height: 186px;
	background:url(images/header2_bg.gif);
	}
	
/* Creates DIV container for left sidebar content */ 
div#sidebarleft {
	width: 186px;
	float: left;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-size: 10px;
}
div#sidebarleft a {
	color: #ffffff;
	font-weight: bold;
}
div#sidebarleft address {
	padding: 5px 10px 10px 10px;
}

/* Creates DIV container for right sidebar content (for custom HTML pages) */ 
div#sidebarright {
	width: 185px;
	float: right;
	padding: 0px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
		font-size: 10px;
		line-height: 10px;
}
div#sidebarright img{
	text-align: center;
	margin: 0px auto;
}

div#sidebarright img.stock {
	margin-bottom: 10px;
	margin-top: 10px;
}
div#sidebarright img.stock2 {
	margin-top: 160px;
}
div#sidebarright img.stock3 {
	margin-top: 230px;
	margin-bottom: 335px;
}
div#sidebarright img.stock4 {
	margin-top: 10px;
	margin-bottom: 70px;
}
div#sidebarright img.stock5 {
	margin-bottom: 10px;
}
div#sidebarright img.btm {
	border-bottom: 5px solid #ffffff;
}
div#sidebarright img.doctor, div#sidebarright img.staff {
	border: 1px solid #ffffff;
}

/* Creates DIV container for center content (for custom HTML pages) */ 
div#ctrcontent {
	width: 378px;
	float: left;
	padding: 0px 10px 10px 10px;
}
div#ctrcontent ol, div#ctrcontent ul {
	line-height: 18px;
	margin-left: 15px;
}

/* Creates DIV container for diycontent (for DIY pages) */ 
div#diycontent {
	width: 584px;
	float: right;
	padding: 0px 0px 10px 0px;
}
div#diycontent p, div#diycontent h1, div#diycontent h2, div#diycontent h3, div#diycontent h4, div#diycontent h5, div#diycontent table {
	margin-left: 10px;
	margin-right: 15px;
}
div#diycontent .noimage {
	margin-left: 10px;
	margin-right: 195px;
}
div#diycontent ol, div#diycontent ul {
	line-height: 18px;
	margin-left: 25px;
	margin-right: 15px;
}

/* Styles DIY frames in Plus sites */
iframe#iframe1 {
	margin: -20px 0px 0px -10px;
	overflow: hidden;
}

/* Creates DIV container for footer content*/ 
div#footer1 {
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0px;
	background: #410364 url(images/footer1_bg.jpg) no-repeat;
	color: #fff;
}
div#footer1 a {
	font-weight: bold;
	color: #fff;
}

/* Creates DIV container for footer content */ 
div#footer2 {
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding: 0px;
	background: #410364 url(images/footer2_bg.jpg) no-repeat;
	color: #fff;
}
div#footer2 a {
	font-weight: bold;
	color: #fff;
}
/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 10px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyrght {
	font-size: 9px;
	margin: 0px auto;
	padding:5px 0px 10px;
}

#signin {
 	text-align: right;
}
/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 185px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 175px;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 10px;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: url(images/currentlink_bg.gif) no-repeat;
	color: #ffffff;
	width: 175px;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: url(images/currentlink_bg.gif) no-repeat;
	color: #fdd000;
	width: 175px;
}

/* Create CLASSES to float images and groups of images in SPAN tags */

/* start hack to hide DIV styles from Internet Explorer */
html>body div#rtfloat {
	float: right;
	margin: 10px 10px 10px 10px;
}
html>body div#lftfloat {
	float: left;
	margin: 10px 10px 10px 15px;
}
/* end hack to hide styles from Internet Explorer */

div#rtfloat {
	float: right;
	margin: 10px 8px 10px 10px;
}
div#rtfloat img {
	border: 1px solid #cbcbcb;
	margin: 0px 0px 10px;
}
div#lftfloat {
	float: left;
	margin: 10px 10px 10px 0px;
}
divlftfloat img {
	border: 1px solid #cbcbcb;
	margin-bottom: 10px;
}
img.rt {
	float: right;
	margin: 10px 10px 10px 15px;
	clear: right;
}
img.rtborder {
	border: 1px solid #cbcbcb;
	float: right;
	margin: 10px 15px 5px 10px;
}
img.lft {
	float: left;
	margin: 10px 5px 5px 15px;
}
img.lftborder {
	border: 1px solid #cbcbcb;
	float: left;
	margin: 10px 10px 10px 15px;
}
img.ctrborder {
	border: 1px solid #cbcbcb;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}