@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #f0dfcc;
	background-image: url('../_images/background.jpg');
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* Main Layout */

#header {
	width: 100%;
	height: 96px;
	background-image: url('../_images/top_bg.jpg');
	background-repeat: repeat-x;
}

#logo {
	float: left;
	width:264px;
	height:86px;
	margin: 0;
	padding-right: 20px;
}

ul#menu {margin: 0; padding: 40px 0 0 0; list-style-type: none;}
ul#menu li {display: block; float: left; margin-left: 5px;}

#menu {
	padding-left: 100px;
	padding-top: 40px;
}

#top_menu {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	clear: both;
	width: 766px;
	margin: 0 auto;
}

#top {
	margin-top: 50px;
	width: 766px;
	height: 24px;
}

#cork_title {
	width: 766px;
	height: 70px;
	background-image: url(../_images/cork_title_01.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#cork_title_doctor {
	width: 766px;
	height: 70px;
	background-image: url(../_images/cork_title_02.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#cork_title_staff {
	width: 766px;
	height: 70px;
	background-image: url(../_images/cork_title_03.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#cork_title_office {
	width: 766px;
	height: 70px;
	background-image: url(../_images/cork_title_04.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#cork_title_services {
	width: 766px;
	height: 70px;
	background-image: url(../_images/cork_title_05.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#cork_title_patients {
	width: 766px;
	height: 70px;
	background-image: url(../_images/cork_title_06.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

#content {
	width: 676px;
	padding-left: 50px;
	padding-right: 40px;
	height: 336px;
	background-image: url(../_images/cork_content.png);
	background-repeat: no-repeat;
}

#bottom {
}


/* Text Classes */

a, a:visited {
	color: #999999;
}
a:hover {
	color: #666666;
}

.title1 {
	margin-left: 85px;	
	font-size: 36px;
	font-weight: bold;
	color: #0f3d5e;
}

.title2 {
	margin-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #69a2cb;
}


.header1 {
	font-size: 12px;
	font-weight: bold;
	color: #492405;
}

.header2 {
	font-size: 14px;
	font-weight: bold;
	color: #492405;
}

.header_blue {
	font-size: 14px;
	font-weight: bold;
	color: #69a2cb;
}

.header_blue_12 {
	font-size: 12px;
	font-weight: bold;
	color: #69a2cb;
}

.header_blue_18 {
	font-size: 18px;
	font-weight: bold;
	color: #69a2cb;
}

.small_italic {
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

.small_11 {
	font-size: 11px;
}


/* Main */

#main_left {
	float: left;
	width: 215px;
	padding-left: 45px;
	padding-right: 30px;
}

#main_left strong {
	color: #69a2cb;
}

#main_right {
	float: left;
	width: 340px;
}



/* Plasma */

#plasma_left {
	float: left;
	width: 280px;
	padding-left: 20px;
	padding-right: 40px;
}

#plasma_right {
	float: left;
	width: 320px;
	padding-top: 80px;
	font-size: 18px;
}



/* Gumball */

#gumball_left {
	float: left;
	width: 283px;
	padding-left: 20px;
	padding-right: 0px;
}

#gumball_right {
	float: left;
	width: 228px;
	padding-left: 80px;
	font-size: 18px;
}



/* Doctor */

#content_left {
	float: left;
	margin-right: 30px;
	width: 136px;
}

#content_center {
	float: left;
	margin-right: 30px;
	width: 230px;
}

#content_right {
	float: left;
	width: 250px;
}

#whatis_center {
	float: left;
	margin-right: 30px;
	width: 400px;
}

.whatis_text {
	padding-left: 20px;
}

.affiliation_text {
	padding-top: 10px;
}



/* Staff */

#staff_paper {
	float: left;
	background-image: url(../_images/paper_03.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 72px;
	padding: 14px 30px 25px 35px;
	margin-right: 10px;
}


/* Office */

#office_left {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
}

#office_right {
	float: left;
	width: 320px;
	height: 180px;
	background-image: url('../_images/newlocation.jpg');
	background-repeat: no-repeat;
}

#office_paper {
	width: 247px;
	height: 104px;
	background-image: url(../_images/paper_05.jpg);
	background-repeat: no-repeat;
	padding: 34px 25px 20px 20px;
	line-height: 13px;
}

#google_link { 
	width: 120px;
	margin: 100px 0 0 10px;
}

#google_link a, #google_link a:visited  {
	font-size: 16px;
	font-weight: bold;
	color: #69a2cb;
	text-decoration: none;
}
 
#google_link a:hover {	
	color: #666666;
}

#photos { 
	padding-left: 0px;
}


/* Services */

#services_center {
	float: left;
	margin-right: 15px;
	width: 370px;
}

#services_left {
	float: left;
	width: 145px;
	margin-right: 10px;
	font-size: 11px;
}

#services_list {
	float: left;
	width:320px;
	height: 150px;
	background-image: url(../_images/range_services.jpg);
	background-repeat: no-repeat;
	padding: 40px 20px 20px 20px;
}

#services_right {
	float: left;
	width: 130px;
	font-size: 11px;
}

#services_right a, #services_right a:hover, #services_right a:visited {
	color: #666666;
	text-decoration: none; 
}

#list {
	margin-top: 5px;
}

#useful_links {
	padding-top: 5px;
	padding-left: 5px;
	line-height: 11px;
}

/* Patients */

#patients_left {
	float: left;
	width: 260px;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 12px;
}

#patients_center {
	float: left;
	width: 180px;
	margin-right: 35px;
}

#patients_right {
	float: left;
	width: 160px;
	font-size: 14px;
}

#patients_right a, #patients_right a:visited {
	color: #666666;
	text-decoration: none;
}
#patients_right a:hover {
	color: #999999;
}


/* Office Forms */

#forms_left {
	float: left;
	width: 230px;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 12px;
}

#forms_center {
	float: left;
	width: 235px;
	margin-right: 20px;
}

#forms_right {
	float: left;
	width: 150px;
	font-size: 14px;
}


/* Insurance Forms */

#insurance_left {
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-right: 35px;
	font-size: 12px;
}

#insurance_center {
	float: left;
	width: 240px;
	margin-right: 5px;
}

#insurance_right {
	float: left;
	width: 180px;
}



/* New Patients */

#new_left {
	width: 420px;
	margin-left: 10px;
	height: 300px;
}

#new_left p {margin: 0 0 5px 0;}
#new_left p.billing {width: 380px; float: left; margin: 5px 0 0 0; color: #666666; font-style: italic; font-size: 12px;}

#review_checklist {
	background: url('../_images/reviewchecklist.jpg') no-repeat;
	height: 127px; width: 355px;
	padding: 70px 20px 20px 20px;
}

ul.rcl_item {float: left; list-style-type: none; margin: 0; padding: 0 5px 0 0; width: 170px; }
ul.rcl_item li {background:url('../_images/checkmark.jpg') top left no-repeat; padding: 4px 0 2px 20px; color: #0f3d5e; font-size: 12px; line-height: 12px;}

#new_center {
	float: left;
	width: 180px;
	margin-left: 15px;
	margin-right: 35px;
}

#new_right {
	float: right;
	width: 235px;
}



/* Office Visits */

#visits_left {
	float: left;
	width: 170px;
	margin-left: 10px;
	margin-right: 20px;
	font-size: 12px;
}

#visits_center {
	float: left;
	width: 220px;	
	margin-right: 20px;
}

#visits_right {
	float: left;
	width: 235px;
}


/* Contact */

#contact_left {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 12px;
}

#contact_right {
	float: left;
	width: 300px;
}



/* Gallery */

#gallery_left {
	float: left;
	width: 230px;
	margin-right: 15px;
	margin-left: 10px;
}

#gallery_wrap {
	float: left;
	width: 420px;
}

.thumbs {
	clear: both;
}

#panel {
	border:1px solid #e2e9a4;
	background-color: #faffcc;
	-moz-border-radius:5px;
}

 /* #panel_blue {
	border:1px solid #9aced4;
	background-color: #d6f0f3;		
	-moz-border-radius:5px;
}
*/


#image {
	z-index: 1;
	position: absolute;
}


#view_art {
	margin: 30px auto 0px auto;
	width: 600px;
	height: 600px;
	text-align: center;
}

.art {
	border: 20px solid #faffcc;
}



/* Tour */

#tour_left {
	float: left;
	width: 270px;
	margin-right: 10px;
	padding-left: 30px;
}

#tour_wrap {
	float: left;
	width: 360px;
}

#equipment_wrap {
	padding-left: 50px;
}




/* pins */

#cork_title_purple {
	width: 681px;
	height: 70px;
	background-image: url('../_images/cork_title_purple.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 85px;
}

#cork_title_green {
	width: 681px;
	height: 70px;
	background-image: url('../_images/cork_title_green.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 85px;
}

#cork_title_yellow {
	width: 681px;
	height: 70px;
	background-image: url('../_images/cork_title_yellow.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 85px;
}

#cork_title_blue {
	width: 681px;
	height: 70px;
	background-image: url('../_images/cork_title_blue.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 85px;
}

#cork_title_ltblue {
	width: 681px;
	height: 70px;
	background-image: url('../_images/cork_title_ltblue.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 85px;
}

#cork_title_orange {
	width: 681px;
	height: 70px;
	background-image: url('../_images/cork_title_orange.png');
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 0 0 85px;
}

/* end pins */



/* staff */

#staff_paper2 {
	float: left;
	background-image: url('../_images/staff_paper.jpg');
	background-repeat: no-repeat;
	width: 150px;
	height: 277px;
	padding: 40px 25px 10px 25px;
	margin-right: 10px;
}

#staff_col {
	float: left;
	width: 220px;
	padding-left: 5px;
}

#staff_col img {clear: both; display: block;}
#staff_col p {margin-top: 0;}
.staffimg {float: left; height: 90px; width: 55px; padding-right: 4px;}
.staffinfo {float: left; width: 155px;}

.staff_description {font-size: 11px; line-height: 11px;}

/* end staff */



/* suggestions */

#suggestions_left {
	float: left;
	width: 300px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 12px;
}

#suggestions_right {
	float: left;
	width: 300px;
}

#suggestions_paper {
	width: 238px;
	height: 88px;
	background: url('../_images/suggestions_paper.jpg') no-repeat;
	padding: 30px 25px 20px 25px;
}

#suggestions_right input {float: left; margin-bottom: 10px; padding: 2px; font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
#suggestions_right label {display: block; clear:both; float: left; width: 100px;}
#suggestions_right input#submit {float: right; margin: 10px 25px 0 0;}

/* end suggestions */



/* headers */

h1 {
	font-size: 14px;
	letter-spacing: -1px;
	color: #0f3d5e;
	float: left;
	padding: 10px 10px 0 5px;
}

h1.imgtitle {float: left; margin: 0; padding: 0;}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #69a2cb;
	margin-top: 0;
}

h2.large {
	font-size: 18px;
}

p.back a {
	float: right;
	padding: 10px 85px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #69a2cb;
	text-decoration: none;
}

