/* General */

html, body {height:100%; margin:0; padding:0;}

* { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

img {
    background-color: none !important;
    background-color: #F5EEE8;
}

body {
	width: 100%;
	height: 100%;
	color: #262626;
	background-color: #00573D;
	background-image: url(/images/DP-BG-trees.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#Site {
	width: 960px;
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;
	display: table;
	background-color: #f5eee8;
	-webkit-box-shadow: 0px 10px 20px black;
	-moz-box-shadow: 0px 10px 20px black;
	box-shadow: 0px 10px 20px black;
    -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0;
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
   }
   
h1 {
	text-transform: uppercase;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 18px;
	font-size: 19px;
	font-family: "vera-sans-1","vera-sans-2",sans-serif;	
	font-weight: bold;	
}

h2 {  
	font-size: 20.8px;
	font-family: "liberation-serif-1","liberation-serif-2",Georgia,Times,serif;		
	text-transform: none;  font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	width: 90%;
	margin-bottom: 8px;
}

h3 {
	font-size: 14px;
	font-family: "liberation-serif-1","liberation-serif-2",Georgia,Times,serif;		
	text-transform: none;  font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}

h4 {
}

p {
  padding-left: 0px;
  padding-bottom: 5px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px;
}
  
p, li {
  font-size: 14px;
  font-family: "liberation-serif-1","liberation-serif-2",Georgia,Times,serif;
  line-height: 18px;
}

ul, ol {
	padding-left: 20px; 
	padding-bottom: 10px;
}

div {
}

a, a:visited {		
	color: #00573d;
	text-shadow: 1px 1px 2px #d2d2d2;		
	text-decoration: none;
}

a:hover, a:active {
	color: #07402D;
	text-shadow: 1px 1px 1px #0C704E;
}

a img {
	border: none;
	}

#activenav, #activenav:hover, #activenav:active {
	color: #07402D;
	text-shadow: 1px 1px 1px #0C704E;
	}



/* Top Nav */


#Top {
	font-family: "vera-sans-1","vera-sans-2",sans-serif;
	text-shadow: 1px 1px 1px #d2d2d2;		
}

#Logo {
	letter-spacing: -1px;
	margin-top: 8px;
	float: left;
}

#Logo img {
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
}

#Logo img:hover {
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.9;
}

.headers, .speciality {
	float: left;
	display: block;
}

#Logo a {
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	font-size: 50px;
}


#Address, #Phone, #Email, #Mobile {
	text-transform: uppercase;
	line-height: 11px;
	font-size: 16px;
	margin-top: 12px;
	clear: left;
	display: none;
}


.nav {	
    text-transform: uppercase;
	display: block;
    height: 15px;
	padding-top: 3px;
	text-align: right;
	font-size: 15px;
	text-decoration: none; 
	clear: right;
	float: right;  
	font-family: "vera-sans-1","vera-sans-2",sans-serif;
}

#nav1 { margin-top: 3px; }
#nav6 { margin-bottom: 9px; }


/* Home Page Content */

	#Home {
		overflow:hidden;
		width:100%;
		float:left;		
		margin-top: 25px;
		height: 100%;
	}
	
	#LeftColumn {  
		width:300px;
		float:left;
		background-color: none;
	}
	
	#Spotlights{
		background-color: none;
		width:auto;
		float:left;
	}
	
	/* Left Column */

		#SpecIn {
			text-transform: uppercase;
			font-size: 16px;
			font-weight: 400;
			display: block;
			margin-bottom: 2px;
			text-shadow: 1px 1px 1px #d2d2d2;		
		}
		
		.speciality {		
			width: 250px;		
			font-size: 19px;
			font-family: "vera-sans-1","vera-sans-2",sans-serif;
			text-transform: uppercase;
			float: left;
			clear: left;
		}
		
		.speciality a {
			text-decoration: none;
			margin-left: 10px;
		}
			
		.slider {
			-webkit-box-shadow: 1px 1px 3px #d3d3d3;
			-moz-box-shadow: 1px 1px 3px #d3d3d3;
			box-shadow: 1px 1px 3px #d3d3d3;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-border-radius: 5px;
			background: #FCF9F8; 
			background: rgba(255, 255, 255, 0.5);
			margin-left: 8px;
			margin-bottom: 2px;
			margin-right: 2px;
			margin-top: 2px;
			clear: left;
			width: 80%;
			padding: 5px;
			float: left;		
			border-color: #d6d6d6;		
			border-style: solid;		
			border-width: 1px;		
		}
		
		.slider a {
			font-size: 12px;
			float: right;
		}
		
	
	/* Home Page Spotlights */

		.spotlight {
			-webkit-box-shadow: 1px 1px 3px #d3d3d3; -moz-box-shadow: 1px 1px 3px #d3d3d3; box-shadow: 1px 1px 3px #d3d3d3;
			-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
			background: #FCF9F8; 
			background: rgba(255, 255, 255, 0.5);
			border-color: #d6d6d6 solid 1px;		
			width: 290px;
			height: 235px;
			padding: 10px;
			margin: 18px;
			overflow-x: visible;
		}
	
		.spotlight {
			float:left;
			margin-right: 0px;
		}

		.spotlight img {
			margin-top: 5px;
			margin-bottom: -3px;
			border: 1px dotted light-gray;
		}
		
		
		.spotlight:hover, .slider:hover {
			-webkit-box-shadow: 3px 3px 5px #d3d3d3; -moz-box-shadow: 3px 3px 5px #d3d3d3; box-shadow: 3px 3px 5px #d3d3d3;
	        background-color: rgba(255, 255, 255, 0.7); 
	    }
		
	
/* Footer */

#Logos {	
text-align: center;
padding: 10px 0px;
}

#Logos a { 
padding: 0px 6px; 
}


#Footer {
	float: right;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 0px; 
	width: 960px;
	border-top: 1px solid #CCCCCC;
}

#Footer iframe {
	margin: 5px auto;

}

#Footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "vera-sans-1","vera-sans-2",sans-serif;
	text-shadow: 1px 1px 1px #d2d2d2;		
	font-size: 9px;
	letter-spacing: 0.5px;
	line-height: 1.4;
}

.power {display:none;}

