
/* MULTI PAGE RULES */
body {
	font: 100%  Arial, Verdana, Helvetica, sans-serif;
	background: #0071BC;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 0px;
	padding: 0;
	text-align: left; 
	color: #000000;
}

a:link {
font-family: arial;
color: #2E3192;
text-decoration: none;
}
a:hover {
font-family: arial;
color: #2E3192;
text-decoration: underline;
}
a:visited {
font-family: arial;
color: #0071BC;
text-decoration: none;
}

a.footer:link {
	text-decoration: none;
	color: #FBB03B;
	font-weight: bold;
	font-size: 10px;
}

a.footer:visited {
	text-decoration: none;
	color: #F15A24;
	font-weight: bold;
	font-size: 10px;
}

span.gallery:hover {
	color: #FBB03B;	
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #F15A24;
}

p {
	text-indent: 24px;		
}

#container {
	width: 885px;
	height: auto;
	min-height: 540px;
	background-image: url(images/content_filler.jpg);
	float: left;
}

#top_space {
	position: relative;
	top: 0px;
	left: 0px;
	width: 885px;
	height: 130px;
	background-image: url(images/header.jpg);
}

#bottom_space {
	width: 885px;
	height: 45px;
	background-image: url(images/container_bottom.jpg);
	float: left;
}

#header_link {
	position:absolute;
	top: 18px;
	left: 750px;
	font-size: 10px;
}

#nav_button_area {
	width: 190px;
	background-image: url(images/button_area.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 10px;
}

#nav_button {
	float: left;
	margin: 0px;
	border: 0px;
	width: 190px;
	height: 35px;
}

#nav_button_image {
	width: 190px;
	height: 35px;
	border: 0px;
}

#left_side_image {
	margin: auto;
	margin-top: 30px;
	text-align: center;
}
	

#content_area {
	width: 630px;
	padding-top: 0px;
  	border: 0px;
	float: left;
}

#content_top {
	background-image: url(images/container_top.jpg);
	width: 630px;
	height: 20px;
}

#content_text {
	width: 585px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #FFFFFF;
}

#left_side {
	width: 25px;
	height: 375px;
	background-image: url(images/container_left_edge.jpg);
	float: left;
}

#right_side {
	width: 20px;
	height: 375px;
	background-image: url(images/container_right_edge.jpg);
	float: right;
}

#content_header {
  	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #F15A24;
}


#footer{
	padding: 6px;
	text-align: center;
	width: 885px;
	color: #FFFFFF;
}

#picture {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 15px;
}

.bold {
	font-weight: bold;
	font-size: 12px;
}

.bold14 {
	font-weight: bold;
	font-size: 14px;
}

.small {
	font-size: 10px;
}
	
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.gray {
	color: #999999;
}

.orange {
	color: #F15A24;
}

.black {
	color: #000000;
}

.float_left {
	float: left;
}

.black_border {
	border: solid 1px #000;
}


/* END MULTI PAGE RULES */


/* CONTACT US PAGE RULES */


#map_area {
	width: 286px;
	float: left;
	margin: 3px;
}

/* END CONTACT US PAGE RULES*/

/* DOCTOR BIOS PAGE */

#doctor_gallery_area {
	width: 585px;
	text-align: center;
}

#doctor_gallery_half_area {
	width: 262px;
	text-align: center;
	float: left;
	padding: 15px;
}

#doctor_thumbs_area {
	border: 0px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#gallery_pic {
	border: solid 1px #000000;
	width: 300px;
}

#doctor_thumb {
	border: solid 1px #000000;
	width: 100px;	
	margin: 6px;
	text-align: left;
	text-decoration: none;
	float: left;
	cursor: pointer;
}

/* END DOCTOR BIOS PAGE */


/* PHOTOS PAGE */

#gallery_area {
	width: 585px;
	text-align: center;
}

#gallery_half_area {
	width: 284px;
	text-align: center;
	float: left;
	padding: 3px;
}

#gallery_mo_text {
	cursor: pointer;	
}

#thumbs_area {
	width: 450px;
	height: 120px;
	overflow: scroll;
	border: solid 3px #F15A24;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#inner_thumbs_area {
	max-height: 120px;
	width: 2250px;	
}

#gallery_pic {
	border: solid 1px #000000;
	width: 300px;
}

#thumb {
	border: solid 1px #000000;
	height: 90px;
	margin: 6px;
	text-align: left;
	text-decoration: none;
	float: left;
	cursor: pointer;
}

/* END PICTURE GALLERY PAGE */



/* REFILLS PAGE */

#step_1_label {
	width: 180px;
	float: left;
	text-align: right;
	padding: 3px;
}

#step_1_input {
	width: 393px;
	float: left;
	padding: 3px;
}

#half_space {
	width: 292px;
	float: left;
}

#step_2_info_space {
	width: 585px;
	height: 330px;
	text-align: center;
	padding-top: 15px;
}

#form_label {
	width: 180px;
	text-align: right;
	display: table-cell;
}

#form_input {
	position: relative;
	top: -20px;
	left: 180px;
	text-align: left;
	min-width: 420px;
	display: table-cell;
}

#form_row {
	max-height: 30px;
	width: 660px;
	display: table-row;
}

#button_right {
	width: 100%;
	text-align: right;
}


/* END REFILLS PAGE */