/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }






/* POSITIONING BLOCKS */
body {
	margin:37px 0 0 0;
	background:#FFF url(../images/bg.jpg) repeat-x;
}
/*img { behavior: url(iepngfix.htc);}	*/

#container{
	position:relative;
	margin:0 auto;
	width:680px;
}
#header{
	position:relative;
	width:680px;
	height:153px;
	background:url(../images/bg_top.gif) no-repeat;
}
#flash_container{
	position:relative;
	width:680px;
	height:193px;
	background-color:#FFF;
	background:url(../images/bg_flash.png) no-repeat;
	background-position:center;
	margin-top:-5px;
}
#navigation{
	position:absolute;
	top:150px;
	left:-110px;
	width: 110px;
	height: 211px;
}
#appointment{
	position:absolute;
	top:29px;
	left:412px;
/*	width:252px;
	height:102px;*/	
}

	
#main{
	position:relative;
	width:680px;
	background-color:#FFF;
}
#footer{
	position:relative;
	width:600px;
	height:12px;
	font: 11px arial,sans-serif;
	text-align:left;
	padding-left:40px;
	color: #666666;
}
#preload{
	display:none;
}


/*/////////////// padding etc. within the positioning DIVs /////////////////////*/

#main #feature{
	float:right;
	margin:38px 15px 0 0;
	}
#main #feature .pic {
	margin:5px 0 0 0;
}
#main #main_copy{
	width:350px;
}
#main #main_copy2{
	width:600px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 58px;
}	
#main #doctor_copy{
	width:350px;	}
	
#innerdiv{padding:38px 0 0 58px;}	
	

#main #main_copy img.subhead{
	padding:0 0 0 0;
}
.navspace{
	padding-bottom:1px;

/* fonts etc. */
}
li{
	color:#666;
	margin-left:4px;
	font: 17px/24px Arial, Helvetica, sans-serif;
}
h6 {
	font: 15px/20px Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #4eb7cc;
	padding:5px 0 5px 0;
}	
h5 {
	font: 17px/20px  "Times New Roman", Times, serif;
	color: #4eb7cc;
	margin:10px 0 0 -20px;
	padding:0 0 0 20px;
	background:url(../images/plus.png) 0px 1px no-repeat;
}
h4 {
	font: 20px/26px  "Times New Roman", Times, serif;
	color: #4eb7cc;
	margin:0px 0 0 -20px;
	padding:0 5px 0 20px;
	background:url(../images/plus.png) 0 5px no-repeat;
}
h2 {font:18px/21px "Times New Roman", Times, serif;
	font-style:italic;
	color:#999999;
}
h2 a{font:19px/22px "Times New Roman", Times, serif;
	font-style:italic;
	color: #4eb7cc;
	text-decoration:none;
}
h2 a:hover{
	color: #4eb7cc;
	text-decoration:underline;
	}
#appointment .colour{
	color: #4eb7cc;
}
p{
	font: 17px/24px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top: 12px;
	margin-right: 21px;
	margin-bottom: 0;
	margin-left: 0;
}
p a{	
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #4eb7cc;
	text-decoration:none;
}
p a:hover{	
	font: 15px/22px Arial, Helvetica, sans-serif;
	color: #4eb7cc;
	text-decoration: underline;
}
strong {
	font: 15px/22px Arial, Helvetica, sans-serif;	
}
#footer a{
	font: 11px arial,sans-serif;
	text-align:right;
	color: #666666;
	text-decoration:none;
}
#footer a:hover{
	font: 11px arial,sans-serif;
	color: #4eb7cc;
	text-decoration:underline;
}
#footer_copy{
	font: 11px arial,sans-serif;
	padding: 15px 0 10px;
}
