/* CSS Document */

/* ********* PAGE STRUCTURE *********** */

  body {
  	margin:0;
  	padding:0;
  	color:#362A17;
	background-color: #2A374B;
	font: 12px/22px Arial, Helvetica, sans-serif;
  }
  
  #wrapper {
    background-color: #FFFFFF;
  }
  
  #header {
  	top:0;
  	left:0;
	background-image: url(/images/header.jpg);
	margin-left: -40px;
	background-repeat: repeat-x;
	height: 153px;
	/*background-color: #495465;*/
	background-color: #2C3B52;  
	}
  
  #topcorner {
  	position:absolute;
	top:152;
  	left:0;
	height: 44px;
  }

  #leftnav {
  	position:absolute;
  	top: 198px;
  	left:0px;
  	width:168px;
	font:11px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7D7E6C;
  	padding: 0px;
}
  
  #main {
  margin-left:169px;
	padding: 20px 20px 10px 10px;
	min-width: 600px;
	max-width: 800px;
}
  
  #bottomcorner {
  	left:0;
	height: 44px;
  }


  #footer {
  	width:100%;
  	padding: 10px 20px 10px 179px;
  	color:#30437D;
  	/*background-color: #B8BFCA;*/
	background-color: #96ACC0;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
  }

  
/* ********* LINKS *********** */
  
   #main a:link, #main a:visited {
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
  }
  
   #main a:hover {
  	color: #362A17;
  	text-decoration: none;
  	border-bottom: 1px dotted #362A17;
	background-color:#F0F7E4;
}

  #leftnav a:link, #leftnav a:visited {
  	color: #7D7E6C;
  	text-decoration: none;
  }
  
   #leftnav a:hover {
  	color: #30437D;
  	text-decoration: none;
	background-color:#F0F7E4;
}

#footer a:link, #footer a:visited {
	 color: #FFFFFF;
  	text-decoration: none;
  	border-bottom: 1px dotted #FFFFFF;

}
#footer a:hover {
	color: #30437D;
  	text-decoration: none;
	border-bottom: 1px dotted #30437D;


} 
 /* ********* LEFT NAVIGATION BAR *********** */
 
  .leftnav-link-container {
	padding-bottom: 12px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 8px;
	text-indent: -6px;
   text-transform:uppercase;
 }

 /* ********* CONTENT AREA *********** */

.dropcap {
	float: left;
	font: 44px/44px bold Georgia, "Times New Roman", Times, serif;
	width: auto;
	margin: 0px 5px 0px 0px;
	padding:0px;
}  

.imageright {
	float:right;
	padding: 5px;
	border: 1px solid #B2B39C;
	background-color:#DDDFC0;
	margin: 0px 0px 10px 20px;
}

h1 {
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #96ACC0;
	font-size: 18px;
	color: #748596;
}

.makeappointment {
	border: 1px dotted #CCCCCC;
	background-color:#EFF0D2;
	padding: 10px;
  -moz-border-radius: .5em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
	margin: 20px 0px;
	width:270px;
}
