@charset "utf-8";
*{
	margin:0; 
	padding:0; 
	}
body	{ 
	margin:0; 
	background-color:#392D2D; 
	}
	
	/*
	blue #757E9B
	tan #D5BB8A
	mauve #7B616E
	purple #473640
	*/
	
img {
	border:0;
}

#shell		{ 
	margin:0; 
	position:relative; 
	background-image:url(../images/border2.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
	}
	
#shell .content strong, #shell .content strong *{
	font-weight:bold !important;
	}

#shell .content em, #shell .content em *{
	font-style:italic !important;
	}

#wrapper	{ 
	margin:0 auto; 
	position:relative; 
	width:900px; 
	background-image:url(../images/wrapper2.jpg); 
	background-repeat:repeat-y; 
	}

#container	{ 
	background-image:url(../images/container2.jpg); 
	min-height:920px; 
	/*height:920px;*/ 
	background-repeat:no-repeat; 
	}

#header-images{ 
	/*border:dotted 1px red;*/
	width:900px; 
	height:280px; 
	}
	
#header-logo{ 
	 margin-top:10px;
	 margin-left:20px;
	 float:left;
	 width:225px;
	}


#header-rotate{ 
	border:solid 6px #000000;
	 margin-top:30px;
	 margin-right:20px;
	 float:right;
	 width:600px;
	}
	
	
/*NAV*/
#menu		{ 
	position:absolute; 
	text-align:center; 
	width:210px; 
	left:31px; 
	top:375px; 
	}
/*
#nav { 
	margin:0;
	padding:0;
	margin-left:11px;
	font:normal 16pt arial,sans-serif;
	}
#nav li {
	 margin:0;
	 padding:0;
	 list-style:none;
	 float:left;
	}
	*/
	
	
#subnav {
	text-align:left;	
	margin-left:25px;
	margin-top:10px;
	margin-bottom:10px;
	font:normal 10pt tahoma,arial,helvetica,sans-serif;
	line-height:21px;	
}

#subnav li{
	list-style-type:none;
	}

#subnav a:link
{
	text-decoration: none;
	color: #FFFFFF;
}


#subnav a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}

#subnav a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

#subnav a:active
{
	text-decoration: none;
	color: #FFFFFF;
}

#attrib{
	position:absolute;
	top:300px;
	left:385px;
	font-size:10pt;
	color:#BBBBBB;
}

#attrib a:link
{
	text-decoration: none;
	color:#BBBBBB;
}

#attrib a:visited
{
	text-decoration: none;
	color:#BBBBBB;
}

#attrib a:hover
{
	text-decoration: underline;
	color:#BBBBBB;
}

#attrib a:active
{
	text-decoration: none;
	color:#BBBBBB;
}

h1
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom:15px;
}

h2
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

h3
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

h4
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

h5
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

h6
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.photo275{
	border:solid 2px black;
	width:540px;	
	padding:10px;
}

a:link
{
	text-decoration: none;
	color: #003366;
}

a:visited
{
	text-decoration: none;
	color: #003366;
}

a:hover
{
	text-decoration: underline;
	color: #ff0000;
}

a:active
{
	text-decoration: none;
	color: #003366;
}

hr
{
	color: #696969;
	height: 1pt;
	text-align: left;
}

/*FOUR BUTTONS*/
.login, .request-appt, .our-philosophy, .patient-forms, .our-practice{
	position:absolute; 
	top:335px; 
	}
.login		{  
	left:53px; 
	}
.request-appt	{  
	left:293px;  
	}	
.our-philosophy	{  
	left:293px;  
	}
.patient-forms{  
	left:455px; }

.our-practice		{ 
	right:133px; 
	}
 
/*LISTNAV*/
#listnav li a:link, #listnav p a:link
{
	text-decoration: underline;
	color: #FFFFFF;
}

#listnav li a:visited, #listnav p a:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}

#listnav li a:hover, #listnav p a:hover
{
	text-decoration: underline;
	color: #AAAAAA;
}

#listnav li a:active, #listnav p a:active
{
	text-decoration: underline;
	color: #FFFFFF;
}

/*CONTENT*/
#content	{ 
	width:580px; 
	padding:112px 0px 2px 290px; 
	}

  .content-style p, .content-style ol, .content-style ul, .content-style table, .content-style tr, .content-style table th, .content-style h2, .content-style h3, .content-style h4, .content-style h5{
  	font-family: verdana,arial,helvetica,sans-serif;
  	font-size:12px; 
  	line-height:21px;
  	}  
  	
  .content-style hr, .content-style p, .content-style ol, .content-style ul, .content-style table, .content-style tr, .content-style table th {
  	color:#FFFFFF;
  	}
  .content-style a:link, .content-style a:visited, .content-style a:active{
  	text-decoration:underline;
  	color:#757E9B; 
  	} 
  .content-style a:hover{ 
  	text-decoration:underline;
  	color:#FFFFFF; 
  	}
  .content-style p{
  	padding-bottom:15px;
  	}    
 .content-style { 
 	margin-top:-3px;
 	}
	.content-style ol{
		margin-left:30px; 
		padding-bottom:18px; 
		}
	.content-style ul{
		margin-left:50px; 
		list-style:square; 
		padding-bottom:10px; 
		}	
	.content-style ul li{
		list-style-type:disc
		}

/*HEADINGS*/ 
.content-style h2, .content-style h3, .content-style h4, .content-style h5 {
		margin-bottom:5px; 
		font-weight:bold;
		color:#FFFFFF; 
		}
.content-style h2{
		font-size:15px;
		}
.content-style h3{
		font-size:12px;
		}
.content-style h4{
		font-size:11px;
		}
.content-style h5{
		font-size:10px;
		}
 
.content-style ul li.alignleft { 
		margin-left:190px; 
		}  
 
/*FOOTER*/
#footer		{ 
	margin:0 auto; 
	width:900px; 
	background-image:url(../images/footer2.jpg); 
	height:201px; 
	background-repeat:no-repeat;
	}
	
#footer-text	{ 
	width:860px; 
	padding:102px 0px 0px 40px;   
	}
#footer-text, #footer-text a:link, #footer-text a:visited { 
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:10px; 
	color:#FFFFFF;
	}
	
#footer-text a:hover {
	text-decoration:underline;
	}

/* LIST STYLES*/	
ul li
{
	list-style-type: square;
}

ul li li
{
	list-style-type: disc;
}

ul li li li
{
	list-style-type: circle;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
ol ul li
{
	list-style-type: disc;
}
