body
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#home
{
	background: #fff url(../images/main_bg_home.jpg) no-repeat center top;
}

#interior
{
	background: #fff url(../images/main_bg_interior.jpg) no-repeat center top;
}

#main-wrapper
{
	width: 1024px;
	margin: 0 auto;
}

/* MAIN NAVIGATION */

#main-nav
{
	width: 512px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style: none;
	background:url(../images/nav_border.jpg) no-repeat top left;
}

#main-nav li
{
	font-size:75%;
	float: left;
	padding: 10px 10px 0 10px;
	margin: 0;
	background:url(../images/nav_border.jpg) no-repeat top right;
}

#main-nav li a, #main-nav li span
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#logo
{
	width: 355px;
	height:	78px;
	padding: 0;
	margin: 5px 0 0 30px;
	background: transparent url(../images/logo.gif) no-repeat;
}

#logo a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -6000px;
}

/* Image Flow Content */

#content-touts div
{
	display: none;
	position: absolute;
	top: 390px;
	left: 50%;
	margin: 0 0 0 -219px;
	width: 450px;
	height: 150px;
}

#content-touts div h1
{
	margin:-6px 0 0 0;
	padding:0 0 17px 0;
	width: 100%;
	height: 21px;
	font-size:170%;
	font-weight: normal;
	text-transform: uppercase;
}

#content-touts div h2
{
	margin:0;
	padding:0;
	width: 100%;
	height: 42px;
	font-family: Coronets;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
}

.tout-button-container
{
	width: 300px;
	height: 54px;
	margin: 15px auto;
	padding:0;
}

.tout-button-container a
{
	width: 136px;
	height: 54px;
	display: block;
	text-indent: -6000px;
}

.learn-more-button:link, .learn-more-button:visited
{
	float: left;
	background: transparent url(../images/learn_more_button.jpg) no-repeat;
}

.learn-more-button:hover, .learn-more-button:active
{
	float: left;
	background: transparent url(../images/learn_more_button.jpg) no-repeat;
}

.watch-videos-button:link, .watch-videos-button:visited
{
	float: right;
	background: transparent url(../images/watch_videos_button.jpg) no-repeat;
}

.watch-videos-button:hover, .watch-videos-button:active
{
	float: right;
	background: transparent url(../images/watch_videos_button.jpg) no-repeat;
}

/* Bottom Content */

.home-bottom-content
{
	position: absolute;
	top: 538px;
}

#bottom-content
{
	width: 1024px;
	background: transparent url(../images/bottom_content_bg.jpg) no-repeat;
	clear:both;
}

#bottom-touts
{
	margin: 0;
	padding:0;
	width: 1024px;
	height: 250px;
}

.bottom-tout
{
	text-align: left;
	float: left;
	width: 310px;
	height: 240px;
	margin: 20px 38px 0 0;
	background: transparent url(../images/bottom_divider.jpg) no-repeat center right;
}

#bottom-left
{
	margin: 20px 38px 0 30px;
}

#bottom-right
{
	width: 275px;
	background: none;
	margin: 20px 0 0 0;
}

.bottom-tout h3
{
	width: 275px;
	height: 16px;
	margin: 0 0 11px 0;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
}

.bottom-tout h4
{
	width: 275px;
	height: 16px;
	margin: 0 0 19px 0;
	padding: 0;
	font-size: 90%;
	font-weight: normal;
}

.bottom-tout p
{
	font-size: 80%;
	width: 275px;
}

.bottom-tout ul
{
	font-size:85%;
	list-style-image: url(../images/bullet.gif);
	margin:25px 0 0 40px;
	padding:0;
}

.bottom-tout ul li
{
	margin:8px 0;
	padding:0;
}

.bottom-tout ul li a:link, .bottom-tout ul li a:visited
{
	color:#00abea;
}

.bottom-tout ul li a:hover, .bottom-tout ul li a:active
{
	color:#0a205f;
}


.videoslink
{
	display: block;
	padding:0 10px 0 0;
	margin-bottom: 15px;
	height: 20px;
	color:#00abea;
	font-size:125%;
	text-decoration:none;
	background: url(../images/link_arrow.gif) no-repeat center right;
}

.video-thumb
{
	margin:0 5px 0 5px;
}

.video-thumb img
{
	border: none;
}

#footer
{
	font-size: 75%;
	margin: 15px auto;
}

#footer a
{
	padding:0 10px;
}

#footer a:link, #footer a:visited
{
	color: black;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #666666;
	text-decoration: underline;
}

/* Interior Page */

#interior-wrapper
{
	background-image: url(../images/interior_top_fade.jpg);
	background-repeat: repeat-x;
	background-position: 0px 135px;
}

#interior-content
{
	width: 1024px;
	margin: 45px 0 0 0;
}

#column-left
{
	float: left;
	font-size: 80%;
	text-align: left;
	margin: 0 0 45px 60px;
	width: 540px;
}

#column-left h1
{
	width: 475px;
	height: 15px;
	margin: 0 0 15px 0;
	font-size: 160%;
	font-weight: normal;
}

#column-left p
{
	width: 470px;
}

#column-left blockquote
{
	border-bottom:solid 1px #666;
	padding:10px;
	margin:0;
}

#column-left cite
{
	color:#0a205f;
	font-size:110%;
}

#column-left * a:link, #column-left * a:visited
{
	color:#00abea;
}

#column-left * a:hover, #column-left * a:active
{
	color:#0a205f;
}

#column-right
{
	float: left;
	text-align: left;
	width: 350px;
	margin: 0 0 45px 0;
}

#column-right h2
{
	width: 350px;
	height: 15px;
	margin: 28px 0 15px 0;
	font-size: 100%;
	font-weight: normal;
}

#section-nav
{
	width: 310px;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	list-style-image: url(../images/section_nav_bullet.jpg);
}

#section-nav li
{
	margin:15px 0;
	font-family: Arial;
	font-size: 100%;
}

#section-nav li a:link, #section-nav li a:visited
{
	color: black;
	text-decoration: none;
}

#section-nav li a:hover, #section-nav li a:active
{
	color: #666666;
	text-decoration: none;
}

#section-callout
{
	width: 330px;
	border-bottom: solid 1px #CCCCCC;
	padding:0 0 0 20px;
}

#section-callout h4
{
	width: 350px;
	height: 15px;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

#section-callout p
{
	font-size: 80%;
	width: 180px;
}

#section-callout p a:link, #section-callout p a:visited
{
	color:#00abea;
}

#section-callout p a:hover, #section-callout p a:active
{
	color:#0a205f;
}

.test-callout-bg
{
	background: url(../images/test_callout_bg.jpg) no-repeat right top;
}

#ask_doctor label
{
	 display:block;
	 float:left;
	 width:100px;
	 text-align: right;
	 margin:0 15px 0 0;
}

#ask_doctor input, #ask_doctor select, #ask_doctor textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	width:250px;
	margin:0 0 10px 0;
	padding:3px;
	border:solid 1px #000;
}

#request_appointment label
{
	 display:block;
	 float:left;
	 width:180px;
	 text-align: right;
	 margin:0 15px 0 0;
}

#request_appointment input, #request_appointment select, #request_appointment textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	width:200px;
	margin:0 0 10px 0;
	padding:3px;
	border:solid 1px #000;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 140px;
	float: left;
}

.question
{
	font-weight:bold;
	color:#0a205f;
	font-size:120%;
}

.answer
{
	font-weight:bold;
	color:#5183c2;
	font-size:120%;
}

.external-link
{
	display:block;
	padding-left:27px;
	background: url(../images/iconexternallinks.gif) no-repeat;
}

.video-link
{
	display:block;
	padding-left:40px;
	background: url(../images/camera.gif) no-repeat;
}
