@charset "utf-8";
/*-----------------------------------------------------------------------------
author: The Design Group
date: 
client: 
Copyright 2010 The Design Group Online, LLC.
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; border: none; outline: 0; vertical-align: baseline; font-variant: inherit; line-height: 1em; font-style: inherit; font-weight: inherit;}

body, h1, h2, h3, h4, h5, h6, p, em, strong, li, form {font-size: 14px;}
:focus {outline: 0;}

body {
	color: #333;
	font: 1em/1em Verdana, "Lucida Grande", Lucida, sans-serif;
	width: 100%;
	margin:  0 auto;
	text-align:  center;
	background: #fff url(../_media/_bgs/bg.jpg) repeat-x left top;
}

.mainnav li, .topnav li, .leftnav li, .footnav li {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";} blockquote, q {quotes: "" "";}
html {margin-bottom : 1px; height: 100%;}
div {border: 0;}
.clear {clear: both;}
img {border: 0; vertical-align: bottom;
}

/* @end */
/* @group STRUCTURAL */

#container { 
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0 auto;
	/* again, makes old, broken IE center the site */
	height: 122px;
	width: 980px;
	overflow: hidden;
}
#banner-wrap {
	width: 100%;
	height: 495px;
	overflow: hidden;
	background: url(../_media/_imgs/banner-index.jpg) no-repeat center top;
}
#banner {
	margin: 0 auto;
	/* again, makes old, broken IE center the site */
	text-align: left;
	height: 492px;
	width: 980px;
	overflow: hidden;
}
#mid {
	margin: 0 auto;
	/* again, makes old, broken IE center the site */
	text-align: left;
	margin-top: 25px;
	margin-bottom: 15px;
	width: 980px;
	background: #fff;
}

#leftcol {
	float: left;
	width: 650px;
}
#rightcol {
	float: right;
	margin-left: 25px;
	width: 250px;
	padding-right: 8px;
	padding-top: 12px;
	background: #ebebeb url(../_media/_bgs/rightcol_bg.jpg) repeat-x left top;
	border: 1px solid #b1b1b1;
}



.box-left {
	float: left;
	padding: 12px 12px 12px 18px;
	width: 620px;
	background: url(../_media/_bgs/blkbox_bg.png) repeat-x left top;
}
.box-right {
	padding: 12px 18px 12px 12px;
	float: right;
	width: 235px;
	background: url(../_media/_bgs/blkbox_bg.png) repeat-x left top;
}

.box-right p {
	text-align: right;
}
/* @end */
/* @group MAIN CONTENT */
#rightcol img {
	float: right;
	margin-right: 12px;
	margin-bottom: 10px;
	clear: both;
}
#logo {
	width: 252px;
	height: 114px;
	float: left;
	margin-top: 3px;
	overflow: hidden;
}
/* @end */

/* @group TYPOGRAPHY */

#leftcol p {
	font-size: .93em;
	line-height: 1.6em;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
}
#rightcol p {
	font-size: .9em;
	line-height: 1.4em;
	text-align: right;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 10px;
	clear: both;
}

#banner p {
	font-size: .95em;
	line-height: 1.5em;
	color: #f1f1f1;
	margin: 0px 0 5px 3px;
}


strong {
	font-weight: bold;
	color: #000075;

}
hr {
}


/* @end */

/* @group NAV */

/* @group TOPNAV */

.topnav {
	width: 500px;
	height: 30px;
	float: right;
	clear: right;
	display: inline;
	margin: 50px 0 0;
}
	
/* image rollover technique */	
.topnav li {
	font-size: .88em;
	line-height: 1.1em;
	float: left;
	list-style: none;
	display: inline;
	color: #000053;
}
.topnav a, .topnav a:visited {
	color: #000053;
	text-decoration: none;
}

.topnav a:hover, .topnav a:active {
	color: #000;
	text-decoration: underline;
}

/* @end */


/* @group FOOTNAV */
.btm-nav1 {
	width: 400px;
	text-align: right;
	float: right;
		clear: right;
	display: inline;
	margin: 30px 0 15px;
}
	
/* image rollover technique */	
.btm-nav1 li {
	font-size: .87em;
	line-height: 1em;
	text-align: right;
	float: left;
	list-style: none;
	color: #f1f1f1;
}
.btm-nav1 a, .btm-nav1 a:visited {
	color: #f1f1f1;
	text-decoration: none;
}

.btm-nav1 a:hover, .btm-nav1 a:active {
	color: #e2c318;
	text-decoration: underline;
}
.btm-nav2 {
	width: 535px;
	text-align: right;
	float: right;
	clear: right;
	display: inline;
}
	
/* image rollover technique */	
.btm-nav2 li {
	font-size: .87em;
	line-height: 1em;
	float: left;
	list-style: none;
	color: #e2c318;
}
.btm-nav2 a, .btm-nav2 a:visited {
	color: #e2c318;
	text-decoration: none;
}

.btm-nav2 a:hover, .btm-nav2 a:active {
	color: #f1f1f1;
	text-decoration: underline;
}

/* @end */
/* @group MAINNAV */
.main-nav {
	width: 960px;
	height: 30px;
	margin-top: 23px;
	margin-bottom: 300px;
	float: left;
	overflow: hidden;
	display: inline;
}
	
/* image rollover technique */	
.main-nav li {
	height: 30px;
	padding: 0;
	list-style: none;
	display: inline;
}
.main-nav a {
	float: left;
	padding: 30px 0 0 0;
	margin:0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:30px; /* for IE5/Win only */
}

.nav1 a {
	width:63px;
	background-image: url(../_media/_nav/nav_01.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav2 a {
	width:74px;
	background-image: url(../_media/_nav/nav_02.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav3 a {
	width:91px;
	background-image: url(../_media/_nav/nav_03.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav4 a {
	width:158px;
	background-image: url(../_media/_nav/nav_04.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav5 a {
	width:103px;
	background-image: url(../_media/_nav/nav_05.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav6 a {
	width:118px;
	background-image: url(../_media/_nav/nav_06.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav7 a {
	width:171px;
	background-image: url(../_media/_nav/nav_07.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav8 a {
	width:91px;
	background-image: url(../_media/_nav/nav_08.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav9 a {
	width:91px;
	background-image: url(../_media/_nav/nav_09.png);
	background-repeat: no-repeat;
	background-position: left top;
}


.nav01 a {
	width:63px;
	background-image: url(../_media/_nav/nav_01.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}

.nav02 a {
	width:74px;
	background-image: url(../_media/_nav/nav_02.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}

.nav03 a {
	width:91px;
	background-image: url(../_media/_nav/nav_03.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}

.nav04 a {
	width:158px;
	background-image: url(../_media/_nav/nav_04.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}

.nav05 a {
	width:103px;
	background-image: url(../_media/_nav/nav_05.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}

.nav06 a {
	width:118px;
	background-image: url(../_media/_nav/nav_06.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}
.nav07 a {
	width:171px;
	background-image: url(../_media/_nav/nav_07.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}
.nav08 a {
	width:91px;
	background-image: url(../_media/_nav/nav_08.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}
.nav09 a {
	width:91px;
	background-image: url(../_media/_nav/nav_09.png);
	background-repeat: no-repeat;
	background-position: left -60px;
}

.main-nav a:hover {
	background-position: left -30px;
	}
	.main-nav a:active {
	background-position: left -60px;
	}
/* @end */
/* @end */


/* @group H1-H6 */



h1 {

}

h2.h2_welcome {
	float: left;
	padding: 29px 0 0;
    height: 0px !important;
    height /**/: 29px;
    width: 629px;
	margin-bottom: 0px;
    overflow:  hidden !important;    
	background: url(../_media/_headings/h2_welcome.png) no-repeat left top;
	}
h2.h2_hours {
	float: right;
	padding: 29px 0 0;
    height: 0px !important;
    height /**/: 29px;
  	margin-bottom: 2px;
	width: 235px;
	overflow:  hidden;    
	background: url(../_media/_headings/h2_hours.png) no-repeat left top;
	}

h3 {
	float: left;
	padding: 28px 0 0;
    height: 0px !important;
    height /**/: 28px;
    width: 645px;
	overflow:  hidden;
	margin: 10px 0 10px 10px;
}

h3.h3_care {
	background: url(../_media/_headings/h3_care.gif) no-repeat left top;
}

h3.h3_specials {
	background: url(../_media/_headings/h3_specials.gif) no-repeat left top;
}

h4 {
	float: right;
	padding: 70px 12px 0 0;
    overflow:  hidden;    
    height: 0px !important;
    height /**/: 70px;
    width: 208px;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
}
h4.h4_free {
	background: url(../_media/_headings/h4_free.png) no-repeat left top;	
}

/* @end */
/* @group FOOTER */



#foot {
	width: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
	background: #111111 url(../_media/_bg/foot-bg.jpg) repeat-x;
	overflow: hidden;
}


#footer {
	margin: 0 auto;
	/* again, makes old, broken IE center the site */
	text-align: left;
	width: 980px;
	overflow: hidden;
}

#foot-left {
	float: left;
	width: 350px;
	margin-top: 7px;
}

#copy {
	color: #f1f1f1;
	width: 300px;
	font-size: .87em;
	line-height: 2.3em;
}
#foot-right {
	float: right;
	width: 610px;
	margin-top: 10px;
}
#branding {
	float: left;
	width: 350px;
	color: #eeeeee;
	margin-top: 5px;
	font-size: .87em;
	line-height: 1.2em;
	text-align: left;
}

#branding a {
	color: #ddd !important; 
	text-decoration: none;
}

/* @end */

/* @group FORMS */


td {

	line-height: 1em;
}

h6 {
	float: left;
	padding: 18px 0 0;
    height: 0px !important;
    height /**/: 18px;
    width: 168px !important;
    overflow:  hidden;    
	background-image: url(../_media/_headings/h6_newsletter.png);
}

.email-signup {
	padding-left: 5px;
	margin-top: 10px;
	float: right;
	background: url(../_media/_bgs/newsletter-bg.jpg) repeat-x;
	height: 30px;
	overflow: hidden;
	padding-bottom: 3px;
}


/* @end */

/* @group MISC */

.fl {float: left;}
.fl {float: left;}
.cl {clear: left;}
.cr {clear: right;}

/* @end */

