/* ----

Copyright Eye Etc.
Developed by nuSpace Media LLC
www.nuspacemedia.com

---- */

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #666666 url(../images/bckgrnd.gif) repeat-x top;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #99ccff;
	text-decoration: underline;
}

a:hover {
	color: #99ccff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #99ccff;
	padding-bottom: 20px;
}

.clr {
	clear: both;
}


/* ---- General Page Layout ---- */

#maincontainer {
	width: 953px;
	margin: 0 auto -202px auto;
	background: url(../images/bckgrnd-top.jpg) top left no-repeat;
	min-height: 100%; 
    height: auto !important; 
    height: 100%;
}	

#topbar {
	background: url(../images/bckgrnd-bar1.jpg) top no-repeat;
	height: 11px;
	width: 953px;
}

#bottombar {
	background: url(../images/bckgrnd-bar1.jpg) top no-repeat;
	height: 11px;
	width: 953px;
	clear: both;
}


/* ---- Navigation ---- */

#navlist li {
	float: left;
	list-style-type: none;
}


/* ---- Home Page ---- */

#homeflash {
	background: #FFFFFF url(../images/home-flash-shadow.gif) repeat-x bottom;
	padding: 10px 10px 19px 10px;
	margin-bottom: 13px;
}

#homecontent {
	width: 544px;
	padding: 12px 30px 0 28px;
	line-height: 18px;
	background: url(../images/bckgrnd-dash-line.gif) repeat-y right top;
	margin: 10px 0;
	float: left;
}

#homecontent p {
	margin-bottom: 18px;
}

#appointmentbox {
	background: url(../images/bckgrnd-appointment.jpg) no-repeat top;
	width: 236px;
	height: 52px;
	margin: 15px 0 0 15px;
	padding: 60px 20px 5px 65px;
	border-bottom: #545454 2px solid;
	float: left;
	font-size: 11px;
}

#patientinfobox {
	background: url(../images/bckgrnd-patient-info.jpg) no-repeat top;
	width: 236px;
	height: 52px;
	margin: 12px 0 0 15px;
	padding: 50px 20px 0 65px;
	float: left;
	font-size: 11px;
}

#yelpbox {
	background: url(../images/bckgrnd-yelp.jpg) no-repeat top;
	width: 150px;
	height: 100px;
	margin: 15px 0 0 30px;
	padding: 40px 0 5px 165px;
	border-bottom: #545454 2px solid;
	float: left;
}


/* ---- Internal Pages ---- */

#content {
	width: 544px;
	padding: 12px 30px 0 28px;
	line-height: 18px;
	background: url(../images/bckgrnd-dash-line.gif) repeat-y right top;
	margin: 10px 0;
	float: left;
}

#content p {
	margin-bottom: 18px;
}

#content ul {
	padding-left: 16px;
	margin-bottom: 20px;
	list-style: square;
	line-height: 21px;
}

#content hr {
	color: #545454;
	background-color: #545454;
	height: 2px;
	margin-bottom: 15px;
}

#content li ul {
	margin: 0 0 3px 15px;
	list-style: circle;
}

.quote {
	float: left;
	color: #99ccff;
	font-size: 100px;
	line-height: 80px;
	padding-top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quotetext {
	margin-left: 44px;
	padding-right: 30px;
}


#sidebar, #sidebarimg {
	width: 315px;
	margin: 12px 0 0 15px;
	padding-top: 10px;
	float: left;
	font-size: 12px;
	line-height: 18px;
}

#sidebar p {
	margin-bottom: 15px;
}

#sidebarimg {
	text-align: center;
}

#sidebarimg img {
	border: 10px solid #FFFFFF;
	margin-bottom: 12px;
}

.frames {
	float: left;
	margin: 40px 20px 0 0;
	width: 300px;
}

.frames img {
	margin-top: 15px;
}

.frameslogo {
	float: left;
	width: 150px;
	margin: 40px 20px 20px 10px;
}

.bolding {
	font-size: 14px;
	font-weight: bold;
	color: #99ccff;
}

.callout {
	border: 1px solid #FFFFFF;
	background-color: #999999;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 20px;
}

.callout a {
	font-weight: bold;
}

#map {
	margin-bottom: 20px;
}

.specials {
	color: #99ccff;
	font-weight: bold;
	font-size: 14px;
}

.specialstitle {
	font-size: 24px;
}


/* ---- Header and Footer ---- */

#header {
	height: 190px;
	padding: 21px 0 14px 233px;
}

#logo {
	width: 720px;
	text-align: right;
	padding-bottom: 95px;
}

.clearfooter {
	height: 202px;
}

#footer {
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	margin-top: 30px;
	padding: 35px 20px 85px;
	background: #333333 url(../images/bckgrnd-footer.gif) repeat-x top;
	color: #999999;
	height: 52px;
	position: relative;
}

#footer a {
	color: #CCCCCC;
}