/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-color:#ee8889;
}

/* 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, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	font-weight: 100;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

td {
	font-size: 14px;
	text-align: left;
	line-height: 19px;
	font-weight: 100;
	color: #000000;
}

h1 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-right: 55px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 15px 0px;
	text-align: center;
}

h4 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A1041B;
	margin: 15px 0px 10px 0px;
	text-align: center;
	border: 0px solid red;
}

h5 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 20px;
	text-align: left;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 139px;
	height: 230px;
	color: #ffffff;
	font-weight: 100;
	margin: 5px 0px 5px 25px;
	padding: 15px 5px 10px 5px;
	text-align: center;
	background-color: #A1041B;enter;
	background-image: url(images/address-bg.html);
	border: 0px solid #000000;
}
address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: 100;
	text-decoration: underline;
	color: #FFFF00;
}
address a:hover {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: 100;
	text-decoration: none;
	color: #7CA6D9;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 966px;
	height: 110px;
	text-align: left;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 82px;
	right: 55px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */

/* for the welcome button */

div#navone {
	width: 966px;
	top: 49px;
	left: 212px;
	position: absolute;
	text-align: center;
}
	
div#navone li a#current, div#navone li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navone ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navone li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navone li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navone a {
	width: 1%;}

div#navone li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the appointments button */

div#navtwo {
	width: 966px;
	top: 49px;
	left: 301px;
	position: absolute;
	text-align: center;
}
	
div#navtwo li a#current, div#navtwo li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navtwo ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navtwo li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navtwo li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navtwo a {
	width: 1%;}

div#navtwo li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the calls button */

div#navthree {
	width: 966px;
	top: 49px;
	left: 390px;
	position: absolute;
	text-align: center;
}
	
div#navthree li a#current, div#navthree li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navthree ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navthree li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navthree li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navthree a {
	width: 1%;}

div#navthree li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the insurance button */

div#navfour {
	width: 966px;
	top: 49px;
	left: 479px;
	position: absolute;
	text-align: center;
}
	
div#navfour li a#current, div#navfour li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navfour ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navfour li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navfour li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navfour a {
	width: 1%;}

div#navfour li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the fees button */

div#navfive {
	width: 966px;
	top: 49px;
	left: 567px;
	position: absolute;
	text-align: center;
}
	
div#navfive li a#current, div#navfive li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navfive ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navfive li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navfive li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navfive a {
	width: 1%;}

div#navfive li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the calendar button */

div#navsix {
	top: 49px;
	left: 655px;
	position: absolute;
	text-align: center;
	width: 966px;
}
	
div#navsix li a#current, div#navsix li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navsix ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navsix li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navsix li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navsix a {
	width: 1%;}

div#navsix li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the what's new button */

div#navseven {
	width: 966px;
	top: 49px;
	left: 745px;
	position: absolute;
	text-align: center;
}
	
div#navseven li a#current, div#navseven li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#navseven ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#navseven li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#navseven li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #navseven a {
	width: 1%;}

div#navseven li a:hover {
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* for the mailing list button */

div#naveight {
	width: 966px;
	top: 49px;
	left: 835px;
	position: absolute;
	text-align: center;
}
	
div#naveight li a#current, div#naveight li a#current:hover{
	color: #f26061;	
	font-weight: 100;
	background: url(images/button-2.gif);
}

/* UL TAG */
div#naveight ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#naveight li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	}

div#naveight li a {
	display:block;
	width: 87px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border: 0px solid red;
	font-size: 11px;
}

* html #naveight a {
	width: 1%;}

div#naveight li a:hover {
	color: #f26061;	
	font-weight: bold;
	background: url(images/button-2.gif);
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/container_bg.jpg) repeat-y;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #d8bb81;	
	position: relative;
}

/* Creates the div for the content */
div#content {
	float: right;
	width: 760px;
	border: 0px solid red;
}



#sub_nav{	width:587px;
			float:left;
			background-color:#d8bb81;
			font: normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#585747;
			position:relative;
			top:90px;
			left:200px;
			height:20px;
			text-align:left;}
			
#sub_nav a{ font: normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#585747;
			font-weight:bold;}


.center {
	padding: 2px;
	margin: 5px auto;
	text-align: left;
	border: 1px dotted #000000;
}

.left {
	float: left;
	padding: 2px;
	margin: 5px 10px 5px 20px;
	text-align: left;
	border: 0px dotted #000000;
}

.right {
	padding: 2px;
	margin: 15px 0px 0px 0px;
	text-align: left;
	border: 0px dotted #000000;
}

.right2 {
	float: right;
	padding: 2px;
	margin: 0px 55px 0px 0px;
	text-align: left;
	border: 1px dotted #000000;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	font-weight: 100;
	width: 966px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 38px;
}

div#footerholder {	
	text-align: left;
	padding:0 0 0 220px;
	padding-top: 16px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#ffffff;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 100;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#000000;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: left;
	width: 165px;
	height: 611px;
	vertical-align: top;
	background: url(images/left-image.jpg) no-repeat;
	border: 0px solid red;
}

.leftimage {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px dotted #000000;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	color:#000000;
	font-weight: 100;
}

div#iframe {
	width: 530px;
	margin: 20px auto;
	padding: 0px;
	clear: left;
}

div#iframe2 {
	width: 590px;
	margin: 20px auto;
	padding: 0px;
	clear: left;
}

.clear {
	clear: both;
	margin-top: 0px;
}

/* ----------------- contact info on the bottom of the pages ----------------- */

div#contactinfo {
	width: 635px;
	margin: 15px auto;
	vertical-align: top;
	border: 0px solid red;
}

div#contactaddress{
	float: left;
	width: 270px;
	height: 90px;
	vertical-align: top;
	border: 0px solid red;
}

div#contacthours {
	float: left;
	width: 350px;
	height: 90px;
	vertical-align: top;
	border: 0px solid red;
}

.creditcards {
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	border: 0px dotted #000000;
}
