@import "slideshow.css";

body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #7A9FAF; /*Enter Background Color*/
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Enter Text Font*/
	font-size: 12px; /*Enter Text Font Size*/
}

#header {
width: 982px;
height:265px;
margin-left: auto;
margin-right: auto;
}

#headerTop {
	width: 982px;
	height: 85px;
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: #f5fafd;
	background-image: url(images/headerTop.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#headerTopPhone {
	margin: 0;
	padding: 15px 20px 0 0;
	float: right;
	clear: both;
}

#headerTopPhone h1 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #456270;
}

#headerBottom {
	width: 982px;
	height: 180px;
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: #80a4b2;
	background-image: url(images/headerBottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#headerBottomRotation {
	width: 634px;
	height: 180px;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
	clear: both;
}


#container {
width: 982px;
margin-left: auto;
margin-right: auto;
background-image:url(images/containBG.jpg);

}

div.left { 
width: 382px; 
float: left; 
display:inline;
}

#sidebar {
padding-left:100px;
}

div.right { 
width: 600px; 
background: #F5FAFC; 
float: right; 
display:inline;
} 

div.homeImage {
	float: right;
	display: inline;
	margin: 7px 5px 7px 0;
	border: none;
}

#footer {
background-image:url(images/footerBG.jpg);
background-repeat:repeat-x;
width: 982px;
margin-left: auto;
margin-right: auto;
height:160px;
padding-top:5px;
padding-bottom:5px;

}


#clear {
clear:both;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0A2448;
}

h2 {
	margin: 10px 0px 10px 0px;
	font-family: Century Gothic;
	font-size: 20px;
	color:#564639;
}

h3 {
	margin: 10px 0px 10px 0px;
	font-family: Century Gothic;
	font-size: 16px;
	color:#006699;
}

a {
	color: #6E95A6;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #564639;
}



a.footerlink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8897c2;
	text-decoration: none;
}

a.footerlink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8897c2;
	text-decoration: none;
}

a.footerlink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c8d2ee;
	text-decoration: none;
}

a.footerlink:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #c8d2ee;
	text-decoration: none;
}

.doctordescription
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #c8d2ee;
	text-decoration: none;
}

/** Contact Form **/

#contactForm {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;
	font-size: 11px;
	font-weight: bold;
	color: #564639;
	clear: both;
}


#contactForm input, #contactForm textarea {
	color: #7a0001;
	border: 1px solid #660200;
}

#contactForm .submit input {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-color: #4F3F03;
	border: 1px outset #000000;
margin-top:5px;
}

#listPage {
	padding-right:20px;
	padding-bottom: 15px;
}

div.procImages  {
	margin: 0 auto;
	text-align: center;
	width: 425px;
}

.procImages img {
	margin: 0px 10px 0px 10px;
	border: 1px solid #393041;
}

#about {
padding-right:20px;
padding-bottom: 20px;
}

#doctor {
	padding-right:20px;
	padding-bottom: 15px;
}


#aboutImage {
	float: left;
	display: inline;
	margin: 0 10px 40px 0;
	border: 1px solid #660200;
}

#staff {
padding-right:20px;
padding-bottom: 15px;
}


#staffImage {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	border: 1px solid #660200;
}






#services {
padding-right:20px;
padding-bottom: 15px;
}

#gallery {
	padding-bottom: 100px; /*Adjust based on image height*/
}

#gallery td {
	width: 50%;
}

#gallery table p {
	margin: 0;
}

#gallery table img {
	border: 1px solid #C1B483;
}


/*** Forms ***/

#forms h3 {
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

#forms img {
	margin: 40px 0 0 0;
}

/*** Contact ***/

#contact {

}


/*** Site Map ***/

#sitemap {
	padding-left: 20px;
}

#sideNav {
	margin: 0 auto;
	width: 303px;
	position: relative;
	top: 10px;
	background-color: #ffffff;
	border: 1px solid #9b9b9b;
	text-align: center;
	font-size:9px;
	padding:5px;
	margin-bottom:20px;
}

#menu {
font-weight:bold;
}

/* Special Cases 
 --------------------------------------------------------------------------------------------------------------------------------------------------------------*/

 #signupTable							{
 													width: 100%;
												}
												
.signupForm								{
													background-color: #6E95A6;
													border: 2px solid #660200;
													padding: 12px;
													width: 55%;
													margin: 0 auto;
												}
												
.signupForm p							{
													font-weight: bold;
													font-size: 1.2em;
													margin-top: 0;
												}	
												
.signupForm input						{
													color: #7a0001;
													border: 1px solid #660200;
												}		
												
.submit input								{
													cursor: pointer;
												}																																													

.youTubeVideo							{
													text-align: center;
													margin: 36px 0;
												}										

.imageCaption							{
													width: 500px;
													margin: 24px auto 0 auto;
													border: 2px solid #000;
													background-color: #6e95a6;
													text-align: center;
												}
												
.imageCaption p						{
													text-align: center;
													background-color: #c2d3da;
													padding: 8px;
													width: 484px;
													margin: 0 auto;
												}
												
#googleVideo							{
													margin: 24px auto;
													width: 400px;
												}
												
#googleVideo p						{
													text-align: center;
												}						
												
												
																								
