/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #FFFFFF url(images/pagebk.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}
h1 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000000;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/*Collapses borders that some browsers automatically apply to tables. */
table, td, th  {	
	border-collapse: collapse;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background-image: url(images/header.jpg);
	height: 150px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

/* Styles the table that serves as the container for the content and navigation.*/
table#container {
}

/* Aligns content in the tableContainer's td tags to the top. Same as <td valign="top">. */
table#container td {
	vertical-align: top;
}
/* Creates the div container for the footer. */
div#footer {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #AEC9D2;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	height: 60px;
	color: #000000;
}
div#footer p {
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
}
img.right {
	float: right;
}
clear {
	clear: both;
}
/* ----------------- 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 auto;
	padding: 0px;
	width: 160px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline;
	list-style: none;
	margin: 0px;
}

/* 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: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 150px;
	border-bottom: 1px none #FFFFFF;
	padding: 5px 5px 5px 10px;
	background-color: #AEC9D2;
	margin: 2px auto;
	text-align: left;
}
/* Creates our hover status and our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #3B6B99;
	color: #FFFFFF;
}

/* ----------------- CUSTOM CLASSES ----------------- */
div#container {
	background-color: #FFFFFF;
	width: 770px;
	border: 1px solid #666666;
	position: relative;
	margin: 20px auto 20px auto;

}
div#content {
	padding: 15px;
	width: auto;
	background-image: url(images/contentbk.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px;
}
div#content2 {
	padding: 0px;
	width: auto;
	background-image: url(images/contentbk.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px;
}
div#sidebar {
	position: absolute;
	left: 19px;
	top: 399px;
	width: 213px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.audio {
	font-size: 11px;
	position: absolute;
	left: 292px;
	top: 129px;
	width: 136px;
}
.tabtop {
	position: absolute;
	left: 31px;
	top: 114px;
	width: 222px;
}
.contentside {
	position: absolute;
	left: 19px;
	top: 169px;
	width: 212px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 224px;
}
.textborder {
	margin-left: 230px;
	border-top: 5px none #FFFFFF;
	border-right: 5px none #FFFFFF;
	border-bottom: 1px dashed #B30042;
	border-left: 5px none #FFFFFF;
}
.textborder2 {
	margin-left: 200px;
	border-top: 5px none #FFFFFF;
	border-right: 5px none #FFFFFF;
	border-bottom: 1px dashed #B30042;
	border-left: 5px none #FFFFFF;
}
.footerlt {
	float: left;
	width: 200px;
	margin-left: 5px;
	padding: 5px;
	border: 1px dashed #FFFFFF;
}
.couponspecials {
	position: absolute;
	top: 160px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BA0046;
	width: 160px;
	font-weight: bold;
	left: 622px;
}
.couponspecials a:link {
	text-decoration: none;
	color: #BA0046;
	text-align: right;
}
.couponspecials a:active {
	text-decoration: none;
	color: #BA0046;
}
.couponspecials a:hover {
	text-decoration: none;
	color: #00CCCC;
}
.couponspecials a:visited {
	text-decoration: none;
	color: #BA0046;
}
.lileft {
	float: left;
	width: 200px;
	padding-left: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.flash {
	position: absolute;
	left: 234px;
	top: 30px;
	width: 249px;
}
.imgcenter {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#iframe {
	position: relative;
	overflow-x: hidden;}
	#iframe div {
		margin-left: -25px;}.carecredit {
	text-align: left;
	width: 100px;
	margin-left: 10px;
}
address {
	width: 170px;
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-top: 1px dashed #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	margin-left: 20px;
}
address a:link, address a:visited, address a:hover, address a:active  {
	color: #B30042;
	font-weight: bold;
	text-decoration: underline;
}
address a:hover  {
	color: #FFFFFF;
}

div#copyright {
	position:relative;
	width: 770px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

div#copyright a, div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

div#copyright a:hover, div#copyright a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.ypimg {
	position:absolute;
	top: 0px;
	right:0;
	border: 0px;
}