body, form, p, ul, li, input, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	color:#33263C;
	font-size:12px;
	line-height:17px;
	background-color:white;
	text-align:center;
}
div#container {
	width:790px;
	background-image:url(../images/bkg-container.gif);
	background-repeat:repeat-y;
	margin:0 auto;
	position:relative;
	text-align:justify;
	padding-left: 0px; /* Look this over Brian, how do we center? */
	border:solid 1px #77278b;
	border-top:0;
}
a {
	margin: 0;
	padding: 0;
	color:#77278b;
	text-decoration:underline;
}
a:visited {
color:color:#77278b;
	text-decoration:underline;
}
a:hover {
	background-color:#CCCCCC;
	color:white;
	text-decoration:none;
}
a:active {
	background-color:#CCCCCC;
	color:white;
	text-decoration:none;
}
img {
	padding:0;
	margin:0;
	display:block;
	border:0;
}
p, h1, h2 {
	margin-bottom: 10px;
}
h1 {
	border-bottom: 1px dotted #bcbec0;
	margin-right:25px;
	font-size:15px;
	letter-spacing:1px;
	color:#F1201E;
}
h2 {
	font-size:12px;
	margin-top:20px;
	color:#77278b;
}
.expand {
	background-image:url(../images/expand-arrow.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left;
}
#faq1 {
	display:none;
}
div#header {
	width:768px;
	height:163px;
	padding:20px 0 0 11px;
	background-color:white;
}
body#home a#navwelcome, body#services a#navservices, body#faqs a#navfaqs, body#problems a#navproblems, body#doctors a#navdoctors, body#locations a#navlocations, body#contact a#navcontact {
	background-position: 0 -25px;
}
div#mainnav {
	width:768px;
	height:25px;
	list-style-type:none;
	text-align:center;
	margin:0 0 0 11px;
}
#mainnav ul li {
	padding:0;
	margin:0;
	float:left;
	list-style-type:none;
	display:inline;
}
#mainnav a {
	display:block;
}
.navwelcome a {
	width:72px;
	height:25px;
	background:url(../images/nav-welcome.gif) 0 0 no-repeat;
}
.navhours {
	width:188px;
	height:25px;
	background:url(../images/nav-hours.gif) 0 0 no-repeat;
}
.navservices a {
	width:67px;
	height:25px;
	background:url(../images/nav-services.gif) 0 0 no-repeat;
}
.navfaqs a {
	width:89px;
	height:25px;
	background:url(../images/nav-faqs.gif) 0 0 no-repeat;
}
.navproblems a {
	width:191px;
	height:25px;
	background:url(../images/nav-problems.gif) 0 0 no-repeat;
}
.navdoctors a {
	width:82px;
	height:25px;
	background:url(../images/nav-doctors.gif) 0 0 no-repeat;
}
.navlocations a {
	width:79px;
	height:25px;
	background:url(../images/nav-locations.gif) 0 0 no-repeat;
}
#mainnav a {
	display:block;
}
.navwelcome a:hover {
	width:72px;
	height:25px;
	background:url(../images/nav-welcome.gif) 0 -25px;
}
.navservices a:hover {
	width:67px;
	height:25px;
	background:url(../images/nav-services.gif) 0 -25px;
}
.navfaqs a:hover {
	width:89px;
	height:25px;
	background:url(../images/nav-faqs.gif) 0 -25px;
}
.navproblems a:hover {
	width:191px;
	height:25px;
	background:url(../images/nav-problems.gif) 0 -25px;
}
.navdoctors a:hover {
	width:82px;
	height:25px;
	background:url(../images/nav-doctors.gif) 0 -25px;
}
.navlocations a:hover {
	width:79px;
	height:25px;
	background:url(../images/nav-locations.gif) 0 -25px;
}
/* MAIN CONTENT STARTS HERE */ 


/* LEFT COLUMN STARTS HERE left col is 246px with padding and margins*/ 
div#left_col {
	width:208px;
	float:left;
	padding:0 0 0 73px;
	position:relative;
}
* html div#left_col {
	\width: 270px; /* for IE5 and IE6 in quirks mode */
	w\idth: 208px; /* for IE6 in standards mode */
}
/* RIGHT COLUMN STARTS HERE right col is 534px with margins and padding */ 
div#right_col {
	width:430px;
	padding:25px 50px 25px 18px;
	float:left;
	position:relative;
}
* html div#right_col {
	\width: 498px; /* for IE5 and IE6 in quirks mode */
	w\idth: 430px; /* for IE6 in standards mode */
}
#right_col ul li {
	margin-left:20px;
	color:#CC0000;
}
#right_col .listtext {
	color:#33263C;
}
div#maps {
	float: left;
}
/* FOOTER STARTS HERE */ 
  
div#footer {
	width:768px;
	height:79px;
	margin:0 0 0 11px;
	background-image:url(../images/footer-eye.gif);
	clear:both;
}
#footer p {
	padding:12px 0 0 244px;
	text-align:center;
}
#footer a {
	font-size:10px;
	color:#666666;
}
.footerBULLET {
	font-size:14px;
	color: #FF0000;
}
.copyright {
	font-size:9px;
	text-align:center;
}
.clear-floats {
	clear: both;
}
